FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "valueset-provenance-agent-type",
"url": "http://ontariohealth.ca/fhir/ehr/ValueSet/provenance-agent-type",
"version": "1.0.0",
"name": "ProvenanceAgentTypeEHR",
"title": "Provenance Agent Type EHR",
"status": "active",
"date": "2025-12-31",
"publisher": "Ontario Health",
"contact": [
{
"name": "Ontario Health - Digital Health Standards",
"telecom": [
{
"system": "url",
"value": "https://ehealthontario.on.ca/en/it-professionals/standards"
},
{
"system": "email",
"value": "DigitalHealthStandards@ontariohealth.ca"
}
]
}
],
"description": "Provenance Agent Type",
"experimental": false,
"immutable": false,
"compose": {
"include": [
{
"valueSet": [
"http://hl7.org/fhir/ValueSet/provenance-agent-type"
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"concept": [
{
"code": "transformer",
"display": "Transformer"
}
]
},
{
"system": "http://ontariohealth.ca/fhir/ehr/CodeSystem/provenance-participant-type"
}
]
}
}