<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PractitionerRoleExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRoleExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/PractitionerRoleMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRoleExample001</b></p><a name=\"PractitionerRoleExample001\"> </a><a name=\"hcPractitionerRoleExample001\"> </a><a name=\"PractitionerRoleExample001-en-US\"> </a><p><b>identifier</b>: <code>http://www.hospital.com.ar/roles</code>/23</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerExample001.html\">Dr. Rene Favaloro</a></p><p><b>organization</b>: <a href=\"Organization-OrganizationExample001.html\">MEDICAIA HEALTHCARE</a></p><p><b>code</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/PractitionerRoleCS doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394594003}\">Ophthalmology</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-HealthcareServiceExample001.html\">HealthcareService Kinesiology Service S.A.</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.hospital.com.ar/roles",
      "value" : "23"
    }
  ],
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/PractitionerExample001",
    "display" : "Dr. Rene Favaloro"
  },
  "organization" : {
    🔗 "reference" : "Organization/OrganizationExample001",
    "display" : "MEDICAIA HEALTHCARE"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.medicaia.ar/CodeSystem/PractitionerRoleCS",
          "code" : "doctor",
          "display" : "Doctor"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394594003",
          "display" : "Ophthalmology"
        }
      ]
    }
  ],
  "healthcareService" : [
    {
      🔗 "reference" : "HealthcareService/HealthcareServiceExample001"
    }
  ]
}