FHIR IG Statistics: StructureDefinition/PosiTheraDocumentReference
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/DocumentReference",
"version": "0.9",
"name": "DocumentReference",
"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 DocumentReferences, e.g. pictures of the wound.",
"copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "fhircomposition",
"uri": "http://hl7.org/fhir/composition",
"name": "FHIR Composition"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "xds",
"uri": "http://ihe.net/xds",
"name": "XDS metadata equivalent"
}
],
"kind": "resource",
"abstract": false,
"type": "DocumentReference",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "DocumentReference.type.coding",
"path": "DocumentReference.type.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "DocumentReference.type.coding:loinc",
"path": "DocumentReference.type.coding",
"sliceName": "loinc"
},
{
"id": "DocumentReference.type.coding:loinc.system",
"path": "DocumentReference.type.coding.system",
"fixedUri": "http://loinc.org"
},
{
"id": "DocumentReference.type.coding:loinc.code",
"path": "DocumentReference.type.coding.code",
"fixedCode": "72170-4"
},
{
"id": "DocumentReference.subject",
"path": "DocumentReference.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
]
}
]
},
{
"id": "DocumentReference.content",
"path": "DocumentReference.content",
"mustSupport": true
},
{
"id": "DocumentReference.context",
"path": "DocumentReference.context",
"min": 1
},
{
"id": "DocumentReference.context.related",
"path": "DocumentReference.context.related",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound",
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/BodyStructure"
]
}
]
}
]
}
}