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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeObservation
IdObservation-bb099fa5-2a0c-47bf-8f7b-caef3375f1aa.json
FHIR VersionR5

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 bb099fa5-2a0c-47bf-8f7b-caef3375f1aa

status: Preliminary

category: Vital Signs

code: Body weight

subject: Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)

encounter: Encounter: status = completed

effective: 2024-04-14

dataAbsentReason: Not Performed


Source1

{
  "resourceType": "Observation",
  "id": "bb099fa5-2a0c-47bf-8f7b-caef3375f1aa",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "preliminary",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/689272"
  },
  "encounter": {
    "reference": "Encounter/2"
  },
  "effectiveDateTime": "2024-04-14",
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "not-performed"
      }
    ]
  }
}