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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeObservation
IdObservation-216667.json
FHIR Version

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",
  "id": "216667",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs",
          "display": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8716-3",
        "display": "Vital Signs Panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6513",
    "display": "Jared Gentry Baldwin"
  },
  "context": {
    "reference": "Encounter/Encounter-760",
    "display": "Acme Medical Center"
  },
  "effectivePeriod": {
    "start": "2025-12-15T09:36:36-05:00",
    "end": "2025-12-15T09:36:36-05:00"
  },
  "valueQuantity": {
    "value": 112.86682106061367,
    "unit": "mmHg"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8302-2",
            "display": "Height"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29463-7",
            "display": "Weight"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39156-5",
            "display": "BMI"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8310-5",
            "display": "Temperature"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8459-0",
            "display": "Systolic Blood Pressure"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8453-3",
            "display": "Diastolic Blood Pressure"
          }
        ]
      }
    }
  ]
}