Dermatology Image Annotation FHIR Implementation Guide
0.1.0 - ci-build International flag

Dermatology Image Annotation FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Board-certified dermatologist with credential ordinal - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "PRExampleWithOrdinal",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PRExampleWithOrdinal</b></p><a name=\"PRExampleWithOrdinal\"> </a><a name=\"hcPRExampleWithOrdinal\"> </a><p><b>Annotator credential ordinal</b>: 5</p><p><b>practitioner</b>: Dr. Example</p><p><b>code</b>: <span title=\"Codes:\">Board-certified dermatologist</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://annotatemd.com/fhir/ig/StructureDefinition/credential-ordinal",
      "valueInteger" : 5
    }
  ],
  "practitioner" : {
    "display" : "Dr. Example"
  },
  "code" : [
    {
      "text" : "Board-certified dermatologist"
    }
  ]
}