Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: PractitionerRole Example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "455736449",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"455736449\"> </a><a name=\"hc455736449\"> </a></p><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\">Resource PractitionerRole &quot;455736449&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1/StructureDefinition-PractitionerRole-uv-ips.html\">PractitionerRole (IPS)</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>organization</b>: <a href=\"Organization-34432.html\">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</p><p><b>code</b>: Medical doctors <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#221)</span></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/21"
  },
  "organization" : {
    🔗 "reference" : "Organization/34432"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.9.6.2.7",
          "code" : "221",
          "display" : "Medical doctors"
        }
      ]
    }
  ]
}