electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: PractitionerRole-ecr-practitionerrole-henry-seven

Raw json

{
  "resourceType" : "PractitionerRole",
  "id" : "ecr-practitionerrole-henry-seven",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ecr-practitionerrole-henry-seven</p><p><b>practitioner</b>: <a href="Practitioner-ecr-practitioner-henry-seven.html">Henry Seven, M.D.. Generated Summary: id: ecr-practitioner-henry-seven; 1521001101; Seven Henry </a></p><p><b>organization</b>: <a href="Organization-ecr-organization-salem-medical-center.html">Salem Medical Center. Generated Summary: id: ecr-organization-salem-medical-center; 55555555; active; <span title="Codes: {http://hl7.org/fhir/v3/RoleCode OF}">Outpatient facility</span>; name: Salem Medical Center; ph: +1-555-555-1111, mail@salemmedicalcenter.com</a></p><p><b>code</b>: Doctor <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/practitioner-role code 'doctor' = 'Doctor', given as 'Doctor'})</span></p><p><b>specialty</b>: General practice (specialty) (qualifier value) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '394814009' = 'General practice (specialty) (qualifier value)', given as 'General practice (specialty) (qualifier value)'})</span></p><p><b>location</b>: <a href="Location-ecr-location-salem-medical-center.html">Clinic Bldg A, Salem Medical Center. Generated Summary: id: ecr-location-salem-medical-center; status: active; name: Clinic Bldg A, Salem Medical Center; ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, mail@smc.org</a></p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/ecr-practitioner-henry-seven",
    "display" : "Henry Seven, M.D."
  },
  "organization" : {
    "reference" : "Organization/ecr-organization-salem-medical-center",
    "display" : "Salem Medical Center"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/practitioner-role",
          "code" : "doctor",
          "display" : "Doctor"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394814009",
          "display" : "General practice (specialty) (qualifier value)"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/ecr-location-salem-medical-center",
      "display" : "Clinic Bldg A, Salem Medical Center"
    }
  ]
}