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

FHIR IG analytics

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

status: Final

category: Laboratory

code: MGIT培養結果報告

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

effective: 2026-01-23

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

value: 陰性


Source1

{
  "resourceType": "Observation",
  "id": "mgit",
  "meta": {
    "profile": [
      "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-mgit"
    ]
  },
  "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": "mgit"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2026-01-23",
  "performer": [
    {
      "reference": "Organization/hosp"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result",
        "code": "-"
      }
    ]
  }
}