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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeDocumentReference
IdDocumentReference-doc-test-min.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

狀態:current

報告類型:檢驗(查)附件 (NHI-文件類型#test)

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

檢驗(查)附件 (application/pdf):file://TestReport01.pdf

檢驗(查)附件名稱:TestReport01

檢驗(查)附件 (application/pdf):file://TestReport02.pdf

檢驗(查)附件名稱:TestReport02


Source1

{
  "resourceType": "DocumentReference",
  "id": "doc-test-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/DocumentReference-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pdf-type",
          "code": "test"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/pat-min"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "file://TestReport01.pdf",
        "title": "TestReport01"
      }
    },
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "file://TestReport02.pdf",
        "title": "TestReport02"
      }
    }
  ]
}