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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeStructureDefinition
Idprofile-HealthPlan-goalG2.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/profile/G2
URLhttp://ihis.sg/profile/G2
Statusactive
Nameprofile-HealthPlan-goalG2
TypeGoal
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)
StructureDefinition
putHealthplanGoalprofile-HealthPlan-goalBase

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ihis.sg/profile/G2",
  "name": "profile-HealthPlan-goalG2",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Goal",
  "baseDefinition": "http://ihis.sg/StructureDefinition/putHealthplanGoal",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Goal.lifecycleStatus",
        "path": "Goal.lifecycleStatus",
        "fixedCode": "active"
      },
      {
        "id": "Goal.description.coding",
        "path": "Goal.description.coding",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-health-goal"
        }
      },
      {
        "id": "Goal.description.coding.code",
        "path": "Goal.description.coding.code",
        "fixedCode": "G2"
      },
      {
        "id": "Goal.target",
        "path": "Goal.target",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "measure.coding.code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Goal.target.extension",
        "path": "Goal.target.extension",
        "max": "0"
      },
      {
        "id": "Goal.target.measure.id",
        "path": "Goal.target.measure.id",
        "max": "0"
      },
      {
        "id": "Goal.target.measure.extension",
        "path": "Goal.target.measure.extension",
        "max": "0"
      },
      {
        "id": "Goal.target.measure.coding",
        "path": "Goal.target.measure.coding",
        "max": "1"
      },
      {
        "id": "Goal.target.measure.coding.code",
        "path": "Goal.target.measure.coding.code",
        "constraint": [
          {
            "key": "healthplan-g2",
            "severity": "error",
            "human": "If present, G2 goal measure allowed values are GM002, GM009, GM010",
            "expression": "($this in ('GM002' | 'GM009' | 'GM010'))"
          }
        ]
      },
      {
        "id": "Goal.target.detail[x]",
        "path": "Goal.target.detail[x]",
        "binding": {
          "strength": "required",
          "valueSet": "http://unitsofmeasure.org"
        }
      },
      {
        "id": "Goal.target:GM002",
        "path": "Goal.target",
        "sliceName": "GM002",
        "max": "1"
      },
      {
        "id": "Goal.target:GM002.measure.coding",
        "path": "Goal.target.measure.coding",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-goal-measure"
        }
      },
      {
        "id": "Goal.target:GM002.measure.coding.code",
        "path": "Goal.target.measure.coding.code",
        "fixedCode": "GM002"
      },
      {
        "id": "Goal.target:GM002.measure.text",
        "path": "Goal.target.measure.text",
        "max": "0"
      },
      {
        "id": "Goal.target:GM002.due[x]",
        "path": "Goal.target.due[x]",
        "min": 1,
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "Goal.target:GM009",
        "path": "Goal.target",
        "sliceName": "GM009",
        "max": "1"
      },
      {
        "id": "Goal.target:GM009.extension",
        "path": "Goal.target.extension",
        "max": "0"
      },
      {
        "id": "Goal.target:GM009.measure.id",
        "path": "Goal.target.measure.id",
        "max": "0"
      },
      {
        "id": "Goal.target:GM009.measure.extension",
        "path": "Goal.target.measure.extension",
        "max": "0"
      },
      {
        "id": "Goal.target:GM009.measure.coding",
        "path": "Goal.target.measure.coding",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-goal-measure"
        }
      },
      {
        "id": "Goal.target:GM009.measure.coding.code",
        "path": "Goal.target.measure.coding.code",
        "fixedCode": "GM009"
      },
      {
        "id": "Goal.target:GM009.measure.text",
        "path": "Goal.target.measure.text",
        "max": "0"
      },
      {
        "id": "Goal.target:GM009.detail[x]",
        "path": "Goal.target.detail[x]",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://unitsofmeasure.org"
        }
      },
      {
        "id": "Goal.target:GM009.detail[x].value",
        "path": "Goal.target.detail[x].value",
        "min": 1,
        "minValueDecimal": 1,
        "maxValueDecimal": 1000,
        "constraint": [
          {
            "key": "healthplan-gm009",
            "severity": "error",
            "human": "Valid numeric value required",
            "expression": "$this.toString().matches('^[0-9]*[%content%]#x27;)"
          }
        ]
      },
      {
        "id": "Goal.target:GM009.detail[x].system",
        "path": "Goal.target.detail[x].system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Goal.target:GM009.detail[x].code",
        "path": "Goal.target.detail[x].code",
        "min": 1,
        "fixedCode": "{sticks}/d"
      },
      {
        "id": "Goal.target:GM009.due[x]",
        "path": "Goal.target.due[x]",
        "min": 1,
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "Goal.target:GM009.due[x].value",
        "path": "Goal.target.due[x].value",
        "min": 1,
        "minValueDecimal": 1,
        "maxValueDecimal": 12,
        "constraint": [
          {
            "key": "healthplan-gm009-1",
            "severity": "error",
            "human": "Valid numeric value required",
            "expression": "$this.toString().matches('^[0-9]*[%content%]#x27;)"
          }
        ]
      },
      {
        "id": "Goal.target:GM009.due[x].system",
        "path": "Goal.target.due[x].system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Goal.target:GM009.due[x].code",
        "path": "Goal.target.due[x].code",
        "min": 1,
        "fixedCode": "mo"
      },
      {
        "id": "Goal.target:GM010",
        "path": "Goal.target",
        "sliceName": "GM010",
        "max": "1"
      },
      {
        "id": "Goal.target:GM010.measure.coding",
        "path": "Goal.target.measure.coding",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-goal-measure"
        }
      },
      {
        "id": "Goal.target:GM010.measure.coding.code",
        "path": "Goal.target.measure.coding.code",
        "fixedCode": "GM010"
      },
      {
        "id": "Goal.target:GM010.measure.text",
        "path": "Goal.target.measure.text",
        "max": "0"
      },
      {
        "id": "Goal.target:GM010.due[x]",
        "path": "Goal.target.due[x]",
        "min": 1,
        "type": [
          {
            "code": "date"
          }
        ]
      }
    ]
  }
}