-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from medizininformatik-initiative/develop
creating device page
- Loading branch information
Showing
6 changed files
with
90 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
...ulBefundeBildgebenderVerfahren/TechnischeImplementierung/FHIR-Profile/Device.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
parent: | ||
topic: Device | ||
subject: https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet | ||
--- | ||
|
||
## Gerät | ||
|
||
Diese Device-Ressource wird verwendet, um das verwendete Gerät der Bildgebungsserie zu erfassen. | ||
|
||
@``` | ||
from | ||
StructureDefinition | ||
where | ||
url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet' | ||
select | ||
Name: name, Status: status, Version: version, Canonical: url, Basis: baseDefinition | ||
``` | ||
### Inhalt | ||
<tabs> | ||
<tab title="Darstellung">{{tree, buttons}}</tab> | ||
<tab title="Beschreibung"> | ||
@``` | ||
from | ||
StructureDefinition | ||
where | ||
url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet' | ||
select | ||
Beschreibung: description | ||
with | ||
no header | ||
``` | ||
@``` | ||
from | ||
StructureDefinition | ||
where | ||
url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet' | ||
for | ||
differential.element | ||
where | ||
mustSupport = true | ||
select Feldname: id, Kurzbeschreibung: short, Hinweise: comment | ||
``` | ||
</tab> | ||
<tab title="XML">{{xml}}</tab> | ||
<tab title="JSON">{{json}}</tab> | ||
<tab title="Link">{{link}}</tab> | ||
</tabs> | ||
--- | ||
@``` | ||
from StructureDefinition | ||
where url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/LogicalModel/Bildgebung' | ||
for differential.element where id.contains('Bildgebung.') | ||
select | ||
FHIR: mapping[0].map, | ||
Datensatz: path, | ||
Erklaerung: definition | ||
``` | ||
|
||
--- | ||
|
||
**Suchparameter** | ||
|
||
|
||
Folgende Suchparameter sind für das Modul Bildgebung relevant, auch in Kombination: | ||
|
||
@``` from CapabilityStatement where url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/CapabilityStatement/metadata' for rest.resource.where(type='Device').searchParam select Name: name, Definition: definition, Type: type, Expectation: extension.where(url='http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation').value.ofType(code) | ||
``` | ||
--- | ||
**Beispiele** | ||
Beispiel einer Device-Ressource: | ||
TODO | ||
--- |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters