FHIR IG Statistics: StructureDefinition/PosiTheraScore
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/Score",
"version": "0.9",
"name": "Score",
"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 everything that can be seen as a score, but which is not neccessarily a risk assessment.",
"copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.category.coding",
"path": "Observation.category.coding",
"min": 1
},
{
"id": "Observation.code",
"path": "Observation.code",
"mustSupport": true
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Observation.code.coding:loinc",
"path": "Observation.code.coding",
"sliceName": "loinc",
"max": "1"
},
{
"id": "Observation.code.coding:loinc.system",
"path": "Observation.code.coding.system",
"fixedUri": "http://loinc.org"
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
]
}
]
},
{
"id": "Observation.focus",
"path": "Observation.focus",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Resource",
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/BodyStructure",
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound"
],
"aggregation": [
"referenced"
]
}
]
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"type": [
{
"code": "CodeableConcept"
},
{
"code": "integer"
},
{
"code": "Range"
},
{
"code": "Ratio"
}
],
"mustSupport": true
}
]
}
}