FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-verificationresult-communication-method.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem verificationresult-communication-method
This case-sensitive code system http://terminology.hl7.org/CodeSystem/verificationresult-communication-method defines the following codes:
{
"resourceType": "CodeSystem",
"id": "verificationresult-communication-method",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.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/verificationresult-communication-method",
"version": "4.0.1",
"name": "verificationresult-communication-method",
"title": "VerificationResult Communication Method",
"status": "active",
"experimental": false,
"date": "2018-10-31T10:00:00+10:00",
"publisher": "Patient Administration",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http://hl7.org/fhir"
}
]
},
{
"telecom": [
{
"system": "other",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "Attested information may be validated by process that are manual or automated. For automated processes it may accomplished by the system of record reaching out through another system's API or information may be sent to the system of record. This value set defines a set of codes to describing the process, the how, a resource or data element is validated.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method|4.3.0",
"content": "complete",
"concept": [
{
"code": "manual",
"display": "Manual",
"definition": "The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)"
},
{
"code": "portal",
"display": "Portal",
"definition": "The information is submitted/retrieved via a portal"
},
{
"code": "pull",
"display": "Pull",
"definition": "The information is retrieved (i.e. pulled) from a source (e.g. over an API)"
},
{
"code": "push",
"display": "Push",
"definition": "The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)"
}
]
}