FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "verificationresult-push-type-available",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/verificationresult-push-type-available defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">specific\n <a name=\"verificationresult-push-type-available-specific\"> </a>\n </td>\n <td>Specific requested changes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">any\n <a name=\"verificationresult-push-type-available-any\"> </a>\n </td>\n <td>Any changes</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">source\n <a name=\"verificationresult-push-type-available-source\"> </a>\n </td>\n <td>As defined by source</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r5"
},
{
"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://hl7.org/fhir/verificationresult-push-type-available",
"version" : "4.3.0",
"name" : "push-type-available",
"status" : "draft",
"experimental" : false,
"date" : "2018-06-06T00:06:02+10:00",
"publisher" : "Patient Administration",
"contact" : [
{
"name" : "Patient Administration",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description" : "Type of alerts/updates the primary source can send",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/push-type-available",
"content" : "complete",
"concept" : [
{
"code" : "specific",
"display" : "Specific requested changes"
},
{
"code" : "any",
"display" : "Any changes"
},
{
"code" : "source",
"display" : "As defined by source"
}
]
}