FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/verificationresult-communication-method

Packagehl7.terminology
TypeCodeSystem
Idverificationresult-communication-method
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-verificationresult-communication-method.html
URLhttp://terminology.hl7.org/CodeSystem/verificationresult-communication-method
Version1.0.0
Statusactive
Date2018-10-31
NameVerificationresult_communication_method
TitleVerificationResult Communication Method
Realmuv
Authorityhl7
DescriptionAttested 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.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html
Contentcomplete

Resources that use this resource

ValueSet
verificationresult-communication-methodVerificationResult Communication Method
verificationresult-communication-methodVerificationResult Communication Method

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem verificationresult-communication-method

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/verificationresult-communication-method defines the following codes:

CodeDisplayDefinition
manual ManualThe information is submitted/retrieved manually (e.g. by phone, fax, paper-based)
portal PortalThe information is submitted/retrieved via a portal
pull PullThe information is retrieved (i.e. pulled) from a source (e.g. over an API)
push PushThe information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)

Source

{
  "resourceType": "CodeSystem",
  "id": "verificationresult-communication-method",
  "meta": {
    "lastUpdated": "2020-04-09T21:10:28.568+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1402"
    }
  ],
  "version": "1.0.0",
  "name": "Verificationresult_communication_method",
  "title": "VerificationResult Communication Method",
  "status": "active",
  "experimental": false,
  "date": "2018-10-31",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "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.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/verificationresult-communication-method",
  "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)"
    }
  ]
}