FHIR IG Statistics: StructureDefinition/MaiaProzedur
Resources that use this resource
CapabilityStatement |
1.0.0 | Maia 1.0 CapabilityStatement |
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "MaiaProzedur",
"url": "https://tiplu.de/fhir/maia/StructureDefinition/MaiaProzedur",
"version": "1.0.0",
"name": "MaiaProzedur",
"title": "Maia Prozedur",
"status": "active",
"experimental": false,
"date": "2023-02-27",
"publisher": "Tiplu GmbH",
"description": "Das vorliegende Procedure-Profil beschreibt im UseCase Prozedur alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Procedure",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Procedure.id",
"path": "Procedure.id",
"min": 1,
"mustSupport": true
},
{
"id": "Procedure.status",
"path": "Procedure.status",
"mustSupport": true
},
{
"id": "Procedure.code",
"path": "Procedure.code",
"min": 1,
"mustSupport": true
},
{
"id": "Procedure.code.coding",
"path": "Procedure.code.coding",
"min": 1,
"type": [
{
"code": "Coding",
"profile": [
"http://fhir.de/StructureDefinition/CodingOPS"
]
}
],
"mustSupport": true
},
{
"id": "Procedure.subject",
"path": "Procedure.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient"
]
}
],
"mustSupport": true
},
{
"id": "Procedure.encounter",
"path": "Procedure.encounter",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung"
]
}
],
"mustSupport": true
},
{
"id": "Procedure.performed[x]",
"path": "Procedure.performed[x]",
"min": 1,
"mustSupport": true
}
]
}
}