Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "minimal-practitioner",
"meta" : {
"profile" : [
🔗 "https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner minimal-practitioner</b></p><a name=\"minimal-practitioner\"> </a><a name=\"hcminimal-practitioner\"> </a><a name=\"minimal-practitioner-sv-SE\"> </a><p><b>identifier</b>: Provider number/SE2321000016-A123\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Erik Johansson (Official)</p><p><b>telecom</b>: <a href=\"tel:+46101234567\">+46101234567</a>, <a href=\"mailto:erik.johansson@example.se\">erik.johansson@example.se</a></p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN"
}
]
},
"system" : "urn:oid:1.2.752.29.4.19",
"value" : "SE2321000016-A123"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Johansson",
"given" : [
"Erik"
],
"prefix" : [
"Dr."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+46101234567",
"use" : "work"
},
{
"system" : "email",
"value" : "erik.johansson@example.se",
"use" : "work"
}
]
}