Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieber committed Jan 14, 2025
1 parent 37f5cbb commit 2a53e3c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Resources/input/fsh/ISiKDiagnose.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ Usage: #example
* clinicalStatus = $condition-clinical#active
* code.coding[ICD-10-GM].system = http://fhir.de/CodeSystem/bfarm/icd-10-gm
* code.coding[ICD-10-GM].version = "2025"
* code.coding[ICD-10-GM].code = $icd-10-gm#M17.0
* code.coding[ICD-10-GM].code = #M17.0
* code.coding[ICD-10-GM].display = "Primäre Gonarthrose"
* code.coding[Alpha-ID].system = "http://fhir.de/ValueSet/bfarm/alpha-id"
* code.coding[Alpha-ID].code = $alpha-id#A1111
* code.coding[Alpha-ID].code = #A1111
* code.coding[SMOMED-CT].system = "http://snomed.info/sct"
* code.coding[SMOMED-CT].code = $sct#1234567891
* code.coding[SMOMED-CT].code = #1234567891
* code.coding[Orphanet].system = "http://www.orpha.net"
* bodySite.coding[snomed-ct] = $sct#1234567891
* subject = Reference(Patient/PatientinAusfuehrlich)
Expand All @@ -253,18 +253,18 @@ Usage: #example
* extension.url = "http://hl7.org/fhir/StructureDefinition/condition-related" /* überprüfen*/
* extension.valueReference = Reference(PrimaereGonarthroseMinimal) /* überprüfen*/
* identifier =
* clinicalStatus = $condition-clinical#inactive
* clinicalStatus = $condition-clinical#active
* verificationStatus = $ver-statu#confirmed
* category = $condition-category#problem-list-item
* severity = $severity#severe http://snomed.info/id/246112005 /* Ich kann die Code Liste nicht finden*/
* severity = $severity#severe /* Ich kann die Code Liste nicht finden*/
* code.coding[ICD-10-GM].system = http://fhir.de/CodeSystem/bfarm/icd-10-gm
* code.coding[ICD-10-GM].version = "2025"
* code.coding[ICD-10-GM].code = $icd-10-gm#M17.0
* code.coding[ICD-10-GM].code = #M17.0
* code.coding[ICD-10-GM].display = "Primäre Gonarthrose"
* code.coding[Alpha-ID].system = "http://fhir.de/ValueSet/bfarm/alpha-id"
* code.coding[Alpha-ID].code = $alpha-id#A1111
* code.coding[Alpha-ID].code = #A1111
* code.coding[SMOMED-CT].system = "http://snomed.info/sct"
* code.coding[SMOMED-CT].code = $sct#1234567891
* code.coding[SMOMED-CT].code = t#1234567891
* code.coding[Orphanet].system = "http://www.orpha.net"
* bodySite.coding[snomed-ct] = $sct#1234567891
* subject = Reference(Patient/PatientinAusfuehrlich)
Expand All @@ -274,7 +274,6 @@ Usage: #example
* recordedDate = "2022-10-21"
* recorder = Reference(Practitioner/PractitionerExample)
* asserter = Reference(Practitioner/PractitionerExample)
* stage.summary.coding.system = "http://snomed.info/sct"
* stage.summary.coding.code = $sct752000119104 /* Beispiel für das Stadium eines Kolonkarzinoms (Stage I)*/
* stage.summary.coding.display = "Carcinoma of colon, stage I"
* evidence.code = $sct#300872008"
Expand Down

0 comments on commit 2a53e3c

Please sign in to comment.