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-ObservationRecordedSexGenderExample.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-ObservationRecordedSexGenderExample

status: Final

category: Personal Characteristic

code: Recorded sex or gender

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

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

performer: Better Health Clinic

value: M

method: Derived Specify

derivedFrom: Driver's license (Identifier: Driver's license number/?ngen-9?)


Source1

{
  "resourceType": "Observation",
  "id": "SDOHCC-ObservationRecordedSexGenderExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationRecordedSexGender"
    ]
  },
  "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": "99502-7",
        "display": "Recorded sex or gender"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-53234"
  },
  "effectiveDateTime": "2022-04-10T23:56:54.671Z",
  "performer": [
    {
      "reference": "Organization/SDOHCC-OrganizationClinicExample",
      "display": "Better Health Clinic"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA15170-6",
        "display": "M"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
        "code": "derived-specify",
        "display": "Derived Specify"
      }
    ]
  },
  "derivedFrom": [
    {
      "identifier": {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "version": "4.0.0",
              "code": "DL",
              "display": "Driver's license number"
            }
          ]
        }
      },
      "display": "Driver's license"
    }
  ]
}