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

FHIR IG Statistics: StructureDefinition/PosiTheraGoalOfTreatment

Packagehsos.eWundbericht
Resource TypeStructureDefinition
IdPosiTheraGoalOfTreatment
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hsos.eWundbericht@0.9.0&canonical=http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/GoalOfTreatment
URLhttp://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/GoalOfTreatment
Version0.9
Statusdraft
NameGoalOfTreatment
DescriptionProfile for the goal which should be acquired with the therapy.
CopyrightForschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück
TypeGoal
Kindresource

Resources that use this resource

StructureDefinition
ProcedureProcedure
EWoundSummaryEWoundSummary

Resources that this resource uses

StructureDefinition
PatientPatient
WoundWound

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/GoalOfTreatment",
  "name": "GoalOfTreatment",
  "version": "0.9",
  "status": "draft",
  "publisher": "Hochschule Osnabrück",
  "contact": [
    {
      "name": "Mareike Przysucha",
      "telecom": [
        {
          "system": "email",
          "value": "ewundbericht@hs-osnabrueck.de",
          "use": "work"
        },
        {
          "system": "phone",
          "value": "+49 541 969 3354",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile for the goal which should be acquired with the therapy.",
  "copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Goal",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Goal.description",
        "path": "Goal.description",
        "mustSupport": true
      },
      {
        "id": "Goal.subject",
        "path": "Goal.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Goal.target",
        "path": "Goal.target",
        "mustSupport": true
      },
      {
        "id": "Goal.addresses",
        "path": "Goal.addresses",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Condition",
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound"
            ]
          }
        ]
      }
    ]
  }
}