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

FHIR IG analytics

Packagehl7.fhir.us.vitals
Resource TypeObservation
IdObservation-BloodPressurePanel-example.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 BloodPressurePanel-example

Observation Body Position: Sitting Position

Sleep Status: Awake

Exercise Association: At rest

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Small Child1234

effective: 2019-10-16 12:12:29-0900

issued: 2019-10-16 12:12:29-1000

performer: A. Pediatrician6

bodySite: Structure of left brachial artery (body structure)

device: Device: extension = Blood pressure cuff, pediatric size (physical object); type = Automatic-inflation electronic sphygmomanometer, portable, arm/wrist (physical object)

component

code: Systolic blood pressure

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

component

code: Diastolic blood pressure

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


Source1

{
  "resourceType": "Observation",
  "id": "BloodPressurePanel-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/blood-pressure-panel"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "33586001",
            "display": "Sitting Position"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "248218005",
            "display": "Awake"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "263678003",
            "display": "At rest"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ]
  },
  "subject": {
    "display": "Small Child1234"
  },
  "effectiveDateTime": "2019-10-16T12:12:29-09:00",
  "issued": "2019-10-16T12:12:29-10:00",
  "performer": [
    {
      "display": "A. Pediatrician6"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "723961002",
        "display": "Structure of left brachial artery (body structure)"
      }
    ]
  },
  "device": {
    "reference": "Device/BPDevice1-example"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}