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-pat-pdai.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

病人狀態評估項目代碼:Pemphigus Disease Area Index (LOINC + SCT + NHI-健保事前審查-病人狀態評估項目值集 #PDAI)

病人Patient/pat-min

病人狀態評估日期:2024-01-01

評估項目醫事人員身分證號Practitioner/pra-min

病人狀態評估結果:260.02


Source1

{
  "resourceType": "Observation",
  "id": "obs-pat-pdai",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-pat-assessment-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": "patientAssessment"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast",
        "code": "PDAI"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "effectiveDateTime": "2024-01-01",
  "performer": [
    {
      "reference": "Practitioner/pra-min"
    }
  ],
  "valueQuantity": {
    "value": 260.02
  }
}