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

FHIR IG analytics

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

分類:Laboratory ( Observation Category Codes#laboratory)

檢驗項目:血中尿素氮 ( 臺灣醫療服務給付項目#09002C)

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

執行日期:2022-07-31

負責機構Organization/org-hosp-example "衛生福利部臺北醫院"

檢驗值:16.6 mg/dL


Source1

{
  "resourceType": "Observation",
  "id": "obs-lab-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "09002C"
      }
    ],
    "text": "血中尿素氮"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2022-07-31",
  "performer": [
    {
      "reference": "Organization/org-hosp-example"
    }
  ],
  "valueQuantity": {
    "value": 16.6,
    "unit": "mg/dL"
  }
}