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

FHIR IG analytics

Packageihe.pcc.odh
Resource TypeObservation
IdObservation-observation-odh-usual-work-sample.json
FHIR VersionR4

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 observation-odh-usual-work-sample

status: Final

code: History of Usual occupation

subject: Maya Gordon

effective: 2023-10-06 10:52:30-0700 --> (ongoing)

performer: Simone Heps

value: Home-based Personal Care Workers

component

code: History of Usual industry

value: Residential nursing care facilities

component

code: Usual occupation duration

value: 21 a (Details: UCUM codea = 'a')


Source1

{
  "resourceType": "Observation",
  "id": "observation-odh-usual-work-sample",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-UsualWork"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "21843-8",
        "display": "History of Usual occupation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-odh-maya-gordon",
    "display": "Maya Gordon"
  },
  "effectivePeriod": {
    "start": "2023-10-06T10:52:30-07:00"
  },
  "performer": [
    {
      "reference": "Practitioner/ex-practitioner",
      "display": "Simone Heps"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08",
        "code": "5322",
        "display": "Home-based Personal Care Workers"
      },
      {
        "system": "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08",
        "code": "2221",
        "display": "Nursing Professionals"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "21844-6",
            "display": "History of Usual industry"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISICRev4",
            "code": "871",
            "display": "Residential nursing care facilities"
          },
          {
            "system": "https://profiles.ihe.net/PCC/ODH/CodeSystem/ISCO08",
            "code": "5322",
            "display": "Home-based Personal Care Workers"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "74163-7",
            "display": "Usual occupation duration"
          }
        ]
      },
      "valueQuantity": {
        "value": 21,
        "unit": "a",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}