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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdCYEHRBodyTemperatureExample.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",
  "id": "cyehrbodytemperature-andreasioannou1",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-bodytemperature"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cyehrpratient-andreasioannou1",
    "type": "Patient",
    "display": "Patient Andreas Ioannou"
  },
  "encounter": {
    "reference": "encounter-andreasioannou-helenegeorgiou-1"
  },
  "effectiveDateTime": "2015-08-23",
  "performer": {
    "reference": "cyehrpractitioner-helengeorgiou1",
    "type": "Practitioner",
    "display": "Doctor Helen Georgiou"
  },
  "valueQuantity": {
    "value": "36.6",
    "unit": "Cel",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "CAR",
          "display": "Carrier"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient is healthy"
    }
  ],
  "referenceRange": [
    {
      "low": [
        {
          "value": "36",
          "unit": "Cel"
        }
      ],
      "high": [
        {
          "value": "37",
          "unit": "Cel"
        }
      ],
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
              "code": "normal",
              "display": "Normal Range"
            }
          ]
        }
      ],
      "appliesTo": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "248153007",
              "display": "Male"
            }
          ]
        }
      ],
      "text": "This range applies to males / adults"
    }
  ]
}