FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-range.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-range
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-range
Statusactive
NameRange
TypeRange
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-sn-conditionCondition Profile

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-range",
  "name": "Range",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Range",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Range",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Range.id",
        "path": "Range.id",
        "max": "0"
      },
      {
        "id": "Range.low",
        "path": "Range.low",
        "min": 1
      },
      {
        "id": "Range.low.id",
        "path": "Range.low.id",
        "max": "0"
      },
      {
        "id": "Range.low.extension",
        "path": "Range.low.extension",
        "max": "0"
      },
      {
        "id": "Range.low.value",
        "path": "Range.low.value",
        "min": 1
      },
      {
        "id": "Range.low.unit",
        "path": "Range.low.unit",
        "min": 1
      },
      {
        "id": "Range.low.system",
        "path": "Range.low.system",
        "max": "0"
      },
      {
        "id": "Range.low.code",
        "path": "Range.low.code",
        "max": "0"
      },
      {
        "id": "Range.high.id",
        "path": "Range.high.id",
        "max": "0"
      },
      {
        "id": "Range.high.extension",
        "path": "Range.high.extension",
        "max": "0"
      },
      {
        "id": "Range.high.value",
        "path": "Range.high.value",
        "min": 1
      },
      {
        "id": "Range.high.unit",
        "path": "Range.high.unit",
        "min": 1
      },
      {
        "id": "Range.high.system",
        "path": "Range.high.system",
        "max": "0"
      },
      {
        "id": "Range.high.code",
        "path": "Range.high.code",
        "max": "0"
      }
    ]
  }
}