Swedish Base Profiles Implementation Guide
1.0.0 - release

This page is part of the HL7 Sweden base profiles (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: PractitionerExample1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample1",
  "meta" : {
    "profile" : [
      "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePractitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"PractitionerExample1\"> </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 Practitioner \"PractitionerExample1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SEBasePractitioner.html\">SE base profile for practitioner</a></p></div><p><b>identifier</b>: id: SE2321000131-P000000123456</p><p><b>name</b>: John Bob Goode Johansson(OFFICIAL)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>id: 12345678</td><td>barnmorska <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[SE]</a>#309453006)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.752.29.4.19",
      "value" : "SE2321000131-P000000123456"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
          "valueString" : "Johansson"
        },
        {
          "url" : "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
          "valueString" : "Goode"
        }
      ],
      "use" : "official",
      "text" : "John Bob Goode Johansson",
      "family" : "Goode Johansson",
      "given" : [
        "John",
        "Bob"
      ],
      "_given" : [
        null,
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "CL"
            }
          ]
        }
      ]
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "urn:oid:1.2.752.116.3.1.2",
          "value" : "12345678"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "version" : "http://snomed.info/sct/45991000052106",
            "code" : "309453006",
            "display" : "barnmorska"
          }
        ]
      }
    }
  ]
}