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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-careplan.StructureDefinition.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-careplan",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-careplan",
  "version": "1.2.2",
  "name": "CarePlan",
  "title": "Care Plan Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "This resource represents the treatment plan used to describe the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.extension:programme",
        "path": "CarePlan.extension",
        "sliceName": "programme",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-programme"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.identifier",
        "path": "CarePlan.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.identifier:recordID",
        "path": "CarePlan.identifier",
        "sliceName": "recordID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-record-id"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.identifier:institution",
        "path": "CarePlan.identifier",
        "sliceName": "institution",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-hci-code"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.instantiatesCanonical",
        "path": "CarePlan.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "CarePlan.instantiatesUri",
        "path": "CarePlan.instantiatesUri",
        "max": "0"
      },
      {
        "id": "CarePlan.basedOn",
        "path": "CarePlan.basedOn",
        "max": "0"
      },
      {
        "id": "CarePlan.replaces",
        "path": "CarePlan.replaces",
        "max": "0"
      },
      {
        "id": "CarePlan.partOf",
        "path": "CarePlan.partOf",
        "max": "0"
      },
      {
        "id": "CarePlan.category",
        "path": "CarePlan.category",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.title",
        "path": "CarePlan.title",
        "max": "0"
      },
      {
        "id": "CarePlan.description",
        "path": "CarePlan.description",
        "max": "0"
      },
      {
        "id": "CarePlan.subject",
        "path": "CarePlan.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.subject.id",
        "path": "CarePlan.subject.id",
        "max": "0"
      },
      {
        "id": "CarePlan.subject.extension",
        "path": "CarePlan.subject.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.subject.reference",
        "path": "CarePlan.subject.reference",
        "max": "0"
      },
      {
        "id": "CarePlan.subject.type",
        "path": "CarePlan.subject.type",
        "min": 1,
        "patternUri": "Patient"
      },
      {
        "id": "CarePlan.subject.identifier",
        "path": "CarePlan.subject.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.subject.identifier.system",
        "path": "CarePlan.subject.identifier.system",
        "patternUri": "https://fhir.synapxe.sg/NamingSystem/nric"
      },
      {
        "id": "CarePlan.encounter",
        "path": "CarePlan.encounter",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.encounter.id",
        "path": "CarePlan.encounter.id",
        "max": "0"
      },
      {
        "id": "CarePlan.encounter.extension",
        "path": "CarePlan.encounter.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.encounter.reference",
        "path": "CarePlan.encounter.reference",
        "max": "0"
      },
      {
        "id": "CarePlan.encounter.type",
        "path": "CarePlan.encounter.type",
        "min": 1
      },
      {
        "id": "CarePlan.encounter.identifier",
        "path": "CarePlan.encounter.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-eventid"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.encounter.display",
        "path": "CarePlan.encounter.display",
        "max": "0"
      },
      {
        "id": "CarePlan.created",
        "path": "CarePlan.created",
        "max": "0"
      },
      {
        "id": "CarePlan.custodian",
        "path": "CarePlan.custodian",
        "max": "0"
      },
      {
        "id": "CarePlan.contributor",
        "path": "CarePlan.contributor",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.contributor.id",
        "path": "CarePlan.contributor.id",
        "max": "0"
      },
      {
        "id": "CarePlan.contributor.extension",
        "path": "CarePlan.contributor.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.contributor.reference",
        "path": "CarePlan.contributor.reference",
        "max": "0"
      },
      {
        "id": "CarePlan.contributor.type",
        "path": "CarePlan.contributor.type",
        "min": 1
      },
      {
        "id": "CarePlan.contributor.identifier",
        "path": "CarePlan.contributor.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-mcr"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.careTeam",
        "path": "CarePlan.careTeam",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.careTeam.id",
        "path": "CarePlan.careTeam.id",
        "max": "0"
      },
      {
        "id": "CarePlan.careTeam.extension",
        "path": "CarePlan.careTeam.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.careTeam.reference",
        "path": "CarePlan.careTeam.reference",
        "min": 1
      },
      {
        "id": "CarePlan.careTeam.type",
        "path": "CarePlan.careTeam.type",
        "max": "0"
      },
      {
        "id": "CarePlan.careTeam.identifier",
        "path": "CarePlan.careTeam.identifier",
        "max": "0"
      },
      {
        "id": "CarePlan.careTeam.display",
        "path": "CarePlan.careTeam.display",
        "max": "0"
      },
      {
        "id": "CarePlan.addresses",
        "path": "CarePlan.addresses",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-condition"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.addresses.id",
        "path": "CarePlan.addresses.id",
        "max": "0"
      },
      {
        "id": "CarePlan.addresses.extension",
        "path": "CarePlan.addresses.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.addresses.concept",
        "path": "CarePlan.addresses.concept",
        "max": "0"
      },
      {
        "id": "CarePlan.addresses.reference",
        "path": "CarePlan.addresses.reference",
        "min": 1
      },
      {
        "id": "CarePlan.supportingInfo",
        "path": "CarePlan.supportingInfo",
        "max": "0"
      },
      {
        "id": "CarePlan.goal",
        "path": "CarePlan.goal",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-goal"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.goal.id",
        "path": "CarePlan.goal.id",
        "max": "0"
      },
      {
        "id": "CarePlan.goal.extension",
        "path": "CarePlan.goal.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.goal.reference",
        "path": "CarePlan.goal.reference",
        "min": 1
      },
      {
        "id": "CarePlan.goal.type",
        "path": "CarePlan.goal.type",
        "max": "0"
      },
      {
        "id": "CarePlan.goal.identifier",
        "path": "CarePlan.goal.identifier",
        "max": "0"
      },
      {
        "id": "CarePlan.goal.display",
        "path": "CarePlan.goal.display",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.id",
        "path": "CarePlan.activity.id",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.modifierExtension",
        "path": "CarePlan.activity.modifierExtension",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.performedActivity",
        "path": "CarePlan.activity.performedActivity",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-location",
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.activity.performedActivity.id",
        "path": "CarePlan.activity.performedActivity.id",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.performedActivity.extension",
        "path": "CarePlan.activity.performedActivity.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.performedActivity.concept",
        "path": "CarePlan.activity.performedActivity.concept",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.activity.performedActivity.reference",
        "path": "CarePlan.activity.performedActivity.reference",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.progress",
        "path": "CarePlan.activity.progress",
        "min": 1,
        "max": "1"
      },
      {
        "id": "CarePlan.activity.progress.id",
        "path": "CarePlan.activity.progress.id",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.progress.extension",
        "path": "CarePlan.activity.progress.extension",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.progress.author[x]",
        "path": "CarePlan.activity.progress.author[x]",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient",
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner",
              "https://fhir.synapxe.sg/StructureDefinition/profile-organization"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.activity.progress.author[x].id",
        "path": "CarePlan.activity.progress.author[x].id",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.progress.author[x].extension",
        "path": "CarePlan.activity.progress.author[x].extension",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.progress.author[x].reference",
        "path": "CarePlan.activity.progress.author[x].reference",
        "max": "0"
      },
      {
        "id": "CarePlan.activity.progress.author[x].type",
        "path": "CarePlan.activity.progress.author[x].type",
        "min": 1
      },
      {
        "id": "CarePlan.activity.progress.author[x].identifier",
        "path": "CarePlan.activity.progress.author[x].identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.activity.progress.time",
        "path": "CarePlan.activity.progress.time",
        "min": 1
      },
      {
        "id": "CarePlan.activity.plannedActivityReference",
        "path": "CarePlan.activity.plannedActivityReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-careplan-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "CarePlan.note",
        "path": "CarePlan.note",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-annotation"
            ]
          }
        ]
      }
    ]
  }
}