Birth And Fetal Death (BFDR) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

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

: Observation - Father Present Job - James Brandon Quinn - coded - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-present-job-james-brandon-quinn-coded",
  "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-coded</b></p><a name=\"observation-present-job-james-brandon-quinn-coded\"> </a><a name=\"hcobservation-present-job-james-brandon-quinn-coded\"> </a><a name=\"observation-present-job-james-brandon-quinn-coded-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>: Patient - Child (Baby G Quinn)</p><p><b>focus</b>: James Brandon Quinn - Father</p><p><b>effective</b>: 2019-01-09 --&gt; (ongoing)</p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.11.8068 23-1011}\">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:{urn:oid:2.16.840.1.114222.4.11.8067 5411}\">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" : {
    "display" : "Patient - Child (Baby G Quinn)"
  },
  "focus" : [
    {
      "display" : "James Brandon Quinn - Father"
    }
  ],
  "effectivePeriod" : {
    "start" : "2019-01-09"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.114222.4.11.8068",
        "code" : "23-1011"
      }
    ],
    "text" : "Lawyer"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "86188-0"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.114222.4.11.8067",
            "code" : "5411"
          }
        ],
        "text" : "Legal Services"
      }
    }
  ]
}