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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeObservation
IdObservation-147998.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": "147998",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8480-6",
        "display": "Systolic blood pressure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6482",
    "display": "Mario Jared Stout"
  },
  "context": {
    "reference": "Encounter/Encounter-701",
    "display": "Bay Area Family Practice"
  },
  "effectiveDateTime": "2023-05-01T09:36:36-04:00",
  "performer": [
    {
      "reference": "Practitioner/Practitioner-2519",
      "display": "Stanley Jason Garrett MD"
    }
  ],
  "valueQuantity": {
    "value": 119.48819452484071,
    "unit": "mmHg"
  }
}