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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeStructureDefinition
Idprofile-HealthPlan-goalG3.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/profile/G3
URLhttp://ihis.sg/profile/G3
Statusactive
Nameprofile-HealthPlan-goalG3
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/G3",
  "name": "profile-HealthPlan-goalG3",
  "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": "G3"
      },
      {
        "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",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihis.sg/ValueSet/hsg-goal-measure"
        }
      },
      {
        "id": "Goal.target.measure.coding.code",
        "path": "Goal.target.measure.coding.code",
        "fixedCode": "GM003"
      },
      {
        "id": "Goal.target.measure.text",
        "path": "Goal.target.measure.text",
        "max": "0"
      },
      {
        "id": "Goal.target.detail[x]",
        "path": "Goal.target.detail[x]",
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://unitsofmeasure.org"
        }
      },
      {
        "id": "Goal.target.detail[x].value",
        "path": "Goal.target.detail[x].value",
        "min": 1,
        "minValueDecimal": 0.1,
        "maxValueDecimal": 40
      },
      {
        "id": "Goal.target.detail[x].system",
        "path": "Goal.target.detail[x].system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Goal.target.detail[x].code",
        "path": "Goal.target.detail[x].code",
        "min": 1,
        "fixedCode": "%"
      },
      {
        "id": "Goal.target.due[x]",
        "path": "Goal.target.due[x]",
        "max": "0",
        "type": [
          {
            "code": "Duration"
          }
        ]
      }
    ]
  }
}