@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "administrative-gender"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

AdministrativeGender

Il genere di una persona, utilizzato per fini amministrativi.

\n

CodeDisplayDefinitionComments
male MaschioMaschio.Maschio
female FemminaFemmina.Femmina
other AltroAltro.Il genere amministrativo che ha un valore diverso da male/femmina/unknown. Quando viene selezionato questo valore, i sistemi possono spesso scegliere di includere una estensione con il valore localizzato più specifico.
unknown SconosciutoSconosciuto.È applicabile un valore corretto, ma questo non è noto. Note sull'utilizzo: ciò significa che il valore reale non è noto. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless: Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown') Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)

" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.it/CodeSystem/administrative-gender"]; fhir:CodeSystem.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.4.642.4.2" ] ]; fhir:CodeSystem.version [ fhir:value "0.0.1"]; fhir:CodeSystem.name [ fhir:value "AdministrativeGender"]; fhir:CodeSystem.title [ fhir:value "AdministrativeGender"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-10-31T23:29:23+01:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 Italia"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.it" ] ] ]; fhir:CodeSystem.description [ fhir:value "Il genere di una persona, utilizzato per fini amministrativi."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "380" ] ] ]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "supplement"]; fhir:CodeSystem.supplements [ fhir:value "http://hl7.org/fhir/administrative-gender"; fhir:link ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Maschio" ] ]; fhir:CodeSystem.concept.code [ fhir:value "male" ]; fhir:CodeSystem.concept.display [ fhir:value "Maschio" ]; fhir:CodeSystem.concept.definition [ fhir:value "Maschio." ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Femmina" ] ]; fhir:CodeSystem.concept.code [ fhir:value "female" ]; fhir:CodeSystem.concept.display [ fhir:value "Femmina" ]; fhir:CodeSystem.concept.definition [ fhir:value "Femmina." ] ], [ fhir:index 2; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Il genere amministrativo che ha un valore diverso da male/femmina/unknown. Quando viene selezionato questo valore, i sistemi possono spesso scegliere di includere una estensione con il valore localizzato più specifico." ] ]; fhir:CodeSystem.concept.code [ fhir:value "other" ]; fhir:CodeSystem.concept.display [ fhir:value "Altro" ]; fhir:CodeSystem.concept.definition [ fhir:value "Altro." ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" ]; fhir:Extension.valueString [ fhir:value "È applicabile un valore corretto, ma questo non è noto. Note sull'utilizzo: ciò significa che il valore reale non è noto. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless: Those properties themselves directly translate to a semantic of \"unknown\". (E.g. a local code sent as a translation that conveys 'unknown') Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of \"H\" and a URL prefix of \"tel:\" to convey that it is the home phone number that is unknown.)" ] ]; fhir:CodeSystem.concept.code [ fhir:value "unknown" ]; fhir:CodeSystem.concept.display [ fhir:value "Sconosciuto" ]; fhir:CodeSystem.concept.definition [ fhir:value "Sconosciuto." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------