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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeObservation
IdObservation-pasport-observation-blood-pressure-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 pasport-observation-blood-pressure-example

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

effective: 2024-01-15 09:00:00+0800

performer: Practitioner 王美玲(official)

interpretation: Normal

note: @2024-01-15 09:00:00+0800

運動前血壓測量,收縮壓128/舒張壓82mmHg,數值正常,可安全進行運動

bodySite: Left upper arm structure

method: Auscultation

component

code: Systolic blood pressure

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

component

code: Diastolic blood pressure

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


Source1

{
  "resourceType": "Observation",
  "id": "pasport-observation-blood-pressure-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationBloodPressure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T09:00:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/ltc-practitioner-example"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "time": "2024-01-15T09:00:00+08:00",
      "text": "運動前血壓測量,收縮壓128/舒張壓82mmHg,數值正常,可安全進行運動"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm 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": 128,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 82,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}