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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeDocumentReference
IdDocumentReference-doc-outpatient-example.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 ( DocumentReferenceStatus#current)

類型(type):門診紀錄(Outpatient Note) ( LOINC#34108-1)

病人Patient/pat-example "陳加玲"

日期:2024-01-23T12:34:56

紀錄者Practitioner/pra-dr-example "王依昇"

紀錄維護機構Organization/org-hosp-example "衛生福利部臺北醫院"

紀錄中使用的檔案

檔案類型(type):application/pdf

檔案 ConsultationReport.pdf


Source1

{
  "resourceType": "DocumentReference",
  "id": "doc-outpatient-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DocumentReference-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34108-1",
        "display": "Outpatient Note"
      }
    ],
    "text": "門診紀錄"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "date": "2024-01-23T12:34:56Z",
  "author": [
    {
      "reference": "Practitioner/pra-dr-example"
    }
  ],
  "custodian": {
    "reference": "Organization/org-hosp-example"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "ConsultationReport.pdf",
        "title": "Consultation Report"
      }
    }
  ]
}