HL7 Terminology
2.0.0 - Publication
This page is part of the HL7 Terminology (v2.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. 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 "action-participant-role"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2017-02-15T16:33:00.000-07:00"^^xsd:dateTime ];
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\">\n <h2>Action Participant Role</h2>\n <p>Either a practitioner role or a relationship type.</p>\n <p>This value set includes codes from the following value sets:</p>\n <ul>\n <li>Include all codes defined in\n <a href=\"valueset-practitioner-role.html\">http://hl7.org/fhir/ValueSet/practitioner-role</a>\n </li>\n <li>Include all codes defined in\n <a href=\"valueset-relatedperson-relationshiptype.html\">http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype</a>\n </li>\n </ul>\n </div>"
];
fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/action-participant-role"];
fhir:ValueSet.version [ fhir:value "0.1.0"];
fhir:ValueSet.name [ fhir:value "ActionParticipantRole"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2017-02-15T16:33:00.000-07:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "other" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ]
];
fhir:ValueSet.description [ fhir:value "Either a practitioner role or a relationship type. Note from UTG import - may have been a temporary entry that subsequently disappeared from the FHIR source; unable to locate. Version set to 0.1.0"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/ValueSet/practitioner-role";
fhir:index 0;
fhir:link <http://hl7.org/fhir/ValueSet/practitioner-role> ], [
fhir:value "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype";
fhir:index 1;
fhir:link <http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype> ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.