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

FHIR IG analytics

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

status: Final

category: Laboratory

code: 塗片報告

subject: 王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))

effective: 2026-01-01 08:36:48+0800

performer: Organization: identifier = Provider number (use: official, ); type = Healthcare Provider

value: 陰性

method: 螢光


Source1

{
  "resourceType": "Observation",
  "id": "smear",
  "meta": {
    "profile": [
      "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-smear"
    ]
  },
  "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://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type",
        "code": "smear"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2026-01-01T08:36:48+08:00",
  "performer": [
    {
      "reference": "Organization/hosp"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-result",
        "code": "-"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-method",
        "code": "P"
      }
    ]
  }
}