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

FHIR IG Statistics: ValueSet/ProvenanceVS

Packagehl7.fhir.uv.aitransparency
TypeValueSet
IdProvenanceVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/aitransparency/https://build.fhir.org/ig/HL7/aitransparency-ig/ValueSet-ProvenanceVS.html
URLhttp://hl7.org/fhir/uv/aitransparency/ValueSet/ProvenanceVS
Version0.1.0
Statusdraft
Date2025-06-24T17:55:41+00:00
NameProvenanceVS
TitleRecommended provenance codes
Realmuv
Authorityhl7
DescriptionSubset from HL7, plus those defined here

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ObservationValueObservationValue
AddedProvenanceCSAdded Provenance Codes
v3-ObservationValueObservationValue

Narrative

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

Generated Narrative: ValueSet ProvenanceVS

This value set includes codes based on the following rules:

  • Include all codes defined in http://hl7.org/fhir/uv/aitransparency/CodeSystem/AddedProvenanceCS
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationValue
    CodeDisplayDefinition
    AIASTArtificial Intelligence assertedSecurity provenance metadata observation value used to indicate that an IT resource (data, or information object) was asserted by a Artificial Intelligence (e.g. Clinical Decision Support, Machine Learning, Algorithm).
    CLINASTclinician asserted from AI ReportedSecurity provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a clinician.
    CLINRPTclinician reported from AI ReportedSecurity provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a clinician.

Source

{
  "resourceType": "ValueSet",
  "id": "ProvenanceVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "ehr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/aitransparency/ImplementationGuide/hl7.fhir.uv.aitransparency"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/aitransparency/ValueSet/ProvenanceVS",
  "version": "0.1.0",
  "name": "ProvenanceVS",
  "title": "Recommended provenance codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-24T17:55:41+00:00",
  "publisher": "HL7 International / Electronic Health Records",
  "contact": [
    {
      "name": "HL7 International / Electronic Health Records",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/ehr"
        },
        {
          "system": "email",
          "value": "ehr@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Subset from HL7, plus those defined here",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/aitransparency/CodeSystem/AddedProvenanceCS"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "concept": [
          {
            "code": "AIAST",
            "display": "Artificial Intelligence asserted"
          },
          {
            "code": "CLINAST",
            "display": "clinician asserted from AI Reported"
          },
          {
            "code": "CLINRPT",
            "display": "clinician reported from AI Reported"
          }
        ]
      }
    ]
  }
}