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

FHIR IG Statistics: StructureDefinition/Goal_Profile

PackageCapable.repository
Resource TypeStructureDefinition
IdGoal_Profile
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/StructureDefinition/Goal_Profile
URLhttp://capable-project.eu/data/fhir/StructureDefinition/Goal_Profile
Versionv0
Statusdraft
Date2021-06-09
NameGoal_Profile
DescriptionFirst attempt to profile the Goal resource
TypeGoal
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
patient-goalsPatient goals

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://capable-project.eu/data/fhir/StructureDefinition/Goal_Profile",
  "version": "v0",
  "name": "Goal_Profile",
  "status": "draft",
  "date": "2021-06-09",
  "publisher": "Capable team",
  "description": "First attempt to profile the Goal resource",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Goal",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Goal.identifier",
        "path": "Goal.identifier",
        "max": "0"
      },
      {
        "id": "Goal.achievementStatus",
        "path": "Goal.achievementStatus",
        "max": "0"
      },
      {
        "id": "Goal.category",
        "path": "Goal.category",
        "max": "1",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://capable-project.eu/data/fhir/ValueSet/patient-goals"
        }
      },
      {
        "id": "Goal.category.coding",
        "path": "Goal.category.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Goal.category.coding.system",
        "path": "Goal.category.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Goal.category.coding.version",
        "path": "Goal.category.coding.version",
        "max": "0"
      },
      {
        "id": "Goal.category.coding.code",
        "path": "Goal.category.coding.code",
        "min": 1
      },
      {
        "id": "Goal.category.coding.userSelected",
        "path": "Goal.category.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Goal.category.text",
        "path": "Goal.category.text",
        "max": "0"
      },
      {
        "id": "Goal.priority.coding",
        "path": "Goal.priority.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Goal.priority.coding.system",
        "path": "Goal.priority.coding.system",
        "min": 1
      },
      {
        "id": "Goal.priority.coding.version",
        "path": "Goal.priority.coding.version",
        "max": "0"
      },
      {
        "id": "Goal.priority.coding.code",
        "path": "Goal.priority.coding.code",
        "min": 1
      },
      {
        "id": "Goal.priority.coding.userSelected",
        "path": "Goal.priority.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Goal.priority.text",
        "path": "Goal.priority.text",
        "max": "0"
      },
      {
        "id": "Goal.description.coding",
        "path": "Goal.description.coding",
        "max": "0"
      },
      {
        "id": "Goal.description.text",
        "path": "Goal.description.text",
        "min": 1
      },
      {
        "id": "Goal.subject",
        "path": "Goal.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Goal.subject.reference",
        "path": "Goal.subject.reference",
        "min": 1
      },
      {
        "id": "Goal.subject.type",
        "path": "Goal.subject.type",
        "max": "0"
      },
      {
        "id": "Goal.subject.identifier",
        "path": "Goal.subject.identifier",
        "max": "0"
      },
      {
        "id": "Goal.start[x]",
        "path": "Goal.start[x]",
        "min": 1,
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "Goal.target",
        "path": "Goal.target",
        "max": "0"
      },
      {
        "id": "Goal.statusDate",
        "path": "Goal.statusDate",
        "max": "0"
      },
      {
        "id": "Goal.expressedBy",
        "path": "Goal.expressedBy",
        "max": "0"
      },
      {
        "id": "Goal.addresses",
        "path": "Goal.addresses",
        "max": "0"
      },
      {
        "id": "Goal.note",
        "path": "Goal.note",
        "max": "0"
      },
      {
        "id": "Goal.outcomeCode",
        "path": "Goal.outcomeCode",
        "max": "0"
      },
      {
        "id": "Goal.outcomeReference",
        "path": "Goal.outcomeReference",
        "max": "0"
      }
    ]
  }
}