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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeObservation
IdObservation-ex-patient-2-bp.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-patient-2-bp

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

identifier: http://example.org/observation-identifiers/obs-blood-pressure-001

status: Final

category: Vital Signs

code: Blood Pressure

subject: Janie Smith (no stated gender), DoB Unknown ( http://example.org/mrn#MRN-002)

effective: 2023-06-01 08:00:00+0000

performer: http://example.org/Practitioner/ex-practitioner

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]')


Source1

{
  "resourceType": "Observation",
  "id": "ex-patient-2-bp",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/observation-identifiers",
      "value": "obs-blood-pressure-001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      }
    ],
    "text": "Blood Pressure"
  },
  "subject": {
    "reference": "Patient/ex-patient-2"
  },
  "effectiveDateTime": "2023-06-01T08:00:00Z",
  "performer": [
    {
      "reference": "http://example.org/Practitioner/ex-practitioner"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic Blood Pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic Blood Pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}