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

FHIR IG analytics

Packagecom.e-medlab.healthsense
Resource TypeObservation
IdObservation-BloodPressureExample2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation BloodPressureExample2

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)

effective: 2021-11-23

performer: Organization East Tallinn Central Hospital

bodySite: Structure of left upper limb

component

code: Systolic blood pressure

value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Body position for blood pressure measurement (observable entity)

value: Sitting position


Source1

{
  "resourceType": "Observation",
  "id": "BloodPressureExample2",
  "meta": {
    "profile": [
      "https://healthsense.e-medlab.com/StructureDefinition/hs-observation-bp2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "75367002"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat1"
  },
  "effectiveDateTime": "2021-11-23",
  "performer": [
    {
      "reference": "Organization/org1"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80768000",
        "display": "Structure of left upper limb"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "271649006"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "271650006"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "424724000"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "33586001",
            "display": "Sitting position"
          }
        ]
      }
    }
  ]
}