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

FHIR IG Statistics: ValueSet/primarysourcevalidationprocess

Packagehl7.fhir.uv.vhdir
TypeValueSet
Idprimarysourcevalidationprocess
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/vhdir/https://build.fhir.org/ig/HL7/VhDir/ValueSet-primarysourcevalidationprocess.html
URLhttp://hl7.org/fhir/uv/vhdir/ValueSet/primarysourcevalidationprocess
Version1.0.0
Statusactive
Date2018-02-21
NameVhDirPrimarySourceValidationProcess
TitleVhDir Primary Source Validation Process
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.
CopyrightUsed by permission of HL7 International all rights reserved Creative Commons License

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
validationVhDir Validation Type Code System

Narrative

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

Generated Narrative: ValueSet primarysourcevalidationprocess

  • Include these codes as defined in http://hl7.org/fhir/uv/vhdir/CodeSystem/validation
    CodeDisplayDefinition
    manualManualThe resource or element is validated manually.
    portalPortalThe resource or element is validated via a portal into a source of valid data.
    pullPullData is retrieved (i.e. pulled) from a source of valid data into the Healthcare Directory
    pushPushData is sent (i.e. pushed) from a source of valid data to the Healthcare Directory

Source

{
  "resourceType": "ValueSet",
  "id": "primarysourcevalidationprocess",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/vhdir/ImplementationGuide/hl7.fhir.uv.vhdir"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/vhdir/ImplementationGuide/hl7.fhir.uv.vhdir"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/vhdir/ValueSet/primarysourcevalidationprocess",
  "version": "1.0.0",
  "name": "VhDirPrimarySourceValidationProcess",
  "title": "VhDir Primary Source Validation Process",
  "status": "active",
  "experimental": false,
  "date": "2018-02-21",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "name": "HL7 International / Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/vhdir/CodeSystem/validation",
        "concept": [
          {
            "code": "manual"
          },
          {
            "code": "portal"
          },
          {
            "code": "pull"
          },
          {
            "code": "push"
          }
        ]
      }
    ]
  }
}