@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-LanguageAbilityMode"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.5.60" ]
] ) ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "LanguageAbilityMode"] ; #
fhir:title [ fhir:v "LanguageAbilityMode"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-03-20"^^xsd:date] ; #
fhir:publisher [ fhir:v "Health Level 7"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Health Level Seven" ]
] ) ; #
fhir:description [ fhir:v "A value representing the method of expression of the language.\r\n\r\n*Example:*Expressed spoken, expressed written, expressed signed, received spoken, received written, received signed.\r\n\r\n*OpenIssue:* Description copied from Concept Domain of same name. Must be verified."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
fhir:extension ( [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "antisymmetric" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "transitive" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "irreflexive" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specializes" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Generalizes" ]
] ) ;
fhir:code [ fhir:v "Specializes" ] ;
fhir:description [ fhir:v "The child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric." ] ;
fhir:type [ fhir:v "Coding" ]
] [
fhir:extension ( [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "antisymmetric" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "transitive" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "irreflexive" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Generalizes" ]
] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specializes" ]
] ) ;
fhir:code [ fhir:v "Generalizes" ] ;
fhir:description [ fhir:v "Inverse of Specializes. Only included as a derived relationship." ] ;
fhir:type [ fhir:v "Coding" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The internal identifier for the concept in the HL7 Access database repository." ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Designation of a concept's state. Normally is not populated unless the state is retired." ] ;
fhir:type [ fhir:v "code" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "ESGN" ] ;
fhir:display [ fhir:v "Expressed signed" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "12252" ]
] )
] [
fhir:code [ fhir:v "ESP" ] ;
fhir:display [ fhir:v "Expressed spoken" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "12250" ]
] )
] [
fhir:code [ fhir:v "EWR" ] ;
fhir:display [ fhir:v "Expressed written" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "12251" ]
] )
] [
fhir:code [ fhir:v "RSGN" ] ;
fhir:display [ fhir:v "Received signed" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "16139" ]
] )
] [
fhir:code [ fhir:v "RSP" ] ;
fhir:display [ fhir:v "Received spoken" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "12253" ]
] )
] [
fhir:code [ fhir:v "RWR" ] ;
fhir:display [ fhir:v "Received written" ] ;
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "12254" ]
] )
] ) . #
# -------------------------------------------------------------------------------------