@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-xOrganizationNamePartType"]; 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-EntityNamePartType
    CodeDisplayDefinition
    DELdelimiterA delimiter has no meaning other than being literally printed in this name representation. A delimiter has no implicit leading and trailing white space.
    PFXprefixA prefix has a strong association to the immediately following name part. A prefix has no implicit trailing white space (it has implicit leading white space though). Note that prefixes can be inverted.
    SFXsuffix**Description:**A suffix has a strong association to the immediately preceding name part. A suffix has no implicit leading white space (it has implicit trailing white space though). Suffices cannot be inverted.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-xOrganizationNamePartType"]; 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.15881" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "XOrganizationNamePartType"]; fhir:ValueSet.title [ fhir:value "x_OrganizationNamePartType"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "A name for an organization, such as \"Health Level Seven, Inc.\" An organization name consists only of untyped name parts, prefixes, suffixes, and delimiters."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartType" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "DEL" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "PFX" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "SFX" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------