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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeObservation
IdObservation-150138.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": "150138",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8480-6",
        "display": "Systolic blood pressure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6497",
    "display": "Terri Reilly Zavala"
  },
  "context": {
    "reference": "Encounter/Encounter-536",
    "display": "McKinley Health Center"
  },
  "effectiveDateTime": "2023-05-29T09:36:36-04:00",
  "performer": [
    {
      "reference": "Practitioner/Practitioner-2534",
      "display": "Pearl Rita Dawson MD"
    }
  ],
  "valueQuantity": {
    "value": 149.24413141265458,
    "unit": "mmHg"
  }
}