-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added observationCategory in FHIRProperties
- Loading branch information
1 parent
82a5107
commit 1311da1
Showing
28 changed files
with
436 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_0.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "521_befallen" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "21893-3" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "443527007" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 2, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_1.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-untersuchte-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "521_untersucht" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "21894-1" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "444025001" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 10, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...enObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_10.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-sentinel-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "523_befallen_sentinel" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "92832-5" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "1264491009" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2021-06-01", | ||
"valueQuantity": { | ||
"value": 1, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...enObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_11.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-untersuchte-sentinel-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "523_untersucht_sentinel" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "85347-3" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "444411008" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2021-06-01", | ||
"valueQuantity": { | ||
"value": 1, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_2.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-sentinel-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "521_befallen_sentinel" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "92832-5" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "1264491009" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 1, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_3.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-untersuchte-sentinel-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "521_untersucht_sentinel" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "85347-3" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "444411008" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 2, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_4.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "522_befallen" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "21893-3" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "443527007" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 2, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_5.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-untersuchte-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "522_untersucht" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "21894-1" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "444025001" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 10, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...venObds_shouldCreateValidMedicationStatement.Testpatient_1.xml.index_6.approved.fhir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"meta": { | ||
"profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-sentinel-lymphknoten" ] | ||
}, | ||
"identifier": [ { | ||
"system": "https://bzkf.github.io/obds-to-fhir/identifiers/observation-histologie-id", | ||
"value": "522_befallen_sentinel" | ||
} ], | ||
"status": "final", | ||
"category": [ { | ||
"coding": [ { | ||
"system": "http://hl7.org/fhir/observation-category", | ||
"code": "laboratory" | ||
} ] | ||
} ], | ||
"code": { | ||
"coding": [ { | ||
"system": "http://loinc.org", | ||
"code": "92832-5" | ||
}, { | ||
"system": "http://snomed.info/sct", | ||
"code": "1264491009" | ||
} ] | ||
}, | ||
"subject": { | ||
"reference": "Patient/any" | ||
}, | ||
"effectiveDateTime": "2020-03-05", | ||
"valueQuantity": { | ||
"value": 1, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "1" | ||
} | ||
} |
Oops, something went wrong.