Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PractitionerRoleExample - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRoleExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medtechglobal.com/StructureDefinition/medtech-practitionerrole-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRoleExample</b></p><a name=\"PractitionerRoleExample\"> </a><a name=\"hcPractitionerRoleExample\"> </a><a name=\"PractitionerRoleExample-en-US\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/enrolment-id</code>/9999999</p><p><b>period</b>: 2020-04-21 00:00:00+1200 --&gt; 2023-04-21 00:00:00+1200</p><p><b>practitioner</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><p><b>code</b>: <span title=\"Codes:{https://standards.digital.health.nz/ns/nz-practitioner-role-code enrolledGP}\">enrolledGP</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://standards.digital.health.nz/ns/enrolment-id",
      "value" : "9999999"
    }
  ],
  "period" : {
    "start" : "2020-04-21T00:00:00.000+12:00",
    "end" : "2023-04-21T00:00:00.000+12:00"
  },
  "practitioner" : {
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://standards.digital.health.nz/ns/nz-practitioner-role-code",
          "code" : "enrolledGP"
        }
      ]
    }
  ]
}