FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-sdc-question-library-states.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet sdc-question-library-states
http://example.org/CodeSystem/Australian-States| Code | Display |
| ACT | Australian Capital Territory |
| NSW | New South Wales |
| NT | Northern Territory |
| Qld | Queensland |
| SA | South Australia |
| Vic | Victoria |
| Tas | Tasmania |
| WA | Western Australia |
{
"resourceType": "ValueSet",
"id": "sdc-question-library-states",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/sdc/ValueSet/sdc-question-library-states",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.48.8"
}
],
"version": "4.0.0-ballot",
"name": "AustralianStates",
"title": "Australian States - example value set",
"status": "active",
"experimental": true,
"date": "2024-12-17T01:55:34+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "An example value set (using fake codes) used by a modular Questionnaire",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"immutable": false,
"compose": {
"include": [
{
"system": "http://example.org/CodeSystem/Australian-States",
"concept": [
{
"code": "ACT",
"display": "Australian Capital Territory"
},
{
"code": "NSW",
"display": "New South Wales"
},
{
"code": "NT",
"display": "Northern Territory"
},
{
"code": "Qld",
"display": "Queensland"
},
{
"code": "SA",
"display": "South Australia"
},
{
"code": "Vic",
"display": "Victoria"
},
{
"code": "Tas",
"display": "Tasmania"
},
{
"code": "WA",
"display": "Western Australia"
}
]
}
]
}
}