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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-bloodPressure-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

檢驗檢查資料

狀態:final

分類:Vital Signs ( Observation Category Codes#vital-signs)

檢驗項目:Blood pressure panel with all children optional ( LOINC#85354-9 "Blood pressure panel with all children optional")

病人Patient/pat-example "陳加玲"

檢查者Practitioner/pra-dr-example "王依昇"

執行日期:2022-07-31

檢驗結果

檢驗項目:Systolic blood pressure ( LOINC#8480-6)

檢驗值:110 mmHg

檢驗項目:Diastolic blood pressure ( LOINC#8462-4)

檢驗值:56 mmHg


Source1

{
  "resourceType": "Observation",
  "id": "obs-bloodPressure-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore"
    ]
  },
  "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"
      }
    ],
    "text": "Blood pressure panel with all children optional"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2022-07-31",
  "performer": [
    {
      "reference": "Practitioner/pra-dr-example"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 110,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 56,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}