FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeObservation
IdObservation-SDOHCC-ObservationRaceOMBPractitionerExample.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation SDOHCC-ObservationRaceOMBPractitionerExample

status: Final

category: Personal Characteristic

code: Race OMB.1997

subject: COLIN V. ABBAS Male, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

effective: 2022-04-10 23:56:54+0000

performer: Dr Jan Water

method: Self Reported

Components

-CodeValue[x]
*Race OMB.1997White

Source1

{
  "resourceType": "Observation",
  "id": "SDOHCC-ObservationRaceOMBPractitionerExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationRaceOMB"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "72826-1"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-53234"
  },
  "effectiveDateTime": "2022-04-10T23:56:54.671Z",
  "performer": [
    {
      "reference": "Practitioner/SDOHCC-PractitionerDrJanWaterExample",
      "display": "Dr Jan Water"
    }
  ],
  "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": "72826-1",
            "display": "Race OMB.1997"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        ]
      }
    }
  ]
}