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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeObservation
IdObservation-VitalSignObservationExample.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 VitalSignObservationExample

status: Final

category: Vital Signs

code: Taking patient vital signs (procedure)

subject: Anonymous Patient (no stated gender), DoB Unknown

encounter: Encounter: extension = true,ICU / Stroke Unit,false,Neurology department (environment); status = completed; type = Inpatient Encounter; actualPeriod = 2025-03-01 08:00:00+0000 --> 2025-03-10 12:00:00+0000

component

code: Systolic blood pressure (observable entity)

value: 120 millimeter Mercury column (Details: ucum codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure (observable entity)

value: 80 millimeter Mercury column (Details: ucum codemm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Observation",
  "id": "VitalSignObservationExample",
  "meta": {
    "profile": [
      "http://testSK.org/StructureDefinition/vital-sign-observation-profile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "61746007",
        "display": "Taking patient vital signs (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "encounter": {
    "reference": "Encounter/StrokeEncounterExample"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "271649006",
            "display": "Systolic blood pressure (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "millimeter Mercury column",
        "system": "https://ucum.org/ucum",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "271650006",
            "display": "Diastolic blood pressure (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "millimeter Mercury column",
        "system": "https://ucum.org/ucum",
        "code": "mm[Hg]"
      }
    }
  ]
}