Birth And Fetal Death (BFDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "observation-present-job-james-brandon-quinn",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-present-job"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-present-job-james-brandon-quinn</b></p><a name=\"observation-present-job-james-brandon-quinn\"> </a><a name=\"hcobservation-present-job-james-brandon-quinn\"> </a><a name=\"observation-present-job-james-brandon-quinn-en-US\"> </a><p><b>Extension Parental Role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11341-5}\">History of Occupation</span></p><p><b>subject</b>: <a href=\"Patient-patient-child-babyg-quinn.html\">Baby G Quinn (official) Female, DoB: 2019-02-12 ( Medical Record Number: 9932702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>focus</b>: James Brandon Quinn - Father</p><p><b>effective</b>: 2019-01-09 --> (ongoing)</p><p><b>value</b>: <span title=\"Codes:\">Lawyer</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 86188-0}\">History of Occupation industry</span></td><td><span title=\"Codes:\">Legal Services</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-role",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
}
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11341-5"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-child-babyg-quinn"
},
"focus" : [
{
"display" : "James Brandon Quinn - Father"
}
],
"effectivePeriod" : {
"start" : "2019-01-09"
},
"valueCodeableConcept" : {
"text" : "Lawyer"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "86188-0"
}
]
},
"valueCodeableConcept" : {
"text" : "Legal Services"
}
}
]
}