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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeObservation
IdObservation-example-odh.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


Source1

{
  "resourceType": "Observation",
  "id": "example-odh",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-simple-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "21843-8",
        "display": "History of Usual Occupation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "effectivePeriod": {
    "start": "2024-04-09T08:00:00-04:00",
    "end": "2026-08-01T10:30:00-04:00"
  },
  "performer": [
    {
      "reference": "Practitioner/example",
      "display": "Example Practitioner"
    }
  ],
  "valueCodeableConcept": {
    "text": "Radiology Technician (Radiology Tech) [Radiologic Technicians]"
  }
}