臺灣核心實作指引(TW Core IG)
0.3.0 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 出處 - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "pov-example",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Provenance-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance pov-example</b></p><a name=\"pov-example\"> </a><a name=\"hcpov-example\"> </a><a name=\"pov-example-en-US\"> </a><p>Provenance for <a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2023-02-28 15:26:23+0000</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type informant}\">Informant</span></td><td><a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/targetElement",
          "valueUri" : "race"
        }
      ],
      "reference" : "Patient/pat-example"
    }
  ],
  "recorded" : "2023-02-28T15:26:23.217+00:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "informant",
            "display" : "Informant"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Patient/pat-example"
      }
    }
  ],
  "entity" : [
    {
      "role" : "source",
      "what" : {
        "display" : "admission form"
      }
    }
  ]
}