@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "dh-entitynameuse"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ValueSet dh-entitynameuse

This value set includes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "http://ns.electronichealth.net.au/cda/ValueSet/dh-entitynameuse"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "entitynameuse"] ; # fhir:title [ fhir:v "Entity Name Use"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Extended Entity Name Use code value set with Organisation Name Use Value from AS 4846-2006 Organisation Name Usage"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "http://ns.electronichealth.net.au/cda/CodeSystem/dh-entitynameuse"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "T" ] ] [ fhir:code [ fhir:v "DN" ] ] [ fhir:code [ fhir:v "M" ] ] [ fhir:code [ fhir:v "NB" ] ] [ fhir:code [ fhir:v "UI" ] ] [ fhir:code [ fhir:v "SP" ] ] [ fhir:code [ fhir:v "ORGU" ] ] [ fhir:code [ fhir:v "ORGS" ] ] [ fhir:code [ fhir:v "ORGB" ] ] [ fhir:code [ fhir:v "ORGL" ] ] [ fhir:code [ fhir:v "ORGA" ] ] [ fhir:code [ fhir:v "ORGE" ] ] [ fhir:code [ fhir:v "ORGX" ] ] [ fhir:code [ fhir:v "ORGY" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------