| Package | example.fhir.uv.myig |
| Resource Type | ValueSet |
| Id | valueset-fake |
| FHIR Version | R4 |
| Source | http://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/ValueSet-valueset-fake.html |
| URL | http://somewhere.org/fhir/uv/myig/ValueSet/valueset-fake |
| Version | 0.2.0 |
| Status | draft |
| Date | 2015-06-22 |
| Name | ValueSetFake |
| Title | ValueSet fake |
| Realm | uv |
| Authority | hl7 |
| Description | A fake value |
| StructureDefinition | |
| myObservation | My Observation Profile |
| CodeSystem | |
| cs-fake | CodeSystem fake |
Note: links and images are rebased to the (stated) source
English
Generated Narrative: ValueSet valueset-fake
http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake| Code | Display |
| 01 | VS1 |
German
Generated Narrative: ValueSet valueset-fake
http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake| Code | Display |
| 01 | VS1 |
French
Generated Narrative: ValueSet valueset-fake
http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake| Code | Display |
| 01 | VS1 |
{
"resourceType": "ValueSet",
"id": "valueset-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/ValueSet/valueset-fake",
"version": "0.2.0",
"name": "ValueSetFake",
"title": "ValueSet 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 value",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
"concept": [
{
"code": "01",
"display": "VS1",
"designation": [
{
"value": "VS2"
}
]
}
]
}
]
}
}