Swedish FHIR group common profiles

1.0.2 - ci-build  flag

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

: maximal-organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "maximal-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 maximal-organization</b></p><a name=\"maximal-organization\"> </a><a name=\"hcmaximal-organization\"> </a><a name=\"maximal-organization-sv-SE\"> </a><p><b>identifier</b>: Provider number/HSA-ID-EXAMPLE-1234\u00a0(use:\u00a0official,\u00a0), Organization identifier/5567210564\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 Vårdcentralen</p><p><b>telecom</b>: <a href=\"tel:+46-8-123-4567\">+46-8-123-4567</a>, <a href=\"mailto:kontakt@svenskavardcentralen.se\">kontakt@svenskavardcentralen.se</a></p><p><b>address</b>: Storgatan 1, 123 45 Stockholm, Sweden(work)</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" : "HSA-ID-EXAMPLE-1234"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ]
      },
      "system" : "urn:oid:2.5.4.97",
      "value" : "5567210564"
    }
  ],
  "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 Vårdcentralen",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+46-8-123-4567"
    },
    {
      "system" : "email",
      "value" : "kontakt@svenskavardcentralen.se"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "text" : "Storgatan 1, 123 45 Stockholm, Sweden",
      "line" : [
        "Storgatan 1"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf",
              "valueString" : "c/o Svenska Hälsovården"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine",
              "valueString" : "Storgatan 1"
            }
          ]
        }
      ],
      "city" : "Stockholm",
      "district" : "Stockholm",
      "state" : "Stockholm",
      "postalCode" : "123 45",
      "country" : "Sweden"
    }
  ]
}