Skip to content

Commit

Permalink
dosage 1..1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexa-ian committed Oct 17, 2024
1 parent c85d53e commit e5fe677
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"resourceType": "StructureDefinition",
"id": "mii-pr-bildgebung-geraet",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet",
"version": "2025.0.0-ballot",
"name": "MII_PR_Bildgebung_Geraet",
"_name": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [
{
"url": "lang",
"valueCode": "en-US"
},
{
"url": "content",
"valueString": "MII_PR_Imaging_Device"
}
]
}
]
},
"title": "MII PR Bildgebung Gerät",
"_title": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [
{
"url": "lang",
"valueCode": "en-US"
},
{
"url": "content",
"valueString": "MII PR Imaging Device"
}
]
}
]
},
"status": "active",
"publisher": "Medizininformatik Initiative",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de"
}
]
}
],
"description": "Dieses Profil beschreibt das genutzte Gerät in der radiologischer Bildgebung. Es bietet die Möglichkeit, Informationen über das Gerät strukturiert abzubilden.",
"_description": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [
{
"url": "lang",
"valueCode": "en-US"
},
{
"url": "content",
"valueString": "The profile describes a device for radiological images."
}
]
}
]
},
"copyright": "This specification is licensed under Creative Commons \"No Rights Reserved\" (CC0).",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Device",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Device.id",
"path": "Device.id",
"mustSupport": true
},
{
"id": "Device.meta",
"path": "Device.meta",
"mustSupport": true
},
{
"id": "Device.meta.source",
"path": "Device.meta.source",
"mustSupport": true
},
{
"id": "Device.meta.profile",
"path": "Device.meta.profile",
"mustSupport": true
},
{
"id": "Device.manufacturer",
"path": "Device.manufacturer",
"mustSupport": true
},
{
"id": "Device.deviceName",
"path": "Device.deviceName",
"mustSupport": true
}
]
}
}
1 change: 1 addition & 0 deletions input/fsh/profiles/Profile-ConstrastAdministration.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Description: "Dieses Profil bietet die Möglichkeit die Kontrastmittelgabe aus d
* subject MS
* subject only Reference(Patient)
* effective[x] only Period
* dosage 1..1 MS
* dosage.dose 1..1 MS

0 comments on commit e5fe677

Please sign in to comment.