Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions
: HospitalSubmittterExample - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HospitalSubmittterExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-organization> ] )
] ; #
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: Organization HospitalSubmittterExample</b></p><a name=\"HospitalSubmittterExample\"> </a><a name=\"hcHospitalSubmittterExample\"> </a><a name=\"HospitalSubmittterExample-en-US\"> </a><p><b>identifier</b>: Provider number/1993999998</p><p><b>active</b>: true</p><p><b>name</b>: Ann Arbor General Hospital</p><p><b>telecom</b>: ph: 734-555-2003</p><p><b>address</b>: 142 Oak Steet Ann Arbor MI 48105 </p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ] ) ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1993999998" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Ann Arbor General Hospital"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "734-555-2003" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "142 Oak Steet" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48105" ]
] ) . #