CH EPR Term
2.0.7 - Trial use
This page is part of the CH EPR Term (R4) (v2.0.7: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions 
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "EprAgentRole"];
fhir:Resource.meta [
fhir:Meta.source [ fhir:value "http://art-decor.org/fhir/ValueSet/2.16.756.5.30.1.127.3.10.13.1--20191103143439" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-2.16.756.5.30.1.127.3.10.14.html\"><code>urn:oid:2.16.756.5.30.1.127.3.10.14</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-2.16.756.5.30.1.127.3.10.14.html#2.16.756.5.30.1.127.3.10.14-GRP\">GRP</a></td><td>Group</td></tr></table></li></ul></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" ];
fhir:Extension.valuePeriod [
fhir:Period.start [ fhir:value "2019-11-03T14:34:39+01:00"^^xsd:dateTime ] ]
];
fhir:ValueSet.url [ fhir:value "http://fhir.ch/ig/ch-epr-term/ValueSet/EprAgentRole"];
fhir:ValueSet.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.13.1" ]
];
fhir:ValueSet.version [ fhir:value "2.0.7"];
fhir:ValueSet.name [ fhir:value "EprAgentRole"];
fhir:ValueSet.title [ fhir:value "EprAgentRole"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2022-01-31T10:12:17+01:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 Switzerland"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ] ]
];
fhir:ValueSet.description [ fhir:value "Role codes as per Annex 5 EPRO-FDHA, CH:ATC, version July 2019 \r\n"];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "CH" ] ]
];
fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.copyright [ fhir:value "CC-BY-SA-4.0"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.14" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "GRP" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Group" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.