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

FHIR IG Statistics: StructureDefinition/shr-core-Range-model

Packagehl7.fhir.us.breastcancer
Resource TypeStructureDefinition
Idshr-core-Range-model
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/breastcancer/http://hl7.org/fhir/us/breastcancer/2018Sep/StructureDefinition-shr-core-Range-model.html
URLhttp://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model
Version0.2.0
Statusdraft
Date2018-08-17T00:00:00+10:00
NameRangeModel
TitleBC Range Logical Model
Realmus
Authorityhl7
DescriptionAn interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.
Typeshr-core-Range-model
Kindlogical

Resources that use this resource

StructureDefinition
cimi-context-Abatement-modelBC Abatement Logical Model
cimi-context-ConditionPresenceContext-modelBC ConditionPresenceContext Logical Model
cimi-context-ObservationContext-modelBC ObservationContext Logical Model
cimi-context-Onset-modelBC Onset Logical Model
cimi-context-PresenceContext-modelBC PresenceContext Logical Model
cimi-context-ResultValue-modelBC ResultValue Logical Model
cimi-entity-GroupCharacteristic-modelBC GroupCharacteristic Logical Model
cimi-statement-ComponentOnlyNonLaboratoryObservation-modelBC ComponentOnlyNonLaboratoryObservation Logical Model
cimi-topic-ApplicableAgeRange-modelBC ApplicableAgeRange Logical Model
cimi-topic-EvaluationComponent-modelBC EvaluationComponent Logical Model
cimi-topic-ReferenceRange-modelBC ReferenceRange Logical Model
oncology-BreastCancerGeneticAnalysisObservation-modelBC BreastCancerGeneticAnalysisObservation Logical Model
oncology-BreastCancerPresenceStatement-modelBC BreastCancerPresenceStatement Logical Model
oncology-BreastClinicalLymphNodeInvolvement-modelBC BreastClinicalLymphNodeInvolvement Logical Model
oncology-BreastPathologicalLymphNodeInvolvement-modelBC BreastPathologicalLymphNodeInvolvement Logical Model
oncology-BreastTumor-modelBC BreastTumor Logical Model
oncology-EstrogenReceptorNuclearPositivity-modelBC EstrogenReceptorNuclearPositivity Logical Model
oncology-HER2byFISH-modelBC HER2byFISH Logical Model
oncology-ProgesteroneReceptorNuclearPositivity-modelBC ProgesteroneReceptorNuclearPositivity Logical Model
oncology-TumorDimensions-modelBC TumorDimensions Logical Model

Resources that this resource uses

StructureDefinition
shr-core-SimpleQuantity-modelBC SimpleQuantity Logical Model

Narrative

Note: links and images are rebased to the (stated) source

BC Range Logical Model

An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.


Source

{
  "resourceType": "StructureDefinition",
  "id": "shr-core-Range-model",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/breastcancer",
      "value": "shr.core.Range"
    }
  ],
  "version": "0.2.0",
  "name": "RangeModel",
  "title": "BC Range Logical Model",
  "status": "draft",
  "date": "2018-08-17T00:00:00+10:00",
  "publisher": "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic/index.cfm"
        }
      ]
    }
  ],
  "description": "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
  "kind": "logical",
  "abstract": false,
  "type": "shr-core-Range-model",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "shr-core-Range-model",
        "path": "shr-core-Range-model",
        "definition": "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "shr-core-Range-model",
          "min": 0,
          "max": "*"
        },
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "shr-core-Range-model.lowerBound",
        "path": "shr-core-Range-model.lowerBound",
        "short": "The lower limit on a range",
        "definition": "The lower limit on a range",
        "min": 0,
        "max": "1",
        "base": {
          "path": "shr-core-Range-model.lowerBound",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "shr-core-Range-model.upperBound",
        "path": "shr-core-Range-model.upperBound",
        "short": "The upper limit on a quantitative value.",
        "definition": "The upper limit on a quantitative value.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "shr-core-Range-model.upperBound",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "shr-core-Range-model",
        "path": "shr-core-Range-model",
        "definition": "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "shr-core-Range-model",
          "min": 0,
          "max": "*"
        },
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "shr-core-Range-model.lowerBound",
        "path": "shr-core-Range-model.lowerBound",
        "short": "The lower limit on a range",
        "definition": "The lower limit on a range",
        "min": 0,
        "max": "1",
        "base": {
          "path": "shr-core-Range-model.lowerBound",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "shr-core-Range-model.upperBound",
        "path": "shr-core-Range-model.upperBound",
        "short": "The upper limit on a quantitative value.",
        "definition": "The upper limit on a quantitative value.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "shr-core-Range-model.upperBound",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      }
    ]
  }
}