Skip to content

Commit

Permalink
progress on AMTS
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Mar 13, 2024
1 parent 671fc33 commit e476f7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 100 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"resourceType": "ImplementationGuide",
"url": "https://gematik.de/fhir/isik/ImplementationGuide/ISiK-Medikation",
"version": "4.0.0",
"version": "4.0.0-rc",
"name": "Implementierungsleitfaden ISiK-Medikation",
"status": "draft",
"fhirVersion": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,6 @@

### Profil ISiKAMTSBewertung der Medikation

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKAMTSBewertung' select Name: name, Canonical: url
```
{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKAMTSBewertung, hybrid}}
---
### Profil ISiKAllergieUnvertraeglichkeit der Basis
@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit' select Name: name, Canonical: url
```

{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit, hybrid}}

---

**Terminology Bindings**

@```
from StructureDefinition
where url in ('https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit' )
for differential.element
select
Path: path,
join binding.where(valueSet.exists())
{
Name: valueSet.substring((9 + valueSet.indexOf('ValueSet/'))),
Strength: strength,
URL: valueSet
}
```
---
#### Observations der Basis

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKAMTSBewertung' select Name: name, Canonical: url
Expand All @@ -51,69 +12,18 @@ from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefi
---
Die vollständige Darstellung mit weiteren Details unter {{pagelink:ImplementationGuide/markdown/Datenobjekte/Profile_AMTSBewertung.md}}
#### Observation Profile des Support-Moduls Labor

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchung' select Name: name, Canonical: url
```
{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchung, hybrid}}
---
@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungCRP' select Name: name, Canonical: url
```

{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungCRP, hybrid}}
---
### Profil ISiKAllergienUnverträglichkeiten der Basis
@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungHb' select Name: name, Canonical: url
```
{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungHb, hybrid}}
---
@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungPCT' select Name: name, Canonical: url
```

{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungPCT, hybrid}}

---

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungSerumkreatinin' select Name: name, Canonical: url
```
{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungSerumkreatinin, hybrid}}
---
@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH' select Name: name, Canonical: url
```

{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH, hybrid}}

---

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungThrombozyten' select Name: name, Canonical: url
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit' select Name: name, Canonical: url
```

{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungThrombozyten, hybrid}}
{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit, hybrid}}

---

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin' select Name: name, Canonical: url
```

{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin, hybrid}}

---
Die vollständige Darstellung mit weiteren Details unter [Allergien und Unverträglichkeiten](https://simplifier.net/guide/isik-basis-v4/markdown-Datenobjekte-Datenobjekte_AllergieUnvertraeglichkeit)
1 change: 0 additions & 1 deletion Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ FSHOnly: true
applyExtensionMetadataToRoot: false
version: 4.0.0-rc
dependencies:
de.basisprofil.r4: 1.5.0-ballot
hl7.fhir.r4.core: 4.0.1
de.gematik.isik-basismodul: 4.0.0-rc
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
],
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"de.basisprofil.r4": "1.5.0-ballot",
"hl7.fhir.uv.ips": "1.0.0",
"de.gematik.isik-basismodul": "3.0.3"
"de.gematik.isik-basismodul": "4.0.0-rc"
}
}
2 changes: 1 addition & 1 deletion scripts/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Einfuehrung.md:
- type: date
regex: '(Datum:\s*)(\d+\.\d+\.\d+.*)()'
format: '%d.%m.%Y'
ImplementierungsleitfadenIsiK_Dokumentenaustausch.json:
Implementierungsleitfaden_ISiKMedikation.json:
- type: version
regex: '("version":\s*")(\d+\.\d+\.\d+.*)(",)'

0 comments on commit e476f7b

Please sign in to comment.