Draft PH Core Implementation Guide
0.1.0 - ci-build Philippines

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: provenance-single-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "provenance-single-example",
  "meta" : {
    "profile" : [
      🔗 "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Provenance record documenting that Dr. Maria Clara Santos created the blood pressure observation for Juan Dela Cruz on September 17, 2012, on behalf of the Department of Health - Central Office.</div>"
  },
  "target" : [
    {
      🔗 "reference" : "Observation/observation-single-example"
    }
  ],
  "occurredDateTime" : "2012-09-17T08:30:00+08:00",
  "recorded" : "2012-09-17T08:30:15+08:00",
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code" : "TREAT",
          "display" : "treatment"
        }
      ]
    }
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "CREATE",
        "display" : "create"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Practitioner/practitioner-single-example"
      },
      "onBehalfOf" : {
        🔗 "reference" : "Organization/organization-single-example"
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.1",
          "display" : "Author's Signature"
        }
      ],
      "when" : "2012-09-17T08:30:15+08:00",
      "who" : {
        🔗 "reference" : "Practitioner/practitioner-single-example"
      },
      "targetFormat" : "xml",
      "sigFormat" : "xml",
      "data" : "dGhpcyBibG9iIGlzIHNuZWFrZWQ="
    }
  ]
}