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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeObservation
IdObservation-119965.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": "119965",
  "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-6553",
    "display": "Gabriel Bill Good"
  },
  "context": {
    "reference": "Encounter/Encounter-608",
    "display": "Acme Medical Center"
  },
  "effectivePeriod": {
    "start": "2022-03-14T09:36:36-04:00",
    "end": "2022-03-14T09:36:36-04:00"
  },
  "valueQuantity": {
    "value": 98.01735829825004,
    "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"
          }
        ]
      }
    }
  ]
}