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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeObservation
IdObservation-obs-lab-min.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

類型:檢驗(查) (NHI-補充資訊類別值集#tests)

檢驗(查)名稱:Platelets [#/volume] in Blood by Automated count (LOINCCodes#777-3)

病人Patient/pat-min

檢驗(查)報告日期:2024-01-01

簽發檢驗(查)報告醫事人員身分證號Practitioner/pra-min

檢驗(查)結果:5.1 mmol/l

檢驗(查)結果判讀:高,High (ObservationInterpretationCodes #H)

檢驗(查)結果之參考範圍下限:2.9 mmol/L

檢驗(查)結果之參考範圍上限:4.9 mmol/L

檢驗(查)附件DocumentReference/doc-test-min


Source1

{
  "resourceType": "Observation",
  "id": "obs-lab-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-laboratory-result-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type",
          "code": "tests"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "777-3"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "effectiveDateTime": "2024-01-01",
  "performer": [
    {
      "reference": "Practitioner/pra-min"
    }
  ],
  "valueQuantity": {
    "value": 5.1,
    "unit": "mmol/l"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H"
        }
      ],
      "text": "高"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 2.9,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "high": {
        "value": 4.9,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      }
    }
  ],
  "derivedFrom": [
    {
      "reference": "DocumentReference/doc-test-min"
    }
  ]
}