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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeProvenance
IdProvenance-ExampleERefProvenanceSignature.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

Generated Narrative: Provenance ExampleERefProvenanceSignature

Provenance for ServiceRequest Referral to specialist

Summary

Recorded2025-03-15 09:30:00+0800
Activitycreate

Agents

TypewhoOn Behalf Of
AuthorPractitionerRole Medical practitionerOrganization Rural Health Unit - Barangay Health Center

Source1

{
  "resourceType": "Provenance",
  "id": "ExampleERefProvenanceSignature",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "ServiceRequest/ExampleERefServiceRequestMinimal"
    }
  ],
  "recorded": "2025-03-15T09:30:00+08:00",
  "activity": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "CREATE",
        "display": "create"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "who": {
        "reference": "PractitionerRole/ExampleERefPractitionerRoleMinimal"
      },
      "onBehalfOf": {
        "reference": "Organization/ExampleERefOrganizationMinimal"
      }
    }
  ],
  "signature": [
    {
      "type": [
        {
          "system": "urn:iso-astm:E1762-95:2013",
          "code": "1.2.840.10065.1.12.1.5",
          "display": "Signature"
        }
      ],
      "when": "2025-03-15T09:30:00+08:00",
      "who": {
        "reference": "PractitionerRole/ExampleERefPractitionerRoleMinimal"
      },
      "sigFormat": "application/signature+xml",
      "data": "dGVzdHNpZ25hdHVyZWJhc2U2NA=="
    }
  ]
}