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-tom-yan-lee",
"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-tom-yan-lee</b></p><a name=\"observation-present-job-tom-yan-lee\"> </a><a name=\"hcobservation-present-job-tom-yan-lee\"> </a><a name=\"observation-present-job-tom-yan-lee-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-decedent-fetus-not-named.html\">null (official) Female, DoB: 2019-01-09 ( Medical Record Number: 9932702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>focus</b>: <a href=\"RelatedPerson-relatedperson-father-natural-tom-yan-lee.html\">RelatedPerson Tom Yan Lee (official)</a></p><p><b>effective</b>: 2019-01-09 --> (ongoing)</p><p><b>value</b>: <span title=\"Codes:\">Teaching Assistant</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:\">Elementary and Secondary Schools</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-decedent-fetus-not-named"
},
"focus" : [
{
🔗 "reference" : "RelatedPerson/relatedperson-father-natural-tom-yan-lee"
}
],
"effectivePeriod" : {
"start" : "2019-01-09"
},
"valueCodeableConcept" : {
"text" : "Teaching Assistant"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "86188-0"
}
]
},
"valueCodeableConcept" : {
"text" : "Elementary and Secondary Schools"
}
}
]
}