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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeProcedure
IdProcedure-pro-phototherapy.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

照光治療狀態:completed

照光治療種類:窄頻UVB(nb-UVB) (NHI-健保事前審查-照光治療種類#nb-UVB)

病人Patient/pat-min "王大明"

照光治療起始日期:2024-01-01

照光治療終止日期:2024-03-31

照光治療總次數Substance/sub-phototherapy 24

照光治療紀錄DocumentReference/doc-phototherapy-min file://ptReport01.pdf


Source1

{
  "resourceType": "Procedure",
  "id": "pro-phototherapy",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Procedure-phototherapy-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-phototherapy",
        "code": "nb-UVB",
        "display": "窄頻UVB(nb-UVB)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "performedPeriod": {
    "start": "2024-01-01",
    "end": "2024-03-31"
  },
  "report": [
    {
      "reference": "DocumentReference/doc-phototherapy-min"
    }
  ],
  "usedReference": [
    {
      "reference": "Substance/sub-phototherapy"
    }
  ]
}