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" : "Organization",
"id" : "minimal-organization",
"meta" : {
"profile" : [
🔗 "https://commonprofiles.care/fhir/StructureDefinition/OrganizationSECommonsLite"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization minimal-organization</b></p><a name=\"minimal-organization\"> </a><a name=\"hcminimal-organization\"> </a><a name=\"minimal-organization-sv-SE\"> </a><p><b>identifier</b>: Organization identifier/5566778899\u00a0(use:\u00a0official,\u00a0)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 43741000}\">Vårdenhet</span>, <span title=\"Codes:{http://snomed.info/sct 143591000052106}\">Vårdgivare</span></p><p><b>name</b>: Svenska Kliniken AB</p><p><b>telecom</b>: <a href=\"tel:+46101234567\">+46101234567</a>, <a href=\"mailto:info@svenskakliniken.se\">info@svenskakliniken.se</a></p><p><b>address</b>: Storgatan 1 Stockholm Stockholms län 100 55 SE </p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
]
},
"system" : "urn:oid:2.5.4.97",
"value" : "5566778899"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/45991000052106/version/20220531",
"code" : "43741000",
"display" : "Vårdenhet"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/45991000052106/version/20220531",
"code" : "143591000052106",
"display" : "Vårdgivare"
}
]
}
],
"name" : "Svenska Kliniken AB",
"telecom" : [
{
"system" : "phone",
"value" : "+46101234567"
},
{
"system" : "email",
"value" : "info@svenskakliniken.se"
}
],
"address" : [
{
"line" : [
"Storgatan 1"
],
"city" : "Stockholm",
"state" : "Stockholms län",
"postalCode" : "100 55",
"country" : "SE"
}
]
}