Skip to content

Commit

Permalink
Merge pull request #48 from medizininformatik-initiative/develop
Browse files Browse the repository at this point in the history
creating device page
  • Loading branch information
alexa-ian authored Oct 17, 2024
2 parents 4832ce8 + f6c406a commit 4e1fa90
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fsh-generated/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
"fshType": "Profile",
"fshFile": "profiles\\Profile-ConstrastAdministration.fsh",
"startLine": 2,
"endLine": 26
"endLine": 27
},
{
"outputFile": "StructureDefinition-mii-pr-bildgebung-radiologische-befundungsprozedur.json",
Expand Down
2 changes: 1 addition & 1 deletion fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ StructureDefinition-mii-pr-bildgebung-bildgebungsprozedur.json
StructureDefinition-mii-pr-bildgebung-bildgebungsstudie.json MII_PR_Bildgebung_Bildgebungsstudie Profile profiles\Profile-ImagingStudy.fsh 2 - 68
StructureDefinition-mii-pr-bildgebung-geraet.json MII_PR_Bildgebung_Geraet Profile profiles\Profile-Device.fsh 2 - 22
StructureDefinition-mii-pr-bildgebung-koerperstruktur.json MII_PR_Bildgebung_Koerperstruktur Profile profiles\Profile-BodyStructure.fsh 2 - 24
StructureDefinition-mii-pr-bildgebung-kontrastmittelgabe.json MII_PR_Bildgebung_Kontrastmittelgabe Profile profiles\Profile-ConstrastAdministration.fsh 2 - 26
StructureDefinition-mii-pr-bildgebung-kontrastmittelgabe.json MII_PR_Bildgebung_Kontrastmittelgabe Profile profiles\Profile-ConstrastAdministration.fsh 2 - 27
StructureDefinition-mii-pr-bildgebung-radiologische-befundungsprozedur.json MII_PR_Bildgebung_Radiologische_Befundungsprozedur Profile profiles\Profile-ReadProcedure.fsh 2 - 29
StructureDefinition-mii-pr-bildgebung-radiologische-beobachtung.json MII_PR_Bildgebung_Radiologische_Beobachtung Profile profiles\Profile-Observation.fsh 2 - 39
StructureDefinition-mii-pr-bildgebung-radiologischer-befund.json MII_PR_Bildgebung_Radiologischer_Befund Profile profiles\Profile-DiagnosticReport.fsh 2 - 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
}
]
},
{
"id": "MedicationAdministration.dosage",
"path": "MedicationAdministration.dosage",
"min": 1
},
{
"id": "MedicationAdministration.dosage.dose",
"path": "MedicationAdministration.dosage.dose",
Expand Down
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.
2 changes: 1 addition & 1 deletion plantUmlSrc/UML Modul Bildgebung.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package "DICOM-Header" {
+ {field} Quelle zum PACS Bild: Reference(Endpoint) [0..*]
+ Anzahl an enhaltenen Serien: unsignedInt [0..1]
+ Anzahl an enthaltenen SOP Instanzen: unsignedInt [0..1]
+ {field} Bildgebungsprozedur: Reference(Procedure) [0..*]
+ {field} Bildgebungsprozedur: Reference(Procedure) [0..1]
+ Bildgebungsgrund: string [0..1]
+ {field} Indikation: Reference(Condition|Observation) [0..*]
+ Studien-Beschreibung: string [0..1]
Expand Down

0 comments on commit 4e1fa90

Please sign in to comment.