PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.merier.r5@0.1.0-alpha
    http://electronichealth.se/fhir/NDI/StructureDefinition/organization-er
{
  "description": "This profile holds information about organizations that can use endpoints.",
  "_filename": "StructureDefinition-organization-er.json",
  "package_name": "se.electronichealth.fhir.merier.r5",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "5.0.0",
  "name": "OrganizationEr",
  "abstract": false,
  "type": "Organization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Organization (ER)",
  "package_version": "0.1.0-alpha",
  "status": "active",
  "id": "d13bbc5a-9488-4f62-a2fd-3cc9adaca19c",
  "kind": "resource",
  "url": "http://electronichealth.se/fhir/NDI/StructureDefinition/organization-er",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Organization.identifier",
      "max": "1",
      "min": 1,
      "path": "Organization.identifier",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "description": "Slice on identifier based on system value",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Organization.identifier:organizationIdentifier",
      "max": "1",
      "min": 0,
      "path": "Organization.identifier",
      "sliceName": "organizationIdentifier",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:organizationIdentifier.system",
      "min": 1,
      "path": "Organization.identifier.system",
      "fixedUri": "urn:oid:2.5.4.97",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:organizationIdentifier.value",
      "min": 1,
      "path": "Organization.identifier.value",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:personalIdentityNumber",
      "max": "1",
      "min": 0,
      "path": "Organization.identifier",
      "sliceName": "personalIdentityNumber",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:personalIdentityNumber.system",
      "min": 1,
      "path": "Organization.identifier.system",
      "fixedUri": "http://electronichealth.se/identifier/personnummer",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:personalIdentityNumber.value",
      "min": 1,
      "path": "Organization.identifier.value",
      "mustSupport": true
    }, {
      "id": "Organization.type",
      "max": "1",
      "path": "Organization.type",
      "binding": {
        "strength": "required",
        "valueSet": "http://electronichealth.se/fhir/NDI/ValueSet/er-organization-type"
      },
      "mustSupport": true
    }, {
      "id": "Organization.type.coding",
      "max": "1",
      "min": 1,
      "path": "Organization.type.coding",
      "mustSupport": true
    }, {
      "id": "Organization.type.coding.system",
      "min": 1,
      "path": "Organization.type.coding.system",
      "mustSupport": true
    }, {
      "id": "Organization.type.coding.code",
      "min": 1,
      "path": "Organization.type.coding.code",
      "mustSupport": true
    }, {
      "id": "Organization.endpoint",
      "path": "Organization.endpoint",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://electronichealth.se/fhir/NDI/StructureDefinition/endpoint-er" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}