Operation Definition: Manage Medication Plan

NameDefinition
$manage-medication-planhttps://gematik.de/fhir/epa-medication/OperationDefinition/manage-medication-plan-OP

Anforderungen

Invocations

URL: [base]/$manage-medication-plan

Parameters (In)

NameCardinalityTypeDocumentation
upsert0..1
upsert.medicationStatement0..*
upsert.medicationStatement.resourceType1..1code
upsert.medicationStatement.resourceId1..1id
upsert.medicationStatement.version1..1id
upsert.allergyIntolerance0..*
upsert.allergyIntolerance.resourceType1..1code
upsert.allergyIntolerance.resourceId1..1id
upsert.allergyIntolerance.version1..1id
upsert.bodyHeight0..1
upsert.bodyHeight.resourceType1..1code
upsert.bodyHeight.resourceId1..1id
upsert.bodyHeight.version1..1id
upsert.bodyWeight0..1
upsert.bodyWeight.resourceType1..1code
upsert.bodyWeight.resourceId1..1id
upsert.bodyWeight.version1..1id
upsert.creatinine0..1
upsert.creatinine.resourceType1..1code
upsert.creatinine.resourceId1..1id
upsert.creatinine.version1..1id
upsert.pregnancyStatus0..1
upsert.pregnancyStatus.resourceType1..1code
upsert.pregnancyStatus.resourceId1..1id
upsert.pregnancyStatus.version1..1id
upsert.breastfeedingStatus0..1
upsert.breastfeedingStatus.resourceType1..1code
upsert.breastfeedingStatus.resourceId1..1id
upsert.breastfeedingStatus.version1..1id
upsert.estimatedDateOfDelivery0..1
upsert.estimatedDateOfDelivery.resourceType1..1code
upsert.estimatedDateOfDelivery.resourceId1..1id
upsert.estimatedDateOfDelivery.version1..1id
upsert.glomerularFiltrationRate0..1
upsert.glomerularFiltrationRate.resourceType1..1code
upsert.glomerularFiltrationRate.resourceId1..1id
upsert.glomerularFiltrationRate.version1..1id
remove0..1
remove.medicationStatement0..*
remove.medicationStatement.resourceType1..1code
remove.medicationStatement.resourceId1..1id
remove.medicationStatement.version1..1id
remove.allergyIntolerance0..*
remove.allergyIntolerance.resourceType1..1code
remove.allergyIntolerance.resourceId1..1id
remove.allergyIntolerance.version1..1id
remove.bodyHeight0..1
remove.bodyHeight.resourceType1..1code
remove.bodyHeight.resourceId1..1id
remove.bodyHeight.version1..1id
remove.bodyWeight0..1
remove.bodyWeight.resourceType1..1code
remove.bodyWeight.resourceId1..1id
remove.bodyWeight.version1..1id
remove.creatinine0..1
remove.creatinine.resourceType1..1code
remove.creatinine.resourceId1..1id
remove.creatinine.version1..1id
remove.pregnancyStatus0..1
remove.pregnancyStatus.resourceType1..1code
remove.pregnancyStatus.resourceId1..1id
remove.pregnancyStatus.version1..1id
remove.breastfeedingStatus0..1
remove.breastfeedingStatus.resourceType1..1code
remove.breastfeedingStatus.resourceId1..1id
remove.breastfeedingStatus.version1..1id
remove.estimatedDateOfDelivery0..1
remove.estimatedDateOfDelivery.resourceType1..1code
remove.estimatedDateOfDelivery.resourceId1..1id
remove.estimatedDateOfDelivery.version1..1id
remove.glomerularFiltrationRate0..1
remove.glomerularFiltrationRate.resourceType1..1code
remove.glomerularFiltrationRate.resourceId1..1id
remove.glomerularFiltrationRate.version1..1id
clear0..1
clear.medicationStatement0..1
clear.medicationStatement.emptyReason0..1code
clear.allergyIntolerance0..1
clear.allergyIntolerance.emptyReason0..1code
performer1..1

Tätige Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Schreiboperation generell ausübt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die Übereinstimmungsprüfung hinsichtlich der aktuell zugreifenden LEI.

performer.organization1..1Organization
performer.practitioner0..1Practitioner
performer.practitionerRole0..1PractitionerRole
enterer0..1

Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Medikationsdaten erfasste.

enterer.organization0..1Organization
enterer.practitioner0..1Practitioner
enterer.practitionerRole0..1PractitionerRole
author0..1

Verantwortliche Person und/oder Leistungserbringerinstitution/Organisation/Rolle für die fachlichen Änderungen der Medikationsdaten.

author.organization0..1Organization
author.practitioner0..1Practitioner
author.practitionerRole0..1PractitionerRole
unconfirmedAuthor0..1

Ein unbestätigter author.

unconfirmedAuthor.organization0..1Organization
unconfirmedAuthor.practitioner0..1Practitioner
unconfirmedAuthor.practitionerRole0..1PractitionerRole
informant0..1

Person und/oder Leistungserbringerinstitution, Organisation oder Rolle, die die Informationen für die fachliche Anpassung der Medikationsdaten bereitgestellt hat.

informant.professionals0..1
informant.professionals.organization0..1Organization
informant.professionals.practitioner0..1Practitioner
informant.professionals.practitionerRole0..1PractitionerRole
informant.persons0..1
informant.persons.patient0..1Identifier
informant.persons.relatedPerson0..1RelatedPerson
planVersion1..1id

The version of the plan to be modified, must be the latest known one. The operation fails with an error if not matching the latest version on the server.

Return Values (Out)

NameCardinalityTypeDocumentation
planVersion1..1id
lastUpdated1..1dateTime
operationOutcome1..1OperationOutcome

OperationDefinition
<OperationDefinition xmlns="http://hl7.org/fhir">
    <id value="manage-medication-plan-OP" />
    <url value="https://gematik.de/fhir/epa-medication/OperationDefinition/manage-medication-plan-OP" />
    <version value="1.1.1" />
    <name value="Manage Medication Plan" />
    <title value="Manage Medication Plan" />
    <status value="active" />
    <kind value="operation" />
    <date value="2024-08-14" />
    <publisher value="gematik GmbH" />
    <description value="Manage the medication plan" />
    <code value="manage-medication-plan" />
    <system value="true" />
    <type value="false" />
    <instance value="false" />
    <inputProfile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-in-parameters" />
    <outputProfile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-out-parameters" />
    <parameter>
        <name value="upsert" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <part>
            <name value="medicationStatement" />
            <use value="in" />
            <min value="0" />
            <max value="*" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="allergyIntolerance" />
            <use value="in" />
            <min value="0" />
            <max value="*" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="bodyHeight" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="bodyWeight" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="creatinine" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="pregnancyStatus" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="breastfeedingStatus" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="estimatedDateOfDelivery" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="glomerularFiltrationRate" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
    </parameter>
    <parameter>
        <name value="remove" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <part>
            <name value="medicationStatement" />
            <use value="in" />
            <min value="0" />
            <max value="*" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="allergyIntolerance" />
            <use value="in" />
            <min value="0" />
            <max value="*" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="bodyHeight" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="bodyWeight" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="creatinine" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="pregnancyStatus" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="breastfeedingStatus" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="estimatedDateOfDelivery" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
        <part>
            <name value="glomerularFiltrationRate" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="resourceType" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="code" />
            </part>
            <part>
                <name value="resourceId" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
            <part>
                <name value="version" />
                <use value="in" />
                <min value="1" />
                <max value="1" />
                <type value="id" />
            </part>
        </part>
    </parameter>
    <parameter>
        <name value="clear" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <part>
            <name value="medicationStatement" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="emptyReason" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="code" />
            </part>
        </part>
        <part>
            <name value="allergyIntolerance" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="emptyReason" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="code" />
            </part>
        </part>
    </parameter>
    <parameter>
        <name value="performer" />
        <use value="in" />
        <min value="1" />
        <max value="1" />
        <documentation value="T&#228;tige Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Schreiboperation generell aus&#252;bt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die &#220;bereinstimmungspr&#252;fung hinsichtlich der aktuell zugreifenden LEI." />
        <part>
            <name value="organization" />
            <use value="in" />
            <min value="1" />
            <max value="1" />
            <type value="Organization" />
        </part>
        <part>
            <name value="practitioner" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Practitioner" />
        </part>
        <part>
            <name value="practitionerRole" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="PractitionerRole" />
        </part>
    </parameter>
    <parameter>
        <name value="enterer" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <documentation value="Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Medikationsdaten erfasste." />
        <part>
            <name value="organization" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Organization" />
        </part>
        <part>
            <name value="practitioner" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Practitioner" />
        </part>
        <part>
            <name value="practitionerRole" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="PractitionerRole" />
        </part>
    </parameter>
    <parameter>
        <name value="author" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <documentation value="Verantwortliche Person und/oder Leistungserbringerinstitution/Organisation/Rolle f&#252;r die fachlichen &#196;nderungen der Medikationsdaten." />
        <part>
            <name value="organization" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Organization" />
        </part>
        <part>
            <name value="practitioner" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Practitioner" />
        </part>
        <part>
            <name value="practitionerRole" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="PractitionerRole" />
        </part>
    </parameter>
    <parameter>
        <name value="unconfirmedAuthor" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <documentation value="Ein unbest&#228;tigter author." />
        <part>
            <name value="organization" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Organization" />
        </part>
        <part>
            <name value="practitioner" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="Practitioner" />
        </part>
        <part>
            <name value="practitionerRole" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <type value="PractitionerRole" />
        </part>
    </parameter>
    <parameter>
        <name value="informant" />
        <use value="in" />
        <min value="0" />
        <max value="1" />
        <documentation value="Person und/oder Leistungserbringerinstitution, Organisation oder Rolle, die die Informationen f&#252;r die fachliche Anpassung der Medikationsdaten bereitgestellt hat." />
        <part>
            <name value="professionals" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="organization" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="Organization" />
            </part>
            <part>
                <name value="practitioner" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="Practitioner" />
            </part>
            <part>
                <name value="practitionerRole" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="PractitionerRole" />
            </part>
        </part>
        <part>
            <name value="persons" />
            <use value="in" />
            <min value="0" />
            <max value="1" />
            <part>
                <name value="patient" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="Identifier" />
            </part>
            <part>
                <name value="relatedPerson" />
                <use value="in" />
                <min value="0" />
                <max value="1" />
                <type value="RelatedPerson" />
            </part>
        </part>
    </parameter>
    <parameter>
        <name value="planVersion" />
        <use value="in" />
        <min value="1" />
        <max value="1" />
        <documentation value="The version of the plan to be modified, must be the latest known one. The operation fails with an error if not matching the latest version on the server." />
        <type value="id" />
    </parameter>
    <parameter>
        <name value="planVersion" />
        <use value="out" />
        <min value="1" />
        <max value="1" />
        <type value="id" />
    </parameter>
    <parameter>
        <name value="lastUpdated" />
        <use value="out" />
        <min value="1" />
        <max value="1" />
        <type value="dateTime" />
    </parameter>
    <parameter>
        <name value="operationOutcome" />
        <use value="out" />
        <min value="1" />
        <max value="1" />
        <type value="OperationOutcome" />
    </parameter>
</OperationDefinition>
{
    "resourceType": "OperationDefinition",
    "id": "manage-medication-plan-OP",
    "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/manage-medication-plan-OP",
    "title": "Manage Medication Plan",
    "description": "Manage the medication plan",
    "version": "1.1.1",
    "status": "active",
    "publisher": "gematik GmbH",
    "date": "2024-08-14",
    "kind": "operation",
    "name": "Manage Medication Plan",
    "code": "manage-medication-plan",
    "system": true,
    "type": false,
    "instance": false,
    "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-in-parameters",
    "outputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-out-parameters",
    "parameter":  [
        {
            "name": "upsert",
            "use": "in",
            "min": 0,
            "max": "1",
            "part":  [
                {
                    "name": "medicationStatement",
                    "use": "in",
                    "min": 0,
                    "max": "*",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "allergyIntolerance",
                    "use": "in",
                    "min": 0,
                    "max": "*",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "bodyHeight",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "bodyWeight",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "creatinine",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "pregnancyStatus",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "breastfeedingStatus",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "estimatedDateOfDelivery",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "glomerularFiltrationRate",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                }
            ]
        },
        {
            "name": "remove",
            "use": "in",
            "min": 0,
            "max": "1",
            "part":  [
                {
                    "name": "medicationStatement",
                    "use": "in",
                    "min": 0,
                    "max": "*",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "allergyIntolerance",
                    "use": "in",
                    "min": 0,
                    "max": "*",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "bodyHeight",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "bodyWeight",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "creatinine",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "pregnancyStatus",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "breastfeedingStatus",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "estimatedDateOfDelivery",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                },
                {
                    "name": "glomerularFiltrationRate",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "resourceType",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "code"
                        },
                        {
                            "name": "resourceId",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        },
                        {
                            "name": "version",
                            "use": "in",
                            "min": 1,
                            "max": "1",
                            "type": "id"
                        }
                    ]
                }
            ]
        },
        {
            "name": "clear",
            "use": "in",
            "min": 0,
            "max": "1",
            "part":  [
                {
                    "name": "medicationStatement",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "emptyReason",
                            "type": "code",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        }
                    ]
                },
                {
                    "name": "allergyIntolerance",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "emptyReason",
                            "type": "code",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        }
                    ]
                }
            ]
        },
        {
            "name": "performer",
            "use": "in",
            "min": 1,
            "max": "1",
            "documentation": "Tätige Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Schreiboperation generell ausübt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die Übereinstimmungsprüfung hinsichtlich der aktuell zugreifenden LEI.",
            "part":  [
                {
                    "name": "organization",
                    "type": "Organization",
                    "use": "in",
                    "min": 1,
                    "max": "1"
                },
                {
                    "name": "practitioner",
                    "type": "Practitioner",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitionerRole",
                    "type": "PractitionerRole",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                }
            ]
        },
        {
            "name": "enterer",
            "use": "in",
            "min": 0,
            "max": "1",
            "documentation": "Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Medikationsdaten erfasste.",
            "part":  [
                {
                    "name": "organization",
                    "type": "Organization",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitioner",
                    "type": "Practitioner",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitionerRole",
                    "type": "PractitionerRole",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                }
            ]
        },
        {
            "name": "author",
            "use": "in",
            "min": 0,
            "max": "1",
            "documentation": "Verantwortliche Person und/oder Leistungserbringerinstitution/Organisation/Rolle für die fachlichen Änderungen der Medikationsdaten.",
            "part":  [
                {
                    "name": "organization",
                    "type": "Organization",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitioner",
                    "type": "Practitioner",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitionerRole",
                    "type": "PractitionerRole",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                }
            ]
        },
        {
            "name": "unconfirmedAuthor",
            "use": "in",
            "min": 0,
            "max": "1",
            "documentation": "Ein unbestätigter author.",
            "part":  [
                {
                    "name": "organization",
                    "type": "Organization",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitioner",
                    "type": "Practitioner",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                },
                {
                    "name": "practitionerRole",
                    "type": "PractitionerRole",
                    "use": "in",
                    "min": 0,
                    "max": "1"
                }
            ]
        },
        {
            "name": "informant",
            "use": "in",
            "min": 0,
            "max": "1",
            "documentation": "Person und/oder Leistungserbringerinstitution, Organisation oder Rolle, die die Informationen für die fachliche Anpassung der Medikationsdaten bereitgestellt hat.",
            "part":  [
                {
                    "name": "professionals",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "organization",
                            "type": "Organization",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        },
                        {
                            "name": "practitioner",
                            "type": "Practitioner",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        },
                        {
                            "name": "practitionerRole",
                            "type": "PractitionerRole",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        }
                    ]
                },
                {
                    "name": "persons",
                    "use": "in",
                    "min": 0,
                    "max": "1",
                    "part":  [
                        {
                            "name": "patient",
                            "type": "Identifier",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        },
                        {
                            "name": "relatedPerson",
                            "type": "RelatedPerson",
                            "use": "in",
                            "min": 0,
                            "max": "1"
                        }
                    ]
                }
            ]
        },
        {
            "name": "planVersion",
            "type": "id",
            "use": "in",
            "min": 1,
            "max": "1",
            "documentation": "The version of the plan to be modified, must be the latest known one. The operation fails with an error if not matching the latest version on the server."
        },
        {
            "name": "planVersion",
            "type": "id",
            "use": "out",
            "min": 1,
            "max": "1"
        },
        {
            "name": "lastUpdated",
            "type": "dateTime",
            "use": "out",
            "min": 1,
            "max": "1"
        },
        {
            "name": "operationOutcome",
            "type": "OperationOutcome",
            "use": "out",
            "min": 1,
            "max": "1"
        }
    ]
}

Input-Parameterprofil

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameΣ1..1string
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
partΣ0..*see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringFixed Value
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueCodecode
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1OrganizationDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1PractitionerDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPAPractitionerRoleSource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1OrganizationDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1PractitionerDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPAPractitionerRoleSource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1OrganizationDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1PractitionerDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPAPractitionerRoleSource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1OrganizationDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1PractitionerDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPAPractitionerRoleSource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1OrganizationDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1PractitionerDirectory
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPAPractitionerRoleSource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I0..0Resource
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdentifierIdentifierKvid10
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPARelatedPersonSource
partΣ0..0see (parameter)
Parameters
DefinitionThis resource is a non-persisted resource used to pass information into and back from an [operation](operations.html). It has no other use, and there is no RESTful endpoint associated with it.
Cardinality0...*
Comments

The parameters that may be used are defined by the OperationDefinition resource.

Mappings
  • rim: Entity. Role, or Act
  • v2: n/a
  • rim: n/a
Parameters.id
DefinitionThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Cardinality0...1
Typestring
SummaryTrue
Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

Parameters.meta
DefinitionThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Cardinality0...1
TypeMeta
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: N/A
Parameters.implicitRules
DefinitionA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
Cardinality0...1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.language
DefinitionThe base language in which the resource is written.
Cardinality0...1
Typecode
Binding

A human language.

CommonLanguages (preferred)
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter
DefinitionA parameter passed to or received from the operation.
Cardinality2...*
TypeBackboneElement
SummaryTrue
SlicingUnordered, Closed, by name(Pattern)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter.part
DefinitionA named part of a multi-part parameter.
Cardinality0...*
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:upsert.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

upsert

Mappings
  • rim: n/a
Parameters.parameter:upsert.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part
DefinitionA named part of a multi-part parameter.
Cardinality1...*
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:medicationStatement
DefinitionA named part of a multi-part parameter.
Cardinality0...*
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:medicationStatement.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

medicationStatement

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:medicationStatement.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:medicationStatement.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:medicationStatement.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

MedicationStatement

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:medicationStatement.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:medicationStatement.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:medicationStatement.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:medicationStatement.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:medicationStatement.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:medicationStatement.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:medicationStatement.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:medicationStatement.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:medicationStatement.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance
DefinitionA named part of a multi-part parameter.
Cardinality0...*
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

allergyIntolerance

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:allergyIntolerance.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

AllergyIntolerance

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:allergyIntolerance.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:allergyIntolerance.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:allergyIntolerance.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:allergyIntolerance.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

bodyHeight

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyHeight.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:bodyHeight.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyHeight.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyHeight.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyHeight.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyHeight.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyHeight.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyHeight.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

bodyWeight

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyWeight.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:bodyWeight.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyWeight.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyWeight.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:bodyWeight.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:bodyWeight.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:bodyWeight.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:bodyWeight.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

creatinine

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:creatinine.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:creatinine.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:creatinine.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:creatinine.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:creatinine.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:creatinine.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:creatinine.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:creatinine.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

pregnancyStatus

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:pregnancyStatus.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:pregnancyStatus.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:pregnancyStatus.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:pregnancyStatus.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:pregnancyStatus.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

breastfeedingStatus

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:breastfeedingStatus.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:breastfeedingStatus.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:breastfeedingStatus.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:breastfeedingStatus.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:breastfeedingStatus.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

estimatedDateOfDelivery

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

glomerularFiltrationRate

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:glomerularFiltrationRate.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:remove.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

remove

Mappings
  • rim: n/a
Parameters.parameter:remove.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part
DefinitionA named part of a multi-part parameter.
Cardinality1...*
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:medicationStatement
DefinitionA named part of a multi-part parameter.
Cardinality0...*
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:medicationStatement.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

medicationStatement

Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:medicationStatement.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:medicationStatement.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:medicationStatement.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

MedicationStatement

Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:medicationStatement.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:medicationStatement.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:medicationStatement.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:medicationStatement.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:medicationStatement.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:medicationStatement.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:medicationStatement.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:medicationStatement.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:medicationStatement.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance
DefinitionA named part of a multi-part parameter.
Cardinality0...*
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

allergyIntolerance

Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:allergyIntolerance.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

AllergyIntolerance

Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:allergyIntolerance.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:allergyIntolerance.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:allergyIntolerance.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:allergyIntolerance.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

bodyHeight

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyHeight.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:bodyHeight.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyHeight.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyHeight.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyHeight.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyHeight.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyHeight.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyHeight.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

bodyWeight

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyWeight.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:bodyWeight.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyWeight.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyWeight.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:bodyWeight.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:bodyWeight.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:bodyWeight.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:bodyWeight.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

creatinine

Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:creatinine.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:creatinine.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:creatinine.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:creatinine.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:creatinine.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:creatinine.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:creatinine.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:creatinine.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

pregnancyStatus

Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:pregnancyStatus.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:pregnancyStatus.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:pregnancyStatus.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:pregnancyStatus.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:pregnancyStatus.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

breastfeedingStatus

Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:breastfeedingStatus.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:breastfeedingStatus.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:breastfeedingStatus.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:breastfeedingStatus.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:breastfeedingStatus.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

estimatedDateOfDelivery

Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:estimatedDateOfDelivery.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

glomerularFiltrationRate

Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:glomerularFiltrationRate.part
DefinitionA named part of a multi-part parameter.
Cardinality3...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceType

Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

Observation

Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

resourceId

Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate.part:version
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

version

Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:clear
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:clear.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:clear.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

clear

Mappings
  • rim: n/a
Parameters.parameter:clear.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:clear.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:clear.part
DefinitionA named part of a multi-part parameter.
Cardinality1...*
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:clear.part:medicationStatement
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:clear.part:medicationStatement.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:clear.part:medicationStatement.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:medicationStatement.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:medicationStatement.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

medicationStatement

Mappings
  • rim: n/a
Parameters.parameter:clear.part:medicationStatement.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:clear.part:medicationStatement.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:clear.part:medicationStatement.part
DefinitionA named part of a multi-part parameter.
Cardinality1...*
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:clear.part:medicationStatement.part:emptyReason
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:clear.part:medicationStatement.part:emptyReason.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:clear.part:medicationStatement.part:emptyReason.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:medicationStatement.part:emptyReason.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:medicationStatement.part:emptyReason.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

emptyReason

Mappings
  • rim: n/a
Parameters.parameter:clear.part:medicationStatement.part:emptyReason.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

nilknown

Mappings
  • rim: n/a
Parameters.parameter:clear.part:medicationStatement.part:emptyReason.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:clear.part:medicationStatement.part:emptyReason.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:clear.part:allergyIntolerance
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:clear.part:allergyIntolerance.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:clear.part:allergyIntolerance.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:allergyIntolerance.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:allergyIntolerance.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

allergyIntolerance

Mappings
  • rim: n/a
Parameters.parameter:clear.part:allergyIntolerance.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:clear.part:allergyIntolerance.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:clear.part:allergyIntolerance.part
DefinitionA named part of a multi-part parameter.
Cardinality1...*
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

emptyReason

Mappings
  • rim: n/a
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typecode
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

nilknown

Mappings
  • rim: n/a
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:planVersion
DefinitionThe version of the plan to be modified, must be the latest known one. The operation fails with an error if not matching the latest version on the server.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:planVersion.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:planVersion.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:planVersion.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:planVersion.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

planVersion

Mappings
  • rim: n/a
Parameters.parameter:planVersion.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:planVersion.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:planVersion.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:performer
DefinitionA parameter passed to or received from the operation.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:performer.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:performer.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

performer

Mappings
  • rim: n/a
Parameters.parameter:performer.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:performer.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:performer.part
DefinitionA named part of a multi-part parameter.
Cardinality1...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:performer.part:organization
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:performer.part:organization.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:performer.part:organization.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.part:organization.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.part:organization.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

organization

Mappings
  • rim: n/a
Parameters.parameter:performer.part:organization.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:performer.part:organization.resource
DefinitionA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Cardinality1...1
TypeOrganizationDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
    (identifier.count() + name.count()) > 0
Mappings
  • rim: Entity. Role, or Act
  • v2: (also see master files messages)
  • rim: Organization(classCode=ORG, determinerCode=INST)
  • servd: Organization
Parameters.parameter:performer.part:organization.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:performer.part:practitioner
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:performer.part:practitioner.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:performer.part:practitioner.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.part:practitioner.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.part:practitioner.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitioner

Mappings
  • rim: n/a
Parameters.parameter:performer.part:practitioner.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:performer.part:practitioner.resource
DefinitionA person who is directly or indirectly involved in the provisioning of healthcare.
Cardinality1...1
TypePractitionerDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: Provider
Parameters.parameter:performer.part:practitioner.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:performer.part:practitionerRole
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:performer.part:practitionerRole.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:performer.part:practitionerRole.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.part:practitionerRole.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:performer.part:practitionerRole.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitionerRole

Mappings
  • rim: n/a
Parameters.parameter:performer.part:practitionerRole.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:performer.part:practitionerRole.resource
DefinitionDieses Profil bildet eine behandelnde Person/Einrichtung ab.
Cardinality1...1
TypeEPAPractitionerRoleSource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: ServiceSiteProvider
Parameters.parameter:performer.part:practitionerRole.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:enterer
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:enterer.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:enterer.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

enterer

Mappings
  • rim: n/a
Parameters.parameter:enterer.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:enterer.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:enterer.part
DefinitionA named part of a multi-part parameter.
Cardinality1...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:enterer.part:organization
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:enterer.part:organization.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:enterer.part:organization.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.part:organization.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.part:organization.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

organization

Mappings
  • rim: n/a
Parameters.parameter:enterer.part:organization.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:enterer.part:organization.resource
DefinitionA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Cardinality1...1
TypeOrganizationDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
    (identifier.count() + name.count()) > 0
Mappings
  • rim: Entity. Role, or Act
  • v2: (also see master files messages)
  • rim: Organization(classCode=ORG, determinerCode=INST)
  • servd: Organization
Parameters.parameter:enterer.part:organization.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:enterer.part:practitioner
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:enterer.part:practitioner.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:enterer.part:practitioner.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.part:practitioner.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.part:practitioner.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitioner

Mappings
  • rim: n/a
Parameters.parameter:enterer.part:practitioner.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:enterer.part:practitioner.resource
DefinitionA person who is directly or indirectly involved in the provisioning of healthcare.
Cardinality1...1
TypePractitionerDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: Provider
Parameters.parameter:enterer.part:practitioner.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:enterer.part:practitionerRole
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:enterer.part:practitionerRole.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:enterer.part:practitionerRole.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.part:practitionerRole.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:enterer.part:practitionerRole.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitionerRole

Mappings
  • rim: n/a
Parameters.parameter:enterer.part:practitionerRole.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:enterer.part:practitionerRole.resource
DefinitionDieses Profil bildet eine behandelnde Person/Einrichtung ab.
Cardinality1...1
TypeEPAPractitionerRoleSource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: ServiceSiteProvider
Parameters.parameter:enterer.part:practitionerRole.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:author
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:author.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:author.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

author

Mappings
  • rim: n/a
Parameters.parameter:author.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:author.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:author.part
DefinitionA named part of a multi-part parameter.
Cardinality1...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:author.part:organization
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:author.part:organization.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:author.part:organization.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.part:organization.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.part:organization.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

organization

Mappings
  • rim: n/a
Parameters.parameter:author.part:organization.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:author.part:organization.resource
DefinitionA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Cardinality1...1
TypeOrganizationDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
    (identifier.count() + name.count()) > 0
Mappings
  • rim: Entity. Role, or Act
  • v2: (also see master files messages)
  • rim: Organization(classCode=ORG, determinerCode=INST)
  • servd: Organization
Parameters.parameter:author.part:organization.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:author.part:practitioner
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:author.part:practitioner.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:author.part:practitioner.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.part:practitioner.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.part:practitioner.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitioner

Mappings
  • rim: n/a
Parameters.parameter:author.part:practitioner.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:author.part:practitioner.resource
DefinitionA person who is directly or indirectly involved in the provisioning of healthcare.
Cardinality1...1
TypePractitionerDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: Provider
Parameters.parameter:author.part:practitioner.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:author.part:practitionerRole
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:author.part:practitionerRole.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:author.part:practitionerRole.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.part:practitionerRole.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:author.part:practitionerRole.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitionerRole

Mappings
  • rim: n/a
Parameters.parameter:author.part:practitionerRole.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:author.part:practitionerRole.resource
DefinitionDieses Profil bildet eine behandelnde Person/Einrichtung ab.
Cardinality1...1
TypeEPAPractitionerRoleSource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: ServiceSiteProvider
Parameters.parameter:author.part:practitionerRole.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:unconfirmedAuthor
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

unconfirmedAuthor

Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:unconfirmedAuthor.part
DefinitionA named part of a multi-part parameter.
Cardinality1...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:unconfirmedAuthor.part:organization
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:unconfirmedAuthor.part:organization.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:organization.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.part:organization.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.part:organization.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

organization

Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:organization.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:organization.resource
DefinitionA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Cardinality1...1
TypeOrganizationDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
    (identifier.count() + name.count()) > 0
Mappings
  • rim: Entity. Role, or Act
  • v2: (also see master files messages)
  • rim: Organization(classCode=ORG, determinerCode=INST)
  • servd: Organization
Parameters.parameter:unconfirmedAuthor.part:organization.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:unconfirmedAuthor.part:practitioner
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:unconfirmedAuthor.part:practitioner.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:practitioner.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.part:practitioner.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.part:practitioner.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitioner

Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:practitioner.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:practitioner.resource
DefinitionA person who is directly or indirectly involved in the provisioning of healthcare.
Cardinality1...1
TypePractitionerDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: Provider
Parameters.parameter:unconfirmedAuthor.part:practitioner.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:unconfirmedAuthor.part:practitionerRole
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:unconfirmedAuthor.part:practitionerRole.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:practitionerRole.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.part:practitionerRole.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:unconfirmedAuthor.part:practitionerRole.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitionerRole

Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:practitionerRole.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:unconfirmedAuthor.part:practitionerRole.resource
DefinitionDieses Profil bildet eine behandelnde Person/Einrichtung ab.
Cardinality1...1
TypeEPAPractitionerRoleSource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: ServiceSiteProvider
Parameters.parameter:unconfirmedAuthor.part:practitionerRole.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant
DefinitionA parameter passed to or received from the operation.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:informant.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

informant

Mappings
  • rim: n/a
Parameters.parameter:informant.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:informant.part
DefinitionA named part of a multi-part parameter.
Cardinality1...1
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:informant.part:professionals
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:professionals.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

professionals

Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:informant.part:professionals.part
DefinitionA named part of a multi-part parameter.
Cardinality1...3
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:informant.part:professionals.part:organization
DefinitionA named part of a multi-part parameter.
Cardinality1...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:professionals.part:organization.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:organization.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.part:organization.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.part:organization.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

organization

Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:organization.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:organization.resource
DefinitionA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Cardinality1...1
TypeOrganizationDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • org-1: The organization SHALL at least have a name or an identifier, and possibly more than one
    (identifier.count() + name.count()) > 0
Mappings
  • rim: Entity. Role, or Act
  • v2: (also see master files messages)
  • rim: Organization(classCode=ORG, determinerCode=INST)
  • servd: Organization
Parameters.parameter:informant.part:professionals.part:organization.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:professionals.part:practitioner
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:professionals.part:practitioner.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:practitioner.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.part:practitioner.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.part:practitioner.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitioner

Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:practitioner.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:practitioner.resource
DefinitionA person who is directly or indirectly involved in the provisioning of healthcare.
Cardinality1...1
TypePractitionerDirectory
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: Provider
Parameters.parameter:informant.part:professionals.part:practitioner.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:professionals.part:practitionerRole
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:professionals.part:practitionerRole.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:practitionerRole.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.part:practitionerRole.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:professionals.part:practitionerRole.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

practitionerRole

Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:practitionerRole.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.part:professionals.part:practitionerRole.resource
DefinitionDieses Profil bildet eine behandelnde Person/Einrichtung ab.
Cardinality1...1
TypeEPAPractitionerRoleSource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: ServiceSiteProvider
Parameters.parameter:informant.part:professionals.part:practitionerRole.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:persons
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:persons.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:persons.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:persons.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

persons

Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:informant.part:persons.part
DefinitionA named part of a multi-part parameter.
Cardinality1...1
Typesee (parameter)
Must SupportTrue
SummaryTrue
Comments

Only one level of nested parameters is allowed.

SlicingUnordered, Closed, by name(Pattern)
Parameters.parameter:informant.part:persons.part:patient
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:persons.part:patient.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.part:patient.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:persons.part:patient.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:persons.part:patient.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

patient

Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.part:patient.value[x]
DefinitionAn identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.
Cardinality1...1
TypeIdentifierKvid10
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • v2: CX / EI (occasionally, more often EI maps to a resource id or a URL)
  • rim: II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]
  • servd: Identifier
Parameters.parameter:informant.part:persons.part:patient.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:informant.part:persons.part:patient.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:persons.part:relatedPerson
DefinitionA named part of a multi-part parameter.
Cardinality0...1
TypeBackboneElement
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:informant.part:persons.part:relatedPerson.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.part:relatedPerson.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:persons.part:relatedPerson.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:informant.part:persons.part:relatedPerson.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

relatedPerson

Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.part:relatedPerson.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:informant.part:persons.part:relatedPerson.resource
DefinitionHier wird eine Kontakt- oder Bezugsperson erfasst, die eine Beziehung zur behandelten Person hat. Sie kann an der Versorgung der behandelten Person beteiligt sein.
Cardinality1...1
TypeEPARelatedPersonSource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • rim: role
Parameters.parameter:informant.part:persons.part:relatedPerson.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

<StructureDefinition xmlns="http://hl7.org/fhir">
    <id value="epa-op-manage-medicationplan-in-parameters" />
    <url value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-in-parameters" />
    <version value="1.1.1" />
    <name value="EPAOpManageMedicationPlanInParameters" />
    <title value="EPA Operation Manage Medication Plan Input-Parameters" />
    <status value="active" />
    <experimental value="false" />
    <date value="2024-08-14" />
    <publisher value="gematik GmbH" />
    <description value="EPA Operation manage medication Plan Input-Parameters" />
    <fhirVersion value="4.0.1" />
    <kind value="resource" />
    <abstract value="false" />
    <type value="Parameters" />
    <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Parameters" />
    <derivation value="constraint" />
    <differential>
        <element id="Parameters.parameter">
            <path value="Parameters.parameter" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="2" />
        </element>
        <element id="Parameters.parameter:upsert">
            <path value="Parameters.parameter" />
            <sliceName value="upsert" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.name">
            <path value="Parameters.parameter.name" />
            <fixedString value="upsert" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement">
            <path value="Parameters.parameter.part" />
            <sliceName value="medicationStatement" />
            <min value="0" />
            <max value="*" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="medicationStatement" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="MedicationStatement" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:medicationStatement.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance">
            <path value="Parameters.parameter.part" />
            <sliceName value="allergyIntolerance" />
            <min value="0" />
            <max value="*" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="allergyIntolerance" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="AllergyIntolerance" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:allergyIntolerance.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight">
            <path value="Parameters.parameter.part" />
            <sliceName value="bodyHeight" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="bodyHeight" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyHeight.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight">
            <path value="Parameters.parameter.part" />
            <sliceName value="bodyWeight" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="bodyWeight" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:bodyWeight.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine">
            <path value="Parameters.parameter.part" />
            <sliceName value="creatinine" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="creatinine" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:creatinine.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus">
            <path value="Parameters.parameter.part" />
            <sliceName value="pregnancyStatus" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="pregnancyStatus" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:pregnancyStatus.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus">
            <path value="Parameters.parameter.part" />
            <sliceName value="breastfeedingStatus" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="breastfeedingStatus" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:breastfeedingStatus.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery">
            <path value="Parameters.parameter.part" />
            <sliceName value="estimatedDateOfDelivery" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="estimatedDateOfDelivery" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate">
            <path value="Parameters.parameter.part" />
            <sliceName value="glomerularFiltrationRate" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="glomerularFiltrationRate" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove">
            <path value="Parameters.parameter" />
            <sliceName value="remove" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.name">
            <path value="Parameters.parameter.name" />
            <patternString value="remove" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement">
            <path value="Parameters.parameter.part" />
            <sliceName value="medicationStatement" />
            <min value="0" />
            <max value="*" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="medicationStatement" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="MedicationStatement" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:medicationStatement.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance">
            <path value="Parameters.parameter.part" />
            <sliceName value="allergyIntolerance" />
            <min value="0" />
            <max value="*" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="allergyIntolerance" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="AllergyIntolerance" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:allergyIntolerance.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight">
            <path value="Parameters.parameter.part" />
            <sliceName value="bodyHeight" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="bodyHeight" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyHeight.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight">
            <path value="Parameters.parameter.part" />
            <sliceName value="bodyWeight" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="bodyWeight" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:bodyWeight.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine">
            <path value="Parameters.parameter.part" />
            <sliceName value="creatinine" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="creatinine" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:creatinine.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus">
            <path value="Parameters.parameter.part" />
            <sliceName value="pregnancyStatus" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="pregnancyStatus" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:pregnancyStatus.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus">
            <path value="Parameters.parameter.part" />
            <sliceName value="breastfeedingStatus" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="breastfeedingStatus" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:breastfeedingStatus.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery">
            <path value="Parameters.parameter.part" />
            <sliceName value="estimatedDateOfDelivery" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="estimatedDateOfDelivery" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate">
            <path value="Parameters.parameter.part" />
            <sliceName value="glomerularFiltrationRate" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="glomerularFiltrationRate" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceType" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceType" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="Observation" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="resourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="resourceId" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:version">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="version" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="version" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear">
            <path value="Parameters.parameter" />
            <sliceName value="clear" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.name">
            <path value="Parameters.parameter.name" />
            <patternString value="clear" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement">
            <path value="Parameters.parameter.part" />
            <sliceName value="medicationStatement" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="medicationStatement" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.resource">
            <path value="Parameters.parameter.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.part:emptyReason">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="emptyReason" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.part:emptyReason.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="emptyReason" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.part:emptyReason.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="nilknown" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.part:emptyReason.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:medicationStatement.part:emptyReason.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance">
            <path value="Parameters.parameter.part" />
            <sliceName value="allergyIntolerance" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="allergyIntolerance" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.resource">
            <path value="Parameters.parameter.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="emptyReason" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="emptyReason" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="code" />
            </type>
            <patternCode value="nilknown" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:planVersion">
            <path value="Parameters.parameter" />
            <sliceName value="planVersion" />
            <definition value="The version of the plan to be modified, must be the latest known one. The operation fails with an error if not matching the latest version on the server." />
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:planVersion.name">
            <path value="Parameters.parameter.name" />
            <patternString value="planVersion" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:planVersion.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:planVersion.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:planVersion.part">
            <path value="Parameters.parameter.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer">
            <path value="Parameters.parameter" />
            <sliceName value="performer" />
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:performer.name">
            <path value="Parameters.parameter.name" />
            <patternString value="performer" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:performer.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:performer.part:organization">
            <path value="Parameters.parameter.part" />
            <sliceName value="organization" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:performer.part:organization.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="organization" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:performer.part:organization.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.part:organization.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Organization" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:performer.part:organization.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.part:practitioner">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitioner" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:performer.part:practitioner.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitioner" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:performer.part:practitioner.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.part:practitioner.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Practitioner" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:performer.part:practitioner.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.part:practitionerRole">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitionerRole" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:performer.part:practitionerRole.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitionerRole" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:performer.part:practitionerRole.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:performer.part:practitionerRole.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="PractitionerRole" />
                <profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source" />
            </type>
        </element>
        <element id="Parameters.parameter:performer.part:practitionerRole.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer">
            <path value="Parameters.parameter" />
            <sliceName value="enterer" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:enterer.name">
            <path value="Parameters.parameter.name" />
            <patternString value="enterer" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:enterer.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:enterer.part:organization">
            <path value="Parameters.parameter.part" />
            <sliceName value="organization" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:enterer.part:organization.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="organization" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:enterer.part:organization.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.part:organization.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Organization" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:enterer.part:organization.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.part:practitioner">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitioner" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:enterer.part:practitioner.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitioner" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:enterer.part:practitioner.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.part:practitioner.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Practitioner" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:enterer.part:practitioner.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.part:practitionerRole">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitionerRole" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:enterer.part:practitionerRole.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitionerRole" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:enterer.part:practitionerRole.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:enterer.part:practitionerRole.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="PractitionerRole" />
                <profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source" />
            </type>
        </element>
        <element id="Parameters.parameter:enterer.part:practitionerRole.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author">
            <path value="Parameters.parameter" />
            <sliceName value="author" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:author.name">
            <path value="Parameters.parameter.name" />
            <patternString value="author" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:author.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:author.part:organization">
            <path value="Parameters.parameter.part" />
            <sliceName value="organization" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:author.part:organization.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="organization" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:author.part:organization.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.part:organization.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Organization" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:author.part:organization.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.part:practitioner">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitioner" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:author.part:practitioner.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitioner" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:author.part:practitioner.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.part:practitioner.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Practitioner" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:author.part:practitioner.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.part:practitionerRole">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitionerRole" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:author.part:practitionerRole.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitionerRole" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:author.part:practitionerRole.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:author.part:practitionerRole.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="PractitionerRole" />
                <profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source" />
            </type>
        </element>
        <element id="Parameters.parameter:author.part:practitionerRole.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor">
            <path value="Parameters.parameter" />
            <sliceName value="unconfirmedAuthor" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.name">
            <path value="Parameters.parameter.name" />
            <patternString value="unconfirmedAuthor" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:organization">
            <path value="Parameters.parameter.part" />
            <sliceName value="organization" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:organization.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="organization" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:organization.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:organization.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Organization" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:organization.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitioner">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitioner" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitioner.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitioner" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitioner.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitioner.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="Practitioner" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitioner.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitionerRole">
            <path value="Parameters.parameter.part" />
            <sliceName value="practitionerRole" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitionerRole.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="practitionerRole" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitionerRole.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitionerRole.resource">
            <path value="Parameters.parameter.part.resource" />
            <min value="1" />
            <type>
                <code value="PractitionerRole" />
                <profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source" />
            </type>
        </element>
        <element id="Parameters.parameter:unconfirmedAuthor.part:practitionerRole.part">
            <path value="Parameters.parameter.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant">
            <path value="Parameters.parameter" />
            <sliceName value="informant" />
            <min value="0" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.name">
            <path value="Parameters.parameter.name" />
            <patternString value="informant" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part">
            <path value="Parameters.parameter.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals">
            <path value="Parameters.parameter.part" />
            <sliceName value="professionals" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="professionals" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.resource">
            <path value="Parameters.parameter.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="3" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:organization">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="organization" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:organization.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="organization" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:organization.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:organization.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <min value="1" />
            <type>
                <code value="Organization" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:organization.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitioner">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="practitioner" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitioner.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="practitioner" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitioner.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitioner.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <min value="1" />
            <type>
                <code value="Practitioner" />
                <profile value="https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitioner.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitionerRole">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="practitionerRole" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitionerRole.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="practitionerRole" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitionerRole.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitionerRole.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <min value="1" />
            <type>
                <code value="PractitionerRole" />
                <profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:professionals.part:practitionerRole.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:persons">
            <path value="Parameters.parameter.part" />
            <sliceName value="persons" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:persons.name">
            <path value="Parameters.parameter.part.name" />
            <patternString value="persons" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.value[x]">
            <path value="Parameters.parameter.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.resource">
            <path value="Parameters.parameter.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part">
            <path value="Parameters.parameter.part.part" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:patient">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="patient" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:patient.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="patient" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:patient.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <min value="1" />
            <type>
                <code value="Identifier" />
                <profile value="http://fhir.de/StructureDefinition/identifier-kvid-10" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:patient.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:patient.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:relatedPerson">
            <path value="Parameters.parameter.part.part" />
            <sliceName value="relatedPerson" />
            <min value="0" />
            <max value="1" />
            <type>
                <code value="BackboneElement" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:relatedPerson.name">
            <path value="Parameters.parameter.part.part.name" />
            <patternString value="relatedPerson" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:relatedPerson.value[x]">
            <path value="Parameters.parameter.part.part.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:relatedPerson.resource">
            <path value="Parameters.parameter.part.part.resource" />
            <min value="1" />
            <type>
                <code value="RelatedPerson" />
                <profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-related-person-source" />
            </type>
        </element>
        <element id="Parameters.parameter:informant.part:persons.part:relatedPerson.part">
            <path value="Parameters.parameter.part.part.part" />
            <max value="0" />
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "id": "epa-op-manage-medicationplan-in-parameters",
    "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-in-parameters",
    "version": "1.1.1",
    "name": "EPAOpManageMedicationPlanInParameters",
    "title": "EPA Operation Manage Medication Plan Input-Parameters",
    "status": "active",
    "experimental": false,
    "date": "2024-08-14",
    "publisher": "gematik GmbH",
    "description": "EPA Operation manage medication Plan Input-Parameters",
    "fhirVersion": "4.0.1",
    "kind": "resource",
    "abstract": false,
    "type": "Parameters",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Parameters",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Parameters.parameter",
                "path": "Parameters.parameter",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 2
            },
            {
                "id": "Parameters.parameter:upsert",
                "path": "Parameters.parameter",
                "sliceName": "upsert",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.name",
                "path": "Parameters.parameter.name",
                "fixedString": "upsert",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement",
                "path": "Parameters.parameter.part",
                "sliceName": "medicationStatement",
                "min": 0,
                "max": "*",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "medicationStatement",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "MedicationStatement"
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:medicationStatement.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance",
                "path": "Parameters.parameter.part",
                "sliceName": "allergyIntolerance",
                "min": 0,
                "max": "*",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "allergyIntolerance",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "AllergyIntolerance"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:allergyIntolerance.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight",
                "path": "Parameters.parameter.part",
                "sliceName": "bodyHeight",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "bodyHeight",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyHeight.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight",
                "path": "Parameters.parameter.part",
                "sliceName": "bodyWeight",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "bodyWeight",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:bodyWeight.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine",
                "path": "Parameters.parameter.part",
                "sliceName": "creatinine",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "creatinine",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:creatinine.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus",
                "path": "Parameters.parameter.part",
                "sliceName": "pregnancyStatus",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "pregnancyStatus",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:pregnancyStatus.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus",
                "path": "Parameters.parameter.part",
                "sliceName": "breastfeedingStatus",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "breastfeedingStatus",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:breastfeedingStatus.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery",
                "path": "Parameters.parameter.part",
                "sliceName": "estimatedDateOfDelivery",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "estimatedDateOfDelivery",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:estimatedDateOfDelivery.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate",
                "path": "Parameters.parameter.part",
                "sliceName": "glomerularFiltrationRate",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "glomerularFiltrationRate",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:upsert.part:glomerularFiltrationRate.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove",
                "path": "Parameters.parameter",
                "sliceName": "remove",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.name",
                "path": "Parameters.parameter.name",
                "patternString": "remove",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement",
                "path": "Parameters.parameter.part",
                "sliceName": "medicationStatement",
                "min": 0,
                "max": "*",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "medicationStatement",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "MedicationStatement"
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:medicationStatement.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance",
                "path": "Parameters.parameter.part",
                "sliceName": "allergyIntolerance",
                "min": 0,
                "max": "*",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "allergyIntolerance",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "AllergyIntolerance"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:allergyIntolerance.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight",
                "path": "Parameters.parameter.part",
                "sliceName": "bodyHeight",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "bodyHeight",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyHeight.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight",
                "path": "Parameters.parameter.part",
                "sliceName": "bodyWeight",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "bodyWeight",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:bodyWeight.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine",
                "path": "Parameters.parameter.part",
                "sliceName": "creatinine",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "creatinine",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:creatinine.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus",
                "path": "Parameters.parameter.part",
                "sliceName": "pregnancyStatus",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "pregnancyStatus",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:pregnancyStatus.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus",
                "path": "Parameters.parameter.part",
                "sliceName": "breastfeedingStatus",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "breastfeedingStatus",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:breastfeedingStatus.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery",
                "path": "Parameters.parameter.part",
                "sliceName": "estimatedDateOfDelivery",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "estimatedDateOfDelivery",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:estimatedDateOfDelivery.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate",
                "path": "Parameters.parameter.part",
                "sliceName": "glomerularFiltrationRate",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "glomerularFiltrationRate",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceType",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceType",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "Observation"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceType.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId",
                "path": "Parameters.parameter.part.part",
                "sliceName": "resourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "resourceId",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:resourceId.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:version",
                "path": "Parameters.parameter.part.part",
                "sliceName": "version",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "version",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:remove.part:glomerularFiltrationRate.part:version.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear",
                "path": "Parameters.parameter",
                "sliceName": "clear",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.name",
                "path": "Parameters.parameter.name",
                "patternString": "clear",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement",
                "path": "Parameters.parameter.part",
                "sliceName": "medicationStatement",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "medicationStatement",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.resource",
                "path": "Parameters.parameter.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.part:emptyReason",
                "path": "Parameters.parameter.part.part",
                "sliceName": "emptyReason",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.part:emptyReason.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "emptyReason",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.part:emptyReason.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "nilknown"
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.part:emptyReason.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:medicationStatement.part:emptyReason.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance",
                "path": "Parameters.parameter.part",
                "sliceName": "allergyIntolerance",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "allergyIntolerance",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.resource",
                "path": "Parameters.parameter.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason",
                "path": "Parameters.parameter.part.part",
                "sliceName": "emptyReason",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "emptyReason",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "patternCode": "nilknown"
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:clear.part:allergyIntolerance.part:emptyReason.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:planVersion",
                "path": "Parameters.parameter",
                "sliceName": "planVersion",
                "definition": "The version of the plan to be modified, must be the latest known one. The operation fails with an error if not matching the latest version on the server.",
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:planVersion.name",
                "path": "Parameters.parameter.name",
                "patternString": "planVersion",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:planVersion.value[x]",
                "path": "Parameters.parameter.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:planVersion.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:planVersion.part",
                "path": "Parameters.parameter.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer",
                "path": "Parameters.parameter",
                "sliceName": "performer",
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:performer.name",
                "path": "Parameters.parameter.name",
                "patternString": "performer",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:performer.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:performer.part:organization",
                "path": "Parameters.parameter.part",
                "sliceName": "organization",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:performer.part:organization.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "organization",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:performer.part:organization.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.part:organization.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Organization",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:performer.part:organization.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.part:practitioner",
                "path": "Parameters.parameter.part",
                "sliceName": "practitioner",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:performer.part:practitioner.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitioner",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:performer.part:practitioner.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.part:practitioner.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Practitioner",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:performer.part:practitioner.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.part:practitionerRole",
                "path": "Parameters.parameter.part",
                "sliceName": "practitionerRole",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:performer.part:practitionerRole.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitionerRole",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:performer.part:practitionerRole.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:performer.part:practitionerRole.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "PractitionerRole",
                        "profile":  [
                            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:performer.part:practitionerRole.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer",
                "path": "Parameters.parameter",
                "sliceName": "enterer",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:enterer.name",
                "path": "Parameters.parameter.name",
                "patternString": "enterer",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:enterer.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:enterer.part:organization",
                "path": "Parameters.parameter.part",
                "sliceName": "organization",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:enterer.part:organization.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "organization",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:enterer.part:organization.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.part:organization.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Organization",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:enterer.part:organization.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.part:practitioner",
                "path": "Parameters.parameter.part",
                "sliceName": "practitioner",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:enterer.part:practitioner.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitioner",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:enterer.part:practitioner.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.part:practitioner.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Practitioner",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:enterer.part:practitioner.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.part:practitionerRole",
                "path": "Parameters.parameter.part",
                "sliceName": "practitionerRole",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:enterer.part:practitionerRole.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitionerRole",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:enterer.part:practitionerRole.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:enterer.part:practitionerRole.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "PractitionerRole",
                        "profile":  [
                            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:enterer.part:practitionerRole.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author",
                "path": "Parameters.parameter",
                "sliceName": "author",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:author.name",
                "path": "Parameters.parameter.name",
                "patternString": "author",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:author.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:author.part:organization",
                "path": "Parameters.parameter.part",
                "sliceName": "organization",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:author.part:organization.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "organization",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:author.part:organization.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.part:organization.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Organization",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:author.part:organization.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.part:practitioner",
                "path": "Parameters.parameter.part",
                "sliceName": "practitioner",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:author.part:practitioner.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitioner",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:author.part:practitioner.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.part:practitioner.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Practitioner",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:author.part:practitioner.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.part:practitionerRole",
                "path": "Parameters.parameter.part",
                "sliceName": "practitionerRole",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:author.part:practitionerRole.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitionerRole",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:author.part:practitionerRole.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:author.part:practitionerRole.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "PractitionerRole",
                        "profile":  [
                            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:author.part:practitionerRole.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor",
                "path": "Parameters.parameter",
                "sliceName": "unconfirmedAuthor",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.name",
                "path": "Parameters.parameter.name",
                "patternString": "unconfirmedAuthor",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:organization",
                "path": "Parameters.parameter.part",
                "sliceName": "organization",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:organization.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "organization",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:organization.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:organization.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Organization",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:organization.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitioner",
                "path": "Parameters.parameter.part",
                "sliceName": "practitioner",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitioner.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitioner",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitioner.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitioner.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Practitioner",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitioner.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitionerRole",
                "path": "Parameters.parameter.part",
                "sliceName": "practitionerRole",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitionerRole.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "practitionerRole",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitionerRole.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitionerRole.resource",
                "path": "Parameters.parameter.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "PractitionerRole",
                        "profile":  [
                            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:unconfirmedAuthor.part:practitionerRole.part",
                "path": "Parameters.parameter.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant",
                "path": "Parameters.parameter",
                "sliceName": "informant",
                "min": 0,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.name",
                "path": "Parameters.parameter.name",
                "patternString": "informant",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part",
                "path": "Parameters.parameter.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:professionals",
                "path": "Parameters.parameter.part",
                "sliceName": "professionals",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "professionals",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.resource",
                "path": "Parameters.parameter.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "3",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:organization",
                "path": "Parameters.parameter.part.part",
                "sliceName": "organization",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:organization.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "organization",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:organization.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:organization.resource",
                "path": "Parameters.parameter.part.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Organization",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:organization.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitioner",
                "path": "Parameters.parameter.part.part",
                "sliceName": "practitioner",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitioner.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "practitioner",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitioner.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitioner.resource",
                "path": "Parameters.parameter.part.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "Practitioner",
                        "profile":  [
                            "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitioner.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitionerRole",
                "path": "Parameters.parameter.part.part",
                "sliceName": "practitionerRole",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitionerRole.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "practitionerRole",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitionerRole.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitionerRole.resource",
                "path": "Parameters.parameter.part.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "PractitionerRole",
                        "profile":  [
                            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-practitioner-role-source"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:professionals.part:practitionerRole.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:persons",
                "path": "Parameters.parameter.part",
                "sliceName": "persons",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:persons.name",
                "path": "Parameters.parameter.part.name",
                "patternString": "persons",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:persons.value[x]",
                "path": "Parameters.parameter.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:persons.resource",
                "path": "Parameters.parameter.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part",
                "path": "Parameters.parameter.part.part",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:patient",
                "path": "Parameters.parameter.part.part",
                "sliceName": "patient",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:patient.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "patient",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:patient.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "Identifier",
                        "profile":  [
                            "http://fhir.de/StructureDefinition/identifier-kvid-10"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:patient.resource",
                "path": "Parameters.parameter.part.part.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:patient.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:relatedPerson",
                "path": "Parameters.parameter.part.part",
                "sliceName": "relatedPerson",
                "min": 0,
                "max": "1",
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:relatedPerson.name",
                "path": "Parameters.parameter.part.part.name",
                "patternString": "relatedPerson",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:relatedPerson.value[x]",
                "path": "Parameters.parameter.part.part.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:relatedPerson.resource",
                "path": "Parameters.parameter.part.part.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "RelatedPerson",
                        "profile":  [
                            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-related-person-source"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:informant.part:persons.part:relatedPerson.part",
                "path": "Parameters.parameter.part.part.part",
                "max": "0"
            }
        ]
    }
}

Output-Parameterprofil

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameΣ1..1string
valueBase64Binarybase64Binary
valueBooleanboolean
valueCanonicalcanonical()
valueCodecode
valueDatedate
valueDateTimedateTime
valueDecimaldecimal
valueIdid
valueInstantinstant
valueIntegerinteger
valueMarkdownmarkdown
valueOidoid
valuePositiveIntpositiveInt
valueStringstring
valueTimetime
valueUnsignedIntunsignedInt
valueUriuri
valueUrlurl
valueUuiduuid
valueAddressAddress
valueAgeAge
valueAnnotationAnnotation
valueAttachmentAttachment
valueCodeableConceptCodeableConcept
valueCodingCoding
valueContactPointContactPoint
valueCountCount
valueDistanceDistance
valueDurationDuration
valueHumanNameHumanName
valueIdentifierIdentifier
valueMoneyMoney
valuePeriodPeriod
valueQuantityQuantity
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueSignatureSignature
valueTimingTiming
valueContactDetailContactDetail
valueContributorContributor
valueDataRequirementDataRequirement
valueExpressionExpression
valueParameterDefinitionParameterDefinition
valueRelatedArtifactRelatedArtifact
valueTriggerDefinitionTriggerDefinition
valueUsageContextUsageContext
valueDosageDosage
valueMetaMeta
valueReferenceReference()
resourceΣ I0..1Resource
partΣ0..*see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueIdid
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
valueDateTimedateTime
resourceΣ I0..0Resource
partΣ0..0see (parameter)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
nameS Σ1..1stringPattern
resourceΣ I1..1EPAOperationOutcome
partΣ0..0see (parameter)
Parameters
DefinitionThis resource is a non-persisted resource used to pass information into and back from an [operation](operations.html). It has no other use, and there is no RESTful endpoint associated with it.
Cardinality0...*
Comments

The parameters that may be used are defined by the OperationDefinition resource.

Mappings
  • rim: Entity. Role, or Act
  • v2: n/a
  • rim: n/a
Parameters.id
DefinitionThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Cardinality0...1
Typestring
SummaryTrue
Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

Parameters.meta
DefinitionThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Cardinality0...1
TypeMeta
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
  • rim: N/A
Parameters.implicitRules
DefinitionA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
Cardinality0...1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.language
DefinitionThe base language in which the resource is written.
Cardinality0...1
Typecode
Binding

A human language.

CommonLanguages (preferred)
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter
DefinitionA parameter passed to or received from the operation.
Cardinality3...*
TypeBackboneElement
SummaryTrue
SlicingUnordered, Closed, by name(Pattern)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...1
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...1
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter.part
DefinitionA named part of a multi-part parameter.
Cardinality0...*
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:planVersion
DefinitionA parameter passed to or received from the operation.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:planVersion.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:planVersion.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:planVersion.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:planVersion.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

planVersion

Mappings
  • rim: n/a
Parameters.parameter:planVersion.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
Typeid
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:planVersion.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:planVersion.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:lastUpdated
DefinitionA parameter passed to or received from the operation.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:lastUpdated.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:lastUpdated.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:lastUpdated.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:lastUpdated.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

lastUpdated

Mappings
  • rim: n/a
Parameters.parameter:lastUpdated.value[x]
DefinitionIf the parameter is a data type.
Cardinality1...1
TypedateTime
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:lastUpdated.resource
DefinitionIf the parameter is a whole resource.
Cardinality0...0
TypeResource
SummaryTrue
Comments

When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

Mappings
  • rim: Entity. Role, or Act
Parameters.parameter:lastUpdated.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

Parameters.parameter:operationOutcome
DefinitionA parameter passed to or received from the operation.
Cardinality1...1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • inv-1: A parameter must have one and only one of (value, resource, part)
    (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))
Mappings
  • rim: n/a
Parameters.parameter:operationOutcome.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Parameters.parameter:operationOutcome.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:operationOutcome.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
Parameters.parameter:operationOutcome.name
DefinitionThe name of the parameter (reference to the operation definition).
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Note that FHIR strings SHALL NOT exceed 1MB in size

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

operationOutcome

Mappings
  • rim: n/a
Parameters.parameter:operationOutcome.value[x]
DefinitionIf the parameter is a data type.
Cardinality0...0
Typebase64Binary
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: n/a
Parameters.parameter:operationOutcome.resource
DefinitionA collection of error, warning, or information messages that result from a system action.
Cardinality1...1
TypeEPAOperationOutcome
SummaryTrue
Comments

Can result from the failure of a REST call or be part of the response message returned from a request message.

Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
Mappings
  • rim: Entity. Role, or Act
  • rim: Grouping is handled through multiple repetitions from whatever context references the outcomes (no specific grouper required)
Parameters.parameter:operationOutcome.part
DefinitionA named part of a multi-part parameter.
Cardinality0...0
Typesee (parameter)
SummaryTrue
Comments

Only one level of nested parameters is allowed.

<StructureDefinition xmlns="http://hl7.org/fhir">
    <id value="epa-op-manage-medicationplan-out-parameters" />
    <url value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-out-parameters" />
    <version value="1.1.1" />
    <name value="EPAOpManageMedicationPlanOutParameters" />
    <title value="EPA Operation Manage Medication Plan Output-Parameters" />
    <status value="active" />
    <experimental value="false" />
    <date value="2024-08-14" />
    <publisher value="gematik GmbH" />
    <description value="EPA Operation manage medication plan Output-Parameters" />
    <fhirVersion value="4.0.1" />
    <kind value="resource" />
    <abstract value="false" />
    <type value="Parameters" />
    <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Parameters" />
    <derivation value="constraint" />
    <differential>
        <element id="Parameters.parameter">
            <path value="Parameters.parameter" />
            <slicing>
                <discriminator>
                    <type value="pattern" />
                    <path value="name" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="3" />
        </element>
        <element id="Parameters.parameter:planVersion">
            <path value="Parameters.parameter" />
            <sliceName value="planVersion" />
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:planVersion.name">
            <path value="Parameters.parameter.name" />
            <patternString value="planVersion" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:planVersion.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <min value="1" />
            <type>
                <code value="id" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:planVersion.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:planVersion.part">
            <path value="Parameters.parameter.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:lastUpdated">
            <path value="Parameters.parameter" />
            <sliceName value="lastUpdated" />
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:lastUpdated.name">
            <path value="Parameters.parameter.name" />
            <patternString value="lastUpdated" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:lastUpdated.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <min value="1" />
            <type>
                <code value="dateTime" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:lastUpdated.resource">
            <path value="Parameters.parameter.resource" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:lastUpdated.part">
            <path value="Parameters.parameter.part" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:operationOutcome">
            <path value="Parameters.parameter" />
            <sliceName value="operationOutcome" />
            <min value="1" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:operationOutcome.name">
            <path value="Parameters.parameter.name" />
            <patternString value="operationOutcome" />
            <mustSupport value="true" />
        </element>
        <element id="Parameters.parameter:operationOutcome.value[x]">
            <path value="Parameters.parameter.value[x]" />
            <max value="0" />
        </element>
        <element id="Parameters.parameter:operationOutcome.resource">
            <path value="Parameters.parameter.resource" />
            <min value="1" />
            <type>
                <code value="OperationOutcome" />
                <profile value="https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome" />
            </type>
        </element>
        <element id="Parameters.parameter:operationOutcome.part">
            <path value="Parameters.parameter.part" />
            <max value="0" />
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "id": "epa-op-manage-medicationplan-out-parameters",
    "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-manage-medicationplan-out-parameters",
    "version": "1.1.1",
    "name": "EPAOpManageMedicationPlanOutParameters",
    "title": "EPA Operation Manage Medication Plan Output-Parameters",
    "status": "active",
    "experimental": false,
    "date": "2024-08-14",
    "publisher": "gematik GmbH",
    "description": "EPA Operation manage medication plan Output-Parameters",
    "fhirVersion": "4.0.1",
    "kind": "resource",
    "abstract": false,
    "type": "Parameters",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Parameters",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Parameters.parameter",
                "path": "Parameters.parameter",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "pattern",
                            "path": "name"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 3
            },
            {
                "id": "Parameters.parameter:planVersion",
                "path": "Parameters.parameter",
                "sliceName": "planVersion",
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:planVersion.name",
                "path": "Parameters.parameter.name",
                "patternString": "planVersion",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:planVersion.value[x]",
                "path": "Parameters.parameter.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "id"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:planVersion.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:planVersion.part",
                "path": "Parameters.parameter.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:lastUpdated",
                "path": "Parameters.parameter",
                "sliceName": "lastUpdated",
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:lastUpdated.name",
                "path": "Parameters.parameter.name",
                "patternString": "lastUpdated",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:lastUpdated.value[x]",
                "path": "Parameters.parameter.value[x]",
                "min": 1,
                "type":  [
                    {
                        "code": "dateTime"
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:lastUpdated.resource",
                "path": "Parameters.parameter.resource",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:lastUpdated.part",
                "path": "Parameters.parameter.part",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:operationOutcome",
                "path": "Parameters.parameter",
                "sliceName": "operationOutcome",
                "min": 1,
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:operationOutcome.name",
                "path": "Parameters.parameter.name",
                "patternString": "operationOutcome",
                "mustSupport": true
            },
            {
                "id": "Parameters.parameter:operationOutcome.value[x]",
                "path": "Parameters.parameter.value[x]",
                "max": "0"
            },
            {
                "id": "Parameters.parameter:operationOutcome.resource",
                "path": "Parameters.parameter.resource",
                "min": 1,
                "type":  [
                    {
                        "code": "OperationOutcome",
                        "profile":  [
                            "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome"
                        ]
                    }
                ]
            },
            {
                "id": "Parameters.parameter:operationOutcome.part",
                "path": "Parameters.parameter.part",
                "max": "0"
            }
        ]
    }
}