@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n

Action Participant Role

\n

Either a practitioner role or a relationship type.

\n

This value set includes codes from the following value sets:

\n \n
" ]; 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 ], [ fhir:value "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype"; fhir:index 1; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------