{
"description": "A derivative of the RIM Supply class, used for representing the provision of a material by one entity to another.\\nThe dispensed product is associated with the Supply act via a product participant, which connects to the same ManufacturedProduct role used for SubstanceAdministration.\\nThe Supply class represents dispensing, whereas the SubstanceAdministration class represents administration. Prescriptions are complex activities that involve both an administration request to the patient (e.g. take digoxin 0.125mg by mouth once per day) and a supply request to the pharmacy (e.g. dispense 30 tablets, with 5 refills). This should be represented in CDA by a SubstanceAdministration entry that has a component Supply entry. The nested Supply entry can have Supply.independentInd set to \\\"false\\\" to signal that the Supply cannot stand alone, without it's containing SubstanceAdministration. The following example illustrates a prescription representation in CDA.",
"_filename": "StructureDefinition-Supply.json",
"package_name": "hl7.cda.uv.core",
"date": "2023-12-16T11:59:27-05:00",
"derivation": "specialization",
"publisher": "Health Level 7",
"fhirVersion": "5.0.0",
"name": "Supply",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "http://hl7.org/cda/stds/core/StructureDefinition/Supply",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "Supply (CDA Class)",
"package_version": "2.0.0-sd-snapshot1",
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
"_valueBoolean": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "not-applicable"
} ]
}
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
"valueUri": "urn:hl7-org:v3"
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name",
"valueString": "supply"
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/logical-container",
"valueUri": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-profile-style",
"valueUri": "cda"
} ],
"snapshot": {
"element": [ {
"path": "Supply",
"min": 1,
"definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.",
"isModifier": false,
"short": "Base for all types and resources",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"max": "1",
"id": "Supply",
"base": {
"max": "*",
"min": 0,
"path": "Base"
}
}, {
"path": "Supply.nullFlavor",
"min": 0,
"definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
},
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Exceptional Value Detail",
"id": "Supply.nullFlavor",
"base": {
"max": "1",
"min": 0,
"path": "ANY.nullFlavor"
}
}, {
"id": "Supply.realmCode",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "InfrastructureRoot.realmCode"
},
"path": "Supply.realmCode",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CS"
} ],
"definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question"
}, {
"id": "Supply.typeId",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "InfrastructureRoot.typeId"
},
"path": "Supply.typeId",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/II"
} ],
"definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question."
}, {
"path": "Supply.typeId.nullFlavor",
"min": 0,
"definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
},
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Exceptional Value Detail",
"id": "Supply.typeId.nullFlavor",
"base": {
"max": "1",
"min": 0,
"path": "ANY.nullFlavor"
}
}, {
"path": "Supply.typeId.assigningAuthorityName",
"min": 0,
"definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.",
"type": [ {
"code": "string",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Assigning Authority Name",
"id": "Supply.typeId.assigningAuthorityName",
"base": {
"max": "1",
"min": 0,
"path": "II.assigningAuthorityName"
}
}, {
"path": "Supply.typeId.displayable",
"min": 0,
"definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).",
"type": [ {
"code": "boolean",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Displayable",
"id": "Supply.typeId.displayable",
"base": {
"max": "1",
"min": 0,
"path": "II.displayable"
}
}, {
"path": "Supply.typeId.root",
"min": 1,
"definition": "Identifies the type as an HL7 Registered model",
"type": [ {
"code": "string",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"fixedString": "2.16.840.1.113883.1.3",
"label": "Root",
"id": "Supply.typeId.root",
"base": {
"max": "1",
"min": 0,
"path": "II.root"
}
}, {
"path": "Supply.typeId.extension",
"min": 1,
"definition": "A character string as a unique identifier within the scope of the identifier root.",
"type": [ {
"code": "string",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Extension",
"id": "Supply.typeId.extension",
"base": {
"max": "1",
"min": 0,
"path": "II.extension"
}
}, {
"id": "Supply.templateId",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "InfrastructureRoot.templateId"
},
"path": "Supply.templateId",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/II"
} ],
"definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question"
}, {
"path": "Supply.classCode",
"fixedCode": "SPLY",
"min": 1,
"defaultValueCode": "SPLY",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClassSupply"
},
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Supply.classCode",
"base": {
"max": "1",
"min": 1,
"path": "Supply.classCode"
}
}, {
"id": "Supply.moodCode",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "Supply.moodCode"
},
"path": "Supply.moodCode",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-xDocumentSubstanceMood|2.0.0"
},
"representation": [ "xmlAttr" ]
}, {
"id": "Supply.id",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.id"
},
"path": "Supply.id",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/II"
} ]
}, {
"id": "Supply.code",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.code"
},
"path": "Supply.code",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CD"
} ],
"binding": {
"strength": "example",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode"
}
}, {
"id": "Supply.text",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.text"
},
"path": "Supply.text",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/ED"
} ]
}, {
"id": "Supply.statusCode",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.statusCode"
},
"path": "Supply.statusCode",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CS"
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActStatus"
}
}, {
"id": "Supply.effectiveTime",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.effectiveTime"
},
"path": "Supply.effectiveTime",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/SXCM-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype",
"valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXCM-TS"
} ],
"representation": [ "typeAttr" ]
}, {
"id": "Supply.priorityCode",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.priorityCode"
},
"path": "Supply.priorityCode",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CE"
} ],
"binding": {
"strength": "example",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority"
}
}, {
"id": "Supply.repeatNumber",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.repeatNumber"
},
"path": "Supply.repeatNumber",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-INT"
} ]
}, {
"id": "Supply.independentInd",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.independentInd"
},
"path": "Supply.independentInd",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/BL"
} ]
}, {
"id": "Supply.quantity",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.quantity"
},
"path": "Supply.quantity",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/PQ"
} ]
}, {
"id": "Supply.expectedUseTime",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.expectedUseTime"
},
"path": "Supply.expectedUseTime",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS"
} ]
}, {
"id": "Supply.product",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.product"
},
"path": "Supply.product",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot"
} ]
}, {
"path": "Supply.product.nullFlavor",
"min": 0,
"definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
},
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Exceptional Value Detail",
"id": "Supply.product.nullFlavor",
"base": {
"max": "1",
"min": 0,
"path": "ANY.nullFlavor"
}
}, {
"id": "Supply.product.realmCode",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "InfrastructureRoot.realmCode"
},
"path": "Supply.product.realmCode",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CS"
} ],
"definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question"
}, {
"id": "Supply.product.typeId",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "InfrastructureRoot.typeId"
},
"path": "Supply.product.typeId",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/II"
} ],
"definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question."
}, {
"path": "Supply.product.typeId.nullFlavor",
"min": 0,
"definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
},
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Exceptional Value Detail",
"id": "Supply.product.typeId.nullFlavor",
"base": {
"max": "1",
"min": 0,
"path": "ANY.nullFlavor"
}
}, {
"path": "Supply.product.typeId.assigningAuthorityName",
"min": 0,
"definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.",
"type": [ {
"code": "string",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Assigning Authority Name",
"id": "Supply.product.typeId.assigningAuthorityName",
"base": {
"max": "1",
"min": 0,
"path": "II.assigningAuthorityName"
}
}, {
"path": "Supply.product.typeId.displayable",
"min": 0,
"definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).",
"type": [ {
"code": "boolean",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Displayable",
"id": "Supply.product.typeId.displayable",
"base": {
"max": "1",
"min": 0,
"path": "II.displayable"
}
}, {
"path": "Supply.product.typeId.root",
"min": 1,
"definition": "Identifies the type as an HL7 Registered model",
"type": [ {
"code": "string",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"fixedString": "2.16.840.1.113883.1.3",
"label": "Root",
"id": "Supply.product.typeId.root",
"base": {
"max": "1",
"min": 0,
"path": "II.root"
}
}, {
"path": "Supply.product.typeId.extension",
"min": 1,
"definition": "A character string as a unique identifier within the scope of the identifier root.",
"type": [ {
"code": "string",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"label": "Extension",
"id": "Supply.product.typeId.extension",
"base": {
"max": "1",
"min": 0,
"path": "II.extension"
}
}, {
"id": "Supply.product.templateId",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "InfrastructureRoot.templateId"
},
"path": "Supply.product.templateId",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/II"
} ],
"definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question"
}, {
"path": "Supply.product.typeCode",
"fixedCode": "PRD",
"min": 0,
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetDirect"
},
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Supply.product.typeCode",
"base": {
"max": "1",
"min": 0,
"path": "Supply.product.typeCode"
}
}, {
"id": "Supply.product.manufacturedProduct",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "Supply.product.manufacturedProduct"
},
"path": "Supply.product.manufacturedProduct",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/ManufacturedProduct"
} ]
}, {
"id": "Supply.subject",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "Supply.subject"
},
"path": "Supply.subject",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Subject"
} ]
}, {
"id": "Supply.specimen",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.specimen"
},
"path": "Supply.specimen",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Specimen"
} ]
}, {
"id": "Supply.performer",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.performer"
},
"path": "Supply.performer",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Performer2"
} ]
}, {
"id": "Supply.author",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.author"
},
"path": "Supply.author",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Author"
} ]
}, {
"id": "Supply.informant",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.informant"
},
"path": "Supply.informant",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Informant"
} ]
}, {
"id": "Supply.participant",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.participant"
},
"path": "Supply.participant",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Participant2"
} ]
}, {
"id": "Supply.entryRelationship",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.entryRelationship"
},
"path": "Supply.entryRelationship",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/EntryRelationship"
} ]
}, {
"id": "Supply.reference",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.reference"
},
"path": "Supply.reference",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Reference"
} ]
}, {
"id": "Supply.precondition",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.precondition"
},
"path": "Supply.precondition",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Precondition"
} ]
}, {
"id": "Supply.sdtcInFulfillmentOf1",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Supply.sdtcInFulfillmentOf1"
},
"path": "Supply.sdtcInFulfillmentOf1",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/InFulfillmentOf1"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
"valueUri": "urn:hl7-org:sdtc"
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name",
"valueString": "inFulfillmentOf1"
} ]
} ]
},
"status": "active",
"id": "af403555-86e0-44dd-8b6c-5982fc8eb31c",
"kind": "logical",
"url": "http://hl7.org/cda/stds/core/StructureDefinition/Supply",
"version": "2.0.0-sd-snapshot1",
"differential": {
"element": [ {
"id": "Supply",
"max": "1",
"min": 1,
"path": "Supply"
}, {
"path": "Supply.classCode",
"fixedCode": "SPLY",
"min": 1,
"defaultValueCode": "SPLY",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClassSupply"
},
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Supply.classCode"
}, {
"id": "Supply.moodCode",
"max": "1",
"min": 1,
"path": "Supply.moodCode",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-xDocumentSubstanceMood|2.0.0"
},
"representation": [ "xmlAttr" ]
}, {
"id": "Supply.id",
"max": "*",
"min": 0,
"path": "Supply.id",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/II"
} ]
}, {
"id": "Supply.code",
"max": "1",
"min": 0,
"path": "Supply.code",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CD"
} ],
"binding": {
"strength": "example",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode"
}
}, {
"id": "Supply.text",
"max": "1",
"min": 0,
"path": "Supply.text",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/ED"
} ]
}, {
"id": "Supply.statusCode",
"max": "1",
"min": 0,
"path": "Supply.statusCode",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CS"
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActStatus"
}
}, {
"id": "Supply.effectiveTime",
"max": "*",
"min": 0,
"path": "Supply.effectiveTime",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/SXCM-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS"
}, {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype",
"valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXCM-TS"
} ],
"representation": [ "typeAttr" ]
}, {
"id": "Supply.priorityCode",
"max": "*",
"min": 0,
"path": "Supply.priorityCode",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/CE"
} ],
"binding": {
"strength": "example",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority"
}
}, {
"id": "Supply.repeatNumber",
"max": "1",
"min": 0,
"path": "Supply.repeatNumber",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-INT"
} ]
}, {
"id": "Supply.independentInd",
"max": "1",
"min": 0,
"path": "Supply.independentInd",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/BL"
} ]
}, {
"id": "Supply.quantity",
"max": "1",
"min": 0,
"path": "Supply.quantity",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/PQ"
} ]
}, {
"id": "Supply.expectedUseTime",
"max": "1",
"min": 0,
"path": "Supply.expectedUseTime",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS"
} ]
}, {
"id": "Supply.product",
"max": "1",
"min": 0,
"path": "Supply.product",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot"
} ]
}, {
"id": "Supply.product.typeCode",
"max": "1",
"min": 0,
"path": "Supply.product.typeCode",
"type": [ {
"code": "code",
"profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
} ],
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetDirect"
},
"fixedCode": "PRD",
"representation": [ "xmlAttr" ]
}, {
"id": "Supply.product.manufacturedProduct",
"max": "1",
"min": 1,
"path": "Supply.product.manufacturedProduct",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/ManufacturedProduct"
} ]
}, {
"id": "Supply.subject",
"max": "1",
"min": 0,
"path": "Supply.subject",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Subject"
} ]
}, {
"id": "Supply.specimen",
"max": "*",
"min": 0,
"path": "Supply.specimen",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Specimen"
} ]
}, {
"id": "Supply.performer",
"max": "*",
"min": 0,
"path": "Supply.performer",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Performer2"
} ]
}, {
"id": "Supply.author",
"max": "*",
"min": 0,
"path": "Supply.author",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Author"
} ]
}, {
"id": "Supply.informant",
"max": "*",
"min": 0,
"path": "Supply.informant",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Informant"
} ]
}, {
"id": "Supply.participant",
"max": "*",
"min": 0,
"path": "Supply.participant",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Participant2"
} ]
}, {
"id": "Supply.entryRelationship",
"max": "*",
"min": 0,
"path": "Supply.entryRelationship",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/EntryRelationship"
} ]
}, {
"id": "Supply.reference",
"max": "*",
"min": 0,
"path": "Supply.reference",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Reference"
} ]
}, {
"id": "Supply.precondition",
"max": "*",
"min": 0,
"path": "Supply.precondition",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/Precondition"
} ]
}, {
"id": "Supply.sdtcInFulfillmentOf1",
"max": "*",
"min": 0,
"path": "Supply.sdtcInFulfillmentOf1",
"type": [ {
"code": "http://hl7.org/cda/stds/core/StructureDefinition/InFulfillmentOf1"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
"valueUri": "urn:hl7-org:sdtc"
}, {
"url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name",
"valueString": "inFulfillmentOf1"
} ]
} ]
},
"contact": [ {
"name": "HL7 International - Structured Documents",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/structure",
"system": "url"
}, {
"value": "structdog@lists.HL7.org",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot"
}