Birth Defects Reporting - STU1
0.1.2 - draft
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
{
"resourceType" : "Organization",
"id" : "ClinicSubmitterExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ClinicSubmitterExample</b></p><a name=\"ClinicSubmitterExample\"> </a><a name=\"hcClinicSubmitterExample\"> </a><a name=\"ClinicSubmitterExample-en-US\"> </a><p><b>identifier</b>: Provider number/1993999998</p><p><b>active</b>: true</p><p><b>name</b>: Westside Clinic</p><p><b>telecom</b>: ph: 734-555-0001</p><p><b>address</b>: 67 Main Steet Ann Arbor MI 48105 </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1993999998"
}
],
"active" : true,
"name" : "Westside Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "734-555-0001"
}
],
"address" : [
{
"line" : [
"67 Main Steet"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "48105"
}
]
}