added tests
This commit is contained in:
41
concept_map_loinc_to_goa.json
Normal file
41
concept_map_loinc_to_goa.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"resourceType": "ConceptMap",
|
||||
"url": "http://example.com/ConceptMap/loinc-to-goa",
|
||||
"version": "1.0.0",
|
||||
"name": "LOINCodeToGOÄ",
|
||||
"status": "draft",
|
||||
"experimental": true,
|
||||
"date": "2025-10-26",
|
||||
"publisher": "Example Publisher",
|
||||
"contact": [
|
||||
{
|
||||
"name": "Example Contact",
|
||||
"telecom": [
|
||||
{
|
||||
"system": "url",
|
||||
"value": "http://example.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "A sample ConceptMap to translate LOINC codes to GOÄ codes.",
|
||||
"group": [
|
||||
{
|
||||
"source": "http://loinc.org",
|
||||
"target": "urn:oid:1.2.276.0.76.5.351",
|
||||
"element": [
|
||||
{
|
||||
"code": "8310-5",
|
||||
"display": "Body temperature",
|
||||
"target": [
|
||||
{
|
||||
"code": "201",
|
||||
"display": "Beratung, auch mittels Fernsprecher",
|
||||
"equivalence": "equivalent"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user