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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdResults - Alexis Ioannou - IPS 2.json
FHIR VersionR4

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",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-observationresults"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "20570-8",
        "display": "Hematocrit [Volume Fraction] of Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/194315"
  },
  "encounter": {
    "reference": "Encounter/194316"
  },
  "effectiveDateTime": "2012-03-13",
  "performer": [
    {
      "reference": "PractitionerRole/194313"
    }
  ],
  "valueQuantity": {
    "value": 43.5
  }
}