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

Generated Narrative: CodeSystem dh-HealthCareGeographicArea

Properties

This code system defines the following properties for its concepts

NameCodeTypeDescription
original-codeoriginal-codecodeThe codes used in the original Code System which are replaced by the displayName values for validation purposes.

Concepts

This case-sensitive code system http://ns.electronichealth.net.au/cda/CodeSystem/dh-HealthCareGeographicArea defines the following codes:

Codeoriginal-code
Local Client (Unit Record) Identifier L
Area/Region/District Identifier A
State or Territory Identifier S
National Identifier N
" ] ; # fhir:url [ fhir:v "http://ns.electronichealth.net.au/cda/CodeSystem/dh-HealthCareGeographicArea"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.13.63" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "dh-HealthCareGeographicArea"] ; # fhir:title [ fhir:v "Health Care Geographic Area"] ; # 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 "Health Care Client Identifier Geographic Area"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:property ( [ fhir:code [ fhir:v "original-code" ] ; fhir:description [ fhir:v "The codes used in the original Code System which are replaced by the displayName values for validation purposes." ] ; fhir:type [ fhir:v "code" ] ] ) ; # fhir:concept ( [ fhir:code [ fhir:v "Local Client (Unit Record) Identifier" ] ; fhir:display [ fhir:v "Local Client (Unit Record) Identifier" ] ; fhir:property ( [ fhir:code [ fhir:v "original-code" ] ; fhir:value [ fhir:v "L" ] ] ) ] [ fhir:code [ fhir:v "Area/Region/District Identifier" ] ; fhir:display [ fhir:v "Area/Region/District Identifier" ] ; fhir:property ( [ fhir:code [ fhir:v "original-code" ] ; fhir:value [ fhir:v "A" ] ] ) ] [ fhir:code [ fhir:v "State or Territory Identifier" ] ; fhir:display [ fhir:v "State or Territory Identifier" ] ; fhir:property ( [ fhir:code [ fhir:v "original-code" ] ; fhir:value [ fhir:v "S" ] ] ) ] [ fhir:code [ fhir:v "National Identifier" ] ; fhir:display [ fhir:v "National Identifier" ] ; fhir:property ( [ fhir:code [ fhir:v "original-code" ] ; fhir:value [ fhir:v "N" ] ] ) ] ) . # # -------------------------------------------------------------------------------------