FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-can-push-updates.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system http://terminology.hl7.org/CodeSystem/can-push-updates defines the following codes:
| Code | Display |
| yes | Yes |
| no | No |
| undetermined | Undetermined |
{
"resourceType": "CodeSystem",
"id": "can-push-updates",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
}
],
"url": "http://terminology.hl7.org/CodeSystem/can-push-updates",
"version": "0.1.0",
"name": "Can_push_updates",
"title": "Can-push-updates",
"status": "draft",
"experimental": false,
"date": "2018-06-06T00:06:02+10:00",
"publisher": "Patient Administration",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "Ability of the primary source to push updates/alerts",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://terminology.hl7.org/ValueSet/verificationresult-can-push-updates|1.0.1",
"content": "complete",
"concept": [
{
"code": "yes",
"display": "Yes"
},
{
"code": "no",
"display": "No"
},
{
"code": "undetermined",
"display": "Undetermined"
}
]
}