HL7 FHIR Implementation Guide Laboratory Report
0.1.0 - ballot Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.1.0: Release 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: PractitionerRole-Lab-Esempio - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "dc5842a1-83b6-43c7-b063-75ae989b803c",
  "meta" : {
    "profile" : [
      "http://hl7.it/fhir/lab-report/StructureDefinition/practitionerrole-it-lab"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"dc5842a1-83b6-43c7-b063-75ae989b803c\"> </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;dc5842a1-83b6-43c7-b063-75ae989b803c&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitionerrole-it-lab.html\">PractitionerRole - Lab Report</a></p></div><p><b>identifier</b>: id:\u00a012345\u00a0(use:\u00a0OFFICIAL)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-Lab-Esempio.html\">Practitioner/Practitioner-Lab-Esempio</a> &quot; MEDICO&quot;</p><p><b>organization</b>: <a href=\"Organization-Organization-Lab-Esempio.html\">Organization/Organization-Lab-Esempio</a> &quot;Azienda Sanitara Locale Roma 1&quot;</p><p><b>code</b>: Laboratory medicine specialist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#61246008)</span></p><p><b>specialty</b>: Clinical hematology <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394803006)</span></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://esempio_policlinico.it/codiceEmatologo",
      "value" : "12345"
    }
  ],
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/Practitioner-Lab-Esempio"
  },
  "organization" : {
    "reference" : "Organization/Organization-Lab-Esempio"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "61246008",
          "display" : "Laboratory medicine specialist"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394803006",
          "display" : "Clinical hematology"
        }
      ]
    }
  ]
}