41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |