Skip to content

Commit

Permalink
Merge pull request #42 from hl7germany/pw/m-symbol-loinc-coded-#17
Browse files Browse the repository at this point in the history
Pw/m symbol loinc coded #17
  • Loading branch information
patrick-werner authored Sep 8, 2022
2 parents c8e90c4 + 497f021 commit 85a6d7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"code": {
"coding": [
{
"code": "277650004",
"system": "http://snomed.info/sct",
"code": "42030-7",
"system": "http://loinc.org",
"display": "m - Multiple tumors (tumor staging)"
}
]
Expand Down
4 changes: 2 additions & 2 deletions fsh-generated/resources/StructureDefinition-UICC-TNM.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@
"patternCodeableConcept": {
"coding": [
{
"code": "277650004",
"system": "http://snomed.info/sct",
"code": "42030-7",
"system": "http://loinc.org",
"display": "m - Multiple tumors (tumor staging)"
}
]
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/observation.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Description: "Observation-Profil für die UICC TNM - Klassifikation Maligner Tum
* component[T-Code].value[x] from VS_TNM_T_Kategorie_UICC (required)
* component[m-Symbol] ^short = "m-Symbol"
* component[m-Symbol] ^definition = "Das Suffix „m“, in Klammern gesetzt, wird benutzt, um multiple Primärtumoren in einem anatomischen Bezirk anzuzeigen."
* component[m-Symbol].code = SCT#277650004 "m - Multiple tumors (tumor staging)" //LOINC??
* component[m-Symbol].code = LNC#42030-7 "m - Multiple tumors (tumor staging)"
* component[m-Symbol].value[x] only CodeableConcept
* component[m-Symbol].value[x] from VS_TNM_T_Multiplizitaet_UICC (required)
* component[N-Code] ^short = "N - Regionäre Lymphknoten"
Expand Down Expand Up @@ -297,7 +297,7 @@ Description: "Example TNM r pT3(m) pN0 (i+) cM0 R1(is)."
* component[T-Code].extension[SD_UICC_TNM_Praefix_CP].valueCodeableConcept = UICC#p "p"
* component[T-Code].code = LNC#21899-0 "Primary tumor.pathology Cancer"
* component[T-Code].valueCodeableConcept = UICC#T3 "T3"
* component[m-Symbol].code = SCT#277650004 "m - Multiple tumors (tumor staging)"
* component[m-Symbol].code = LNC#42030-7 "m - Multiple tumors (tumor staging)"
* component[m-Symbol].valueCodeableConcept = UICC#m "(m)"
* component[N-Code].extension[SD_UICC_TNM_Praefix_CP].valueCodeableConcept = UICC#p "p"
* component[N-Code].code = LNC#21900-6 "Regional lymph nodes.pathology [Class] Cancer"
Expand Down

0 comments on commit 85a6d7c

Please sign in to comment.