Package | uk.nhsdigital.r4.test |
Resource Type | StructureDefinition |
Id | NHSDigital-Range.StructureDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk.uk/StructureDefinition/NHSDigital-Range |
URL | https://fhir.nhs.uk.uk/StructureDefinition/NHSDigital-Range |
Status | draft |
Name | NHSDigitalRange |
Type | Range |
Kind | complex-type |
StructureDefinition | |
NHSDigital-Dosage | NHSDigitalDosage |
No resources found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "url": "https://fhir.nhs.uk.uk/StructureDefinition/NHSDigital-Range", "name": "NHSDigitalRange", "status": "draft", "fhirVersion": "4.0.1", "kind": "complex-type", "abstract": false, "type": "Range", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range", "derivation": "constraint", "differential": { "element": [ { "id": "Range", "path": "Range", "constraint": [ { "key": "nhsd-rng1", "severity": "error", "human": "If both low and high present, both should use the same units or both should have units absent", "expression": "low.empty() or high.empty() or (low.unit = high.unit) or (low.unit.empty() and high.unit.empty())", "source": "https://fhir.nhs.uk.uk/StructureDefinition/NHSDigital-Range" } ] }, { "id": "Range.low.value", "path": "Range.low.value", "min": 1 }, { "id": "Range.high.value", "path": "Range.high.value", "min": 1 } ] } }