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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-goal.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-goal",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-goal",
  "version": "1.2.2",
  "name": "Goal",
  "title": "Goal Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "This resource describes intended objectives for a patient, addressing healthcare needs or goals related to the provision of care, wellness, recovery, or health improvement.",
  "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",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Goal.identifier:recordID",
        "path": "Goal.identifier",
        "sliceName": "recordID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-record-id"
            ]
          }
        ]
      },
      {
        "id": "Goal.identifier:sequenceNo",
        "path": "Goal.identifier",
        "sliceName": "sequenceNo",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier-sequence-no"
            ]
          }
        ]
      }
    ]
  }
}