| Package | example.fhir.uv.myig |
| Resource Type | ValueSet |
| Id | valueset-no-codesystem |
| FHIR Version | R4 |
| Source | http://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/ValueSet-valueset-no-codesystem.html |
| URL | http://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem |
| Version | 0.2.0 |
| Status | draft |
| Date | 2015-06-22 |
| Name | ValueSetWithNoCodeSystem |
| Title | ValueSet with no code-system |
| Realm | uv |
| Authority | hl7 |
| Description | A sample value set where there's no known code system |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: ValueSet valueset-no-codesystem
http://not-a-known-code-system version 2.36| Code | Display |
| not-known-code | |
| not-known-code2 |
{
"resourceType": "ValueSet",
"id": "valueset-no-codesystem",
"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/ValueSet/valueset-no-codesystem",
"version": "0.2.0",
"name": "ValueSetWithNoCodeSystem",
"title": "ValueSet with no code-system",
"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 sample value set where there's no known code system",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://not-a-known-code-system",
"version": "2.36",
"concept": [
{
"code": "not-known-code"
},
{
"code": "not-known-code2"
}
]
}
]
}
}