@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-xPersonNamePartType"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

x_PersonNamePartType

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityNamePartType
    CodeDisplay
    DELdelimiterA delimiter has no meaning other than being literally printed in this name representation. A delimiter has no implicit leading and trailing white space.
    FAMfamilyFamily name, this is the name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.
    GIVgivenGiven name (don't call it "first name" since this given names do not always come first)
    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-xPersonNamePartType"]; 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.10653" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "XPersonNamePartType"]; fhir:ValueSet.title [ fhir:value "x_PersonNamePartType"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; 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 "FAM" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "GIV" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "PFX" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "SFX" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------