| Package | ihe.iti.svcm |
| Resource Type | CodeSystem |
| Id | svcm-example-codesystem2 |
| FHIR Version | R4 |
| Source | https://profiles.ihe.net/ITI/SVCM/https://build.fhir.org/ig/IHE/ITI.SVCM/CodeSystem-svcm-example-codesystem2.html |
| URL | http://example.org/svcm/example2 |
| Version | 1.5.2-current |
| Status | active |
| Date | 2025-04-28T16:59:43+00:00 |
| Name | SVCMExampleCodeSystem2 |
| Title | SVCM Example 2 CodeSystem |
| Realm | uv |
| Authority | ihe |
| Description | An example CodeSystem for SVCM for mapping |
| Content | complete |
| ConceptMap | |
| example-conceptmap | SVCM Example ConceptMap |
| ValueSet | |
| example2-valueset | SVCM Example 2 ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem svcm-example-codesystem2
Profile: SVCM CodeSystem
This case-insensitive code system http://example.org/svcm/example2 defines the following code:
| Code | Display | Definition |
| example | Example | Example Concept |
{
"resourceType": "CodeSystem",
"id": "svcm-example-codesystem2",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.CodeSystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/svcm/example2",
"version": "1.5.2-current",
"name": "SVCMExampleCodeSystem2",
"title": "SVCM Example 2 CodeSystem",
"status": "active",
"experimental": true,
"date": "2025-04-28T16:59:43+00:00",
"publisher": "IHE IT Infrastructure Technical Committee",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
},
{
"name": "IHE IT Infrastructure Technical Committee",
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
}
],
"description": "An example CodeSystem for SVCM for mapping",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"concept": [
{
"code": "example",
"display": "Example",
"definition": "Example Concept"
}
]
}