HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: LocationExample01 - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LocationExample01"] ; #
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: Location LocationExample01</b></p><a name=\"LocationExample01\"> </a><a name=\"hcLocationExample01\"> </a><a name=\"LocationExample01-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: 外科楼3病区2病房1床</p><p><b>mode</b>: Instance</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 01069032356(Work)</td></tr></table><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type Bed}\">病床</span></p><p><b>managingOrganization</b>: <a href=\"Organization-HospitalDepartmentExample01.html\">骨科</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "外科楼3病区2病房1床"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "01069032356" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bed" ] ;
fhir:display [ fhir:v "病床" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/HospitalDepartmentExample01" ] ;
fhir:display [ fhir:v "骨科" ]
] . #