SDOH Clinical Care
2.2.0 - STU 2.2 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Observation Ethnicity OMB Example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "SDOHCC-ObservationEthnicityOMBExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationEthnicityOMB"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SDOHCC-ObservationEthnicityOMBExample</b></p><a name=\"SDOHCC-ObservationEthnicityOMBExample\"> </a><a name=\"hcSDOHCC-ObservationEthnicityOMBExample\"> </a><a name=\"SDOHCC-ObservationEthnicityOMBExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes personal-characteristic}\">Personal Characteristic</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69490-1}\">Ethnicity OMB.1997</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>effective</b>: 2022-04-10 23:56:54+0000</p><p><b>performer</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>method</b>: <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes self-reported}\">Self Reported</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69490-1}\">Ethnicity OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 2182-4}\">Cuban</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69490-1}\">Ethnicity OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 2159-2}\">Nicaraguan</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69490-1}\">Ethnicity OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 2135-2}\">Hispanic or Latino</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69490-1}\">Ethnicity OMB.1997</span></p><p><b>value</b>: Hispanic, Cuban on my mom's side and Nicaraguan on my dad's side</p></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code" : "personal-characteristic"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "69490-1"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-53234",
    "display" : "COLIN ABBAS"
  },
  "effectiveDateTime" : "2022-04-10T23:56:54.671Z",
  "performer" : [
    {
      🔗 "reference" : "Patient/pat-53234",
      "display" : "COLIN ABBAS"
    }
  ],
  "method" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
        "code" : "self-reported",
        "display" : "Self Reported"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69490-1"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2182-4",
            "display" : "Cuban"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69490-1"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2159-2",
            "display" : "Nicaraguan"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69490-1"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2135-2",
            "display" : "Hispanic or Latino"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "69490-1"
          }
        ]
      },
      "valueString" : "Hispanic, Cuban on my mom's side and Nicaraguan on my dad's side"
    }
  ]
}