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
: BDRMessageHeaderBirthingExample - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:MessageHeader ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BDRMessageHeaderBirthingExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-messageheader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-messageheader> ] )
] ; #
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: MessageHeader BDRMessageHeaderBirthingExample</b></p><a name=\"BDRMessageHeaderBirthingExample\"> </a><a name=\"hcBDRMessageHeaderBirthingExample\"> </a><a name=\"BDRMessageHeaderBirthingExample-en-US\"> </a><p><b>event</b>: <a href=\"https://loinc.org/85580-9\">LOINC 85580-9</a>: Birth defects Hospital Registry report</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Michigan BDRS</td><td><a href=\"http://acme.com\">http://acme.com</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-HospitalSubmittterExample.html\">Organization Ann Arbor General Hospital</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>EHR</td><td><a href=\"http://acme.com\">http://acme.com</a></td></tr></table><p><b>focus</b>: <a href=\"Condition-ReportableDiagnosisBirthingExample.html\">Condition Polydactyly (disorder)</a></p></div>"
] ; #
fhir:event [
a fhir:Coding, loinc:85580-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85580-9" ] ;
fhir:display [ fhir:v "Birth defects Hospital Registry report" ]
] ; #
fhir:destination ( [
fhir:name [ fhir:v "Michigan BDRS" ] ;
fhir:endpoint [ fhir:v "http://acme.com"^^xsd:anyURI ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Organization/HospitalSubmittterExample" ]
] ; #
fhir:source [
fhir:name [ fhir:v "EHR" ] ;
fhir:endpoint [ fhir:v "http://acme.com"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "Condition/ReportableDiagnosisBirthingExample" ]
] ) . #