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" : "maximal-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 maximal-practitioner</b></p><a name=\"maximal-practitioner\"> </a><a name=\"hcmaximal-practitioner\"> </a><a name=\"maximal-practitioner-sv-SE\"> </a><p><b>identifier</b>: Provider number/SE1234567890\u00a0(use:\u00a0official,\u00a0period:\u00a02024-01-01 --> (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Erik Larsson MD(Official)</p><p><b>telecom</b>: <a href=\"tel:+46701234567\">+46701234567</a>, <a href=\"mailto:erik.larsson@healthcare.se\">erik.larsson@healthcare.se</a></p><p><b>address</b>: 123 Healthcare Street, 112 16 Stockholm(work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: <code>urn:oid:1.2.752.116.3.1.2</code>/Prescriber123, <code>urn:oid:1.2.752.116.3.1.1</code>/Legitimation456</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3842006}\">Chiropractor</span></p><p><b>period</b>: 2020-01-01 --> (ongoing)</p><p><b>issuer</b>: Swedish Medical License Board</p></blockquote></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN",
"display" : "Provider number"
}
]
},
"system" : "urn:oid:1.2.752.29.4.19",
"value" : "SE1234567890",
"period" : {
"start" : "2024-01-01"
}
}
],
"active" : true,
"name" : [
{
"use" : "official",
"text" : "Dr. Erik Larsson MD",
"family" : "Larsson",
"given" : [
"Erik"
],
"suffix" : [
"MD"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+46701234567",
"use" : "work"
},
{
"system" : "email",
"value" : "erik.larsson@healthcare.se",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"type" : "both",
"text" : "123 Healthcare Street, 112 16 Stockholm",
"line" : [
"123 Healthcare Street"
],
"city" : "Stockholm",
"district" : "Stockholm County",
"postalCode" : "112 16",
"country" : "Sweden"
}
],
"qualification" : [
{
"identifier" : [
{
"system" : "urn:oid:1.2.752.116.3.1.2",
"value" : "Prescriber123"
},
{
"system" : "urn:oid:1.2.752.116.3.1.1",
"value" : "Legitimation456"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "3842006",
"display" : "Chiropractor"
}
]
},
"period" : {
"start" : "2020-01-01"
},
"issuer" : {
"display" : "Swedish Medical License Board"
}
}
]
}