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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeDocumentReference
IdDocumentReference-doc-wound-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):驗傷報告(Injury event summary Document) ( LOINC#74209-8)

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

日期:2024-01-23T15:45:00

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

就醫資料Encounter/enc-example "就醫資料"

紀錄中使用的檔案

檔案類型(type):image/jpeg

檔案 Wound Photo


Source1

{
  "resourceType": "DocumentReference",
  "id": "doc-wound-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": "74209-8",
        "display": "Injury event summary Document"
      }
    ],
    "text": "驗傷報告"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "date": "2024-01-23T15:45:00Z",
  "author": [
    {
      "reference": "Practitioner/pra-dr-example"
    }
  ],
  "custodian": {
    "reference": "Organization/org-hosp-example"
  },
  "content": [
    {
      "attachment": {
        "contentType": "image/jpeg",
        "url": "https://obs.line-scdn.net/0hJczFr9HRFUxHPzhi5CVqG31pFiN0UwZPIwlETwRRS3g5ClpKL1wPImRrSCg6D1ISKQlYKGY7Dn1jBlZPf1sP/w1200",
        "title": "Wound Photo"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/enc-example"
      }
    ]
  }
}