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

FHIR IG analytics

Packagetw.gov.mohw.nhi.base
Resource TypeDocumentReference
IdDocumentReference-doc-gene-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-文件類型#gene)

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

基因報告(application/pdf):file://GenReport01.pdf

基因報告名稱:GenReport01


Source1

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