This page is part of the Vital Records Birth and Fetal Death Reporting (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Location BFDR - North Hospital - TTL Representation
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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "location-north-hospital"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr> ] )
] ; #
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 location-north-hospital</b></p><a name=\"location-north-hospital\"> </a><a name=\"hclocation-north-hospital\"> </a><a name=\"location-north-hospital-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: North Hospital</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>, <span title=\"Codes:{http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes loc_transfer-from}\">Transfer-from Location</span></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "North Hospital"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOSP" ] ;
fhir:display [ fhir:v "Hospital" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "loc_transfer-from" ] ;
fhir:display [ fhir:v "Transfer-from Location" ] ] )
] ) . #