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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeProvenance
IdProvenance-pov-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


Source1

{
  "resourceType": "Provenance",
  "id": "pov-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Provenance-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/targetElement",
          "valueUri": "Patient.extension: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"
      }
    }
  ]
}