@prefix : . @prefix hl7: . @prefix owl: . @prefix rdf: . @prefix rim: . @prefix sct: . @prefix urn: . @prefix xml: . @prefix xsd: . @prefix fhir: . @prefix rdfs: . @prefix xhtml: . @prefix fhircs: . @prefix fhirvs: . @prefix sctbridge: . @prefix criticality: . @prefix identifierUse: . @prefix fhir-metamodel: . @prefix narrative-status: . @prefix quantity-comparator: . @prefix medication-order-status: . @prefix allergy-intolerance-type: . @prefix allergy-intolerance-status: . @prefix allergy-intolerance-category: . @prefix allergy-intolerance-criticality: . @base . rdf:type owl:Ontology ; rdfs:comment "This file represents FHIR concepts as types and objectproperties."^^xsd:anyURI ; fhir:experimental "true"^^xsd:boolean ; fhir:publisher "Tony Mallia" . ################################################################# # # Annotation properties # ################################################################# ### http://hl7.org/fhir/binding.description fhir:binding.description rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/binding.strength fhir:binding.strength rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/binding.valueSetReference fhir:binding.valueSetReference rdf:type owl:AnnotationProperty ; rdfs:range xsd:anyURI . ### http://hl7.org/fhir/caseSensitive fhir:caseSensitive rdf:type owl:AnnotationProperty ; rdfs:range xsd:boolean . ### http://hl7.org/fhir/codeSystemId fhir:codeSystemId rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/concept_definition fhir:concept_definition rdf:type owl:AnnotationProperty ; rdfs:range xsd:string . ### http://hl7.org/fhir/date fhir:date rdf:type owl:AnnotationProperty ; rdfs:range xsd:dateTime . ### http://hl7.org/fhir/derivation fhir:derivation rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/experimental fhir:experimental rdf:type owl:AnnotationProperty ; rdfs:range xsd:boolean . ### http://hl7.org/fhir/filter.op fhir:filter.op rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/filter.property fhir:filter.property rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/filter.system fhir:filter.system rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/filter.value fhir:filter.value rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/formal fhir:formal rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/hasFlag fhir:hasFlag rdf:type owl:AnnotationProperty ; rdfs:range fhir:flag-item . ### http://hl7.org/fhir/isModifier fhir:isModifier rdf:type owl:AnnotationProperty ; rdfs:range xsd:boolean . ### http://hl7.org/fhir/isSummary fhir:isSummary rdf:type owl:AnnotationProperty ; rdfs:range xsd:boolean . ### http://hl7.org/fhir/lastUpdated fhir:lastUpdated rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/mapping.identity fhir:mapping.identity rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/mapping.map fhir:mapping.map rdf:type owl:AnnotationProperty ; rdfs:subPropertyOf fhir:mapping.identity . ### http://hl7.org/fhir/prefix fhir:prefix rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/profile fhir:profile rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/publishDate fhir:publishDate rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/publisher fhir:publisher rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/scope_usage fhir:scope_usage rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/short fhir:short rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/status fhir:status rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/stringency fhir:stringency rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/telecom fhir:telecom rdf:type owl:AnnotationProperty . ### http://hl7.org/fhir/telecom.e-mail fhir:telecom.e-mail rdf:type owl:AnnotationProperty ; rdfs:subPropertyOf fhir:telecom ; rdfs:range xsd:anyURI . ### http://hl7.org/fhir/telecom.fax fhir:telecom.fax rdf:type owl:AnnotationProperty ; rdfs:subPropertyOf fhir:telecom . ### http://hl7.org/fhir/telecom.other fhir:telecom.other rdf:type owl:AnnotationProperty ; rdfs:subPropertyOf fhir:telecom . ### http://hl7.org/fhir/telecom.phone fhir:telecom.phone rdf:type owl:AnnotationProperty ; rdfs:subPropertyOf fhir:telecom . ### http://hl7.org/fhir/valueset-oid fhir:valueset-oid rdf:type owl:AnnotationProperty ; rdfs:range xsd:anyURI . ### http://hl7.org/fhir/version fhir:version rdf:type owl:AnnotationProperty . ################################################################# # # Datatypes # ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ### http://www.w3.org/2001/XMLSchema#gYear xsd:gYear rdf:type rdfs:Datatype . ### http://www.w3.org/2001/XMLSchema#gYearMonth xsd:gYearMonth rdf:type rdfs:Datatype . ### http://www.w3.org/urn:oid rdf:type rdfs:Datatype . ### http://www.w3.org/urn:uuid rdf:type rdfs:Datatype ; owl:equivalentClass [ rdf:type rdfs:Datatype ; owl:intersectionOf ( [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:anyURI ; owl:withRestrictions ( [ xsd:minLength 1 ] ) ] [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:anyURI ; owl:withRestrictions ( [ xsd:pattern "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" ] ) ] ) ] . ################################################################# # # Object Properties # ################################################################# ### http://hl7.org/fhir-metamodel/ValueSet.Concept.code fhir-metamodel:ValueSet.Concept.code rdf:type owl:ObjectProperty . ### http://hl7.org/fhir-metamodel/ValueSet.Concept.definition fhir-metamodel:ValueSet.Concept.definition rdf:type owl:ObjectProperty . ### http://hl7.org/fhir-metamodel/ValueSet.Concept.display fhir-metamodel:ValueSet.Concept.display rdf:type owl:ObjectProperty . ### http://hl7.org/fhir-metamodel/ValueSet.Define.concept fhir-metamodel:ValueSet.Define.concept rdf:type owl:ObjectProperty ; rdfs:range fhir-metamodel:ValueSet.Concept . ### http://hl7.org/fhir-metamodel/ValueSet.Define.system fhir-metamodel:ValueSet.Define.system rdf:type owl:ObjectProperty . ### http://hl7.org/fhir-metamodel/ValueSet.compose fhir-metamodel:ValueSet.compose rdf:type owl:ObjectProperty . ### http://hl7.org/fhir-metamodel/ValueSet.define fhir-metamodel:ValueSet.define rdf:type owl:ObjectProperty . ### http://hl7.org/fhir-metamodel/ValueSet.expansion fhir-metamodel:ValueSet.expansion rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/AllergyIntolerance.category fhir:AllergyIntolerance.category rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.comment fhir:AllergyIntolerance.comment rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.criticality fhir:AllergyIntolerance.criticality rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.event fhir:AllergyIntolerance.event rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.identifier fhir:AllergyIntolerance.identifier rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.lastOccurence fhir:AllergyIntolerance.lastOccurence rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.patient fhir:AllergyIntolerance.patient rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/AllergyIntolerance.patient.link fhir:AllergyIntolerance.patient.link rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:subPropertyOf rim:participationSubject.rolePatient ; owl:propertyChainAxiom ( fhir:AllergyIntolerance.patient fhir:Reference.link ) . ### http://hl7.org/fhir/AllergyIntolerance.recordedDate fhir:AllergyIntolerance.recordedDate rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:subPropertyOf rim:participationAuthor.time . ### http://hl7.org/fhir/AllergyIntolerance.recorder fhir:AllergyIntolerance.recorder rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:range fhir:Reference . ### http://hl7.org/fhir/AllergyIntolerance.recorder.link fhir:AllergyIntolerance.recorder.link rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:subPropertyOf rim:participationAuthor.role ; owl:propertyChainAxiom ( fhir:AllergyIntolerance.recorder fhir:Reference.link ) . ### http://hl7.org/fhir/AllergyIntolerance.reporter fhir:AllergyIntolerance.reporter rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:range fhir:Reference . ### http://hl7.org/fhir/AllergyIntolerance.reporter.link fhir:AllergyIntolerance.reporter.link rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; owl:propertyChainAxiom ( fhir:AllergyIntolerance.reporter fhir:Reference.link ) . ### http://hl7.org/fhir/AllergyIntolerance.status fhir:AllergyIntolerance.status rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:range fhir:code , fhirvs:allergy-intolerance-status . [ rdf:type owl:Axiom ; fhir:derivation " " ; owl:annotatedSource fhir:AllergyIntolerance.status ; owl:annotatedTarget fhir:code ; owl:annotatedProperty rdfs:range ] . ### http://hl7.org/fhir/AllergyIntolerance.substance fhir:AllergyIntolerance.substance rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; rdfs:range fhir:CodeableConcept . ### http://hl7.org/fhir/AllergyIntolerance.substance.coding fhir:AllergyIntolerance.substance.coding rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance ; owl:propertyChainAxiom ( fhir:AllergyIntolerance.substance fhir:CodeableConcept.coding ) . ### http://hl7.org/fhir/AllergyIntolerance.type fhir:AllergyIntolerance.type rdf:type owl:ObjectProperty ; rdfs:domain fhir:AllergyIntolerance . ### http://hl7.org/fhir/Bundle.Entry.fullURI fhir:Bundle.Entry.fullURI rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.Entry.link fhir:Bundle.Entry.link rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.Entry.request fhir:Bundle.Entry.request rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.Entry.resource fhir:Bundle.Entry.resource rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.Entry.response fhir:Bundle.Entry.response rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.Entry.search fhir:Bundle.Entry.search rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.entry fhir:Bundle.entry rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.link fhir:Bundle.link rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.signature fhir:Bundle.signature rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.total fhir:Bundle.total rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Bundle.type fhir:Bundle.type rdf:type owl:ObjectProperty ; rdfs:range fhir:code . ### http://hl7.org/fhir/CodeableConcept.coding fhir:CodeableConcept.coding rdf:type owl:ObjectProperty ; rdfs:domain fhir:CodeableConcept . ### http://hl7.org/fhir/CodeableConcept.text fhir:CodeableConcept.text rdf:type owl:ObjectProperty ; rdfs:domain fhir:CodeableConcept . ### http://hl7.org/fhir/Coding.code fhir:Coding.code rdf:type owl:ObjectProperty ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.code ; owl:onClass fhir:code ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] . ### http://hl7.org/fhir/Coding.display fhir:Coding.display rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Coding.primary fhir:Coding.primary rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Coding.system fhir:Coding.system rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Coding.version fhir:Coding.version rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Concept.definition fhir:Concept.definition rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Concept.display fhir:Concept.display rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Concept.term fhir:Concept.term rdf:type owl:ObjectProperty ; rdfs:domain fhir:CodeableConcept ; rdfs:range fhir:Coding . ### http://hl7.org/fhir/Concept.text fhir:Concept.text rdf:type owl:ObjectProperty ; rdfs:domain fhir:CodeableConcept ; rdfs:range fhir:string . ### http://hl7.org/fhir/Condition.Evidence.code fhir:Condition.Evidence.code rdf:type owl:ObjectProperty ; rdfs:range fhir:CodeableConcept . ### http://hl7.org/fhir/Condition.Evidence.detail fhir:Condition.Evidence.detail rdf:type owl:ObjectProperty ; rdfs:range fhir:Reference . ### http://hl7.org/fhir/Condition.bodySite fhir:Condition.bodySite rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.category fhir:Condition.category rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.clinicalStatus fhir:Condition.clinicalStatus rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.code fhir:Condition.code rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.dateRecorded fhir:Condition.dateRecorded rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.evidence fhir:Condition.evidence rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.onsetQuantity fhir:Condition.onsetQuantity rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.patient fhir:Condition.patient rdf:type owl:ObjectProperty ; rdfs:range fhir:Reference . ### http://hl7.org/fhir/Condition.severity fhir:Condition.severity rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Condition.verificationStatus fhir:Condition.verificationStatus rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/DomainResource.text fhir:DomainResource.text rdf:type owl:ObjectProperty ; rdfs:domain fhir:DomainResource ; rdfs:range fhir:Narrative . ### http://hl7.org/fhir/Element.extension fhir:Element.extension rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/HumanName.family fhir:HumanName.family rdf:type owl:ObjectProperty ; rdfs:range fhir:string . ### http://hl7.org/fhir/HumanName.given fhir:HumanName.given rdf:type owl:ObjectProperty ; rdfs:range fhir:string . ### http://hl7.org/fhir/Identifier.assigner fhir:Identifier.assigner rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Identifier.period fhir:Identifier.period rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Identifier.system fhir:Identifier.system rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Identifier.type fhir:Identifier.type rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Identifier.use fhir:Identifier.use rdf:type owl:ObjectProperty ; rdfs:comment "The purpose of this identifier." ; rdfs:domain fhir:Identifier ; rdfs:range . ### http://hl7.org/fhir/Identifier.value fhir:Identifier.value rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.code fhir:Medication.code rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.isBrand fhir:Medication.isBrand rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.kind fhir:Medication.kind rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.manufacturer fhir:Medication.manufacturer rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.name fhir:Medication.name rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.package fhir:Medication.package rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Medication.prescription fhir:Medication.prescription rdf:type owl:ObjectProperty ; owl:inverseOf fhir:MedicationOrder.medicationReference.link . ### http://hl7.org/fhir/Medication.product fhir:Medication.product rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.dateEnded fhir:MedicationOrder.dateEnded rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.dispense fhir:MedicationOrder.dispense rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.dosageInstruction fhir:MedicationOrder.dosageInstruction rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.encounter fhir:MedicationOrder.encounter rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.encounter.link fhir:MedicationOrder.encounter.link rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.identifier fhir:MedicationOrder.identifier rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.medicationCodeableConcept fhir:MedicationOrder.medicationCodeableConcept rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.medicationReference fhir:MedicationOrder.medicationReference rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.medicationReference.link fhir:MedicationOrder.medicationReference.link rdf:type owl:ObjectProperty ; rdfs:range fhir:Medication ; owl:propertyChainAxiom ( fhir:MedicationOrder.medicationReference fhir:Reference.link ) . ### http://hl7.org/fhir/MedicationOrder.note fhir:MedicationOrder.note rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.patient fhir:MedicationOrder.patient rdf:type owl:ObjectProperty ; rdfs:domain fhir:MedicationOrder ; rdfs:range fhir:Reference . ### http://hl7.org/fhir/MedicationOrder.patient.link fhir:MedicationOrder.patient.link rdf:type owl:ObjectProperty ; rdfs:range fhir:Patient ; owl:propertyChainAxiom ( fhir:MedicationOrder.patient fhir:Reference.link ) . ### http://hl7.org/fhir/MedicationOrder.prescriber fhir:MedicationOrder.prescriber rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.prescriber.link fhir:MedicationOrder.prescriber.link rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.priorPrescription fhir:MedicationOrder.priorPrescription rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.reasonCodeableConcept fhir:MedicationOrder.reasonCodeableConcept rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.reasonReference fhir:MedicationOrder.reasonReference rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.resaonEnded fhir:MedicationOrder.resaonEnded rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/MedicationOrder.substitution fhir:MedicationOrder.substitution rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Meta.lastUpdated fhir:Meta.lastUpdated rdf:type owl:ObjectProperty ; rdfs:range fhir:instant . ### http://hl7.org/fhir/Meta.profile fhir:Meta.profile rdf:type owl:ObjectProperty ; rdfs:range fhir:uri . ### http://hl7.org/fhir/Meta.security fhir:Meta.security rdf:type owl:ObjectProperty ; rdfs:range fhir:Coding . ### http://hl7.org/fhir/Meta.tag fhir:Meta.tag rdf:type owl:ObjectProperty ; rdfs:range fhir:Coding . ### http://hl7.org/fhir/Meta.versionId fhir:Meta.versionId rdf:type owl:ObjectProperty ; rdfs:range fhir:id . ### http://hl7.org/fhir/Narrative.status fhir:Narrative.status rdf:type owl:ObjectProperty ; rdfs:range . ### http://hl7.org/fhir/Observation.code fhir:Observation.code rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Patient.allergy fhir:Patient.allergy rdf:type owl:ObjectProperty ; owl:inverseOf fhir:AllergyIntolerance.patient.link . ### http://hl7.org/fhir/Patient.gender fhir:Patient.gender rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Patient.name fhir:Patient.name rdf:type owl:ObjectProperty ; rdfs:range fhir:HumanName . ### http://hl7.org/fhir/Patient.prescription fhir:Patient.prescription rdf:type owl:ObjectProperty ; owl:inverseOf fhir:MedicationOrder.patient.link . ### http://hl7.org/fhir/Quantity.comparator fhir:Quantity.comparator rdf:type owl:ObjectProperty ; rdfs:range fhir:code . ### http://hl7.org/fhir/Quantity.unit fhir:Quantity.unit rdf:type owl:ObjectProperty ; rdfs:range fhir:CodeableConcept . ### http://hl7.org/fhir/Quantity.value fhir:Quantity.value rdf:type owl:ObjectProperty ; rdfs:range fhir:decimal . ### http://hl7.org/fhir/Reference.display fhir:Reference.display rdf:type owl:ObjectProperty ; rdfs:domain fhir:Reference ; rdfs:range fhir:string . ### http://hl7.org/fhir/Reference.link fhir:Reference.link rdf:type owl:ObjectProperty ; rdfs:range fhir:DomainResource . ### http://hl7.org/fhir/Reference.reference fhir:Reference.reference rdf:type owl:ObjectProperty ; rdfs:range fhir:string . ### http://hl7.org/fhir/Resource.id fhir:Resource.id rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Resource.implicitRules fhir:Resource.implicitRules rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Resource.language fhir:Resource.language rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/Resource.meta fhir:Resource.meta rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/rim/objectProperty rim:objectProperty rdf:type owl:ObjectProperty . ### http://hl7.org/fhir/rim/participation rim:participation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf rim:objectProperty . ### http://hl7.org/fhir/rim/participation.time rim:participation.time rdf:type owl:ObjectProperty ; rdfs:subPropertyOf rim:objectProperty . ### http://hl7.org/fhir/rim/participationAuthor.role rim:participationAuthor.role rdf:type owl:ObjectProperty ; rdfs:subPropertyOf rim:objectProperty . ### http://hl7.org/fhir/rim/participationAuthor.time rim:participationAuthor.time rdf:type owl:ObjectProperty ; rdfs:subPropertyOf rim:participation.time . ### http://hl7.org/fhir/rim/participationSubject.rolePatient rim:participationSubject.rolePatient rdf:type owl:ObjectProperty ; rdfs:subPropertyOf rim:objectProperty ; owl:propertyChainAxiom ( rim:participation rim:role ) . ### http://hl7.org/fhir/rim/role rim:role rdf:type owl:ObjectProperty ; rdfs:subPropertyOf rim:objectProperty . ################################################################# # # Data properties # ################################################################# ### http://hl7.org/fhir/Element.id fhir:Element.id rdf:type owl:DatatypeProperty ; rdfs:comment "unique id for the element within a resource (for internal references)." ; rdfs:domain fhir:Element ; fhir:hasFlag [ rdf:type ] ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Za-z0-9\\-\\.]{1,64}" ] ) ] . ### http://hl7.org/fhir/NameConcept fhir:NameConcept rdf:type owl:DatatypeProperty , owl:FunctionalProperty . ### http://hl7.org/fhir/fractionDigits fhir:fractionDigits rdf:type owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger . ### http://hl7.org/fhir/index fhir:index rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:integer ; owl:withRestrictions ( [ xsd:minInclusive 1 ] ) ] . ### http://hl7.org/fhir/prefix fhir:prefix rdf:type owl:DatatypeProperty ; rdfs:range xsd:anyURI . ### http://hl7.org/fhir/reactionBegan fhir:reactionBegan rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime . ### http://hl7.org/fhir/value fhir:value rdf:type owl:DatatypeProperty . ### http://hl7.org/ontology/metadata#CodeSystem.id hl7:CodeSystem.id rdf:type owl:DatatypeProperty . ################################################################# # # Classes # ################################################################# ### http://hl7.org/fhir64Binary rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:base64Binary ] ; rdfs:comment "A stream of bytes" . ### http://hl7.org/fhir-metamodel/ValueSet.Compose fhir-metamodel:ValueSet.Compose rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir-metamodel/ValueSet.Concept fhir-metamodel:ValueSet.Concept rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Concept.code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Concept.definition ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Concept.definition ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Concept.display ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Concept.code ; owl:allValuesFrom fhir:code ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Concept.display ; owl:allValuesFrom fhir:string ] . ### http://hl7.org/fhir-metamodel/ValueSet.Define fhir-metamodel:ValueSet.Define rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Define.concept ; owl:allValuesFrom fhir-metamodel:ValueSet.Concept ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Define.system ; owl:cardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir-metamodel:ValueSet.Define.system ; owl:allValuesFrom fhir:uri ] . ### http://hl7.org/fhir-metamodel/ValueSet.Expansion fhir-metamodel:ValueSet.Expansion rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir-metamodel/ValueSet.Filter fhir-metamodel:ValueSet.Filter rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement ; fhir:concept_definition "" . ### http://hl7.org/fhir/AllergyIntolerance fhir:AllergyIntolerance rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.type ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.status ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.category ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.substance ; owl:cardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.comment ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.comment ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.patient ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.status ; owl:allValuesFrom [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.coding ; owl:allValuesFrom fhirvs:allergy-intolerance-status ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.reporter ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.recordedDate ; owl:allValuesFrom fhir:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.category ; owl:allValuesFrom [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.coding ; owl:allValuesFrom ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.criticality ; owl:allValuesFrom [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.coding ; owl:someValuesFrom ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.substance ; owl:allValuesFrom fhir:CodeableConcept ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.identifier ; owl:allValuesFrom fhir:Identifier ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.criticality ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.recorder ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.type ; owl:allValuesFrom [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.coding ; owl:someValuesFrom ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.patient ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.lastOccurence ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.recorder ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.lastOccurence ; owl:allValuesFrom fhir:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.recordedDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.reporter ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; fhir:concept_definition "Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified Substance." . [ rdf:type owl:Axiom ; fhir:derivation "" ; owl:annotatedSource fhir:AllergyIntolerance ; owl:annotatedProperty rdfs:subClassOf ; owl:annotatedTarget [ rdf:type owl:Restriction ; owl:onProperty fhir:AllergyIntolerance.status ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ] . ### http://hl7.org/fhir/AllergyIntolerance.Event fhir:AllergyIntolerance.Event rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/Attachment fhir:Attachment rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/BackboneElement fhir:BackboneElement rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/Bundle fhir:Bundle rdf:type owl:Class ; rdfs:subClassOf fhir:Resource , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.entry ; owl:allValuesFrom fhir:Bundle.Entry ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.signature ; owl:onClass fhir:Signature ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.type ; owl:onClass fhir:code ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.link ; owl:allValuesFrom fhir:Bundle.Link ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.total ; owl:onClass fhir:unsignedInt ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] . ### http://hl7.org/fhir/Bundle.Entry fhir:Bundle.Entry rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.Entry.resource ; owl:onClass fhir:Resource ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.Entry.link ; owl:onClass fhir:Bundle.Link ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.Entry.search ; owl:onClass fhir:Bundle.Search ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Bundle.Entry.fullURI ; owl:onClass fhir:uri ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] . ### http://hl7.org/fhir/Bundle.Link fhir:Bundle.Link rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/Bundle.Request fhir:Bundle.Request rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/Bundle.Search fhir:Bundle.Search rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/Bundle.Transaction fhir:Bundle.Transaction rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/Bundle.TransactionResponse fhir:Bundle.TransactionResponse rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/CodeSystemURI fhir:CodeSystemURI rdf:type owl:Class ; rdfs:subClassOf fhir:Vocabulary , fhir:uri ; owl:disjointWith fhir:Coding , fhir:Valuesets . ### http://hl7.org/fhir/CodeableConcept fhir:CodeableConcept rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.text ; owl:onClass fhir:Thing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.text ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:CodeableConcept.coding ; owl:allValuesFrom fhir:Coding ] ; rdfs:comment "The set of possible coded values this coding was chosen from or constrained by." . ### http://hl7.org/fhir/Coding fhir:Coding rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.display ; owl:onClass fhir:Thing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.code ; owl:onClass fhir:Thing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.primary ; owl:onClass fhir:Thing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.version ; owl:onClass fhir:Thing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.code ; owl:allValuesFrom fhir:code ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Coding.system ; owl:onClass fhir:Thing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ] . ### http://hl7.org/fhir/Coding.Code fhir:Coding.Code rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom xsd:string ] ; rdfs:comment "This is code used inside Coding" . ### http://hl7.org/fhir/Concepts fhir:Concepts rdf:type owl:Class ; rdfs:subClassOf fhir:Vocabulary . ### http://hl7.org/fhir/Condition fhir:Condition rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/Condition.Evidence fhir:Condition.Evidence rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement , [ rdf:type owl:Restriction ; owl:onProperty fhir:Condition.Evidence.code ; owl:allValuesFrom fhir:CodeableConcept ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Condition.Evidence.detail ; owl:allValuesFrom fhir:Reference ] . ### http://hl7.org/fhir/ConformanceResourceStatus fhir:ConformanceResourceStatus rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/Contact fhir:Contact rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/Datatype fhir:Datatype rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/DomainResource fhir:DomainResource rdf:type owl:Class ; rdfs:label "Domain Resource"@en ; rdfs:subClassOf fhir:Resource , [ rdf:type owl:Restriction ; owl:onProperty fhir:DomainResource.text ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:DomainResource.text ; owl:allValuesFrom fhir:Narrative ] . ### http://hl7.org/fhir/Duration fhir:Duration rdf:type owl:Class ; rdfs:subClassOf fhir:Quantity . ### http://hl7.org/fhir/Element fhir:Element rdf:type owl:Class ; rdfs:label "Element" ; rdfs:subClassOf fhir:Thing , [ rdf:type owl:Restriction ; owl:onProperty fhir:Element.id ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:index ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Element.extension ; owl:allValuesFrom fhir:Extension ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Element.id ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Za-z0-9\\-\\.]{1,64}" ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:index ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:integer ; owl:withRestrictions ( [ xsd:minInclusive 1 ] ) ] ] ; rdfs:comment "The base element used for all FHIR elements and resources - allows for them to be extended with extensions" . ### http://hl7.org/fhir/Encounter fhir:Encounter rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/Extension fhir:Extension rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/HumanName fhir:HumanName rdf:type owl:Class ; rdfs:subClassOf fhir:Element , [ rdf:type owl:Restriction ; owl:onProperty fhir:HumanName.family ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:HumanName.given ; owl:allValuesFrom fhir:string ] . ### http://hl7.org/fhir/Identifier fhir:Identifier rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:Identifier.use ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Identifier.use ; owl:allValuesFrom ] . ### http://hl7.org/fhir/Medication fhir:Medication rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/MedicationOrder fhir:MedicationOrder rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.dispense ; owl:allValuesFrom fhir:MedicationOrder.Dispense ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.prescriber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.medicationReference ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.dosageInstruction ; owl:allValuesFrom fhir:MedicationOrder.DosageInstructions ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.priorPrescription ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.priorPrescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.reasonReference ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.medicationReference.link ; owl:allValuesFrom fhir:Medication ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.substitution ; owl:allValuesFrom fhir:MedicationOrder.Substitution ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.dateEnded ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.reasonCodeableConcept ; owl:allValuesFrom fhir:CodeableConcept ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.encounter ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.patient.link ; owl:allValuesFrom fhir:Patient ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.reasonReference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.medicationCodeableConcept ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.resaonEnded ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.prescriber ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.note ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.reasonCodeableConcept ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.substitution ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.resaonEnded ; owl:allValuesFrom fhir:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.encounter ; owl:allValuesFrom fhir:Reference ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.encounter.link ; owl:allValuesFrom fhir:Encounter ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.dispense ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.note ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.prescriber.link ; owl:allValuesFrom fhir:Practitioner ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.medicationCodeableConcept ; owl:allValuesFrom fhir:CodeableConcept ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.dateEnded ; owl:allValuesFrom fhir:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.medicationReference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:MedicationOrder.identifier ; owl:allValuesFrom fhir:Identifier ] ; rdfs:comment "An order for both supply of the medication and the instructions for administration of the medication to a patient." . ### http://hl7.org/fhir/MedicationOrder.Dispense fhir:MedicationOrder.Dispense rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/MedicationOrder.DosageInstructions fhir:MedicationOrder.DosageInstructions rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/MedicationOrder.Substitution fhir:MedicationOrder.Substitution rdf:type owl:Class ; rdfs:subClassOf fhir:BackboneElement . ### http://hl7.org/fhir/Meta fhir:Meta rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype . ### http://hl7.org/fhir/Narrative fhir:Narrative rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype . ### http://hl7.org/fhir/Observation fhir:Observation rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/ObservationStatus fhir:ObservationStatus rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/Patient fhir:Patient rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/Period fhir:Period rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype . ### http://hl7.org/fhir/Practitioner fhir:Practitioner rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/Quantity fhir:Quantity rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype . ### http://hl7.org/fhir/Ratio fhir:Ratio rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype . ### http://hl7.org/fhir/Reference fhir:Reference rdf:type owl:Class ; rdfs:subClassOf fhir:Element , [ rdf:type owl:Restriction ; owl:onProperty fhir:Reference.link ; owl:allValuesFrom fhir:DomainResource ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Reference.display ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Reference.reference ; owl:allValuesFrom fhir:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Reference.display ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Reference.reference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Reference.link ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; fhir:lastUpdated "2015-12-31T00:38:37.614+00:00"^^xsd:dateTime ; fhir:isSummary "true"^^xsd:boolean ; fhir:experimental "true"^^xsd:boolean ; fhir:concept_definition "A reference from one resource to another" ; fhir:status "draft" ; fhir:stringency "fully-specified" ; fhir:short "A reference from one resource to another" . ### http://hl7.org/fhir/RelatedPerson fhir:RelatedPerson rdf:type owl:Class ; rdfs:subClassOf fhir:DomainResource . ### http://hl7.org/fhir/Resource fhir:Resource rdf:type owl:Class ; rdfs:subClassOf fhir:Thing , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.language ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.implicitRules ; owl:allValuesFrom fhir:uri ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.language ; owl:allValuesFrom fhir:code ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.id ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.meta ; owl:allValuesFrom fhir:Meta ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.implicitRules ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.meta ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:Resource.id ; owl:allValuesFrom fhir:id ] . ### http://hl7.org/fhir/Resource.Inline fhir:Resource.Inline rdf:type owl:Class ; rdfs:subClassOf fhir:Thing . ### http://hl7.org/fhir/ResourceContainer fhir:ResourceContainer rdf:type owl:Class ; rdfs:subClassOf fhir:Thing . ### http://hl7.org/fhir/Signature fhir:Signature rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/TestIndividuals fhir:TestIndividuals rdf:type owl:Class ; rdfs:subClassOf fhir:Vocabulary . ### http://hl7.org/fhir/Thing fhir:Thing rdf:type owl:Class . ### http://hl7.org/fhir/Valuesets fhir:Valuesets rdf:type owl:Class ; rdfs:subClassOf fhir:Vocabulary ; rdfs:comment "ValueSet constrained codings" . ### http://hl7.org/fhir/Vocabulary fhir:Vocabulary rdf:type owl:Class ; rdfs:subClassOf fhir:Thing ; rdfs:comment "Vocabulary domains" . ### http://hl7.org/fhir/boolean fhir:boolean rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:someValuesFrom [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "false" ; rdf:rest [ rdf:type rdf:List ; rdf:first "true" ; rdf:rest rdf:nil ] ] ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Value of \"\"true\" or \"false\"" . ### http://hl7.org/fhir/code fhir:code rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype ; rdfs:comment "This is code used in standalone mode." . ### http://hl7.org/fhir/date fhir:date rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:intersectionOf ( [ rdf:type rdfs:Datatype ; owl:unionOf ( xsd:date xsd:gYear xsd:gYearMonth ) ] [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "\\d{4}(\\-\\d{2}(\\-\\d{2})?)?(Z|(\\+|\\-)\\d{2}:\\d{2})?" ] ) ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange [ rdf:type rdfs:Datatype ; owl:unionOf ( xsd:date xsd:gYear xsd:gYearMonth ) ] ] . ### http://hl7.org/fhir/dateTime fhir:dateTime rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:intersectionOf ( [ rdf:type rdfs:Datatype ; owl:unionOf ( xsd:date xsd:dateTime xsd:gYear xsd:gYearMonth ) ] [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "\\d{4}(\\-\\d{2}(\\-\\d{2}(T\\d{2}(:\\d{2}(:\\d{2}(\\.\\d+)?)?)?)?)?)?(Z|(\\+|\\-)\\d{2}:\\d{2})?" ] ) ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange [ rdf:type rdfs:Datatype ; owl:unionOf ( xsd:date xsd:dateTime xsd:gYear xsd:gYearMonth ) ] ] . ### http://hl7.org/fhir/decimal fhir:decimal rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom xsd:decimal ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:fractionDigits ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:decimal ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:fractionDigits ; owl:allValuesFrom xsd:nonNegativeInteger ] ; rdfs:comment "A rational number with implicit precision" . ### http://hl7.org/fhir/flag-item fhir:flag-item rdf:type owl:Class ; rdfs:subClassOf fhir:Element . ### http://hl7.org/fhir/id fhir:id rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Za-z0-9\\-\\.]{1,64}" ] ) ] ] ; rdfs:comment "A whole number in the range 0 to 2^64-1, optionally represented in hex, a uuid, an oid or any other combination of lower-case letters a-z, numerals, "-" and ".", with a length limit of 36 characters" . ### http://hl7.org/fhir/instant fhir:instant rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] . ### http://hl7.org/fhir/oid fhir:oid rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:anyURI ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:intersectionOf ( [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:anyURI ; owl:withRestrictions ( [ xsd:minLength 1 ] ) ] [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:anyURI ; owl:withRestrictions ( [ xsd:pattern "(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))*" ] ) ] ) ] ] ; rdfs:comment "An oid represented as a URI" . ### http://hl7.org/fhir/string fhir:string rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:minLength 1 ] [ xsd:maxLength 1000000 ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; rdfs:comment "A sequence of Unicode characters with a minimum of 1 and max 1000000" . ### http://hl7.org/fhir/unsignedInt fhir:unsignedInt rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:nonNegativeInteger ] . ### http://hl7.org/fhir/uri fhir:uri rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:anyURI ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:someValuesFrom xsd:anyURI ] . ### http://hl7.org/fhir/uuid fhir:uuid rdf:type owl:Class ; rdfs:subClassOf fhir:Datatype , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:anyURI ; owl:withRestrictions ( [ xsd:pattern "urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:anyURI ] ; rdfs:comment "A UUID, represented as a URI" . ### http://hl7.org/fhir/ValueSet/allergy-intolerance-status fhirvs:allergy-intolerance-status rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets ; fhir:lastUpdated "2015-10-27T02:58:28.599+00:00"^^xsd:dateTime ; fhir:experimental "false"^^xsd:boolean ; fhir:telecom.e-mail "fhir@lists.hl7.org"^^xsd:string ; fhir:profile "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"^^xsd:anyURI ; fhir:valueset-oid "urn:oid:2.16.840.1.113883.4.642.2.50"^^xsd:anyURI ; fhir:publisher "HL7 (FHIR Project)" ; fhir:status "draft" ; fhir:telecom.other "http://hl7.org/fhir" ; fhir:concept_definition "Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified Substance." ; fhir:version "1.0.2" ; fhir:date "2015-10-27T02:58:28+00:00" . ### http://hl7.org/fhir/bridge/ValueSet/allergy-intolerance-category rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/allergy-intolerance-criticality rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/allergy-intolerance-type rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/allergyintolerance-substance-code rdf:type owl:Class ; rdfs:label "AllergyIntolerance Substance and Negation Codes ValueSet" ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/bundle-type rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/medication-order-status rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/substance-codeB rdf:type owl:Class ; rdfs:label "Substance Codes ValueSet B" ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/ValueSet/substance-codeD rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/bridge/allergy-intolerance-category#Concept rdf:type owl:Class ; rdfs:subClassOf fhir:Concepts . ### http://hl7.org/fhir/bridge/allergy-intolerance-category#environment rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-category#food rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-category#medication rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-criticality#Concept rdf:type owl:Class ; rdfs:subClassOf fhir:Concepts . ### http://hl7.org/fhir/bridge/allergy-intolerance-criticality#high rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-criticality#low rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-criticality#unassessible rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#Concept rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#active rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#confirmed rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#entered-in-error rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#inactive rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#refuted rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#resolved rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-status#unconfirmed rdf:type owl:Class . ### http://hl7.org/fhir/bridge/allergy-intolerance-type#Concept rdf:type owl:Class ; rdfs:subClassOf fhir:Concepts . ### http://hl7.org/fhir/bridge/allergy-intolerance-type#immune rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/allergy-intolerance-type#non-immune rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#Concept rdf:type owl:Class ; rdfs:label "Medication Prescription Status Concept" ; rdfs:subClassOf fhir:Concepts . ### http://hl7.org/fhir/bridge/medication-order-status#active rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#completed rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#draft rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#entered-in-error rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#on-hold rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#stopped rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/bridge/medication-order-status#superseded rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/criticality#fatal criticality:fatal rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/criticality#high criticality:high rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/criticality#low criticality:low rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/criticality#medium criticality:medium rdf:type owl:Class ; rdfs:subClassOf . ### http://hl7.org/fhir/flag-item#isModifier rdf:type owl:Class ; rdfs:subClassOf fhir:flag-item . ### http://hl7.org/fhir/flag-item#isSummaryItem rdf:type owl:Class ; rdfs:subClassOf fhir:flag-item . ### http://hl7.org/fhir/flag-item#isXmlAtribute rdf:type owl:Class ; rdfs:subClassOf fhir:flag-item . ### http://hl7.org/fhir/identifierUse#official identifierUse:official rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "official" ] . ### http://hl7.org/fhir/identifierUse#secondary identifierUse:secondary rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "secondary" ] . ### http://hl7.org/fhir/identifierUse#temp identifierUse:temp rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "temp" ] . ### http://hl7.org/fhir/identifierUse#usual identifierUse:usual rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "usual" ] . ### http://hl7.org/fhir/narrative-status#additional narrative-status:additional rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "additional" ] . ### http://hl7.org/fhir/narrative-status#empty narrative-status:empty rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "empty" ] . ### http://hl7.org/fhir/narrative-status#extensions narrative-status:extensions rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "extensions" ] . ### http://hl7.org/fhir/narrative-status#generated narrative-status:generated rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "generated" ] . ### http://hl7.org/fhir/quantity-comparator#> rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue ">" ] . ### http://hl7.org/fhir/quantity-comparator#>= rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue ">=" ] . ### http://hl7.org/fhir/quantity-comparator#< rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "<" ] . ### http://hl7.org/fhir/quantity-comparator#<= rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty fhir:value ; owl:hasValue "<=" ] . ### http://hl7.org/fhir/vs/criticality rdf:type owl:Class ; rdfs:label "Criticality" ; rdfs:subClassOf fhir:Valuesets ; owl:disjointUnionOf ( criticality:fatal criticality:high criticality:low criticality:medium ) . ### http://hl7.org/fhir/vs/http-verb rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ### http://hl7.org/fhir/vs/identifierUse rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets ; owl:disjointUnionOf ( identifierUse:official identifierUse:secondary identifierUse:temp identifierUse:usual ) . ### http://hl7.org/fhir/vs/narrative-status rdf:type owl:Class ; rdfs:label "NarrativeStatus" ; rdfs:subClassOf fhir:Valuesets ; owl:disjointUnionOf ( narrative-status:additional narrative-status:empty narrative-status:extensions narrative-status:generated ) . ### http://hl7.org/fhir/vs/quantity-comparator rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets ; owl:disjointUnionOf ( ) . ### http://hl7.org/fhir/vs/search-entry-mode rdf:type owl:Class ; rdfs:subClassOf fhir:Valuesets . ################################################################# # # Individuals # ################################################################# ### http://hl7.org/fhir#falseBoolean :falseBoolean rdf:type fhir:boolean , owl:NamedIndividual . ### http://hl7.org/fhir/anAllergyStatuscode fhir:anAllergyStatuscode rdf:type owl:NamedIndividual . ### http://hl7.org/fhir/anAllergySubstanceCodeableConcept fhir:anAllergySubstanceCodeableConcept rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/beeStingCoding fhir:beeStingCoding rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/beeStingConcept fhir:beeStingConcept rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/beeStingcodeBase fhir:beeStingcodeBase rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/falseAllergyIntoleranceStatus fhir:falseAllergyIntoleranceStatus rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/falseAllergyStatuscodeBase fhir:falseAllergyStatuscodeBase rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/foo fhir:foo rdf:type fhir:CodeSystemURI , fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/noAllergiesCodeableConcept fhir:noAllergiesCodeableConcept rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/noAllergiesCoding fhir:noAllergiesCoding rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/noAllergiescodeBase fhir:noAllergiescodeBase rdf:type fhir:TestIndividuals , owl:NamedIndividual . ### http://hl7.org/fhir/cs/allergy-intolerance-status fhircs:allergy-intolerance-status rdf:type fhir:CodeSystemURI , owl:NamedIndividual ; fhir:caseSensitive "true"^^xsd:boolean ; fhir:valueset-oid "urn:oid:2.16.840.1.113883.4.642.1.50" ; fhir:prefix "http://hl7.org/fhir/allergy-intolerance-status#" ; fhir:version "1.0.2" . ### http://snomed.info/sct rdf:type fhir:CodeSystemURI , owl:NamedIndividual . ################################################################# # # General axioms # ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( fhir:CodeableConcept fhir:Coding fhir:Coding.Code ) ] . ### Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net