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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeStructureDefinition
IdGoal.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-goal
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-goal
Statusdraft
NameGoal
TypeGoal
Kindresource

Resources that use this resource

StructureDefinition
synapxe.nde#1.0.0profile-careplanCarePlan

Resources that this resource uses

StructureDefinition
synapxe.nde#1.0.0profile-organizationOrganization
synapxe.nde#1.0.0profile-patientPatient
synapxe.nde#1.0.0profile-practitionerPractitioner
synapxe.nde#1.0.0profile-practitionerrolePractitionerRole

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-goal",
  "name": "Goal",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Goal",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Goal.identifier",
        "path": "Goal.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Goal.achievementStatus",
        "path": "Goal.achievementStatus",
        "max": "0"
      },
      {
        "id": "Goal.category",
        "path": "Goal.category",
        "max": "0"
      },
      {
        "id": "Goal.continuous",
        "path": "Goal.continuous",
        "max": "0"
      },
      {
        "id": "Goal.priority",
        "path": "Goal.priority",
        "max": "0"
      },
      {
        "id": "Goal.subject",
        "path": "Goal.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient",
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "Goal.target",
        "path": "Goal.target",
        "max": "1"
      },
      {
        "id": "Goal.target.id",
        "path": "Goal.target.id",
        "max": "0"
      },
      {
        "id": "Goal.target.extension",
        "path": "Goal.target.extension",
        "max": "0"
      },
      {
        "id": "Goal.target.modifierExtension",
        "path": "Goal.target.modifierExtension",
        "max": "0"
      },
      {
        "id": "Goal.target.measure",
        "path": "Goal.target.measure",
        "max": "0"
      },
      {
        "id": "Goal.target.detail[x]",
        "path": "Goal.target.detail[x]",
        "max": "0"
      },
      {
        "id": "Goal.target.due[x]",
        "path": "Goal.target.due[x]",
        "min": 1
      },
      {
        "id": "Goal.statusDate",
        "path": "Goal.statusDate",
        "min": 1
      },
      {
        "id": "Goal.statusReason",
        "path": "Goal.statusReason",
        "max": "0"
      },
      {
        "id": "Goal.source",
        "path": "Goal.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner",
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole",
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "Goal.addresses",
        "path": "Goal.addresses",
        "max": "0"
      },
      {
        "id": "Goal.note",
        "path": "Goal.note",
        "max": "0"
      },
      {
        "id": "Goal.outcome",
        "path": "Goal.outcome",
        "max": "0"
      }
    ]
  }
}