Combined Nordic FHIR Base Profiles
0.2.0-ci - ci-build

Combined Nordic FHIR Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/nordic-base/ and changes regularly. See the Directory of published versions

: PractitionerExample1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-practitioner-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerExample1</b></p><a name=\"PractitionerExample1\"> </a><a name=\"hcPractitionerExample1\"> </a><a name=\"PractitionerExample1-en-US\"> </a><p><b>identifier</b>: SE2321000131-P000000123456</p><p><b>name</b>: John Bob Goode Johansson(Official)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>12345678</td><td><span title=\"Codes:{http://snomed.info/sct 309453006}\">barnmorska</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "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" : [
        {
          "value" : "12345678"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "309453006",
            "display" : "barnmorska"
          }
        ]
      }
    }
  ]
}