Package | pharmacyeclaim.two |
Resource Type | StructureDefinition |
Id | profile-ext-quantity-is-unlimited.StructureDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/fhir/StructureDefinition/profile-ext-quantity-is-unlimited |
URL | http://pharmacyeclaims.ca/fhir/StructureDefinition/profile-ext-quantity-is-unlimited |
Status | draft |
Name | QuantityIsUnlimited |
Description | Used to indicate that the prescriber has indicated on the Prescription that the quantity is unlimited |
Type | Extension |
Kind | complex-type |
No resources found
No resources found
No extension usage examples found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "url": "http://pharmacyeclaims.ca/fhir/StructureDefinition/profile-ext-quantity-is-unlimited", "name": "QuantityIsUnlimited", "status": "draft", "description": "Used to indicate that the prescriber has indicated on the Prescription that the quantity is unlimited", "fhirVersion": "4.0.1", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "complex-type", "abstract": false, "context": [ { "type": "element", "expression": "MedicationRequest.dispenseRequest" } ], "type": "Extension", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", "derivation": "constraint", "differential": { "element": [ { "id": "Extension", "path": "Extension", "mustSupport": true }, { "id": "Extension.url", "path": "Extension.url", "fixedUri": "http://pharmacyeclaims.ca/fhir/StructureDefinition/profile-ext-quantity-is-unlimited" }, { "id": "Extension.value[x]", "path": "Extension.value[x]", "comment": "Conformance Rule: This value must be set to \"true\" when the quantity is unlimited. The MedicationRequest.dispenseRequest.quantity is not populated when this value is set.\r\n\r\nA stream of bytes, base64 encoded", "min": 1, "type": [ { "code": "boolean" } ], "fixedBoolean": true, "mustSupport": true } ] } }