Draft PH Core Implementation Guide
0.2.0 - ci-build Philippines flag

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.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/eabuenaventura/eab-ph-core/ and changes regularly. See the Directory of published versions

: provenance-single-example

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "provenance-single-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-provenance"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance provenance-single-example</b></p><a name=\"provenance-single-example\"> </a><a name=\"hcprovenance-single-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ph-core-provenance.html\">PH Core Provenance</a></p></div><p>Provenance for <a href=\"Observation-observation-bp-example.html\">Observation Blood pressure panel with all children optional</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2012-09-17 08:30:00+0800</td></tr><tr><td>Recorded</td><td>2012-09-17 08:30:15+0800</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Practitioner-practitioner-single-example.html\">Practitioner Maria Clara Santos (official)</a></td><td><a href=\"Organization-organization-single-example.html\">Organization Department of Health - Sattelite Office</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Observation/observation-bp-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="
    }
  ]
}