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

FHIR IG analytics

Packagetw.gov.mohw.cdc.tb
Resource TypeObservation
IdObservation-obs-check.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: 观察 obs-check

identifier: 1

status: Final

category: Laboratory

code: Cholesterol [Mass/volume] in Serum or Plasma

subject: Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))

effective: 2025-07-02

issued: 2025-07-02 09:30:12+0800

value: 154 mg/dL (Details: UCUM codemg/dL = 'mg/dL')

interpretation: Not detected

note:

method: Spectrophotometric

ReferenceRanges

-LowHigh
*0200

Source1

{
  "resourceType": "Observation",
  "id": "obs-check",
  "meta": {
    "profile": [
      "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-tb-check"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "1"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2093-3"
      },
      {
        "system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type",
        "code": "lj"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "effectiveDateTime": "2025-07-02",
  "issued": "2025-07-02T09:30:12.234+08:00",
  "valueQuantity": {
    "value": 154,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "ND"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "無"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "70621000052105"
      }
    ],
    "text": "Spectrophotometric"
  },
  "referenceRange": [
    {
      "low": {
        "value": 0
      },
      "high": {
        "value": 200
      }
    }
  ]
}