1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "545654",
"meta" : {
"profile" : [
🔗 "https://fhir.cambio.se/StructureDefinition/PractitionerSe"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 545654</b></p><a name=\"545654\"> </a><a name=\"hc545654\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerSe.html\">PractitionerSe</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.4.1</code>/HSA-1234567890, <code>urn:oid:1.2.752.129.2.1.3.1</code>/19700101-1234</p><p><b>active</b>: true</p><p><b>name</b>: Anna Svensson </p><p><b>telecom</b>: <a href=\"tel:+46123456789\">+46123456789</a>, <a href=\"mailto:anna.svensson@example.se\">anna.svensson@example.se</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360/2.7 MD}\">Medical Doctor</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.752.129.2.1.4.1",
"value" : "HSA-1234567890"
},
{
"system" : "urn:oid:1.2.752.129.2.1.3.1",
"value" : "19700101-1234"
}
],
"active" : true,
"name" : [
{
"family" : "Svensson",
"given" : [
"Anna"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+46123456789",
"use" : "work"
},
{
"system" : "email",
"value" : "anna.svensson@example.se",
"use" : "work"
}
],
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
"code" : "MD",
"display" : "Medical Doctor"
}
]
}
}
]
}