FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/NHSDigital-Range.StructureDefinition

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
IdNHSDigital-Range.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk.uk/StructureDefinition/NHSDigital-Range
URLhttps://fhir.nhs.uk.uk/StructureDefinition/NHSDigital-Range
Statusdraft
NameNHSDigitalRange
TypeRange
Kindcomplex-type

Resources that use this resource

StructureDefinition
NHSDigital-DosageNHSDigitalDosage

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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
      }
    ]
  }
}