FHIR IG Statistics: StructureDefinition/PosiTheraGoalOfTreatment
Resources that use this resource
Resources that this resource uses
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"
]
}
]
}
]
}
}