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

FHIR IG analytics

Packagehl7.fhir.us.vitalsigns
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

id: BloodPressurePanel-example

meta:

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Small Child1234

effective: Oct 16, 2019 9:12:29 PM --> (ongoing)

issued: Oct 16, 2019 10:12:29 PM

performer: A. Pediatrician6

bodySite: Structure of left brachial artery (body structure)

method: Auscultation

component

code: Systolic blood pressure

value: 120 mm[Hg]

component

code: Diastolic blood pressure

value: 80 mm[Hg]


Source1

{
  "resourceType": "Observation",
  "id": "BloodPressurePanel-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/BloodPressurePanel"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/BodyPositionExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "33586001",
            "display": "Sitting Position"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "309642005",
            "display": "Mercury sphygmomanometer"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "720736009",
            "display": "Blood pressure cuff, pediatric size"
          }
        ]
      }
    },
    {
      "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"
  },
  "effectivePeriod": {
    "start": "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)"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "37931006",
        "display": "Auscultation"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}