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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeObservation
IdObservation-9959816c-2b22-4c96-934a-d56f070c2460.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 9959816c-2b22-4c96-934a-d56f070c2460

status: Cancelled

category: Vital Signs

code: Blood pressure panel with all children optional

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

encounter: Encounter: status = completed

effective: 2024-04-14

component

code: Systolic blood pressure

value: 190 g (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 130 kg/m2 (Details: UCUM codemm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Observation",
  "id": "9959816c-2b22-4c96-934a-d56f070c2460",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "cancelled",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      }
    ]
  },
  "subject": {
    "reference": "Patient/689272"
  },
  "encounter": {
    "reference": "Encounter/2"
  },
  "effectiveDateTime": "2024-04-14",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 190,
        "unit": "g",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 130,
        "unit": "kg/m2",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}