generated from ahdis/ch-ig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from ahdis/oe_118
#118 observation.value depending on leading code
- Loading branch information
Showing
7 changed files
with
161 additions
and
0 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
34 changes: 34 additions & 0 deletions
34
input/resources/CodeSystem-ch-elm-observation-profile-vs.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,34 @@ | ||
{ | ||
"resourceType": "CodeSystem", | ||
"id": "ch-elm-observation-profile-vs", | ||
"url": "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-observation-profile-vs", | ||
"version": "2024-10-17", | ||
"name": "ChElmObservationProfileVs", | ||
"title": "CH ELM Observation Profile Vs", | ||
"status": "active", | ||
"experimental": false, | ||
"description": "The codes contained in this code system represent URLs of Profile Observations that can be used as target codes in ConceptMaps. These profiles defines the Observation in relation to the leading code.", | ||
"jurisdiction": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "urn:iso:std:iso:3166", | ||
"code": "CHE" | ||
} | ||
] | ||
} | ||
], | ||
"caseSensitive": false, | ||
"content": "complete", | ||
"concept": [ | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-txt" | ||
}, | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-rto" | ||
}, | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-pq" | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
input/resources/ConceptMap-ch-elm-results-to-observation-profile.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,41 @@ | ||
{ | ||
"resourceType": "ConceptMap", | ||
"id": "ch-elm-results-to-observation-profile", | ||
"url": "http://fhir.ch/ig/ch-elm/ConceptMap/ch-elm-results-to-observation-profile", | ||
"version": "2024-10-17", | ||
"name": "ChElmResultsToObservationProfile", | ||
"title": "CH ELM Results To Observation Profile", | ||
"status": "active", | ||
"experimental": false, | ||
"description": "This CH ELM concept map specifies the observation profile for each leading code", | ||
"jurisdiction": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "urn:iso:std:iso:3166", | ||
"code": "CHE" | ||
} | ||
] | ||
} | ||
], | ||
"sourceCanonical": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-laboratory-observation", | ||
"targetCanonical": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-observation-profile-vs", | ||
"group": [ | ||
{ | ||
"source": "http://loinc.org", | ||
"target": "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-observation-profile-vs", | ||
"element": [ | ||
{ | ||
"code": "56475-7", | ||
"display": "Salmonella sp antigenic formula [Identifier] in Isolate by Agglutination", | ||
"target": [ | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-txt", | ||
"equivalence": "relatedto" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
input/resources/ValueSet-ch-elm-observation-profile-vs.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,29 @@ | ||
{ | ||
"resourceType": "ValueSet", | ||
"id": "ch-elm-observation-profile-vs", | ||
"url": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-observation-profile-vs", | ||
"version": "2024-10-17", | ||
"name": "ChElmObservationProfileVs", | ||
"title": "CH ELM Observation Profile Vs", | ||
"status": "active", | ||
"experimental": false, | ||
"description": "This CH ELM value set includes the profile URLs as codes to map in the concept maps the leading codes, which specify how the observation value must be provided.", | ||
"compose": { | ||
"include": [ | ||
{ | ||
"system": "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-observation-profile-vs", | ||
"concept": [ | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-txt" | ||
}, | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-rto" | ||
}, | ||
{ | ||
"code": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-observation-pq" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
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