Release 4 R6 Ballot (1st Full Ballot)

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU v6.0.0-ballot4: Release 6 Ballot (1st Full Ballot) (see Ballot Notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 for published versions

Location-example.ttl

Example Location/1 (Turtle)

Maturity Level : N/A
Responsible Owner: Patient Administration Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification )

Wing within a hospital

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

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

<http://hl7.org/fhir/Location/1> a fhir:Location;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Burgers UMC, South Wing, second floor</div>"
  ];
  fhir:Location.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "B1-S.F2" ]
  ];
  fhir:Location.status [ fhir:value "active"];
  fhir:Location.name [ fhir:value "South Wing, second floor"];
  fhir:Location.alias [
     fhir:value "BU MC, SW, F2";
     fhir:index 0
  ], [
     fhir:value "Burgers University Medical Center, South Wing, second floor";
     fhir:index 1
  ];
  fhir:Location.description [ fhir:value "Second floor of the Old South Wing, formerly in use by Psychiatry"];
  fhir:Location.mode [ fhir:value "instance"];
  fhir:Location.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "2328" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "2329" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "second wing admissions" ]
  ], [
     fhir:index 3;
     fhir:ContactPoint.system [ fhir:value "url" ];
     fhir:ContactPoint.value [ fhir:value "http://sampleorg.com/southwing" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.line [
       fhir:value "Galapagosweg 91, Building A";
       fhir:index 0
     ];
     fhir:Address.city [ fhir:value "Den Burg" ];
     fhir:Address.postalCode [ fhir:value "9105 PZ" ];
     fhir:Address.country [ fhir:value "NLD" ]
  ];
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
       fhir:Coding.code [ fhir:value "wi" ];
       fhir:Coding.display [ fhir:value "Wing" ]
     ]
  ];
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "-83.6945691"^^xsd:decimal ];
     fhir:Location.position.latitude [ fhir:value "42.25475478"^^xsd:decimal ];
     fhir:Location.position.altitude [ fhir:value "0"^^xsd:decimal ]
  ];
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/f001>;
     fhir:Reference.reference [ fhir:value "Organization/f001" ]
  ];
  fhir:Location.endpoint [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Endpoint/example>;
     fhir:Reference.reference [ fhir:value "Endpoint/example" ]
  ] .

<http://hl7.org/fhir/Location/1> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Burgers UMC, South Wing, second floor</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:value [ fhir:v "B1-S.F2" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "South Wing, second floor"] ; # 
  fhir:alias ( [ fhir:v "BU MC, SW, F2"] [ fhir:v "Burgers University Medical Center, South Wing, second floor"] ) ; # 
  fhir:description [ fhir:v "Second floor of the Old South Wing, formerly in use by Psychiatry"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "2328" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "fax" ] ;
       fhir:value [ fhir:v "2329" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "second wing admissions" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://sampleorg.com/southwing" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:address [
     fhir:use [ fhir:v "work" ] ;
     fhir:line ( [ fhir:v "Galapagosweg 91, Building A" ] ) ;
     fhir:city [ fhir:v "Den Burg" ] ;
     fhir:postalCode [ fhir:v "9105 PZ" ] ;
     fhir:country [ fhir:v "NLD" ]
  ] ; # 
  fhir:form [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type>
       ] ;
       fhir:code [ fhir:v "wi" ] ;
       fhir:display [ fhir:v "Wing" ]
     ] )
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v -83.6945691 ] ;
     fhir:latitude [ fhir:v 42.25475478 ] ;
     fhir:altitude [ fhir:v "0"^^xsd:decimal ]
  ] ; # 
  fhir:managingOrganization [
     fhir:l <http://hl7.org/fhir/Organization/f001> ;
     fhir:reference [ fhir:v "Organization/f001" ]
  ] ; # 
  fhir:characteristic ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/location-characteristic"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/location-characteristic>
       ] ;
       fhir:code [ fhir:v "wheelchair" ] ;
       fhir:display [ fhir:v "Wheelchair accessible" ]
     ] )
  ] ) ; # 
  fhir:endpoint ( [
     fhir:l <http://hl7.org/fhir/Endpoint/example> ;
     fhir:reference [ fhir:v "Endpoint/example" ]
  ] ) . # 


<http://hl7.org/fhir/Organization/f001> a fhir:Organization .

<http://hl7.org/fhir/Endpoint/example> a fhir:Endpoint .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Location/1.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/Location/1.ttl> .


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.