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

FHIR IG analytics

Packagesynapxe.rcm.snapshots
Resource TypeObservation
IdObservation.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "35094-2",
        "display": "Blood Pressure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/F7C24984F6C040809B9D01EC52F83BE7"
  },
  "issued": "2024-07-24T10:00:00+00:00",
  "device": {
    "type": "Device",
    "identifier": {
      "system": "http://fhir.synapxe.sg/NamingSystem/device-guid",
      "value": "67890"
    }
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic Blood Pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": "250",
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mmHg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic Blood Pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": "50",
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mmHg"
      }
    }
  ]
}