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

FHIR IG analytics

Packageihe.pcc.maps
Resource TypeObservation
IdObservation-ex-bloodpressure-amanda-alvarez.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 ex-bloodpressure-amanda-alvarez

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

effective: 2021-10-06 10:52:30-0700

performer: Practitioner Simone Heps (official)

component

code: Systolic blood pressure

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

component

code: Diastolic blood pressure

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


Source1

{
  "resourceType": "Observation",
  "id": "ex-bloodpressure-amanda-alvarez",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/bp"
    ]
  },
  "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"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "effectiveDateTime": "2021-10-06T10:52:30-07:00",
  "performer": [
    {
      "reference": "Practitioner/ex-Practitioner"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 132,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 86,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}