Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexa-ian committed Oct 17, 2024
1 parent 580b5d2 commit f6c406a
Show file tree
Hide file tree
Showing 4 changed files with 7 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
1 change: 0 additions & 1 deletion input/fsh/logicals/LogicalModelBildgebung.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,3 @@ Source: MII_LM_Bildgebung
* Kontrastmittelgabe -> "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-kontrastmittelgabe"
* Befundungsprozedur -> "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-radiologische-befundungsprozedur"
* Anforderung -> "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-anforderung-bildgebung"
* Akteur -> "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet"

0 comments on commit f6c406a

Please sign in to comment.