| Package | example.fhir.uv.myig |
| Resource Type | CodeSystem |
| Id | cs-fake |
| FHIR Version | R4 |
| Source | http://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/CodeSystem-cs-fake.html |
| URL | http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake |
| Version | 0.2.0 |
| Status | draft |
| Date | 2015-06-22 |
| Name | CodeSystemFake |
| Title | CodeSystem fake |
| Realm | uv |
| Authority | hl7 |
| Description | A fake code system |
| Content | complete |
| ValueSet | |
| valueset-fake | ValueSet fake |
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: CodeSystem cs-fake
This case-sensitive code system http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake defines the following code:
| Code | Display |
| 01 | CS1 |
{
"resourceType": "CodeSystem",
"id": "cs-fake",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"
}
]
}
}
],
"url": "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"version": "0.2.0",
"name": "CodeSystemFake",
"title": "CodeSystem fake",
"status": "draft",
"experimental": true,
"date": "2015-06-22",
"publisher": "HL7 International - [Some] Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/Special/committees/[something]"
}
]
}
],
"description": "A fake code system",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "01",
"display": "CS1",
"designation": [
{
"value": "CS2"
}
]
}
]
}