ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: ITBPractitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "ITBPractitioner",
  "meta" : {
    "lastUpdated" : "2021-02-03T10:02:00+01:00",
    "profile" : [
      🔗 "http://portal.wof.purified.link/fhir/StructureDefinition/ITBPractitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ITBPractitioner</b></p><a name=\"ITBPractitioner\"> </a><a name=\"hcITBPractitioner\"> </a><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\">Last updated: 2021-02-03 10:02:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ITBPractitioner.html\">ITB Practitioner</a></p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.2428.90.1.5</code>/12121212345, employeeId/470, employeeNo/2, employeeLicenseId/2046</p><p><b>active</b>: true</p><p><b>name</b>: Tannlege Kurt Karlsson</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #Inline-Instance-for-470-1</b></p><a name=\"ITBPractitioner/Inline-Instance-for-470-1\"> </a><a name=\"hcITBPractitioner/Inline-Instance-for-470-1\"> </a><p><b>active</b>: false</p><p><b>organization</b>: <a href=\"Organization/559\">Organization/559</a></p><p><b>code</b>: <span title=\"Codes:\">WorksAt</span></p><p><b>specialty</b>: <span title=\"Codes:{http://opusdental.purified.link/fhir/CodeSystem/csPractitionerQualification dentist}\">Dentist</span></p><p><b>endpoint</b>: <a href=\"http://fhir.link/jdjdjdj\">OpusDatabas</a></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "PractitionerRole",
      "id" : "Inline-Instance-for-470-1",
      "active" : false,
      "organization" : {
        "reference" : "Organization/559"
      },
      "code" : [
        {
          "text" : "WorksAt"
        }
      ],
      "specialty" : [
        {
          "coding" : [
            {
              "system" : "http://opusdental.purified.link/fhir/CodeSystem/csPractitionerQualification",
              "code" : "dentist"
            }
          ],
          "text" : "Dentist"
        }
      ],
      "endpoint" : [
        {
          "reference" : "http://fhir.link/jdjdjdj",
          "display" : "OpusDatabas"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:1.3.6.1.4.1.2428.90.1.5",
      "value" : "12121212345"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier",
            "code" : "employeeId"
          }
        ]
      },
      "system" : "itbDev-colosseum-opus-nationaltheatret",
      "value" : "470"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier",
            "code" : "employeeNo"
          }
        ]
      },
      "system" : "itbDev-colosseum-opus-nationaltheatret",
      "value" : "2"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier",
            "code" : "employeeLicenseId"
          }
        ]
      },
      "system" : "itbDev-colosseum-opus-nationaltheatret",
      "value" : "2046"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Tannlege Kurt Karlsson",
      "family" : "Lyngtest",
      "given" : [
        "Kenth"
      ]
    }
  ]
}