Clinical Document Architecture with Australian Schema
1.0.0 - current Australia flag

Clinical Document Architecture with Australian Schema - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Health Care Geographic Area - TTL Representation

Draft as of 2024-08-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dh-HealthCareGeographicArea"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dh-HealthCareGeographicArea</b></p><a name=\"dh-HealthCareGeographicArea\"> </a><a name=\"hcdh-HealthCareGeographicArea\"> </a><a name=\"dh-HealthCareGeographicArea-en-AU\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>original-code</td><td>original-code</td><td>code</td><td>The codes used in the original Code System which are replaced by the displayName values for validation purposes.</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://ns.electronichealth.net.au/cda/CodeSystem/dh-HealthCareGeographicArea</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>original-code</b></td></tr><tr><td style=\"white-space:nowrap\">Local Client (Unit Record) Identifier<a name=\"dh-HealthCareGeographicArea-LocalClient.40UnitRecord.41Identifier\"> </a></td><td>L</td></tr><tr><td style=\"white-space:nowrap\">Area/Region/District Identifier<a name=\"dh-HealthCareGeographicArea-Area.47Region.47DistrictIdentifier\"> </a></td><td>A</td></tr><tr><td style=\"white-space:nowrap\">State or Territory Identifier<a name=\"dh-HealthCareGeographicArea-StateorTerritoryIdentifier\"> </a></td><td>S</td></tr><tr><td style=\"white-space:nowrap\">National Identifier<a name=\"dh-HealthCareGeographicArea-NationalIdentifier\"> </a></td><td>N</td></tr></table></div>"
  ] ; # 
  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" ]     ] )
  ] ) . #