PackagesCanonicalsLogsProblems
    Packages
    demis.fhir.profiles@1.18.0
    https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
{
  "description": "Sofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.",
  "_filename": "ProfileResources/StructureDefinition/Organization/NotifiedPersonFacility.json",
  "package_name": "demis.fhir.profiles",
  "date": "2021-03-26",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NotifiedPersonFacility",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Organization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Betroffenen-Einrichtung",
  "package_version": "1.18.0",
  "status": "active",
  "id": "2f13210a-f2bb-44a2-90c3-435dffd755b8",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility",
  "version": "1.1.0",
  "differential": {
    "element": [ {
      "id": "Organization.type",
      "max": "1",
      "path": "Organization.type",
      "short": "Art der Einrichtung",
      "definition": "Art der Einrichtung. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/organizationType) im coding Element dargestellt werden.",
      "mustSupport": true
    }, {
      "id": "Organization.type.coding",
      "max": "1",
      "min": 1,
      "path": "Organization.type.coding",
      "binding": {
        "strength": "required",
        "valueSet": "https://demis.rki.de/fhir/ValueSet/organizationType"
      }
    }, {
      "id": "Organization.type.coding.system",
      "min": 1,
      "path": "Organization.type.coding.system"
    }, {
      "id": "Organization.type.coding.code",
      "min": 1,
      "path": "Organization.type.coding.code"
    }, {
      "id": "Organization.type.text",
      "max": "0",
      "path": "Organization.type.text"
    }, {
      "id": "Organization.name",
      "path": "Organization.name",
      "short": "Einrichtungsname",
      "definition": "Einrichtungsname",
      "mustSupport": true
    }, {
      "id": "Organization.telecom",
      "path": "Organization.telecom",
      "short": "Kontaktangaben der Betroffenen Person",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "Kontaktangaben der Betroffenen Person. Telefonnummern oder E-Mailadressen können angegeben werden.",
      "mustSupport": true
    }, {
      "id": "Organization.telecom:Email",
      "path": "Organization.telecom",
      "sliceName": "Email"
    }, {
      "id": "Organization.telecom:Email.system",
      "min": 1,
      "path": "Organization.telecom.system",
      "fixedCode": "email"
    }, {
      "id": "Organization.telecom:Email.value",
      "min": 1,
      "path": "Organization.telecom.value"
    }, {
      "id": "Organization.telecom:Phone",
      "path": "Organization.telecom",
      "sliceName": "Phone"
    }, {
      "id": "Organization.telecom:Phone.extension",
      "path": "Organization.telecom.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Organization.telecom:Phone.extension:comment",
      "max": "1",
      "path": "Organization.telecom.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/Comment" ]
      } ],
      "sliceName": "comment"
    }, {
      "id": "Organization.telecom:Phone.system",
      "min": 1,
      "path": "Organization.telecom.system",
      "fixedCode": "phone"
    }, {
      "id": "Organization.telecom:Phone.value",
      "min": 1,
      "path": "Organization.telecom.value"
    }, {
      "id": "Organization.address",
      "path": "Organization.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "short": "Einrichtungsaddresse",
      "definition": "Einrichtungsaddresse",
      "mustSupport": true
    }, {
      "id": "Organization.address.line",
      "max": "1",
      "path": "Organization.address.line"
    }, {
      "id": "Organization.address.line.extension",
      "path": "Organization.address.line.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Organization.address.line.extension:Postfach",
      "max": "0",
      "path": "Organization.address.line.extension",
      "sliceName": "Postfach"
    }, {
      "id": "Organization.address.postalCode",
      "path": "Organization.address.postalCode",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode"
      }
    }, {
      "id": "Organization.address.country",
      "path": "Organization.address.country",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://demis.rki.de/fhir/ValueSet/country"
      }
    }, {
      "id": "Organization.partOf",
      "path": "Organization.partOf",
      "short": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört",
      "definition": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört",
      "mustSupport": true
    }, {
      "id": "Organization.contact",
      "path": "Organization.contact",
      "short": "Ansprechpartner der Einrichtung",
      "definition": "Ansprechpartner der Einrichtung",
      "mustSupport": true
    }, {
      "id": "Organization.endpoint",
      "max": "0",
      "path": "Organization.endpoint"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}