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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdBlood pressure - Maria Iosif - 20-02-2020.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": "cyehrbloodpressure-mariaiosif20-02-2020",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-bloodpressure"
    ]
  },
  "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": "85354-9",
        "display": "Blood pressure panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cyehrpatient-mariaiosif",
    "type": "Patient",
    "display": "Patient Maria Iosif"
  },
  "encounter": {
    "reference": "Encounter/cyehrencounter-mariaiosifANDhelenegeorgiou20-02-2020"
  },
  "effectiveDateTime": "2020-02-20",
  "performer": [
    {
      "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou",
      "display": "Doctor Helen Georgiou"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": "125",
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      },
      "referenceRange": [
        {
          "low": [
            {
              "value": "120",
              "unit": "mm[Hg]"
            }
          ],
          "high": [
            {
              "value": "129",
              "unit": "mm[Hg]"
            }
          ],
          "type": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                  "code": "normal",
                  "display": "Normal Range"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": "75",
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      },
      "referenceRange": [
        {
          "high": [
            {
              "value": "80",
              "unit": "mm[Hg]"
            }
          ],
          "type": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                  "code": "normal",
                  "display": "Normal Range"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}