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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeObservation
IdObservation-100456.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": "100456",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8462-4",
        "display": "Diastolic blood pressure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6491",
    "display": "Rosa Bullock Berg"
  },
  "context": {
    "reference": "Encounter/Encounter-545",
    "display": "McKinley Health Center"
  },
  "effectiveDateTime": "2021-06-28T09:36:36-04:00",
  "performer": [
    {
      "reference": "Practitioner/Practitioner-2528",
      "display": "Tanya Sally Wheeler MD"
    }
  ],
  "valueQuantity": {
    "value": 76.2484011229714,
    "unit": "mmHg"
  }
}