Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example PractitionerRole - ePrescription - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "prrole-12345",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-practitionerrole",
      "http://example.org/fhir/StructureDefinition/kenya-eprescription-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole prrole-12345</b></p><a name=\"prrole-12345\"> </a><a name=\"hcprrole-12345\"> </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\">Profiles: <a href=\"StructureDefinition-kenya-eprescription-practitionerrole.html\">PractitionerRole - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-practitionerrole</code></p></div><p><b>identifier</b>: <code>http://mohkenya.org/practitionerrole-ids</code>/PR-001</p><p><b>active</b>: true</p><p><b>period</b>: 2024-01-01 --&gt; 2025-01-01</p><p><b>practitioner</b>: <code>KenyaEPrescriptionPractitioner/example-practitioner</code></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309343006}\">Physician</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394579002}\">Cardiology</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://mohkenya.org/practitionerrole-ids",
      "value" : "PR-001"
    }
  ],
  "active" : true,
  "period" : {
    "start" : "2024-01-01",
    "end" : "2025-01-01"
  },
  "practitioner" : {
    "reference" : "KenyaEPrescriptionPractitioner/example-practitioner"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "309343006",
          "display" : "Physician"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394579002",
          "display" : "Cardiology"
        }
      ]
    }
  ]
}