@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-xDocumentEntrySubject"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleClass
    CodeDisplayDefinition
    PATpatientA Role of a LivingSubject (player) as an actual or potential recipient of health care services from a healthcare provider organization (scoper).

    *Usage Note:* Communication about relationships between patients and specific healthcare practitioners (people) is not done via scoper. Instead this is generally done using the CareProvision act. This allows linkage between patient and a particular healthcare practitioner role and also allows description of the type of care involved in the relationship.
    PRSpersonal relationshipLinks two entities with classCode PSN (person) in a personal relationship. The character of the relationship must be defined by a PersonalRelationshipRoleType code. The player and scoper are determined by PersonalRelationshipRoleType code as well.
    SPECspecimenA role played by a material entity that is a specimen for an act. It is scoped by the source of the specimen.
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Name:Class" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "documentEntrySubject" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Name:Role:player:Entity" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "documentEntrySubject&" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 2; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Name:Role:scoper:Entity" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "scoping&" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Sort:Entity:playedRole:Role" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "AAAAA____" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ], [ fhir:index 4; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "name" ]; fhir:Extension.valueString [ fhir:value "Sort:Entity:scopedRole:Role" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "value" ]; fhir:Extension.valueString [ fhir:value "AAAAA____" ] ]; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp" ] ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-xDocumentEntrySubject"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.19367" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "XDocumentEntrySubject"]; fhir:ValueSet.title [ fhir:value "x_DocumentEntrySubject"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "Used to represent the role(s) of those who can serve as subjects of the contents of a clinical document."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleClass" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "PAT" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "PRS" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "SPEC" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------