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

Generated Narrative: Location

Resource Location "LocationExample01"

status: active

name: 外科楼3病区2病房1床

mode: instance

Contacts

-Telecom
*ph: 01069032356(WORK)

form: 病床 (Location type#Bed)

managingOrganization: Organization/HospitalDepartmentExample01: 骨科 "骨科"

" ] ; # 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:link ; fhir:reference [ fhir:v "Organization/HospitalDepartmentExample01" ] ; fhir:display [ fhir:v "骨科" ] ] . # # -------------------------------------------------------------------------------------