Skip to content

Commit

Permalink
corrected inconsistencies and added mii procedure module to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDeBe committed Jan 5, 2024
1 parent cdbb51d commit 70ba831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions input/fsh/oBDS/13_OP/mii-pr-onko-operation.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Description: "Operation nach OPS inklusive Intention, Datum und Komplikationen:"
* insert Publisher
* ^status = #draft
// OP-Datum
* performed[performedDateTime] MS // required?
* performed only dateTime MS // required?
// OP-Prozedur
* code MS // eventuell doppelt weil in MII Prozedur-Ressource schon definiert
* code.coding[ops] 1..1 MS // hier auch potentiel 1..*, weil mehrere Sachen gemacht werden können? geht das überhaupt, oder muss man da slicen?

* complication MS
Expand All @@ -29,12 +28,14 @@ Description: "Operation nach OPS inklusive Intention, Datum und Komplikationen:"
* complication[compl_icd10] from http://fhir.de/ValueSet/bfarm/icd-10-gm // binding auf ICD10-GM Value Set
* complication[compl_icd10] only http://fhir.de/StructureDefinition/CodingICD10GM // optional? , erlaubt ausschließlich die Nutzung einer validen offiziellen ICD-10GM Code FHIR Ressource
* complication[compl_icd10].system = $ICD10GM // schreibt canonical ICD10 GM-FHIR-URI in system
* complication[compl_icd10].system 1..
* complication[compl_icd10].code 1..
//Mapping: FHIR-to-oBDS Operation
//Id:


// Intention der OP
// Datum der OP
// OPS Code
// OPS Version
// Komplikationen über oBDS Valueset, nicht enthaltene über ICD-10
1 change: 1 addition & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
de.basisprofil.r4: 1.4.0
de.medizininformatikinitiative.kerndatensatz.meta: 1.0.3
de.medizininformatikinitiative.kerndatensatz.diagnose: 2024.0.0-ballot
de.medizininformatikinitiative.kerndatensatz.prozedur: 2024.0.0-ballot
de.medizininformatikinitiative.kerndatensatz.biobank: 1.0.8
# hl7.fhir.us.core: 3.1.0
# hl7.fhir.us.mcode:
Expand Down

0 comments on commit 70ba831

Please sign in to comment.