@prefix fhir:  <http://hl7.org/fhir/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fhir-vs: <http://hl7.org/fhir/ValueSet/> .
@prefix cs:    <http://hl7.org/orim/codesystem/> .
@prefix dt:    <http://hl7.org/orim/datatype/> .
@prefix ex:    <http://hl7.org/fhir/StructureDefinition/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rim:   <http://hl7.org/owl/rim/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vs:    <http://hl7.org/orim/valueset/> .
@prefix w5:    <http://hl7.org/fhir/w5#> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

fhir:constituent  a                     owl:ObjectProperty ;
        rdfs:comment                    "ManufacturedItemDefinition.component.component.constituent: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)." , "ManufacturedItemDefinition.component.constituent: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)." ;
        rdfs:label                      "constituent" ;
        fhir:modifierExtensionProperty  fhir:_constituent ;
        dc:title                        "ManufacturedItemDefinition.component.component.constituent: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)" , "ManufacturedItemDefinition.component.constituent: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)" .

fhir:_careTeam  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.careTeam" , "(Modified) EpisodeOfCare.careTeam" , "(Modified) Encounter.careTeam" , "(Modified) Claim.careTeam" , "(Modified) CarePlan.careTeam" ;
        rdfs:label    "_careTeam" .

fhir:ClinicalUseDefinitionWarningComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionWarningComponent: A critical piece of information about environmental, health or physical risks or hazards that serve as caution to the user. For example 'Do not operate heavy machinery', 'May cause drowsiness', or 'Get medical advice/attention if you feel unwell'." ;
        rdfs:label       "ClinicalUseDefinitionWarningComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] .

fhir:PlanDefinitionActionParticipantComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponentAction.PlanDefinitionActionParticipantComponent: Indicates who should participate in performing the action described." , "PlanDefinitionActionComponent.PlanDefinitionActionParticipantComponent: Indicates who should participate in performing the action described." ;
        rdfs:label       "PlanDefinitionActionParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:actorId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actorId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:actorId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actorId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:VisionPrescriptionLensSpecificationComponent
        a                owl:Class ;
        rdfs:comment     "VisionPrescriptionLensSpecificationComponent: Contain the details of  the individual lens specifications and serves as the authorization for the fullfillment by certified professionals." ;
        rdfs:label       "VisionPrescriptionLensSpecificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:diameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:brand
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:eye
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:backCurve
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:eye
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Prism ;
                           owl:onProperty     fhir:prism
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:axis
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:power
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sphere
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:add
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:product
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:brand
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:color
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:color
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cylinder
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:cylinder
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:add
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:product
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:diameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:axis
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:power
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:sphere
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:backCurve
                         ] .

fhir:_answerOption  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.answerOption" , "(Modified) Questionnaire.item.answerOption" ;
        rdfs:label    "_answerOption" .

fhir:decimal  a          owl:Class ;
        rdfs:comment     "A rational number with implicit precision" ;
        rdfs:label       "decimal" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  [ a            rdfs:Datatype ;
                                                owl:unionOf  ( xsd:decimal xsd:double )
                                              ] ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_applies  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.applies" , "(Modified) Contract.term.applies" , "(Modified) Contract.applies" ;
        rdfs:label    "_applies" .

fhir:serviceProvider  a                 owl:ObjectProperty ;
        rdfs:comment                    "Encounter.serviceProvider: The organization that is primarily responsible for this Encounter's services. This MAY be the same as the organization on the Patient record, however it could be different, such as if the actor performing the services was from an external organization (which may be billed seperately) for an external consultation.  Refer to the colonoscopy example on the Encounter examples tab." ;
        rdfs:label                      "serviceProvider" ;
        fhir:modifierExtensionProperty  fhir:_serviceProvider ;
        dc:title                        "Encounter.serviceProvider: The organization (facility) responsible for this encounter" .

fhir:NutritionProductIngredientComponent
        a                owl:Class ;
        rdfs:comment     "NutritionProductIngredientComponent: Ingredients contained in this product." ;
        rdfs:label       "NutritionProductIngredientComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Ratio ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] .

fhir:Error  a            owl:Class ;
        rdfs:comment     "ClaimResponse.Error: Errors encountered during the processing of the adjudication." ;
        rdfs:label       "Error" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:itemSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:subDetailSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:detailSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:itemSequence
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subDetailSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:detailSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] .

fhir:productStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.productStatus: Whether the product is currently available." ;
        rdfs:label                      "productStatus" ;
        fhir:modifierExtensionProperty  fhir:_productStatus ;
        dc:title                        "BiologicallyDerivedProduct.productStatus: available | unavailable" .

fhir:ImagingStudySeriesPerformerComponent
        a                owl:Class ;
        rdfs:comment     "ImagingStudySeriesComponent.ImagingStudySeriesPerformerComponent: Indicates who or what performed the series and how they were involved." ;
        rdfs:label       "ImagingStudySeriesPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:_lowerLimit  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.lowerLimit" ;
        rdfs:label    "_lowerLimit" .

fhir:Medication  a                   owl:Class ;
        rdfs:comment                 "This resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use." ;
        rdfs:label                   "Medication" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.medication ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Quantity ;
                                       owl:onProperty     fhir:totalVolume
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:doseForm
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:marketingAuthorizationHolder
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:batch
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationIngredientComponent ;
                                       owl:onProperty     fhir:ingredient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doseForm
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationBatchComponent ;
                                       owl:onProperty     fhir:batch
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:totalVolume
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:marketingAuthorizationHolder
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Medication .

fhir:header  a                          owl:ObjectProperty ;
        rdfs:comment                    "Endpoint.header: Additional headers / information to send as part of the notification." ;
        rdfs:label                      "header" ;
        fhir:modifierExtensionProperty  fhir:_header ;
        dc:title                        "Endpoint.header: Usage depends on the channel type" .

fhir:StructureMapGroupRuleComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent.StructureMapGroupRuleComponent: Transform Rule from source to target." ;
        rdfs:label       "StructureMapGroupRuleComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupComponent.StructureMapGroupRuleComponentRule ;
                           owl:onProperty     fhir:rule
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleTargetComponent ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleDependentComponent ;
                           owl:onProperty     fhir:dependent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleSourceComponent ;
                           owl:onProperty     fhir:source
                         ] .

fhir:_productType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.productType" ;
        rdfs:label    "_productType" .

fhir:_relatedItem  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.association.relatedItem" ;
        rdfs:label    "_relatedItem" .

fhir:author  a                          owl:ObjectProperty ;
        rdfs:comment                    "Basic.author: Indicates who was responsible for creating the resource instance." , "DetectedIssue.mitigation.author: Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring." , "Library.author: An individiual or organization primarily involved in the creation and maintenance of the content." , "ArtifactAssessment.content.author: Indicates who or what authored the content." , "Composition.section.section.author: Identifies who is responsible for the information in this section, not necessarily who typed it in." , "MedicationKnowledge.author: The creator or owner of the knowledge or information about the medication." , "Evidence.author: An individiual, organization, or device primarily involved in the creation and maintenance of the content." , "EvidenceReport.author: An individiual, organization, or device primarily involved in the creation and maintenance of the content." , "RequestOrchestration.author: Provides a reference to the author of the request orchestration." , "ValueSet.author: An individiual or organization primarily involved in the creation and maintenance of the ValueSet." , "DetectedIssue.author: Individual or device responsible for the issue being raised.  For example, a decision support application or a pharmacist conducting a medication review." , "Flag.author: The person, organization or device that created the flag." , "CodeSystem.author: An individiual or organization primarily involved in the creation and maintenance of the CodeSystem." , "MessageHeader.author: The logical author of the message - the personor device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions." , "AdverseEvent.suspectEntity.causality.author: The author of the information on the possible cause of the event." , "EvidenceReport.section.author: Identifies who is responsible for the information in this section, not necessarily who typed it in." , "NamingSystem.author: An individiual or organization primarily involved in the creation and maintenance of the NamingSystem." , "Composition.author: Identifies who is responsible for the information in the composition, not necessarily who typed it in." , "Composition.section.author: Identifies who is responsible for the information in this section, not necessarily who typed it in." , "PlanDefinition.author: An individiual or organization primarily involved in the creation and maintenance of the content." , "MetadataResource.author: An individiual or organization primarily involved in the creation and maintenance of the {{title}}." , "DocumentReference.author: Identifies who is responsible for adding the information to the document." , "Contract.author: The individual or organization that authored the Contract definition, derivative, or instance in any legal state." , "ArtifactAssessment.content.component.author: Indicates who or what authored the content." , "EvidenceReport.section.section.author: Identifies who is responsible for the information in this section, not necessarily who typed it in." , "EventDefinition.author: An individiual or organization primarily involved in the creation and maintenance of the content." , "EvidenceVariable.author: An individiual or organization primarily involved in the creation and maintenance of the content." , "QuestionnaireResponse.author: The individual or device that received the answers to the questions in the QuestionnaireResponse and recorded them in the system." , "SubstanceSourceMaterial.organism.author: 4.9.13.6.1 Author type (Conditional)." , "Linkage.author: Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated." , "Measure.author: An individiual or organization primarily involved in the creation and maintenance of the content." , "Citation.author: Who authored or created the citation record." , "ActivityDefinition.author: An individiual or organization primarily involved in the creation and maintenance of the content." , "Annotation.author" , "ConceptMap.author: An individiual or organization primarily involved in the creation and maintenance of the ConceptMap." ;
        rdfs:label                      "author" ;
        rdfs:subPropertyOf              w5:who.author , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_author ;
        dc:title                        "Library.author: Who authored the content" , "Composition.author: Who and/or what authored the composition" , "Basic.author: Who created" , "Evidence.author: Who authored the content" , "Citation.author: Who authored the citation record" , "MedicationKnowledge.author: Creator or owner of the knowledge or information about the medication" , "MessageHeader.author: The source of the decision" , "ActivityDefinition.author: Who authored the content" , "ConceptMap.author: Who authored the ConceptMap" , "RequestOrchestration.author: Device or practitioner that authored the request orchestration" , "DocumentReference.author: Who and/or what authored the document" , "SubstanceSourceMaterial.organism.author: 4.9.13.6.1 Author type (Conditional)" , "Contract.author: Source of Contract" , "EvidenceVariable.author: Who authored the content" , "Measure.author: Who authored the content" , "Composition.section.section.author: Who and/or what authored the section" , "Flag.author: Flag creator" , "QuestionnaireResponse.author: The individual or device that received and recorded the answers" , "AdverseEvent.suspectEntity.causality.author: Author of the information on the possible cause of the event" , "NamingSystem.author: Who authored the CodeSystem" , "ArtifactAssessment.content.component.author: Who authored the content" , "ValueSet.author: Who authored the ValueSet" , "Linkage.author: Who is responsible for linkages" , "PlanDefinition.author: Who authored the content" , "ArtifactAssessment.content.author: Who authored the content" , "EvidenceReport.author: Who authored the content" , "DetectedIssue.author: The provider or device that identified the issue" , "MetadataResource.author: Who authored the {{title}}" , "EvidenceReport.section.author: Who and/or what authored the section" , "DetectedIssue.mitigation.author: Who is committing?" , "EvidenceReport.section.section.author: Who and/or what authored the section" , "EventDefinition.author: Who authored the content" , "Composition.section.author: Who and/or what authored the section" , "CodeSystem.author: Who authored the CodeSystem" .

fhir:_direction  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.direction" , "(Modified) TestScript.setup.action.assert.direction" , "(Modified) DataRequirement.sort.direction" ;
        rdfs:label    "_direction" .

fhir:_frequencyOfOccurrence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.undesirableEffect.frequencyOfOccurrence" ;
        rdfs:label    "_frequencyOfOccurrence" .

fhir:RequestOrchestration
        a                            owl:Class ;
        rdfs:comment                 "A set of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\"." ;
        rdfs:label                   "RequestOrchestration" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:replaces
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:goal
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RequestOrchestrationActionComponent ;
                                       owl:onProperty     fhir:action
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        fhir:modifierExtensionClass  fhir:_RequestOrchestration .

fhir:Detail  a           owl:Class ;
        rdfs:comment     "Claim.Item.Detail: A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items." , "ExplanationOfBenefit.Item.Detail: Second-tier of goods and services." ;
        rdfs:label       "Detail" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:udi
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubDetail ;
                           owl:onProperty     fhir:subDetail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.Item.DetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:udi
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubDetail ;
                           owl:onProperty     fhir:subDetail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.Item.DetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] .

fhir:numberOfRepeatsAllowed
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed: An integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication. Usage Notes: This integer does not include the original order dispense. This means that if an order indicates dispense 30 tablets plus \"3 repeats\", then the order can be dispensed a total of 4 times and the patient can receive a total of 120 tablets.  A prescriber may explicitly say that zero refills are permitted after the initial dispense." ;
        rdfs:label                      "numberOfRepeatsAllowed" ;
        fhir:modifierExtensionProperty  fhir:_numberOfRepeatsAllowed ;
        dc:title                        "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed: Number of refills authorized" .

fhir:_communicationRequest
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.communicationRequest" ;
        rdfs:label    "_communicationRequest" .

fhir:DocumentReferenceContentProfileComponent
        a                owl:Class ;
        rdfs:comment     "DocumentReferenceContentComponent.DocumentReferenceContentProfileComponent: An identifier of the document constraints, encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType." ;
        rdfs:label       "DocumentReferenceContentProfileComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] .

fhir:_masterFile  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.masterFile" ;
        rdfs:label    "_masterFile" .

fhir:comment  a                         owl:ObjectProperty ;
        rdfs:comment                    "Schedule.comment: Comments on the availability to describe any extended information. Such as custom constraints on the slots that may be associated." , "SubstanceReferenceInformation.comment: Todo." , "ElementDefinition.comment: Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc. (Note: The text you are reading is specified in ElementDefinition.comment)." , "Ingredient.comment: A place for providing any notes that are relevant to the component, e.g. removed during process, adjusted for loss on drying." , "InsurancePlan.plan.generalCost.comment: Additional information about the general costs associated with this plan." , "StructureDefinition.mapping.comment: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage." , "ElementDefinition.mapping.comment: Comments that provide information about the mapping or its use." , "DiagnosticReport.media.comment: A comment about the image or data. Typically, this is used to provide an explanation for why the image or data is included, or to draw the viewer's attention to important features." , "ConceptMap.group.element.target.comment: A description of status/issues in mapping that conveys additional information not represented in  the structured data." , "HealthcareService.eligibility.comment: Describes the eligibility conditions for the service." , "OperationDefinition.overload.comment: Comments to go on overload." , "NamingSystem.uniqueId.comment: Notes about the past or intended usage of this identifier." , "HealthcareService.comment: Any additional description of the service and/or any specific issues not covered by the other attributes, which can be displayed as further detail under the serviceName." , "OperationDefinition.comment: Additional information about how to use this operation or named query." , "AppointmentResponse.comment: Additional comments about the appointment." , "Slot.comment: Comments on the slot to describe any extended information. Such as custom constraints on the slot." ;
        rdfs:label                      "comment" ;
        fhir:modifierExtensionProperty  fhir:_comment ;
        dc:title                        "Ingredient.comment: A place for providing any notes that are relevant to the component, e.g. removed during process, adjusted for loss on drying" , "HealthcareService.comment: Additional description and/or any specific issues not covered elsewhere" , "Slot.comment: Comments on the slot to describe any extended information. Such as custom constraints on the slot" , "ConceptMap.group.element.target.comment: Description of status/issues in mapping" , "ElementDefinition.comment: Comments about the use of this element" , "OperationDefinition.overload.comment: Comments to go on overload" , "StructureDefinition.mapping.comment: Versions, Issues, Scope limitations etc" , "SubstanceReferenceInformation.comment: Todo" , "OperationDefinition.comment: Additional information about use" , "InsurancePlan.plan.generalCost.comment: Additional cost information" , "NamingSystem.uniqueId.comment: Notes about identifier usage" , "DiagnosticReport.media.comment: Comment about the image or data (e.g. explanation)" , "ElementDefinition.mapping.comment: Comments about the mapping or its use" , "HealthcareService.eligibility.comment: Describes the eligibility conditions for the service" , "Schedule.comment: Comments on availability" , "AppointmentResponse.comment: Additional comments" .

fhir:availableTime  a                   owl:ObjectProperty ;
        rdfs:comment                    "Availability.availableTime: Times the {item} is available." ;
        rdfs:label                      "availableTime" ;
        fhir:modifierExtensionProperty  fhir:_availableTime ;
        dc:title                        "Availability.availableTime: Times the {item} is available" .

fhir:_assert  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert" , "(Modified) TestScript.setup.action.assert" , "(Modified) TestReport.test.action.assert" , "(Modified) TestReport.setup.action.assert" ;
        rdfs:label    "_assert" .

fhir:listRuleId  a                      owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.rule.target.listRuleId: Internal rule reference for shared list items." , "StructureMap.group.rule.target.listRuleId: Internal rule reference for shared list items." ;
        rdfs:label                      "listRuleId" ;
        fhir:modifierExtensionProperty  fhir:_listRuleId ;
        dc:title                        "StructureMap.group.rule.rule.target.listRuleId: Internal rule reference for shared list items" , "StructureMap.group.rule.target.listRuleId: Internal rule reference for shared list items" .

fhir:preAdmissionIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Encounter.admission.preAdmissionIdentifier: Pre-admission identifier." ;
        rdfs:label                      "preAdmissionIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_preAdmissionIdentifier ;
        dc:title                        "Encounter.admission.preAdmissionIdentifier: Pre-admission identifier" .

fhir:participantType  a                 owl:ObjectProperty ;
        rdfs:comment                    "AppointmentResponse.participantType: Role of participant in the appointment." ;
        rdfs:label                      "participantType" ;
        fhir:modifierExtensionProperty  fhir:_participantType ;
        dc:title                        "AppointmentResponse.participantType: Role of participant in the appointment" .

fhir:_related  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.related" , "(Modified) Claim.related" ;
        rdfs:label    "_related" .

fhir:SupplementSchedule
        a                owl:Class ;
        rdfs:comment     "NutritionOrderSupplementComponent.SupplementSchedule: Schedule information for a supplement." ;
        rdfs:label       "SupplementSchedule" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:asNeededFor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:asNeededFor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:asNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:asNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Timing ;
                           owl:onProperty     fhir:timing
                         ] .

fhir:reAdmission  a                     owl:ObjectProperty ;
        rdfs:comment                    "Encounter.admission.reAdmission: Indicates that this encounter is directly related to a prior admission, often because the conditions addressed in the prior admission were not fully addressed." ;
        rdfs:label                      "reAdmission" ;
        fhir:modifierExtensionProperty  fhir:_reAdmission ;
        dc:title                        "Encounter.admission.reAdmission: Indicates that the patient is being re-admitted" .

fhir:_requestURL  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.requestURL" , "(Modified) TestScript.setup.action.assert.requestURL" ;
        rdfs:label    "_requestURL" .

fhir:_caseSensitive  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CodeSystem.caseSensitive" ;
        rdfs:label    "_caseSensitive" .

fhir:Consent.provisionProvision
        a                owl:Class ;
        rdfs:comment     "Provisions which provide exceptions to the base provision or subprovisions." ;
        rdfs:label       "Consent.provisionProvision" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dataPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:documentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Consent.provisionProvisionProvision ;
                           owl:onProperty     fhir:provision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:securityLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:provisionActor ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:dataPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:provisionData ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:resourceType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        dc:title         "Nested Exception Provisions" .

fhir:_chargeItem  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.lineItem.chargeItem" , "(Modified) DeviceDefinition.chargeItem" ;
        rdfs:label    "_chargeItem" .

fhir:_withdrawalPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod" ;
        rdfs:label    "_withdrawalPeriod" .

fhir:CapabilityStatementImplementationComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementImplementationComponent: Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program." ;
        rdfs:label       "CapabilityStatementImplementationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:custodian
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:custodian
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:description
                         ] .

fhir:analysis  a                        owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis: The details about a specific analysis that was performed in this GenomicStudy." ;
        rdfs:label                      "analysis" ;
        fhir:modifierExtensionProperty  fhir:_analysis ;
        dc:title                        "GenomicStudy.analysis: Genomic Analysis Event" .

fhir:monitoringProgram
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.monitoringProgram: The program under which the medication is reviewed." ;
        rdfs:label                      "monitoringProgram" ;
        fhir:modifierExtensionProperty  fhir:_monitoringProgram ;
        dc:title                        "MedicationKnowledge.monitoringProgram: Program under which a medication is reviewed" .

fhir:_date  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.date" , "(Modified) RegulatedAuthorization.case.application.date" , "(Modified) StructureDefinition.date" , "(Modified) PaymentReconciliation.allocation.date" , "(Modified) TestScript.date" , "(Modified) ImmunizationEvaluation.date" , "(Modified) ImplementationGuide.date" , "(Modified) ConceptMap.date" , "(Modified) RegulatedAuthorization.case.date" , "(Modified) Composition.date" , "(Modified) SpecimenDefinition.date" , "(Modified) PaymentReconciliation.date" , "(Modified) Evidence.date" , "(Modified) TestPlan.date" , "(Modified) StructureMap.date" , "(Modified) TerminologyCapabilities.date" , "(Modified) CodeSystem.date" , "(Modified) CapabilityStatement.date" , "(Modified) ExplanationOfBenefit.procedure.date" , "(Modified) Questionnaire.date" , "(Modified) OperationDefinition.date" , "(Modified) DocumentReference.date" , "(Modified) ActivityDefinition.date" , "(Modified) ConditionDefinition.date" , "(Modified) CompartmentDefinition.date" , "(Modified) GraphDefinition.date" , "(Modified) ClaimResponse.payment.date" , "(Modified) Citation.date" , "(Modified) SubstanceDefinition.name.translation.official.date" , "(Modified) MessageDefinition.date" , "(Modified) EventDefinition.date" , "(Modified) Immunization.reaction.date" , "(Modified) SearchParameter.date" , "(Modified) FamilyMemberHistory.date" , "(Modified) NamingSystem.date" , "(Modified) EvidenceVariable.date" , "(Modified) GenomicStudy.analysis.date" , "(Modified) ChargeItemDefinition.date" , "(Modified) ImmunizationRecommendation.date" , "(Modified) ExplanationOfBenefit.payment.date" , "(Modified) List.entry.date" , "(Modified) Claim.accident.date" , "(Modified) Library.date" , "(Modified) ArtifactAssessment.date" , "(Modified) Invoice.date" , "(Modified) ExampleScenario.date" , "(Modified) ValueSet.date" , "(Modified) DetectedIssue.mitigation.date" , "(Modified) SubstanceDefinition.name.synonym.official.date" , "(Modified) Permission.date" , "(Modified) ObservationDefinition.date" , "(Modified) Claim.procedure.date" , "(Modified) Requirements.date" , "(Modified) ActorDefinition.date" , "(Modified) ExplanationOfBenefit.accident.date" , "(Modified) List.date" , "(Modified) Measure.date" , "(Modified) CanonicalResource.date" , "(Modified) SubscriptionTopic.date" , "(Modified) SubstanceDefinition.name.official.date" , "(Modified) VerificationResult.attestation.date" , "(Modified) ClinicalImpression.date" , "(Modified) MeasureReport.date" , "(Modified) PlanDefinition.date" , "(Modified) Consent.date" ;
        rdfs:label    "_date" .

fhir:satisfiedBy  a                     owl:ObjectProperty ;
        rdfs:comment                    "Requirements.statement.satisfiedBy: A reference to another artifact that satisfies this requirement. This could be a Profile, extension, or an element in one of those, or a CapabilityStatement, OperationDefinition, SearchParameter, CodeSystem(/code), ValueSet, Libary etc." ;
        rdfs:label                      "satisfiedBy" ;
        fhir:modifierExtensionProperty  fhir:_satisfiedBy ;
        dc:title                        "Requirements.statement.satisfiedBy: Design artifact that satisfies this requirement" .

fhir:artifact  a                        owl:ObjectProperty ;
        rdfs:comment                    "TestScript.scope.artifact: The specific conformance artifact being tested. The canonical reference can be version-specific." , "ArtifactAssessment.artifact" ;
        rdfs:label                      "artifact" ;
        fhir:modifierExtensionProperty  fhir:_artifact ;
        dc:title                        "TestScript.scope.artifact: The specific conformance artifact being tested" .

fhir:timing  a                          owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.timing" , "Claim.supportingInfo.timing" , "NutritionOrder.oralDiet.schedule.timing: The time period and frequency at which the diet should be given.  The diet should be given for the combination of all schedules if more than one schedule is present." , "NutritionOrder.enteralFormula.administration.schedule.timing: The time period and frequency at which the enteral formula should be given.  The enteral formula should be given for the combination of all schedules if more than one schedule is present." , "ActivityDefinition.timing" , "Dosage.timing: When medication should be administered." , "ExplanationOfBenefit.supportingInfo.timing" , "PlanDefinition.action.action.timing" , "PlanDefinition.action.timing" , "TriggerDefinition.timing" , "RequestOrchestration.action.action.timing" , "NutritionOrder.supplement.schedule.timing: The time period and frequency at which the supplement should be given.  The supplement should be given for the combination of all schedules if more than one schedule is present." , "DeviceUsage.timing" ;
        rdfs:label                      "timing" ;
        fhir:modifierExtensionProperty  fhir:_timing ;
        dc:title                        "NutritionOrder.enteralFormula.administration.schedule.timing: Scheduled frequency of enteral formula" , "NutritionOrder.supplement.schedule.timing: Scheduled frequency of diet" , "Dosage.timing: When medication should be administered" , "NutritionOrder.oralDiet.schedule.timing: Scheduled frequency of diet" .

fhir:appliesToAll  a                    owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.supportingInfo.appliesToAll: The supporting materials are applicable for all detail items, product/servce categories and specific billing codes." ;
        rdfs:label                      "appliesToAll" ;
        fhir:modifierExtensionProperty  fhir:_appliesToAll ;
        dc:title                        "CoverageEligibilityRequest.supportingInfo.appliesToAll: Applies to all items" .

fhir:_appointmentRequired
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) HealthcareService.appointmentRequired" ;
        rdfs:label    "_appointmentRequired" .

fhir:_canFilterBy  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.canFilterBy" ;
        rdfs:label    "_canFilterBy" .

fhir:filter  a                          owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.compose.exclude.filter: Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified within the include, they SHALL all be true." , "TerminologyCapabilities.codeSystem.version.filter: Filter Properties supported." , "CodeSystem.filter: A filter that can be used in a value set compose statement when selecting concepts using a filter." , "ValueSet.compose.include.filter: Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified within the include, they SHALL all be true." ;
        rdfs:label                      "filter" ;
        fhir:modifierExtensionProperty  fhir:_filter ;
        dc:title                        "TerminologyCapabilities.codeSystem.version.filter: Filter Properties supported" , "ValueSet.compose.include.filter: Select codes/concepts by their properties (including relationships)" , "ValueSet.compose.exclude.filter: Select codes/concepts by their properties (including relationships)" , "CodeSystem.filter: Filter that can be used in a value set" .

fhir:_targetNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.recruitment.targetNumber" ;
        rdfs:label    "_targetNumber" .

fhir:_additive  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container.additive.additive" , "(Modified) SpecimenDefinition.typeTested.container.additive" , "(Modified) Specimen.processing.additive" , "(Modified) NutritionOrder.enteralFormula.additive" ;
        rdfs:label    "_additive" .

fhir:_management  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.interaction.management" ;
        rdfs:label    "_management" .

fhir:_phylum  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.organismGeneral.phylum" ;
        rdfs:label    "_phylum" .

fhir:_distributor  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.distributor" , "(Modified) DeviceDefinition.packaging.distributor" ;
        rdfs:label    "_distributor" .

fhir:_clinicalRecommendationStatement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.clinicalRecommendationStatement" ;
        rdfs:label    "_clinicalRecommendationStatement" .

fhir:_manifest  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest" ;
        rdfs:label    "_manifest" .

fhir:cancellationDate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.cancellationDate: The date/time describing when the appointment was cancelled." ;
        rdfs:label                      "cancellationDate" ;
        fhir:modifierExtensionProperty  fhir:_cancellationDate ;
        dc:title                        "Appointment.cancellationDate: When the appointment was cancelled" .

fhir:_doseQuantity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.doseQuantity" ;
        rdfs:label    "_doseQuantity" .

fhir:DeviceDefinitionPackagingComponentUdiDeviceIdentifier
        a                owl:Class ;
        rdfs:comment     "Unique Device Identifier (UDI) Barcode string on the packaging." ;
        rdfs:label       "DeviceDefinitionPackagingComponentUdiDeviceIdentifier" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UdiDeviceIdentifierMarketDistribution ;
                           owl:onProperty     fhir:marketDistribution
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        dc:title         "Unique Device Identifier (UDI) Barcode string on the packaging" .

fhir:VerificationResult
        a                            owl:Class ;
        rdfs:comment                 "Describes validation requirements, source(s), status and dates for one or more elements." ;
        rdfs:label                   "VerificationResult" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.entity ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:failureAction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:attestation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VerificationResultPrimarySourceComponent ;
                                       owl:onProperty     fhir:primarySource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:nextScheduled
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:need
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:nextScheduled
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:frequency
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:validationType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:targetLocation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Timing ;
                                       owl:onProperty     fhir:frequency
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lastPerformed
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:validationProcess
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:need
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:target
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:lastPerformed
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VerificationResultAttestationComponent ;
                                       owl:onProperty     fhir:attestation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:failureAction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:validationType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VerificationResultValidatorComponent ;
                                       owl:onProperty     fhir:validator
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusDate
                                     ] ;
        fhir:modifierExtensionClass  fhir:_VerificationResult .

fhir:preference  a                      owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.preference: The preference for this type of conditioned specimen." ;
        rdfs:label                      "preference" ;
        fhir:modifierExtensionProperty  fhir:_preference ;
        dc:title                        "SpecimenDefinition.typeTested.preference: preferred | alternate" .

fhir:_asserter  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.asserter" ;
        rdfs:label    "_asserter" .

fhir:_regulatoryIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.regulatoryIdentifier" ;
        rdfs:label    "_regulatoryIdentifier" .

fhir:molecularFormula
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.molecularFormula: An expression which states the number and type of atoms present in a molecule of a substance." , "SubstanceDefinition.moiety.molecularFormula: Molecular formula for this moiety of this substance, typically using the Hill system." ;
        rdfs:label                      "molecularFormula" ;
        fhir:modifierExtensionProperty  fhir:_molecularFormula ;
        dc:title                        "SubstanceDefinition.structure.molecularFormula: An expression which states the number and type of atoms present in a molecule of a substance" , "SubstanceDefinition.moiety.molecularFormula: Molecular formula for this moiety (e.g. with the Hill system)" .

fhir:isActive  a                        owl:ObjectProperty ;
        rdfs:comment                    "Medication.ingredient.isActive: Indication of whether this ingredient affects the therapeutic action of the drug." ;
        rdfs:label                      "isActive" ;
        fhir:modifierExtensionProperty  fhir:_isActive ;
        dc:title                        "Medication.ingredient.isActive: Active ingredient indicator" .

fhir:dispenserInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.dispenserInstruction: Provides additional information to the dispenser, for example, counselling to be provided to the patient." ;
        rdfs:label                      "dispenserInstruction" ;
        fhir:modifierExtensionProperty  fhir:_dispenserInstruction ;
        dc:title                        "MedicationRequest.dispenseRequest.dispenserInstruction: Additional information for the dispenser" .

fhir:MedicationKnowledgeRelatedMedicationKnowledgeComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeRelatedMedicationKnowledgeComponent: Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor." ;
        rdfs:label       "MedicationKnowledgeRelatedMedicationKnowledgeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:CapabilityStatementRestSecurityComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent.CapabilityStatementRestSecurityComponent: Information about security implementation from an interface perspective - what a client needs to know." ;
        rdfs:label       "CapabilityStatementRestSecurityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:service
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cors
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:cors
                         ] .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess
        a                owl:Class ;
        rdfs:comment     "Indicates that the step is a complex sub-process with its own steps." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Step is nested process" .

fhir:initialSelected  a                 owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.answerOption.initialSelected: Indicates whether the answer value is selected when the list of possible answers is initially shown." , "Questionnaire.item.answerOption.initialSelected: Indicates whether the answer value is selected when the list of possible answers is initially shown." ;
        rdfs:label                      "initialSelected" ;
        fhir:modifierExtensionProperty  fhir:_initialSelected ;
        dc:title                        "Questionnaire.item.item.answerOption.initialSelected: Whether option is selected by default" , "Questionnaire.item.answerOption.initialSelected: Whether option is selected by default" .

fhir:_preventiveAction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.preventiveAction" ;
        rdfs:label    "_preventiveAction" .

fhir:DeviceDefinitionConformsToComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionConformsToComponent: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards." ;
        rdfs:label       "DeviceDefinitionConformsToComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:specification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:specification
                         ] .

fhir:_MedicationStatement
        a                owl:Class ;
        rdfs:comment     "(Modified) MedicationStatement" ;
        rdfs:label       "_MedicationStatement" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_availableStartTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.availableTime.availableStartTime" ;
        rdfs:label    "_availableStartTime" .

fhir:validationType  a                  owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.validationType: What the target is validated against (nothing; primary source; multiple sources)." ;
        rdfs:label                      "validationType" ;
        fhir:modifierExtensionProperty  fhir:_validationType ;
        dc:title                        "VerificationResult.validationType: nothing | primary | multiple" .

fhir:_axis  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.axis" ;
        rdfs:label    "_axis" .

fhir:_serialNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.serialNumber" ;
        rdfs:label    "_serialNumber" .

fhir:Narrative  a        owl:Class ;
        rdfs:comment     "A human-readable summary of the resource conveying the essential clinical and business information for the resource." ;
        rdfs:label       "Narrative" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:div
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:xhtml ;
                           owl:onProperty     fhir:div
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        dc:title         "Human-readable summary of the resource (essential clinical and business information)" .

fhir:_dependency  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.dependency" , "(Modified) TestPlan.dependency" ;
        rdfs:label    "_dependency" .

fhir:endDate  a                         owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.progress.endDate: The date when the state ended." ;
        rdfs:label                      "endDate" ;
        fhir:modifierExtensionProperty  fhir:_endDate ;
        dc:title                        "ResearchSubject.progress.endDate: State change date" .

fhir:_prognosisReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalImpression.prognosisReference" ;
        rdfs:label    "_prognosisReference" .

fhir:_recruitment  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.recruitment" ;
        rdfs:label    "_recruitment" .

fhir:searchParam  a                     owl:ObjectProperty ;
        rdfs:comment                    "DataRequirement.valueFilter.searchParam: A search parameter defined on the specified type of the DataRequirement, and which searches on elements of a type compatible with the type of the valueFilter.value[x] for the filter." , "CapabilityStatement.rest.searchParam: Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. This is only for searches executed against the system-level endpoint." , "DataRequirement.codeFilter.searchParam: A token parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type code, Coding, or CodeableConcept." , "DataRequirement.dateFilter.searchParam: A date parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type date, dateTime, Period, Schedule, or Timing." , "CapabilityStatement.rest.resource.searchParam: Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation." ;
        rdfs:label                      "searchParam" ;
        fhir:modifierExtensionProperty  fhir:_searchParam ;
        dc:title                        "CapabilityStatement.rest.resource.searchParam: Search parameters supported by implementation" , "CapabilityStatement.rest.searchParam: Search parameters for searching all resources" , "DataRequirement.valueFilter.searchParam: A parameter to search on" , "DataRequirement.dateFilter.searchParam: A date valued parameter to search on" , "DataRequirement.codeFilter.searchParam: A coded (token) parameter to search on" .

fhir:_usageInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDispense.usageInstruction" , "(Modified) DeviceDefinition.guideline.usageInstruction" , "(Modified) BiologicallyDerivedProductDispense.usageInstruction" ;
        rdfs:label    "_usageInstruction" .

fhir:_generation  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.definition.page.page.generation" , "(Modified) ImplementationGuide.definition.page.generation" ;
        rdfs:label    "_generation" .

fhir:artifactAssessment
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.classification.artifactAssessment: Complex or externally created classification." ;
        rdfs:label                      "artifactAssessment" ;
        fhir:modifierExtensionProperty  fhir:_artifactAssessment ;
        dc:title                        "Citation.citedArtifact.classification.artifactAssessment: Complex or externally created classification" .

fhir:complete  a                        owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.complete: Indicates if the list includes all authors and/or contributors." ;
        rdfs:label                      "complete" ;
        fhir:modifierExtensionProperty  fhir:_complete ;
        dc:title                        "Citation.citedArtifact.contributorship.complete: Indicates if the list includes all authors and/or contributors" .

fhir:_dependent  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.dependent" , "(Modified) StructureMap.group.rule.rule.dependent" , "(Modified) Coverage.dependent" ;
        rdfs:label    "_dependent" .

fhir:_due  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.goal.target.due" , "(Modified) Goal.target.due" ;
        rdfs:label    "_due" .

fhir:_replaces  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceRequest.replaces" , "(Modified) ChargeItemDefinition.replaces" , "(Modified) RequestOrchestration.replaces" , "(Modified) MessageDefinition.replaces" , "(Modified) ServiceRequest.replaces" , "(Modified) CommunicationRequest.replaces" , "(Modified) Appointment.replaces" , "(Modified) CarePlan.replaces" ;
        rdfs:label    "_replaces" .

fhir:EvidenceStatisticModelCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponent: A component of the method to generate the statistic." ;
        rdfs:label       "EvidenceStatisticModelCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticModelCharacteristicVariableComponent ;
                           owl:onProperty     fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponentAttributeEstimate ;
                           owl:onProperty     fhir:attributeEstimate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] .

fhir:_friday  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.friday" ;
        rdfs:label    "_friday" .

fhir:orderedBy  a                       owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.orderedBy: Specifies the order applied to the items in the section entries." , "EvidenceReport.section.section.orderedBy: Specifies the order applied to the items in the section entries." , "Composition.section.section.orderedBy: Specifies the order applied to the items in the section entries." , "List.orderedBy: What order applies to the items in the list." , "Composition.section.orderedBy: Specifies the order applied to the items in the section entries." ;
        rdfs:label                      "orderedBy" ;
        fhir:modifierExtensionProperty  fhir:_orderedBy ;
        dc:title                        "EvidenceReport.section.orderedBy: Order of section entries" , "Composition.section.section.orderedBy: Order of section entries" , "List.orderedBy: What order the list has" , "EvidenceReport.section.section.orderedBy: Order of section entries" , "Composition.section.orderedBy: Order of section entries" .

fhir:_modality  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.series.modality" , "(Modified) ImagingStudy.modality" , "(Modified) DocumentReference.modality" ;
        rdfs:label    "_modality" .

fhir:expirationType  a                  owl:ObjectProperty ;
        rdfs:comment                    "Contract.expirationType: Event resulting in discontinuation or termination of this Contract instance by one or more parties to the contract." ;
        rdfs:label                      "expirationType" ;
        fhir:modifierExtensionProperty  fhir:_expirationType ;
        dc:title                        "Contract.expirationType: Contract cessation cause" .

fhir:party  a                           owl:ObjectProperty ;
        rdfs:comment                    "Contract.signer.party: Party which is a signator to this Contract." , "ExplanationOfBenefit.payee.party: Reference to the individual or organization to whom any payment will be made." , "Claim.payee.party: Reference to the individual or organization to whom any payment will be made." , "Coverage.paymentBy.party: The list of parties providing non-insurance payment for the treatment costs." , "ResearchStudy.associatedParty.party: Individual or organization associated with study (use practitionerRole to specify their organisation)." , "DocumentReference.attester.party: Who attested the document in the specified way." , "Account.guarantor.party: The entity who is responsible." , "Contract.term.offer.party: Offer Recipient." , "Composition.attester.party: Who attested the composition in the specified way." , "Contract.term.group.offer.party: Offer Recipient." ;
        rdfs:label                      "party" ;
        rdfs:subPropertyOf              w5:who.author , w5:who.witness ;
        fhir:modifierExtensionProperty  fhir:_party ;
        dc:title                        "ResearchStudy.associatedParty.party: Individual or organization associated with study (use practitionerRole to specify their organisation)" , "Composition.attester.party: Who attested the composition" , "Contract.signer.party: Contract Signatory Party" , "Coverage.paymentBy.party: Parties performing self-payment" , "Claim.payee.party: Recipient reference" , "Account.guarantor.party: Responsible entity" , "DocumentReference.attester.party: Who attested the document" , "Contract.term.group.offer.party: Offer Recipient" , "ExplanationOfBenefit.payee.party: Recipient reference" , "Contract.term.offer.party: Offer Recipient" .

fhir:_objective  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.objective" ;
        rdfs:label    "_objective" .

fhir:_totalNet  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.totalNet" ;
        rdfs:label    "_totalNet" .

fhir:_adherence  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationStatement.adherence" , "(Modified) DeviceUsage.adherence" ;
        rdfs:label    "_adherence" .

fhir:_cardinalityBehavior
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.cardinalityBehavior" , "(Modified) RequestOrchestration.action.cardinalityBehavior" , "(Modified) PlanDefinition.action.action.cardinalityBehavior" , "(Modified) PlanDefinition.action.cardinalityBehavior" ;
        rdfs:label    "_cardinalityBehavior" .

fhir:startDate  a                       owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.progress.startDate: The date when the new status started." , "GenomicStudy.startDate: When the genomic study was started." ;
        rdfs:label                      "startDate" ;
        fhir:modifierExtensionProperty  fhir:_startDate ;
        dc:title                        "ResearchSubject.progress.startDate: State change date" , "GenomicStudy.startDate: When the genomic study was started" .

fhir:basis  a                           owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.basis: The legal or regulatory framework against which this authorization is granted, or other reasons for it." , "Permission.justification.basis: This would be a codeableconcept, or a coding, which can be constrained to , for example, the 6 grounds for processing in GDPR." , "Measure.basis: The population basis specifies the type of elements in the population. For a subject-based measure, this is boolean (because the subject and the population basis are the same, and the population criteria define yes/no values for each individual in the population). For measures that have a population basis that is different than the subject, this element specifies the type of the population basis. For example, an encounter-based measure has a subject of Patient and a population basis of Encounter, and the population criteria all return lists of Encounters." , "Measure.group.basis: The population basis specifies the type of elements in the population. For a subject-based measure, this is boolean (because the subject and the population basis are the same, and the population criteria define yes/no values for each individual in the population). For measures that have a population basis that is different than the subject, this element specifies the type of the population basis. For example, an encounter-based measure has a subject of Patient and a population basis of Encounter, and the population criteria all return lists of Encounters." , "ClinicalImpression.finding.basis: Which investigations support finding or diagnosis." , "Ingredient.substance.strength.basis: A code that indicates if the strength is, for example, based on the ingredient substance as stated or on the substance base (when the ingredient is a salt)." , "RiskAssessment.basis: Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.)." ;
        rdfs:label                      "basis" ;
        fhir:modifierExtensionProperty  fhir:_basis ;
        dc:title                        "ClinicalImpression.finding.basis: Which investigations support finding" , "RiskAssessment.basis: Information used in assessment" , "RegulatedAuthorization.basis: The legal/regulatory framework or reasons under which this authorization is granted" , "Ingredient.substance.strength.basis: A code that indicates if the strength is, for example, based on the ingredient substance as stated or on the substance base (when the ingredient is a salt)" , "Permission.justification.basis: The regulatory grounds upon which this Permission builds" , "Measure.basis: Population basis" , "Measure.group.basis: Population basis" .

fhir:_minutesDuration
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.minutesDuration" ;
        rdfs:label    "_minutesDuration" .

fhir:instruction  a                     owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.handling.instruction: Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'." , "NutritionOrder.oralDiet.instruction: Free text or additional instructions or information pertaining to the oral diet." , "ServiceRequest.patientInstruction.instruction" , "NutritionOrder.supplement.instruction: Free text or additional instructions or information pertaining to the oral supplement." ;
        rdfs:label                      "instruction" ;
        fhir:modifierExtensionProperty  fhir:_instruction ;
        dc:title                        "NutritionOrder.supplement.instruction: Instructions or additional information about the oral supplement" , "SpecimenDefinition.typeTested.handling.instruction: Preservation instruction" , "NutritionOrder.oralDiet.instruction: Instructions or additional information about the oral diet" .

fhir:_targetDisease  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.targetDisease" , "(Modified) ImmunizationEvaluation.targetDisease" , "(Modified) Immunization.protocolApplied.targetDisease" ;
        rdfs:label    "_targetDisease" .

fhir:eventTrigger  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.eventTrigger: Event definition which can be used to trigger the SubscriptionTopic." ;
        rdfs:label                      "eventTrigger" ;
        fhir:modifierExtensionProperty  fhir:_eventTrigger ;
        dc:title                        "SubscriptionTopic.eventTrigger: Event definitions the SubscriptionTopic" .

fhir:closure  a                         owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.closure: Whether the $closure operation is supported." ;
        rdfs:label                      "closure" ;
        fhir:modifierExtensionProperty  fhir:_closure ;
        dc:title                        "TerminologyCapabilities.closure: Information about the [ConceptMap/$closure](conceptmap-operation-closure.html) operation" .

fhir:numberOfParticipants
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.sampleSize.numberOfParticipants: A human-readable string to clarify or explain concepts about the sample size." ;
        rdfs:label                      "numberOfParticipants" ;
        fhir:modifierExtensionProperty  fhir:_numberOfParticipants ;
        dc:title                        "Evidence.statistic.sampleSize.numberOfParticipants: Cumulative number of participants" .

fhir:businessArrangement
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.insurance.businessArrangement: A business agreement number established between the provider and the insurer for special business processing purposes." , "ClaimResponse.insurance.businessArrangement: A business agreement number established between the provider and the insurer for special business processing purposes." , "Claim.insurance.businessArrangement: A business agreement number established between the provider and the insurer for special business processing purposes." ;
        rdfs:label                      "businessArrangement" ;
        fhir:modifierExtensionProperty  fhir:_businessArrangement ;
        dc:title                        "CoverageEligibilityRequest.insurance.businessArrangement: Additional provider contract number" , "ClaimResponse.insurance.businessArrangement: Additional provider contract number" , "Claim.insurance.businessArrangement: Additional provider contract number" .

fhir:requesterLinkId  a                 owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.action.requesterLinkId: Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse." , "Contract.term.action.requesterLinkId: Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse." ;
        rdfs:label                      "requesterLinkId" ;
        fhir:modifierExtensionProperty  fhir:_requesterLinkId ;
        dc:title                        "Contract.term.group.action.requesterLinkId: Pointer to specific item" , "Contract.term.action.requesterLinkId: Pointer to specific item" .

fhir:_programEligibility
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.programEligibility" ;
        rdfs:label    "_programEligibility" .

fhir:_average  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.average" ;
        rdfs:label    "_average" .

fhir:proxySignature  a                  owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.attestation.proxySignature: Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source." ;
        rdfs:label                      "proxySignature" ;
        fhir:modifierExtensionProperty  fhir:_proxySignature ;
        dc:title                        "VerificationResult.attestation.proxySignature: Proxy signature (digital or image)" .

fhir:_assessmentMethod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.suspectEntity.causality.assessmentMethod" ;
        rdfs:label    "_assessmentMethod" .

fhir:_series  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.series" , "(Modified) ImmunizationEvaluation.series" , "(Modified) Immunization.protocolApplied.series" , "(Modified) ImagingStudy.series" ;
        rdfs:label    "_series" .

fhir:_performingOrganization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.performingOrganization" ;
        rdfs:label    "_performingOrganization" .

fhir:frames  a                          owl:ObjectProperty ;
        rdfs:comment                    "Attachment.frames: The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required." ;
        rdfs:label                      "frames" ;
        fhir:modifierExtensionProperty  fhir:_frames ;
        dc:title                        "Attachment.frames: Number of frames if > 1 (photo)" .

fhir:_paternalOrganismName
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.hybrid.paternalOrganismName" ;
        rdfs:label    "_paternalOrganismName" .

fhir:inputProfile  a                    owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.inputProfile: Additional validation information for the in parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource as a whole." ;
        rdfs:label                      "inputProfile" ;
        fhir:modifierExtensionProperty  fhir:_inputProfile ;
        dc:title                        "OperationDefinition.inputProfile: Validation information for in parameters" .

fhir:_guarantor  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.guarantor" ;
        rdfs:label    "_guarantor" .

fhir:_human  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.constraint.human" ;
        rdfs:label    "_human" .

fhir:NutritionProductCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "NutritionProductCharacteristicComponent: Specifies descriptive properties of the nutrition product." ;
        rdfs:label       "NutritionProductCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:base64Binary ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_orderDetail  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.orderDetail" ;
        rdfs:label    "_orderDetail" .

fhir:maxParticipants  a                 owl:ObjectProperty ;
        rdfs:comment                    "VirtualServiceDetail.maxParticipants: Maximum number of participants supported by the virtual service." ;
        rdfs:label                      "maxParticipants" ;
        fhir:modifierExtensionProperty  fhir:_maxParticipants ;
        dc:title                        "VirtualServiceDetail.maxParticipants: Maximum number of participants supported by the virtual service" .

fhir:ClinicalUseDefinitionUndesirableEffectComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionUndesirableEffectComponent: Describe the possible undesirable effects (negative outcomes) from the use of the medicinal product as treatment." ;
        rdfs:label       "ClinicalUseDefinitionUndesirableEffectComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:frequencyOfOccurrence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:frequencyOfOccurrence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:symptomConditionEffect
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:symptomConditionEffect
                         ] .

fhir:_observed  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.variableDefinition.observed" ;
        rdfs:label    "_observed" .

fhir:validityPeriod  a                  owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.validityPeriod: The time period in which the regulatory approval, clearance or licencing is in effect. As an example, a Marketing Authorization includes the date of authorization and/or an expiration date." , "MedicationRequest.dispenseRequest.validityPeriod: This indicates the validity period of a prescription (stale dating the Prescription)." ;
        rdfs:label                      "validityPeriod" ;
        fhir:modifierExtensionProperty  fhir:_validityPeriod ;
        dc:title                        "RegulatedAuthorization.validityPeriod: The time period in which the regulatory approval etc. is in effect, e.g. a Marketing Authorization includes the date of authorization and/or expiration date" , "MedicationRequest.dispenseRequest.validityPeriod: Time period supply is authorized for" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance
        a                owl:Class ;
        rdfs:comment     "A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        dc:title         "Instance transmitted on invocation" , "Instance transmitted on invocation response" .

fhir:ComputableLanguage
        a                owl:Class ;
        rdfs:comment     "Contract.ComputableLanguage: List of Computable Policy Rule Language Representations of this Contract." ;
        rdfs:label       "ComputableLanguage" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                        )
                         ] .

fhir:surfaceOrientation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.bodyLandmarkOrientation.surfaceOrientation: The surface area a body location is in relation to a landmark." , "BodyStructure.includedStructure.bodyLandmarkOrientation.surfaceOrientation: The surface area a body location is in relation to a landmark." ;
        rdfs:label                      "surfaceOrientation" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_surfaceOrientation ;
        dc:title                        "BodyStructure.excludedStructure.bodyLandmarkOrientation.surfaceOrientation: Relative landmark surface orientation" , "BodyStructure.includedStructure.bodyLandmarkOrientation.surfaceOrientation: Relative landmark surface orientation" .

fhir:_Provenance  a      owl:Class ;
        rdfs:comment     "(Modified) Provenance" ;
        rdfs:label       "_Provenance" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:testRun  a                         owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.testRun: The actual test to be executed." ;
        rdfs:label                      "testRun" ;
        fhir:modifierExtensionProperty  fhir:_testRun ;
        dc:title                        "TestPlan.testCase.testRun: The actual test to be executed" .

fhir:SubstanceProtein
        a                            owl:Class ;
        rdfs:comment                 "A SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship. This includes all synthetic, recombinant and purified SubstanceProteins of defined sequence, whether the use is therapeutic or prophylactic. This set of elements will be used to describe albumins, coagulation factors, cytokines, growth factors, peptide/SubstanceProtein hormones, enzymes, toxins, toxoids, recombinant vaccines, and immunomodulators." ;
        rdfs:label                   "SubstanceProtein" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:numberOfSubunits
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:sequenceType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:integer ;
                                       owl:onProperty     fhir:numberOfSubunits
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:disulfideLinkage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sequenceType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceProteinSubunitComponent ;
                                       owl:onProperty     fhir:subunit
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubstanceProtein .

fhir:_focalDevice  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.focalDevice" ;
        rdfs:label    "_focalDevice" .

fhir:_operationType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.operationType" ;
        rdfs:label    "_operationType" .

fhir:context  a                         owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.context: Circumstance of the asset." , "ObservationDefinition.qualifiedValue.context: A concept defining the context for this set of qualified values." , "DocumentReference.context: Describes the clinical encounter or type of care that the document content is associated with." , "StructureMap.group.rule.target.context: Variable this rule applies to." , "ObservationDefinition.component.qualifiedValue.context: A concept defining the context for this set of qualified values." , "DeviceUsage.context: The encounter or episode of care that establishes the context for this device use statement." , "Contract.term.asset.context: Circumstance of the asset." , "StructureMap.group.rule.rule.target.context: Variable this rule applies to." , "Contract.term.group.action.context: Encounter or Episode with primary association to the specified term activity." , "Contract.term.action.context: Encounter or Episode with primary association to the specified term activity." , "StructureMap.group.rule.source.context: Type or variable this rule applies to." , "StructureMap.group.rule.rule.source.context: Type or variable this rule applies to." , "StructureDefinition.context: Identifies the types of resource or data type elements to which the extension can be applied. For more guidance on using the 'context' element, see the [defining extensions page](defining-extensions.html#context)." ;
        rdfs:label                      "context" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_context ;
        dc:title                        "Contract.term.group.asset.context: Circumstance of the asset" , "StructureMap.group.rule.rule.target.context: Variable this rule applies to" , "ObservationDefinition.qualifiedValue.context: Context qualifier for the set of qualified values" , "StructureMap.group.rule.source.context: Type or variable this rule applies to" , "Contract.term.asset.context: Circumstance of the asset" , "StructureMap.group.rule.rule.source.context: Type or variable this rule applies to" , "DeviceUsage.context: The encounter or episode of care that establishes the context for this device use statement" , "StructureMap.group.rule.target.context: Variable this rule applies to" , "ObservationDefinition.component.qualifiedValue.context: Context qualifier for the set of qualified values" , "DocumentReference.context: Context of the document content" , "Contract.term.action.context: Episode associated with action" , "Contract.term.group.action.context: Episode associated with action" , "StructureDefinition.context: If an extension, where it can be used in instances" .

fhir:occurrenceDateTime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "GuidanceResponse.occurrenceDateTime: Indicates when the guidance response was processed." ;
        rdfs:label                      "occurrenceDateTime" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_occurrenceDateTime ;
        dc:title                        "GuidanceResponse.occurrenceDateTime: When the guidance response was processed" .

fhir:DetectedIssueEvidenceComponent
        a                owl:Class ;
        rdfs:comment     "DetectedIssueEvidenceComponent: Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport." ;
        rdfs:label       "DetectedIssueEvidenceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_ExplanationOfBenefit
        a                owl:Class ;
        rdfs:comment     "(Modified) ExplanationOfBenefit" ;
        rdfs:label       "_ExplanationOfBenefit" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:validated  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestScript.metadata.capability.validated: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute." ;
        rdfs:label                      "validated" ;
        fhir:modifierExtensionProperty  fhir:_validated ;
        dc:title                        "TestScript.metadata.capability.validated: Are the capabilities validated?" .

fhir:_subunit  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.subunit" , "(Modified) SubstanceProtein.subunit" , "(Modified) SubstanceNucleicAcid.subunit.subunit" , "(Modified) SubstanceNucleicAcid.subunit" ;
        rdfs:label    "_subunit" .

fhir:EvidenceStatisticAttributeEstimateComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponent: A statistical attribute of the statistic such as a measure of heterogeneity." ;
        rdfs:label       "EvidenceStatisticAttributeEstimateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:level
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:level
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponentAttributeEstimate ;
                           owl:onProperty     fhir:attributeEstimate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] .

fhir:replacedSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.edit.replacedSequence: Allele in the starting sequence. Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the starting sequence. When the sequence  type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end." ;
        rdfs:label                      "replacedSequence" ;
        fhir:modifierExtensionProperty  fhir:_replacedSequence ;
        dc:title                        "MolecularSequence.relative.edit.replacedSequence: Allele in the starting sequence" .

fhir:specimen  a                        owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.specimen: The kind of specimen that this type of observation is produced on." , "GenomicStudy.analysis.specimen: The specimen used in the analysis event." , "ServiceRequest.specimen: One or more specimens that the laboratory procedure will use." , "ImagingStudy.series.specimen: The specimen imaged, e.g., for whole slide imaging of a biopsy." , "MolecularSequence.specimen: Specimen used for sequencing." , "DiagnosticReport.specimen: Details about the specimens on which this diagnostic report is based." , "Observation.specimen: The specimen that was used when this observation was made." ;
        rdfs:label                      "specimen" ;
        fhir:modifierExtensionProperty  fhir:_specimen ;
        dc:title                        "Observation.specimen: Specimen used for this observation" , "ServiceRequest.specimen: Procedure Samples" , "ImagingStudy.series.specimen: Specimen imaged" , "ObservationDefinition.specimen: Kind of specimen used by this type of observation" , "DiagnosticReport.specimen: Specimens this report is based on" , "GenomicStudy.analysis.specimen: The specimen used in the analysis event" , "MolecularSequence.specimen: Specimen used for sequencing" .

fhir:EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponentAttributeEstimateAttributeEstimate
        a                owl:Class ;
        rdfs:comment     "A nested attribute estimate; which is the attribute estimate of an attribute estimate." ;
        rdfs:label       "EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponentAttributeEstimateAttributeEstimate" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A nested attribute estimate; which is the attribute estimate of an attribute estimate" .

fhir:rater  a                           owl:ObjectProperty ;
        rdfs:comment                    "Evidence.certainty.subcomponent.rater: Individual or group who did the rating." , "Evidence.certainty.rater: Individual or group who did the rating." ;
        rdfs:label                      "rater" ;
        fhir:modifierExtensionProperty  fhir:_rater ;
        dc:title                        "Evidence.certainty.subcomponent.rater: Individual or group who did the rating" , "Evidence.certainty.rater: Individual or group who did the rating" .

fhir:relatedMedicationKnowledge
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.relatedMedicationKnowledge: Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor." ;
        rdfs:label                      "relatedMedicationKnowledge" ;
        fhir:modifierExtensionProperty  fhir:_relatedMedicationKnowledge ;
        dc:title                        "MedicationKnowledge.relatedMedicationKnowledge: Associated or related medication information" .

fhir:lastModified  a                    owl:ObjectProperty ;
        rdfs:comment                    "Transport.lastModified: The date and time of last modification to this transport." , "Task.lastModified: The date and time of last modification to this task." , "Bundle.entry.response.lastModified: The date/time that the resource was modified on the server." ;
        rdfs:label                      "lastModified" ;
        fhir:modifierExtensionProperty  fhir:_lastModified ;
        dc:title                        "Transport.lastModified: Transport Last Modified Date" , "Task.lastModified: Task Last Modified Date" , "Bundle.entry.response.lastModified: Server's date time modified" .

fhir:RequestOrchestrationActionParticipantComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponent.RequestOrchestrationActionParticipantComponent: The participant that should perform or be responsible for this action." , "RequestOrchestrationActionComponentAction.RequestOrchestrationActionParticipantComponent: The participant that should perform or be responsible for this action." ;
        rdfs:label       "RequestOrchestrationActionParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:actor
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:actor
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:actor
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:actor
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:actor
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:actor
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:actor
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:actor
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] .

fhir:_informationType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ArtifactAssessment.content.component.informationType" , "(Modified) ArtifactAssessment.content.informationType" ;
        rdfs:label    "_informationType" .

fhir:citation  a                        owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.relatesTo.citation: A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format." , "RelatedArtifact.citation: A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format." ;
        rdfs:label                      "citation" ;
        fhir:modifierExtensionProperty  fhir:_citation ;
        dc:title                        "Citation.citedArtifact.relatesTo.citation: Bibliographic citation for the artifact" , "RelatedArtifact.citation: Bibliographic citation for the artifact" .

fhir:paymentStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "PaymentNotice.paymentStatus: A code indicating whether payment has been sent or cleared." ;
        rdfs:label                      "paymentStatus" ;
        fhir:modifierExtensionProperty  fhir:_paymentStatus ;
        dc:title                        "PaymentNotice.paymentStatus: Issued or cleared Status of the payment" .

fhir:treatment  a                       owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.otherTherapy.treatment: Reference to a specific medication (active substance, medicinal product or class of products, biological, food etc.) as part of an indication or contraindication." , "ClinicalUseDefinition.contraindication.otherTherapy.treatment: Reference to a specific medication (active substance, medicinal product or class of products, biological, food etc.) as part of an indication or contraindication." ;
        rdfs:label                      "treatment" ;
        fhir:modifierExtensionProperty  fhir:_treatment ;
        dc:title                        "ClinicalUseDefinition.indication.otherTherapy.treatment: Reference to a specific medication, substance etc. as part of an indication or contraindication" , "ClinicalUseDefinition.contraindication.otherTherapy.treatment: Reference to a specific medication, substance etc. as part of an indication or contraindication" .

fhir:_initial  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.initial" , "(Modified) Questionnaire.item.initial" ;
        rdfs:label    "_initial" .

fhir:priceComponent  a                  owl:ObjectProperty ;
        rdfs:comment                    "Invoice.lineItem.priceComponent: The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice as to how the prices have been calculated." , "ChargeItemDefinition.propertyGroup.priceComponent: The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated." ;
        rdfs:label                      "priceComponent" ;
        fhir:modifierExtensionProperty  fhir:_priceComponent ;
        dc:title                        "Invoice.lineItem.priceComponent: Components of total line item price" , "ChargeItemDefinition.propertyGroup.priceComponent: Components of total line item price" .

fhir:ConceptMapGroupComponent.SourceElement.TargetElementDependsOn
        a                owl:Class ;
        rdfs:comment     "Product is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data." ;
        rdfs:label       "ConceptMapGroupComponent.SourceElement.TargetElementDependsOn" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:attribute
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:attribute
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        dc:title         "Other data elements that this mapping also produces" .

fhir:_Linkage  a         owl:Class ;
        rdfs:comment     "(Modified) Linkage" ;
        rdfs:label       "_Linkage" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_indicationGuideline
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.indicationGuideline" ;
        rdfs:label    "_indicationGuideline" .

fhir:SubstanceSourceMaterial
        a                            owl:Class ;
        rdfs:comment                 "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex." ;
        rdfs:label                   "SubstanceSourceMaterial" ;
        rdfs:subClassOf              w5:administrative.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:developmentStage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:developmentStage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sourceMaterialClass
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:parentSubstanceName
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:sourceMaterialState
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceSourceMaterialFractionDescriptionComponent ;
                                       owl:onProperty     fhir:fractionDescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceSourceMaterialOrganismComponent ;
                                       owl:onProperty     fhir:organism
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:geographicalLocation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceSourceMaterialPartDescriptionComponent ;
                                       owl:onProperty     fhir:partDescription
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sourceMaterialType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:organismId
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:organism
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:parentSubstanceId
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:countryOfOrigin
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:organismName
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:organismName
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:sourceMaterialType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sourceMaterialState
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:sourceMaterialClass
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:organismId
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubstanceSourceMaterial .

fhir:_conditionalRead
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.conditionalRead" ;
        rdfs:label    "_conditionalRead" .

fhir:managingEntity  a                  owl:ObjectProperty ;
        rdfs:comment                    "Subscription.managingEntity: Entity with authorization to make subsequent revisions to the Subscription and also determines what data the subscription is authorized to disclose." , "Group.managingEntity: Entity responsible for defining and maintaining Group characteristics and/or registered members." ;
        rdfs:label                      "managingEntity" ;
        rdfs:subPropertyOf              w5:who.author , w5:who.witness ;
        fhir:modifierExtensionProperty  fhir:_managingEntity ;
        dc:title                        "Subscription.managingEntity: Entity responsible for Subscription changes" , "Group.managingEntity: Entity that is the custodian of the Group's definition" .

fhir:EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent: Defines the characteristic using both a type and value[x] elements." , "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent: Defines the characteristic using both a type and value[x] elements." ;
        rdfs:label       "EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] .

fhir:operationalStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Location.operationalStatus: The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc. such as an isolation unit/dialysis chair). This typically covers concepts such as contamination, housekeeping, and other activities like maintenance." , "DeviceMetric.operationalStatus: Indicates current operational state of the device. For example: On, Off, Standby, etc." ;
        rdfs:label                      "operationalStatus" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_operationalStatus ;
        dc:title                        "Location.operationalStatus: The operational status of the location (typically only for a bed/room)" , "DeviceMetric.operationalStatus: on | off | standby | entered-in-error" .

fhir:_module  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) GuidanceResponse.module" ;
        rdfs:label    "_module" .

fhir:MedicationAdministration
        a                            owl:Class ;
        rdfs:comment                 "Describes the event of a patient consuming or otherwise being administered a medication.  This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. This event can also be used to record waste using a status of not-done and the appropriate statusReason." ;
        rdfs:label                   "MedicationAdministration" ;
        rdfs:subClassOf              w5:clinical.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationAdministrationDosageComponent ;
                                       owl:onProperty     fhir:dosage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationAdministrationPerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dosage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subPotentReason
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurence
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:occurence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurence
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:occurence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurence
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:occurence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:isSubPotent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:isSubPotent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:eventHistory
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MedicationAdministration .

fhir:UdiDeviceIdentifierMarketDistribution
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionPackagingComponentPackagingUdiDeviceIdentifier.UdiDeviceIdentifierMarketDistribution: Indicates where and when the device is available on the market." , "DeviceDefinitionUdiDeviceIdentifierComponent.UdiDeviceIdentifierMarketDistribution: Indicates where and when the device is available on the market." , "DeviceDefinitionPackagingComponentUdiDeviceIdentifier.UdiDeviceIdentifierMarketDistribution: Indicates where and when the device is available on the market." ;
        rdfs:label       "UdiDeviceIdentifierMarketDistribution" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:subJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:marketPeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:subJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:subJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:marketPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:marketPeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:marketPeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:subJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:subJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:marketPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:subJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:marketPeriod
                         ] .

fhir:_probability  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.prediction.probability" ;
        rdfs:label    "_probability" .

fhir:clinicalRecommendationStatement
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Measure.clinicalRecommendationStatement: Provides a summary of relevant clinical guidelines or other clinical recommendations supporting the measure." ;
        rdfs:label                      "clinicalRecommendationStatement" ;
        fhir:modifierExtensionProperty  fhir:_clinicalRecommendationStatement ;
        dc:title                        "Measure.clinicalRecommendationStatement: Summary of clinical guidelines" .

fhir:_image  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest.image" , "(Modified) BodyStructure.image" ;
        rdfs:label    "_image" .

fhir:SubscriptionTopicNotificationShapeComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionTopicNotificationShapeComponent: List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic." ;
        rdfs:label       "SubscriptionTopicNotificationShapeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:revInclude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:include
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] .

fhir:_componentPart  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.packaging.packaging.componentPart" , "(Modified) PackagedProductDefinition.packaging.componentPart" ;
        rdfs:label    "_componentPart" .

fhir:op  a                              owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.compose.exclude.filter.op: The kind of operation to perform as a part of the filter criteria." , "ValueSet.compose.include.filter.op: The kind of operation to perform as a part of the filter criteria." , "TerminologyCapabilities.codeSystem.version.filter.op: Operations supported for the property." ;
        rdfs:label                      "op" ;
        fhir:modifierExtensionProperty  fhir:_op ;
        dc:title                        "ValueSet.compose.exclude.filter.op: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists" , "ValueSet.compose.include.filter.op: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists" , "TerminologyCapabilities.codeSystem.version.filter.op: Operations supported for the property" .

fhir:_processingFacility
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProduct.processingFacility" ;
        rdfs:label    "_processingFacility" .

fhir:unit  a                            owl:ObjectProperty ;
        rdfs:comment                    "Quantity.unit: A human-readable form of the unit." , "SubstancePolymer.repeat.repeatUnit.unit: Structural repeat units are essential elements for defining polymers." , "CoverageEligibilityResponse.insurance.item.unit: Indicates if the benefits apply to an individual or to the family." , "DeviceMetric.unit: Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc." , "ExplanationOfBenefit.benefitBalance.unit: Indicates if the benefits apply to an individual or to the family." , "Coverage.costToBeneficiary.unit: Indicates if the benefits apply to an individual or to the family." ;
        rdfs:label                      "unit" ;
        fhir:modifierExtensionProperty  fhir:_unit ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.unit: Structural repeat units are essential elements for defining polymers" , "Quantity.unit: Unit representation" , "CoverageEligibilityResponse.insurance.item.unit: Individual or family" , "DeviceMetric.unit: Unit of Measure for the Metric" , "ExplanationOfBenefit.benefitBalance.unit: Individual or family" , "Coverage.costToBeneficiary.unit: Individual or family" .

fhir:_problem  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalImpression.problem" ;
        rdfs:label    "_problem" .

fhir:SubstanceDefinitionPropertyComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionPropertyComponent: General specifications for this substance." ;
        rdfs:label       "SubstanceDefinitionPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_fluidConsistencyType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.oralDiet.fluidConsistencyType" ;
        rdfs:label    "_fluidConsistencyType" .

fhir:_SubstancePolymer
        a                owl:Class ;
        rdfs:comment     "(Modified) SubstancePolymer" ;
        rdfs:label       "_SubstancePolymer" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:ValueSetComposeIncludeConceptDesignationComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetComposeComponent.ConceptSet.ConceptReference.ValueSetComposeIncludeConceptDesignationComponent: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc." , "ValueSetComposeComponentInclude.ConceptReference.ValueSetComposeIncludeConceptDesignationComponent: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc." ;
        rdfs:label       "ValueSetComposeIncludeConceptDesignationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:additionalUse
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:additionalUse
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] .

fhir:versionReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.alternative.step.process.step.operation.request.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.alternative.step.operation.response.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.operation.response.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.instance.containedInstance.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.alternative.step.process.step.operation.response.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.process.step.alternative.step.operation.request.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.process.step.operation.response.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.alternative.step.operation.request.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.process.step.operation.request.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.process.step.alternative.step.operation.response.versionReference: A reference to the key of a specific version of an instance in this instance." , "ExampleScenario.process.step.operation.request.versionReference: A reference to the key of a specific version of an instance in this instance." ;
        rdfs:label                      "versionReference" ;
        fhir:modifierExtensionProperty  fhir:_versionReference ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.step.operation.response.versionReference: Key of contained instance version" , "ExampleScenario.process.step.process.step.alternative.step.operation.response.versionReference: Key of contained instance version" , "ExampleScenario.process.step.operation.response.versionReference: Key of contained instance version" , "ExampleScenario.process.step.process.step.operation.request.versionReference: Key of contained instance version" , "ExampleScenario.process.step.alternative.step.process.step.operation.request.versionReference: Key of contained instance version" , "ExampleScenario.instance.containedInstance.versionReference: Key of contained instance version" , "ExampleScenario.process.step.process.step.operation.response.versionReference: Key of contained instance version" , "ExampleScenario.process.step.operation.request.versionReference: Key of contained instance version" , "ExampleScenario.process.step.alternative.step.operation.request.versionReference: Key of contained instance version" , "ExampleScenario.process.step.process.step.alternative.step.operation.request.versionReference: Key of contained instance version" , "ExampleScenario.process.step.alternative.step.operation.response.versionReference: Key of contained instance version" .

fhir:_maxSingleDose  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.maxSingleDose" ;
        rdfs:label    "_maxSingleDose" .

fhir:meaning  a                         owl:ObjectProperty ;
        rdfs:comment                    "Permission.rule.data.resource.meaning: How the resource reference is interpreted when testing consent restrictions." , "Consent.provision.provision.data.meaning: How the resource reference is interpreted when testing consent restrictions." , "Consent.provision.data.meaning: How the resource reference is interpreted when testing consent restrictions." ;
        rdfs:label                      "meaning" ;
        fhir:modifierExtensionProperty  fhir:_meaning ;
        dc:title                        "Permission.rule.data.resource.meaning: instance | related | dependents | authoredby" , "Consent.provision.provision.data.meaning: instance | related | dependents | authoredby" , "Consent.provision.data.meaning: instance | related | dependents | authoredby" .

fhir:measurementPoint
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance.strength.referenceStrength.measurementPoint: For when strength is measured at a particular point or distance." , "Ingredient.substance.strength.measurementPoint: For when strength is measured at a particular point or distance. There are products where strength is measured at a particular point. For example, the strength of the ingredient in some inhalers is measured at a particular position relative to the point of aerosolization." ;
        rdfs:label                      "measurementPoint" ;
        fhir:modifierExtensionProperty  fhir:_measurementPoint ;
        dc:title                        "Ingredient.substance.strength.referenceStrength.measurementPoint: When strength is measured at a particular point or distance" , "Ingredient.substance.strength.measurementPoint: When strength is measured at a particular point or distance" .

fhir:diagnosisRelatedGroup
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.diagnosisRelatedGroup: A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system." , "ClaimResponse.diagnosisRelatedGroup: A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system." , "Claim.diagnosisRelatedGroup: A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system." ;
        rdfs:label                      "diagnosisRelatedGroup" ;
        fhir:modifierExtensionProperty  fhir:_diagnosisRelatedGroup ;
        dc:title                        "ExplanationOfBenefit.diagnosisRelatedGroup: Package billing code" , "ClaimResponse.diagnosisRelatedGroup: Package billing code" , "Claim.diagnosisRelatedGroup: Package billing code" .

fhir:_relative  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative" ;
        rdfs:label    "_relative" .

fhir:_publicationForm
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm" ;
        rdfs:label    "_publicationForm" .

fhir:_Patient  a         owl:Class ;
        rdfs:comment     "(Modified) Patient" ;
        rdfs:label       "_Patient" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:GuidanceResponse
        a                            owl:Class ;
        rdfs:comment                 "A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken." ;
        rdfs:label                   "GuidanceResponse" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:outputParameters
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:occurrenceDateTime
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:result
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:evaluationMessage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:requestIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:evaluationMessage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DataRequirement ;
                                       owl:onProperty     fhir:dataRequirement
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:occurrenceDateTime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:outputParameters
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:uri ;
                                                        owl:onProperty     fhir:module
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:module
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:canonical ;
                                                        owl:onProperty     fhir:module
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:module
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:module
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:module
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performer
                                     ] ;
        fhir:modifierExtensionClass  fhir:_GuidanceResponse .

fhir:entity  a                          owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.asset.valuedItem.entity" , "Group.member.entity: A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same." , "AuditEvent.entity: Specific instances of data or objects that have been accessed." , "Contract.term.group.asset.valuedItem.entity" , "Provenance.entity: An entity used in this activity." ;
        rdfs:label                      "entity" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_entity ;
        dc:title                        "AuditEvent.entity: Data or objects used" , "Group.member.entity: Reference to the group member" , "Provenance.entity: An entity used in this activity" .

fhir:sourceReference  a                 owl:ObjectProperty ;
        rdfs:comment                    "Consent.sourceReference: A reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document." ;
        rdfs:label                      "sourceReference" ;
        fhir:modifierExtensionProperty  fhir:_sourceReference ;
        dc:title                        "Consent.sourceReference: Source from which this consent is taken" .

fhir:valueFilter  a                     owl:ObjectProperty ;
        rdfs:comment                    "DataRequirement.valueFilter: Value filters specify additional constraints on the data for elements other than code-valued or date-valued. Each value filter specifies an additional constraint on the data (i.e. valueFilters are AND'ed, not OR'ed)." ;
        rdfs:label                      "valueFilter" ;
        fhir:modifierExtensionProperty  fhir:_valueFilter ;
        dc:title                        "DataRequirement.valueFilter: What values are expected" .

fhir:_useBy  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionProduct.instance.useBy" ;
        rdfs:label    "_useBy" .

fhir:bodyLandmarkOrientation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.bodyLandmarkOrientation: Body locations in relation to a specific body landmark (tatoo, scar, other body structure)." , "BodyStructure.includedStructure.bodyLandmarkOrientation: Body locations in relation to a specific body landmark (tatoo, scar, other body structure)." ;
        rdfs:label                      "bodyLandmarkOrientation" ;
        fhir:modifierExtensionProperty  fhir:_bodyLandmarkOrientation ;
        dc:title                        "BodyStructure.excludedStructure.bodyLandmarkOrientation: Landmark relative location" , "BodyStructure.includedStructure.bodyLandmarkOrientation: Landmark relative location" .

fhir:SubstanceDefinitionNameComponentName
        a                owl:Class ;
        rdfs:comment     "A synonym of this particular name, by which the substance is also known." , "A translation for this name into another human language." ;
        rdfs:label       "SubstanceDefinitionNameComponentName" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameComponentNameName ;
                           owl:onProperty     fhir:translation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:domain
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameComponentNameName ;
                           owl:onProperty     fhir:synonym
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:domain
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameComponentNameName ;
                           owl:onProperty     fhir:translation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameComponentNameName ;
                           owl:onProperty     fhir:synonym
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameOfficialComponent ;
                           owl:onProperty     fhir:official
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameOfficialComponent ;
                           owl:onProperty     fhir:official
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        dc:title         "A translation for this name into another human language" , "A synonym of this particular name, by which the substance is also known" .

fhir:_policyText  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.policyText" ;
        rdfs:label    "_policyText" .

fhir:_changePattern  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalImpression.changePattern" ;
        rdfs:label    "_changePattern" .

fhir:subDetail  a                       owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.detail.subDetail: Third-tier of goods and services." , "ExplanationOfBenefit.addItem.detail.subDetail: The third-tier service adjudications for payor added services." , "ClaimResponse.item.detail.subDetail: A sub-detail adjudication of a simple product or service." , "ClaimResponse.addItem.detail.subDetail: The third-tier service adjudications for payor added services." , "Claim.item.detail.subDetail: A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items." ;
        rdfs:label                      "subDetail" ;
        fhir:modifierExtensionProperty  fhir:_subDetail ;
        dc:title                        "ClaimResponse.item.detail.subDetail: Adjudication for claim sub-details" , "ExplanationOfBenefit.addItem.detail.subDetail: Insurer added line items" , "Claim.item.detail.subDetail: Product or service provided" , "ClaimResponse.addItem.detail.subDetail: Insurer added line items" , "ExplanationOfBenefit.item.detail.subDetail: Additional items" .

fhir:allDay  a                          owl:ObjectProperty ;
        rdfs:comment                    "Availability.availableTime.allDay: Always available? i.e. 24 hour service." ;
        rdfs:label                      "allDay" ;
        fhir:modifierExtensionProperty  fhir:_allDay ;
        dc:title                        "Availability.availableTime.allDay: Always available? i.e. 24 hour service" .

fhir:_modification  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.modification" ;
        rdfs:label    "_modification" .

fhir:_nodeId  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) GraphDefinition.node.nodeId" ;
        rdfs:label    "_nodeId" .

fhir:AdverseEventContributingFactorComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventContributingFactorComponent: The contributing factors suspected to have increased the probability or severity of the adverse event." ;
        rdfs:label       "AdverseEventContributingFactorComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                        )
                         ] .

fhir:TestPlanTestCaseComponent
        a                owl:Class ;
        rdfs:comment     "TestPlanTestCaseComponent: The individual test cases that are part of this plan, when they they are made explicit." ;
        rdfs:label       "TestPlanTestCaseComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestPlanTestCaseTestRunComponent ;
                           owl:onProperty     fhir:testRun
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestCaseDependency ;
                           owl:onProperty     fhir:dependency
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestPlanTestCaseAssertionComponent ;
                           owl:onProperty     fhir:assertion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestPlanTestCaseTestDataComponent ;
                           owl:onProperty     fhir:testData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequence
                         ] .

fhir:sunday  a                          owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.sunday: Indicates that recurring appointments should occur on Sundays." ;
        rdfs:label                      "sunday" ;
        fhir:modifierExtensionProperty  fhir:_sunday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.sunday: Recurs on Sunday" .

fhir:cancellationReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.cancellationReason: The coded reason for the appointment being cancelled. This is often used in reporting/billing/futher processing to determine if further actions are required, or specific fees apply." ;
        rdfs:label                      "cancellationReason" ;
        fhir:modifierExtensionProperty  fhir:_cancellationReason ;
        dc:title                        "Appointment.cancellationReason: The coded reason for the appointment being cancelled" .

fhir:_title  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.title" , "(Modified) GenomicStudy.analysis.title" , "(Modified) ExampleScenario.process.step.process.step.alternative.title" , "(Modified) ActivityDefinition.title" , "(Modified) ResearchStudy.title" , "(Modified) PlanDefinition.title" , "(Modified) ExampleScenario.process.step.alternative.step.alternative.title" , "(Modified) SearchParameter.title" , "(Modified) ExampleScenario.instance.title" , "(Modified) ExampleScenario.title" , "(Modified) MessageDefinition.title" , "(Modified) EvidenceReport.section.title" , "(Modified) ConceptMap.title" , "(Modified) ValueSet.title" , "(Modified) ExampleScenario.process.step.operation.title" , "(Modified) ExampleScenario.process.step.alternative.title" , "(Modified) Questionnaire.title" , "(Modified) ChargeItemDefinition.title" , "(Modified) Citation.title" , "(Modified) SubscriptionTopic.title" , "(Modified) Measure.title" , "(Modified) CapabilityStatement.title" , "(Modified) PlanDefinition.action.action.title" , "(Modified) Evidence.title" , "(Modified) ConditionDefinition.title" , "(Modified) ImplementationGuide.definition.page.title" , "(Modified) CodeSystem.title" , "(Modified) RequestOrchestration.action.input.title" , "(Modified) Citation.citedArtifact.title" , "(Modified) ExampleScenario.process.step.alternative.step.process.title" , "(Modified) SpecimenDefinition.title" , "(Modified) Library.title" , "(Modified) ImplementationGuide.manifest.page.title" , "(Modified) Citation.citedArtifact.publicationForm.publishedIn.title" , "(Modified) ActorDefinition.title" , "(Modified) EventDefinition.title" , "(Modified) NamingSystem.title" , "(Modified) RequestOrchestration.action.title" , "(Modified) OperationDefinition.title" , "(Modified) ImplementationGuide.title" , "(Modified) ObservationDefinition.title" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.title" , "(Modified) ExampleScenario.process.title" , "(Modified) GraphDefinition.title" , "(Modified) RequestOrchestration.action.output.title" , "(Modified) ImagingStudy.series.instance.title" , "(Modified) ExampleScenario.process.step.process.step.operation.title" , "(Modified) Composition.section.section.title" , "(Modified) Composition.section.title" , "(Modified) Composition.title" , "(Modified) ExampleScenario.process.step.process.title" , "(Modified) Attachment.title" , "(Modified) StructureDefinition.title" , "(Modified) RequestOrchestration.action.action.title" , "(Modified) Requirements.title" , "(Modified) TestScript.title" , "(Modified) RequestOrchestration.action.action.input.title" , "(Modified) List.title" , "(Modified) ExampleScenario.actor.title" , "(Modified) ExampleScenario.instance.version.title" , "(Modified) StructureMap.title" , "(Modified) PlanDefinition.action.action.input.title" , "(Modified) PlanDefinition.action.action.output.title" , "(Modified) EvidenceReport.section.section.title" , "(Modified) ImplementationGuide.definition.page.page.title" , "(Modified) TerminologyCapabilities.title" , "(Modified) ExampleScenario.process.step.alternative.step.operation.title" , "(Modified) PlanDefinition.action.input.title" , "(Modified) ArtifactAssessment.title" , "(Modified) PlanDefinition.action.title" , "(Modified) RequestOrchestration.action.action.output.title" , "(Modified) CarePlan.title" , "(Modified) PlanDefinition.action.output.title" , "(Modified) PlanDefinition.actor.title" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.alternative.title" , "(Modified) EvidenceVariable.title" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.alternative.title" , "(Modified) CanonicalResource.title" , "(Modified) CompartmentDefinition.title" , "(Modified) TestPlan.title" , "(Modified) Contract.title" ;
        rdfs:label    "_title" .

fhir:_sourceId  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.referencedFrom.sourceId" , "(Modified) TestScript.variable.sourceId" , "(Modified) TestScript.setup.action.operation.sourceId" , "(Modified) TestScript.setup.action.assert.sourceId" , "(Modified) TestScript.teardown.action.operation.sourceId" , "(Modified) TestScript.test.action.operation.sourceId" , "(Modified) OperationDefinition.parameter.part.referencedFrom.sourceId" , "(Modified) TestScript.test.action.assert.sourceId" , "(Modified) GraphDefinition.link.sourceId" ;
        rdfs:label    "_sourceId" .

fhir:_entityRelatedness
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.suspectEntity.causality.entityRelatedness" ;
        rdfs:label    "_entityRelatedness" .

fhir:line  a                            owl:ObjectProperty ;
        rdfs:comment                    "Address.line: This component contains the house number, apartment number, street name, street direction,  P.O. Box number, delivery hints, and similar address information." ;
        rdfs:label                      "line" ;
        fhir:modifierExtensionProperty  fhir:_line ;
        dc:title                        "Address.line: Street name, number, direction & P.O. Box etc." .

fhir:_effectivePeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.effectivePeriod" , "(Modified) Library.effectivePeriod" , "(Modified) ChargeItemDefinition.propertyGroup.applicability.effectivePeriod" , "(Modified) ActivityDefinition.effectivePeriod" , "(Modified) ObservationDefinition.effectivePeriod" , "(Modified) EvidenceVariable.effectivePeriod" , "(Modified) EventDefinition.effectivePeriod" , "(Modified) ValueSet.effectivePeriod" , "(Modified) CodeSystem.effectivePeriod" , "(Modified) MetadataResource.effectivePeriod" , "(Modified) ChargeItemDefinition.applicability.effectivePeriod" , "(Modified) Questionnaire.effectivePeriod" , "(Modified) DeviceDefinition.chargeItem.effectivePeriod" , "(Modified) NamingSystem.effectivePeriod" , "(Modified) SubscriptionTopic.effectivePeriod" , "(Modified) ConceptMap.effectivePeriod" , "(Modified) Citation.effectivePeriod" , "(Modified) SpecimenDefinition.effectivePeriod" , "(Modified) Measure.effectivePeriod" ;
        rdfs:label    "_effectivePeriod" .

fhir:preAuthRef  a                      owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.item.detail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ClaimResponse.addItem.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ClaimResponse.item.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ClaimResponse.item.detail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ClaimResponse.item.detail.subDetail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ClaimResponse.addItem.detail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.insurance.preAuthRef: Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization." , "CoverageEligibilityResponse.preAuthRef: A reference from the Insurer to which these services pertain to be used on further communication and as proof that the request occurred." , "ExplanationOfBenefit.item.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.addItem.detail.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "ExplanationOfBenefit.addItem.reviewOutcome.preAuthRef: Reference from the Insurer which is used in later communications which refers to this adjudication." , "Claim.insurance.preAuthRef: Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization." ;
        rdfs:label                      "preAuthRef" ;
        fhir:modifierExtensionProperty  fhir:_preAuthRef ;
        dc:title                        "ExplanationOfBenefit.preAuthRef: Preauthorization reference" , "Claim.insurance.preAuthRef: Prior authorization reference number" , "ClaimResponse.item.detail.subDetail.reviewOutcome.preAuthRef: Preauthorization reference" , "ClaimResponse.item.reviewOutcome.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.addItem.detail.reviewOutcome.preAuthRef: Preauthorization reference" , "ClaimResponse.preAuthRef: Preauthorization reference" , "CoverageEligibilityResponse.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.item.detail.reviewOutcome.preAuthRef: Preauthorization reference" , "ClaimResponse.addItem.detail.reviewOutcome.preAuthRef: Preauthorization reference" , "ClaimResponse.addItem.reviewOutcome.preAuthRef: Preauthorization reference" , "ClaimResponse.item.detail.reviewOutcome.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.addItem.reviewOutcome.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.item.reviewOutcome.preAuthRef: Preauthorization reference" , "ExplanationOfBenefit.insurance.preAuthRef: Prior authorization reference number" , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.preAuthRef: Preauthorization reference" .

fhir:requestId  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation.requestId: The fixture id (maybe new) to map to the request." , "TestScript.test.action.operation.requestId: The fixture id (maybe new) to map to the request." , "TestScript.setup.action.operation.requestId: The fixture id (maybe new) to map to the request." ;
        rdfs:label                      "requestId" ;
        fhir:modifierExtensionProperty  fhir:_requestId ;
        dc:title                        "TestScript.teardown.action.operation.requestId: Fixture Id of mapped request" , "TestScript.test.action.operation.requestId: Fixture Id of mapped request" , "TestScript.setup.action.operation.requestId: Fixture Id of mapped request" .

fhir:_autodelete  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.fixture.autodelete" ;
        rdfs:label    "_autodelete" .

fhir:_fundsReserve  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.fundsReserve" , "(Modified) ClaimResponse.fundsReserve" , "(Modified) Claim.fundsReserve" ;
        rdfs:label    "_fundsReserve" .

fhir:BundleEntryComponentLink
        a                owl:Class ;
        rdfs:comment     "A series of links that provide context to this entry." ;
        rdfs:label       "BundleEntryComponentLink" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relation
                         ] ;
        dc:title         "Links related to this entry" .

fhir:DocumentReferenceContentComponent
        a                owl:Class ;
        rdfs:comment     "DocumentReferenceContentComponent: The document and format referenced.  If there are multiple content element repetitions, these must all represent the same document in different format, or attachment metadata." ;
        rdfs:label       "DocumentReferenceContentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DocumentReferenceContentProfileComponent ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:attachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:attachment
                         ] .

fhir:_holder  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.holder" ;
        rdfs:label    "_holder" .

fhir:_qualifiers  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.specificCost.benefit.cost.qualifiers" ;
        rdfs:label    "_qualifiers" .

fhir:_Specimen  a        owl:Class ;
        rdfs:comment     "(Modified) Specimen" ;
        rdfs:label       "_Specimen" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:CodeSystemFilterComponent
        a                owl:Class ;
        rdfs:comment     "CodeSystemFilterComponent: A filter that can be used in a value set compose statement when selecting concepts using a filter." ;
        rdfs:label       "CodeSystemFilterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:operator
                         ] .

fhir:_replacementSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.edit.replacementSequence" ;
        rdfs:label    "_replacementSequence" .

fhir:serviceCategory  a                 owl:ObjectProperty ;
        rdfs:comment                    "Slot.serviceCategory: A broad categorization of the service that is to be performed during this appointment." , "Appointment.serviceCategory: A broad categorization of the service that is to be performed during this appointment." , "Schedule.serviceCategory: A broad categorization of the service that is to be performed during this appointment." ;
        rdfs:label                      "serviceCategory" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_serviceCategory ;
        dc:title                        "Slot.serviceCategory: A broad categorization of the service that is to be performed during this appointment" , "Appointment.serviceCategory: A broad categorization of the service that is to be performed during this appointment" , "Schedule.serviceCategory: High-level category" .

fhir:_next  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.next" ;
        rdfs:label    "_next" .

fhir:paymentTerms  a                    owl:ObjectProperty ;
        rdfs:comment                    "Invoice.paymentTerms: Payment details such as banking details, period of payment, deductibles, methods of payment." ;
        rdfs:label                      "paymentTerms" ;
        fhir:modifierExtensionProperty  fhir:_paymentTerms ;
        dc:title                        "Invoice.paymentTerms: Payment details" .

fhir:_started  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.series.started" , "(Modified) ImagingStudy.started" ;
        rdfs:label    "_started" .

fhir:offer  a                           owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.offer: The matter of concern in the context of this provision of the agrement." , "Contract.term.offer: The matter of concern in the context of this provision of the agrement." ;
        rdfs:label                      "offer" ;
        fhir:modifierExtensionProperty  fhir:_offer ;
        dc:title                        "Contract.term.group.offer: Context of the Contract term" , "Contract.term.offer: Context of the Contract term" .

fhir:coordinateSystem
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.coordinateSystem: These are different ways of identifying nucleotides or amino acids within a sequence. Different databases and file types may use different systems. For detail definitions, see https://loinc.org/92822-6/ for more detail." ;
        rdfs:label                      "coordinateSystem" ;
        fhir:modifierExtensionProperty  fhir:_coordinateSystem ;
        dc:title                        "MolecularSequence.relative.coordinateSystem: Ways of identifying nucleotides or amino acids within a sequence" .

fhir:DeviceDefinition
        a                            owl:Class ;
        rdfs:comment                 "This is a specialized resource that defines the characteristics and capabilities of a device." ;
        rdfs:label                   "DeviceDefinition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.device ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionRegulatoryIdentifierComponent ;
                                       owl:onProperty     fhir:regulatoryIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:partNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionGuidelineComponent ;
                                       owl:onProperty     fhir:guideline
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionMaterialComponent ;
                                       owl:onProperty     fhir:material
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionUdiDeviceIdentifierComponent ;
                                       owl:onProperty     fhir:udiDeviceIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ProductShelfLife ;
                                       owl:onProperty     fhir:shelfLifeStorage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:correctiveAction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:partNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionChargeItemComponent ;
                                       owl:onProperty     fhir:chargeItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionPropertyComponent ;
                                       owl:onProperty     fhir:property
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:safety
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionDeviceNameComponent ;
                                       owl:onProperty     fhir:deviceName
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionLinkComponent ;
                                       owl:onProperty     fhir:link
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionClassificationComponent ;
                                       owl:onProperty     fhir:classification
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:modelNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionHasPartComponent ;
                                       owl:onProperty     fhir:hasPart
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionCorrectiveActionComponent ;
                                       owl:onProperty     fhir:correctiveAction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionVersionComponent ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:modelNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:languageCode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:productionIdentifierInUDI
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionPackagingComponent ;
                                       owl:onProperty     fhir:packaging
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:guideline
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDefinitionConformsToComponent ;
                                       owl:onProperty     fhir:conformsTo
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DeviceDefinition .

fhir:_intent  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.intent" , "(Modified) CommunicationRequest.intent" , "(Modified) CarePlan.intent" , "(Modified) NutritionOrder.intent" , "(Modified) ServiceRequest.intent" , "(Modified) Contract.term.action.intent" , "(Modified) ActivityDefinition.intent" , "(Modified) Transport.intent" , "(Modified) Task.intent" , "(Modified) MedicationRequest.intent" , "(Modified) DeviceRequest.intent" , "(Modified) Contract.term.group.action.intent" ;
        rdfs:label    "_intent" .

fhir:_text  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) QuestionnaireResponse.item.item.text" , "(Modified) QuestionnaireResponse.item.answer.item.text" , "(Modified) Contract.term.group.asset.text" , "(Modified) ClaimResponse.processNote.text" , "(Modified) Composition.section.text" , "(Modified) CodeableConcept.text" , "(Modified) MedicationAdministration.dosage.text" , "(Modified) Contract.term.group.asset.context.text" , "(Modified) PaymentReconciliation.processNote.text" , "(Modified) QuestionnaireResponse.item.text" , "(Modified) Citation.citedArtifact.abstract.text" , "(Modified) Dosage.text" , "(Modified) DomainResource.text" , "(Modified) Contract.term.group.offer.text" , "(Modified) Annotation.text" , "(Modified) Observation.component.referenceRange.text" , "(Modified) Contract.term.text" , "(Modified) Contract.term.group.text" , "(Modified) EvidenceReport.section.text" , "(Modified) Citation.citedArtifact.title.text" , "(Modified) ExplanationOfBenefit.processNote.text" , "(Modified) Citation.summary.text" , "(Modified) Observation.referenceRange.text" , "(Modified) Address.text" , "(Modified) Questionnaire.item.item.text" , "(Modified) Contract.term.asset.context.text" , "(Modified) Contract.term.asset.text" , "(Modified) Questionnaire.item.text" , "(Modified) HumanName.text" , "(Modified) Composition.section.section.text" , "(Modified) EvidenceReport.section.section.text" , "(Modified) Contract.term.offer.text" ;
        rdfs:label    "_text" .

fhir:_level  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.level" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.level" , "(Modified) Evidence.statistic.attributeEstimate.level" ;
        rdfs:label    "_level" .

fhir:facility  a                        owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.item.facility: Facility where the services will be provided." , "ExplanationOfBenefit.facility: Facility where the services were provided." , "Claim.facility: Facility where the services were provided." , "CoverageEligibilityRequest.facility: Facility where the services are intended to be provided." ;
        rdfs:label                      "facility" ;
        rdfs:subPropertyOf              w5:where ;
        fhir:modifierExtensionProperty  fhir:_facility ;
        dc:title                        "CoverageEligibilityRequest.facility: Servicing facility" , "Claim.facility: Servicing facility" , "ExplanationOfBenefit.facility: Servicing Facility" , "CoverageEligibilityRequest.item.facility: Servicing facility" .

fhir:qualifiedValue  a                  owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue: A set of qualified values associated with a context and a set of conditions -  provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations." , "ObservationDefinition.qualifiedValue: A set of qualified values associated with a context and a set of conditions -  provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations." ;
        rdfs:label                      "qualifiedValue" ;
        fhir:modifierExtensionProperty  fhir:_qualifiedValue ;
        dc:title                        "ObservationDefinition.component.qualifiedValue: Set of qualified values for observation results" , "ObservationDefinition.qualifiedValue: Set of qualified values for observation results" .

fhir:ManifestResource
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideManifestComponent.ManifestResource: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource." ;
        rdfs:label       "ManifestResource" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isExample
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:relativePath
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isExample
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relativePath
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] .

fhir:prism  a                           owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.prism: Allows for adjustment on two axis." ;
        rdfs:label                      "prism" ;
        fhir:modifierExtensionProperty  fhir:_prism ;
        dc:title                        "VisionPrescription.lensSpecification.prism: Eye alignment compensation" .

fhir:MedicationBatchComponent
        a                owl:Class ;
        rdfs:comment     "MedicationBatchComponent: Information that only applies to packages (not products)." ;
        rdfs:label       "MedicationBatchComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expirationDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:expirationDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lotNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:lotNumber
                         ] .

fhir:resultForDelete  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.queryCriteria.resultForDelete: For 'delete' interactions, should the 'current' query criteria count as an automatic pass or an automatic fail. If not present, the testing behavior during `delete` interactions is unspecified (server discretion)." ;
        rdfs:label                      "resultForDelete" ;
        fhir:modifierExtensionProperty  fhir:_resultForDelete ;
        dc:title                        "SubscriptionTopic.resourceTrigger.queryCriteria.resultForDelete: test-passes | test-fails" .

fhir:_accept  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.accept" , "(Modified) TestScript.test.action.operation.accept" , "(Modified) TestScript.setup.action.operation.accept" ;
        rdfs:label    "_accept" .

fhir:overbooked  a                      owl:ObjectProperty ;
        rdfs:comment                    "Slot.overbooked: This slot has already been overbooked, appointments are unlikely to be accepted for this time." ;
        rdfs:label                      "overbooked" ;
        fhir:modifierExtensionProperty  fhir:_overbooked ;
        dc:title                        "Slot.overbooked: This slot has already been overbooked, appointments are unlikely to be accepted for this time" .

fhir:_plan  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan" , "(Modified) ConditionDefinition.plan" ;
        rdfs:label    "_plan" .

fhir:ReviewOutcome  a    owl:Class ;
        rdfs:comment     "ClaimResponse.Item.ReviewOutcome: The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] .

fhir:CitationCitedArtifactContributorshipEntryComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactContributorshipComponent.CitationCitedArtifactContributorshipEntryComponent: An individual entity named as a contributor, for example in the author list or contributor list." ;
        rdfs:label       "CitationCitedArtifactContributorshipEntryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactContributorshipEntryContributionInstanceComponent ;
                           owl:onProperty     fhir:contributionInstance
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rankingOrder
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:forenameInitials
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:contributor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:affiliation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:contributionType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:correspondingContact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:forenameInitials
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:contributor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:rankingOrder
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:correspondingContact
                         ] .

fhir:discriminator  a                   owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.slicing.discriminator: Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices." ;
        rdfs:label                      "discriminator" ;
        fhir:modifierExtensionProperty  fhir:_discriminator ;
        dc:title                        "ElementDefinition.slicing.discriminator: Element values that are used to distinguish the slices" .

fhir:ordered  a                         owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.slicing.ordered: If the matching elements have to occur in the same order as defined in the profile." ;
        rdfs:label                      "ordered" ;
        fhir:modifierExtensionProperty  fhir:_ordered ;
        dc:title                        "ElementDefinition.slicing.ordered: If elements must be in same order as slices" .

fhir:LegalLanguage  a    owl:Class ;
        rdfs:comment     "Contract.LegalLanguage: List of Legal expressions or representations of this Contract." ;
        rdfs:label       "LegalLanguage" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                        )
                         ] .

fhir:frequencyOfOccurrence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.undesirableEffect.frequencyOfOccurrence: How often the effect is seen." ;
        rdfs:label                      "frequencyOfOccurrence" ;
        fhir:modifierExtensionProperty  fhir:_frequencyOfOccurrence ;
        dc:title                        "ClinicalUseDefinition.undesirableEffect.frequencyOfOccurrence: How often the effect is seen" .

fhir:_validationType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.validationType" ;
        rdfs:label    "_validationType" .

fhir:PermissionRuleDataComponent
        a                owl:Class ;
        rdfs:comment     "Permission.Rule.PermissionRuleDataComponent: A description or definition of which activities are allowed to be done on the data." ;
        rdfs:label       "PermissionRuleDataComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:security
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PermissionRuleDataResourceComponent ;
                           owl:onProperty     fhir:resource
                         ] .

fhir:_versionNeeded  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CodeSystem.versionNeeded" ;
        rdfs:label    "_versionNeeded" .

fhir:PackagedProductDefinitionPackagingContainedItemComponent
        a                owl:Class ;
        rdfs:comment     "PackagedProductDefinitionPackagingComponent.PackagedProductDefinitionPackagingContainedItemComponent: The item(s) within the packaging." , "PackagedProductDefinitionPackagingComponentPackaging.PackagedProductDefinitionPackagingContainedItemComponent: The item(s) within the packaging." ;
        rdfs:label       "PackagedProductDefinitionPackagingContainedItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] .

fhir:predecessor  a                     owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.dependency.predecessor: Link to predecessor test plans." , "TestPlan.dependency.predecessor: Predecessor test plans - those that are expected to be successfully performed as a dependency for the execution of this test plan." , "PaymentReconciliation.allocation.predecessor: Unique identifier for the prior payment item for the referenced payable." ;
        rdfs:label                      "predecessor" ;
        fhir:modifierExtensionProperty  fhir:_predecessor ;
        dc:title                        "TestPlan.testCase.dependency.predecessor: Link to predecessor test plans" , "TestPlan.dependency.predecessor: Link to predecessor test plans" , "PaymentReconciliation.allocation.predecessor: Business identifier of the prior payment detail" .

fhir:ArtifactAssessment
        a                            owl:Class ;
        rdfs:comment                 "This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content." ;
        rdfs:label                   "ArtifactAssessment" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:copyright
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:citeAs
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:citeAs
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:markdown ;
                                                        owl:onProperty     fhir:citeAs
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:citeAs
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:artifact
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:artifact
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:canonical ;
                                                        owl:onProperty     fhir:artifact
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:artifact
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:uri ;
                                                        owl:onProperty     fhir:artifact
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:artifact
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:workflowStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:approvalDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:copyright
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:lastReviewDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:workflowStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:approvalDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ArtifactAssessmentContentComponent ;
                                       owl:onProperty     fhir:content
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lastReviewDate
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ArtifactAssessment .

fhir:_dependsOn  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.dependsOn" , "(Modified) ConceptMap.group.element.target.dependsOn" ;
        rdfs:label    "_dependsOn" .

fhir:evidence  a                        owl:ObjectProperty ;
        rdfs:comment                    "Condition.evidence: Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition." , "DetectedIssue.evidence: Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport." , "Permission.justification.evidence: Justifing rational." ;
        rdfs:label                      "evidence" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_evidence ;
        dc:title                        "DetectedIssue.evidence: Supporting evidence" , "Permission.justification.evidence: Justifing rational" , "Condition.evidence: Supporting evidence for the verification status" .

fhir:MeasureGroupPopulationComponent
        a                owl:Class ;
        rdfs:comment     "MeasureGroupComponent.MeasureGroupPopulationComponent: A population criteria for the measure." ;
        rdfs:label       "MeasureGroupPopulationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:aggregateMethod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inputPopulationId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:aggregateMethod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:inputPopulationId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:groupDefinition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:criteria
                         ] .

fhir:opticalActivity  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.opticalActivity: Optical activity type." , "SubstanceDefinition.moiety.opticalActivity: Optical activity type." ;
        rdfs:label                      "opticalActivity" ;
        fhir:modifierExtensionProperty  fhir:_opticalActivity ;
        dc:title                        "SubstanceDefinition.structure.opticalActivity: Optical activity type" , "SubstanceDefinition.moiety.opticalActivity: Optical activity type" .

fhir:nutritionProduct
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionIntake.consumedItem.nutritionProduct: Identifies the food or fluid product that was consumed. This is potentially a link to a resource representing the details of the food product (TBD) or a simple attribute carrying a code that identifies the food from a known list of foods." ;
        rdfs:label                      "nutritionProduct" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_nutritionProduct ;
        dc:title                        "NutritionIntake.consumedItem.nutritionProduct: Code that identifies the food or fluid product that was consumed" .

fhir:specialMeasures  a                 owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.specialMeasures: Whether the Medicinal Product is subject to special measures for regulatory reasons, such as a requirement to conduct post-authorization studies." ;
        rdfs:label                      "specialMeasures" ;
        fhir:modifierExtensionProperty  fhir:_specialMeasures ;
        dc:title                        "MedicinalProductDefinition.specialMeasures: Whether the Medicinal Product is subject to special measures for regulatory reasons" .

fhir:packageId  a                       owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.dependsOn.packageId: The NPM package name for the Implementation Guide that this IG depends on." , "ImplementationGuide.packageId: The NPM package name for this Implementation Guide, used in the NPM package distribution, which is the primary mechanism by which FHIR based tooling manages IG dependencies. This value must be globally unique, and should be assigned with care." ;
        rdfs:label                      "packageId" ;
        fhir:modifierExtensionProperty  fhir:_packageId ;
        dc:title                        "ImplementationGuide.dependsOn.packageId: NPM Package name for IG this depends on" , "ImplementationGuide.packageId: NPM Package name for IG" .

fhir:TerminologyCapabilitiesCodeSystemVersionFilterComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesCodeSystemComponent.TerminologyCapabilitiesCodeSystemVersionComponent.TerminologyCapabilitiesCodeSystemVersionFilterComponent: Filter Properties supported." ;
        rdfs:label       "TerminologyCapabilitiesCodeSystemVersionFilterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:op
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:op
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:SubDetail  a        owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Item.Detail.SubDetail: Third-tier of goods and services." , "Claim.Item.Detail.SubDetail: A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items." , "ClaimResponse.Item.ItemDetail.SubDetail: A sub-detail adjudication of a simple product or service." ;
        rdfs:label       "SubDetail" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.Item.ItemDetail.SubDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:udi
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:subDetailSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:udi
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.Item.ItemDetail.SubDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:subDetailSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.Item.Detail.SubDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.Item.Detail.SubDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] .

fhir:_received  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Communication.received" ;
        rdfs:label    "_received" .

fhir:CapabilityStatementDocumentComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementDocumentComponent: A document definition." ;
        rdfs:label       "CapabilityStatementDocumentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] .

fhir:observationResultRequirement
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ActivityDefinition.observationResultRequirement: Defines the observations that are expected to be produced by the action." ;
        rdfs:label                      "observationResultRequirement" ;
        fhir:modifierExtensionProperty  fhir:_observationResultRequirement ;
        dc:title                        "ActivityDefinition.observationResultRequirement: What observations must be produced by this action" .

fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentContainsDesignation
        a                owl:Class ;
        rdfs:comment     "Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation." ;
        rdfs:label       "ValueSetExpansionComponent.ValueSetExpansionContainsComponentContainsDesignation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:additionalUse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:use
                         ] ;
        dc:title         "Additional representations for this item" .

fhir:FriendlyLanguage
        a                owl:Class ;
        rdfs:comment     "Contract.FriendlyLanguage: The \"patient friendly language\" versionof the Contract in whole or in parts. \"Patient friendly language\" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement." ;
        rdfs:label       "FriendlyLanguage" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                        )
                         ] .

fhir:_observedGroup  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.comparisonGroup.observedGroup" ;
        rdfs:label    "_observedGroup" .

fhir:cancelledReason  a                 owl:ObjectProperty ;
        rdfs:comment                    "Invoice.cancelledReason: In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.)." ;
        rdfs:label                      "cancelledReason" ;
        fhir:modifierExtensionProperty  fhir:_cancelledReason ;
        dc:title                        "Invoice.cancelledReason: Reason for cancellation of this Invoice" .

fhir:_expirationType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.expirationType" ;
        rdfs:label    "_expirationType" .

fhir:_actualNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.recruitment.actualNumber" ;
        rdfs:label    "_actualNumber" .

fhir:derivation  a                      owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.derivation: How the type relates to the baseDefinition." ;
        rdfs:label                      "derivation" ;
        fhir:modifierExtensionProperty  fhir:_derivation ;
        dc:title                        "StructureDefinition.derivation: specialization | constraint - How relates to base definition" .

fhir:AdverseEventSuspectEntityComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventSuspectEntityComponent: Describes the entity that is suspected to have caused the adverse event." ;
        rdfs:label       "AdverseEventSuspectEntityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:causality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AdverseEventSuspectEntityCausalityComponent ;
                           owl:onProperty     fhir:causality
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:instance
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:instance
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:instance
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:instance
                                          ]
                                        )
                         ] .

fhir:ImmunizationRecommendation
        a                            owl:Class ;
        rdfs:comment                 "A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification." ;
        rdfs:label                   "ImmunizationRecommendation" ;
        rdfs:subClassOf              w5:clinical.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImmunizationRecommendationRecommendationComponent ;
                                       owl:onProperty     fhir:recommendation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:authority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:recommendation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authority
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ImmunizationRecommendation .

fhir:_BiologicallyDerivedProductDispense
        a                owl:Class ;
        rdfs:comment     "(Modified) BiologicallyDerivedProductDispense" ;
        rdfs:label       "_BiologicallyDerivedProductDispense" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_definitionId  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionId" , "(Modified) EvidenceVariable.characteristic.definitionId" ;
        rdfs:label    "_definitionId" .

fhir:_authoredOn  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.authoredOn" , "(Modified) CommunicationRequest.authoredOn" , "(Modified) MedicationRequest.authoredOn" , "(Modified) RequestOrchestration.authoredOn" , "(Modified) Transport.authoredOn" , "(Modified) DeviceRequest.authoredOn" , "(Modified) SupplyRequest.authoredOn" , "(Modified) Task.authoredOn" ;
        rdfs:label    "_authoredOn" .

fhir:keyword  a                         owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.keyword: (DEPRECATED) A set of key words or terms from external terminologies that may be used to assist with indexing and searching of templates nby describing the use of this structure definition, or the content it describes." , "ResearchStudy.keyword: Key terms to aid in searching for or filtering the study." ;
        rdfs:label                      "keyword" ;
        fhir:modifierExtensionProperty  fhir:_keyword ;
        dc:title                        "StructureDefinition.keyword: Assist with indexing and finding" , "ResearchStudy.keyword: Used to search for the study" .

fhir:characteristic  a                  owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.characteristic: Allows the key features to be recorded, such as \"hospital pack\", \"nurse prescribable\", \"calendar pack\"." , "EvidenceReport.subject.characteristic: Characteristic." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic: A defining factor of the characteristic." , "Location.characteristic: Collection of characteristics (attributes)." , "HealthcareService.characteristic: Collection of characteristics (attributes)." , "Group.characteristic: Identifies traits whose presence r absence is shared by members of the group." , "NutritionProduct.characteristic: Specifies descriptive properties of the nutrition product." , "InventoryItem.characteristic: The descriptive or identifying characteristics of the item." , "EvidenceVariable.characteristic: A defining factor of the EvidenceVariable. Multiple characteristics are applied with \"and\" semantics." , "EvidenceVariable.characteristic.definitionByCombination.characteristic: A defining factor of the characteristic." , "MedicinalProductDefinition.characteristic: Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"." , "PractitionerRole.characteristic: Collection of characteristics (attributes)." ;
        rdfs:label                      "characteristic" ;
        fhir:modifierExtensionProperty  fhir:_characteristic ;
        dc:title                        "PackagedProductDefinition.characteristic: Allows the key features to be recorded, such as \"hospital pack\", \"nurse prescribable\"" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic: A defining factor of the characteristic" , "NutritionProduct.characteristic: Specifies descriptive properties of the nutrition product" , "MedicinalProductDefinition.characteristic: Key product features such as \"sugar free\", \"modified release\"" , "Group.characteristic: Include / Exclude group members by Trait" , "HealthcareService.characteristic: Collection of characteristics (attributes)" , "PractitionerRole.characteristic: Collection of characteristics (attributes)" , "EvidenceReport.subject.characteristic: Characteristic" , "EvidenceVariable.characteristic.definitionByCombination.characteristic: A defining factor of the characteristic" , "EvidenceVariable.characteristic: A defining factor of the EvidenceVariable" , "InventoryItem.characteristic: Characteristic of the item" , "Location.characteristic: Collection of characteristics (attributes)" .

fhir:_note  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) List.note" , "(Modified) Invoice.note" , "(Modified) NutritionProduct.note" , "(Modified) GenomicStudy.note" , "(Modified) AdverseEvent.note" , "(Modified) Task.note" , "(Modified) EvidenceReport.note" , "(Modified) Citation.citedArtifact.note" , "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.note" , "(Modified) Contract.term.action.note" , "(Modified) Condition.note" , "(Modified) MedicationAdministration.note" , "(Modified) ResearchStudy.note" , "(Modified) VisionPrescription.lensSpecification.note" , "(Modified) MedicationKnowledge.storageGuideline.note" , "(Modified) Evidence.certainty.note" , "(Modified) GuidanceResponse.note" , "(Modified) DeviceDefinition.note" , "(Modified) Specimen.note" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.note" , "(Modified) RiskAssessment.note" , "(Modified) AllergyIntolerance.note" , "(Modified) Device.note" , "(Modified) Evidence.statistic.sampleSize.note" , "(Modified) EvidenceVariable.characteristic.note" , "(Modified) Evidence.statistic.attributeEstimate.note" , "(Modified) ChargeItem.note" , "(Modified) EvidenceVariable.note" , "(Modified) EvidenceReport.subject.note" , "(Modified) MedicationRequest.note" , "(Modified) ImagingStudy.note" , "(Modified) CareTeam.note" , "(Modified) AllergyIntolerance.reaction.note" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.note" , "(Modified) EvidenceVariable.characteristic.timeFromEvent.note" , "(Modified) BiologicallyDerivedProductDispense.note" , "(Modified) Appointment.note" , "(Modified) FamilyMemberHistory.procedure.note" , "(Modified) ServiceRequest.note" , "(Modified) FamilyMemberHistory.condition.note" , "(Modified) Procedure.note" , "(Modified) NutritionOrder.note" , "(Modified) DeviceDispense.note" , "(Modified) Citation.note" , "(Modified) InventoryReport.note" , "(Modified) Transport.note" , "(Modified) FamilyMemberHistory.note" , "(Modified) Evidence.note" , "(Modified) DiagnosticReport.note" , "(Modified) ClinicalImpression.note" , "(Modified) Immunization.note" , "(Modified) NutritionIntake.note" , "(Modified) Contract.term.group.action.note" , "(Modified) Communication.note" , "(Modified) MedicationDispense.note" , "(Modified) Observation.note" , "(Modified) Goal.note" , "(Modified) Evidence.statistic.note" , "(Modified) RequestOrchestration.note" , "(Modified) Composition.note" , "(Modified) DeviceRequest.note" , "(Modified) CarePlan.note" , "(Modified) MedicationStatement.note" , "(Modified) SubstanceDefinition.note" , "(Modified) DeviceUsage.note" , "(Modified) DetectedIssue.mitigation.note" , "(Modified) Evidence.certainty.subcomponent.note" , "(Modified) Evidence.variableDefinition.note" , "(Modified) CommunicationRequest.note" , "(Modified) SubstanceDefinition.code.note" , "(Modified) GenomicStudy.analysis.note" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.note" ;
        rdfs:label    "_note" .

fhir:ImagingStudySeriesInstanceComponent
        a                owl:Class ;
        rdfs:comment     "ImagingStudySeriesComponent.ImagingStudySeriesInstanceComponent: A single SOP instance within the series, e.g. an image, or presentation state." ;
        rdfs:label       "ImagingStudySeriesInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sopClass
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:uid
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:sopClass
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:uid
                         ] .

fhir:_signature  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.signature" , "(Modified) Contract.signer.signature" , "(Modified) Bundle.signature" ;
        rdfs:label    "_signature" .

fhir:slicing  a                         owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.slicing: Indicates that the element is sliced into a set of alternative definitions (i.e. in a structure definition, there are multiple different constraints on a single element in the base resource). Slicing can be used in any resource that has cardinality ..* on the base resource, or any resource with a choice of types. The set of slices is any elements that come after this in the element sequence that have the same path, until a shorter path occurs (the shorter path terminates the set)." ;
        rdfs:label                      "slicing" ;
        fhir:modifierExtensionProperty  fhir:_slicing ;
        dc:title                        "ElementDefinition.slicing: This element is sliced - slices follow" .

fhir:_population  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier.stratum.population" , "(Modified) MeasureReport.group.population" , "(Modified) Measure.group.population" , "(Modified) ClinicalUseDefinition.population" ;
        rdfs:label    "_population" .

fhir:cap  a                             owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.container.cap: Color of container cap." ;
        rdfs:label                      "cap" ;
        fhir:modifierExtensionProperty  fhir:_cap ;
        dc:title                        "SpecimenDefinition.typeTested.container.cap: Color of container cap" .

fhir:given  a                           owl:ObjectProperty ;
        rdfs:comment                    "HumanName.given: Given name." ;
        rdfs:label                      "given" ;
        fhir:modifierExtensionProperty  fhir:_given ;
        dc:title                        "HumanName.given: Given names (not always 'first'). Includes middle names" .

fhir:account  a                         owl:ObjectProperty ;
        rdfs:comment                    "Account.relatedAccount.account: Reference to an associated Account." , "PaymentReconciliation.allocation.account: The Account to which this payment applies, may be completed by the receiver, used for search." , "Invoice.account: Account which is supposed to be balanced with this Invoice." , "EpisodeOfCare.account: The set of accounts that may be used for billing for this EpisodeOfCare." , "Encounter.account: The set of accounts that may be used for billing for this Encounter." , "ChargeItem.account: Account into which this ChargeItems belongs." , "Appointment.account: The set of accounts that is expected to be used for billing the activities that result from this Appointment." ;
        rdfs:label                      "account" ;
        fhir:modifierExtensionProperty  fhir:_account ;
        dc:title                        "Account.relatedAccount.account: Reference to an associated Account" , "Encounter.account: The set of accounts that may be used for billing for this Encounter" , "Invoice.account: Account that is being balanced" , "ChargeItem.account: Account to place this charge" , "Appointment.account: The set of accounts that may be used for billing for this Appointment" , "PaymentReconciliation.allocation.account: Applied-to account" , "EpisodeOfCare.account: The set of accounts that may be used for billing for this EpisodeOfCare" .

fhir:_organism  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism" , "(Modified) SubstanceReferenceInformation.target.organism" ;
        rdfs:label    "_organism" .

fhir:_need  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.need" ;
        rdfs:label    "_need" .

fhir:environmentalSetting
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.storageGuideline.environmentalSetting: Describes a setting/value on the environment for the adequate storage of the medication and other substances.  Environment settings may involve temperature, humidity, or exposure to light." ;
        rdfs:label                      "environmentalSetting" ;
        fhir:modifierExtensionProperty  fhir:_environmentalSetting ;
        dc:title                        "MedicationKnowledge.storageGuideline.environmentalSetting: Setting or value of environment for adequate storage" .

fhir:volume  a                          owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.volume: Volume number of journal or other collection in which the article is published." ;
        rdfs:label                      "volume" ;
        fhir:modifierExtensionProperty  fhir:_volume ;
        dc:title                        "Citation.citedArtifact.publicationForm.volume: Volume number of journal or other collection in which the article is published" .

fhir:weeklyTemplate  a                  owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate: Information about weekly recurring appointments." ;
        rdfs:label                      "weeklyTemplate" ;
        fhir:modifierExtensionProperty  fhir:_weeklyTemplate ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate: Information about weekly recurring appointments" .

fhir:lowerLimit  a                      owl:ObjectProperty ;
        rdfs:comment                    "SampledData.lowerLimit: The lower limit of detection of the measured points. This is needed if any of the data points have the value \"L\" (lower than detection limit)." ;
        rdfs:label                      "lowerLimit" ;
        fhir:modifierExtensionProperty  fhir:_lowerLimit ;
        dc:title                        "SampledData.lowerLimit: Lower limit of detection" .

fhir:_justification  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.justification" , "(Modified) DeviceDefinition.classification.justification" ;
        rdfs:label    "_justification" .

fhir:_fixture  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.fixture" ;
        rdfs:label    "_fixture" .

fhir:unitPriceComponent
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.unitPriceComponent: The unit price of the chargable item." ;
        rdfs:label                      "unitPriceComponent" ;
        fhir:modifierExtensionProperty  fhir:_unitPriceComponent ;
        dc:title                        "ChargeItem.unitPriceComponent: Unit price overriding the associated rules" .

fhir:availabilityStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Device.availabilityStatus: The availability of the device." ;
        rdfs:label                      "availabilityStatus" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_availabilityStatus ;
        dc:title                        "Device.availabilityStatus: lost | damaged | destroyed | available" .

fhir:_proxySignature  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.proxySignature" ;
        rdfs:label    "_proxySignature" .

fhir:statusChanged  a                   owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.statusChanged: The date (and perhaps time) when the status was changed." , "MedicationDispense.statusChanged: The date (and maybe time) when the status of the dispense record changed." ;
        rdfs:label                      "statusChanged" ;
        fhir:modifierExtensionProperty  fhir:_statusChanged ;
        dc:title                        "MedicationRequest.statusChanged: When the status was changed" , "MedicationDispense.statusChanged: When the status changed" .

fhir:_about  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) CommunicationRequest.about" , "(Modified) Communication.about" ;
        rdfs:label    "_about" .

fhir:occurence  a                       owl:ObjectProperty ;
        rdfs:comment                    "MedicationAdministration.occurence" ;
        rdfs:label                      "occurence" ;
        fhir:modifierExtensionProperty  fhir:_occurence .

fhir:actualPeriod  a                    owl:ObjectProperty ;
        rdfs:comment                    "EncounterHistory.actualPeriod: The start and end time associated with this set of values associated with the encounter, may be different to the planned times for various reasons." , "Encounter.actualPeriod: The actual start and end time of the encounter." ;
        rdfs:label                      "actualPeriod" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_actualPeriod ;
        dc:title                        "EncounterHistory.actualPeriod: The actual start and end time associated with this set of values associated with the encounter" , "Encounter.actualPeriod: The actual start and end time of the encounter" .

fhir:_originalPrescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.originalPrescription" , "(Modified) Claim.originalPrescription" ;
        rdfs:label    "_originalPrescription" .

fhir:_dosage  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationStatement.dosage" , "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage" , "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.dosage" , "(Modified) MedicationAdministration.dosage" , "(Modified) ActivityDefinition.dosage" ;
        rdfs:label    "_dosage" .

fhir:returnedAmount  a                  owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.returnedAmount: The amount returned by the receiver which is excess to the amount payable, often referred to as 'change'." ;
        rdfs:label                      "returnedAmount" ;
        fhir:modifierExtensionProperty  fhir:_returnedAmount ;
        dc:title                        "PaymentReconciliation.returnedAmount: Amount returned by the receiver" .

fhir:_cTerminalModification
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.cTerminalModification" ;
        rdfs:label    "_cTerminalModification" .

fhir:name  a                            owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.name: A natural language name identifying the ObservationDefinition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "TestScript.test.name: The name of this test used for tracking/logging purposes by test engines." , "TerminologyCapabilities.expansion.parameter.name: Name of the supported expansion parameter." , "Schedule.name: Further description of the schedule as it would be presented to a consumer while searching." , "PlanDefinition.name: A natural language name identifying the plan definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ResearchStudy.associatedParty.name: Name of associated party." , "ExtendedContactDetail.name: The name of an individual to contact, some types of contact detail are usually blank." , "SubstanceNucleicAcid.subunit.sugar.name: The name of the sugar or sugar-like component that make up the nucleotide." , "CapabilityStatement.software.name: Name the software is known by." , "ConditionDefinition.name: A natural language name identifying the condition definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ImplementationGuide.definition.page.name: The url by which the page should be known when published." , "StructureMap.group.name: A unique name for the group for the convenience of human readers." , "NutritionProduct.instance.name: The name for the specific product." , "SubstanceDefinition.moiety.name: Textual name for this moiety substance." , "TerminologyCapabilities.name: A natural language name identifying the terminology capabilities. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "InsurancePlan.name: Official name of the health insurance product as designated by the owner." , "Contract.name: A natural language name identifying this Contract definition, derivative, or instance in any legal state. Provides additional information about its content. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Location.name: Name of the location as used by humans. Does not need to be unique." , "ImplementationGuide.name: A natural language name identifying the implementation guide. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "CanonicalResource.name: A natural language name identifying the {{title}}. This name should be usable as an identifier for the resource by machine processing applications such as code generation." , "OperationDefinition.parameter.name: The name of used to identify the parameter." , "CodeSystem.name: A natural language name identifying the code system. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Library.name: A natural language name identifying the library. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ActorDefinition.name: A natural language name identifying the actor definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "SubstanceDefinition.name: Names applicable to this substance." , "Subscription.parameter.name: Parameter name for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the name would be Authorization." , "DeviceDefinition.deviceName.name: A human-friendly name that is used to refer to the device - depending on the type, it can be the brand name, the common name or alias, or other." , "CoverageEligibilityResponse.insurance.item.name: A short name or tag for the benefit." , "FamilyMemberHistory.name: This will either be a name or a description; e.g. \"Aunt Susan\", \"my cousin with the red hair\"." , "CapabilityStatement.name: A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "DeviceDefinition.packaging.distributor.name: Distributor's human-readable name." , "ImplementationGuide.definition.page.page.name: The url by which the page should be known when published." , "MedicationKnowledge.monitoringProgram.name: Name of the reviewing program." , "TestReport.test.name: The name of this test used for tracking/logging purposes by test engines." , "SubstanceNucleicAcid.subunit.linkage.name: Each linkage will be registered as a fragment and have at least one name. A single name shall be assigned to each linkage." , "ResearchStudy.outcomeMeasure.name: Label for the outcome." , "StructureMap.group.rule.dependent.name: Name of a rule or group to apply." , "GraphDefinition.name: A natural language name identifying the graph definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Contributor.name: The name of the individual or organization responsible for the contribution." , "PackagedProductDefinition.name: A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc." , "Coverage.class.name: A short description for the class." , "Parameters.parameter.part.name: The name of the parameter (reference to the operation definition)." , "ResearchStudy.comparisonGroup.name: Unique, human-readable label for this comparisonGroup of the study." , "ParameterDefinition.name: The name of the parameter used to allow access to the value of the parameter in evaluation contexts." , "Organization.name: A name associated with the organization." , "StructureDefinition.name: A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "SearchParameter.name: A natural language name identifying the search parameter. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Subscription.name: A natural language name identifying the subscription." , "ImplementationGuide.definition.grouping.name: The human-readable title to display for the package of resources when rendering the implementation guide." , "ValueSet.expansion.parameter.name: Name of the input parameter to the $expand operation; may be a server-assigned name for additional default or other server-supplied parameters used to control the expansion process." , "InventoryItem.name: The item name(s) - the brand name, or common name, functional name, generic name." , "TestReport.name: A free text natural language name identifying the executed TestReport." , "ImplementationGuide.manifest.page.name: Relative path to the page." , "EvidenceVariable.name: A natural language name identifying the evidence variable. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "SubscriptionTopic.name: A natural language name identifying the subscription topic This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ManufacturedItemDefinition.name: A descriptive name applied to this item." , "CapabilityStatement.rest.operation.name: The name of the operation or query. For an operation, this name is prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called. This SHOULD be the same as the OperationDefinition.code of the defining OperationDefinition.  However, it can sometimes differ if necessary to disambiguate when a server supports multiple OperationDefinition that happen to share the same code." , "RelatedPerson.name: A name associated with the person." , "EventDefinition.name: A natural language name identifying the event definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "TestScript.name: A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ConceptMap.name: A natural language name identifying the concept map. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "MessageHeader.destination.name: Human-readable name for the target system." , "StructureMap.group.rule.name: Name of the rule for internal references." , "Citation.name: A natural language name identifying the citation record. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Evidence.name: A natural language name identifying the evidence. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Parameters.parameter.name: The name of the parameter (reference to the operation definition)." , "MessageHeader.source.name: Human-readable name for the source system." , "CareTeam.name: A label for human use intended to distinguish like teams.  E.g. the \"red\" vs. \"green\" trauma teams." , "MedicinalProductDefinition.name: The product's name, including full name and possibly coded parts." , "ExplanationOfBenefit.benefitBalance.name: A short name or tag for the benefit." , "Patient.contact.name: A name associated with the contact person." , "EvidenceVariable.category.name: Description of the grouping." , "CapabilityStatement.rest.searchParam.name: The label used for the search parameter in this particular system's API - i.e. the 'name' portion of the name-value pair that will appear as part of the search URL.  This SHOULD be the same as the SearchParameter.code of the defining SearchParameter.  However, it can sometimes differ if necessary to disambiguate when a server supports multiple SearchParameters that happen to share the same code." , "SubstanceDefinition.name.name: The actual name." , "Account.name: Name used for the account when displaying it to humans in reports, etc." , "ExampleScenario.name: Temporarily retained for tooling purposes." , "TestScript.variable.name: Descriptive name for this variable." , "ImplementationGuide.definition.resource.name: A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name)." , "Requirements.name: A natural language name identifying the Requirements. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "StructureDefinition.mapping.name: A name for the specification that is being mapped to." , "TriggerDefinition.name: A formal name for the event. This may be an absolute URI that identifies the event formally (e.g. from a trigger registry), or a simple relative URI that identifies the event in a local context." , "CapabilityStatement.rest.resource.searchParam.name: The label used for the search parameter in this particular system's API - i.e. the 'name' portion of the name-value pair that will appear as part of the search URL.  This SHOULD be the same as the SearchParameter.code of the defining SearchParameter.  However, it can sometimes differ if necessary to disambiguate when a server supports multiple SearchParameters that happen to share the same code." , "Person.name: A name associated with the person." , "StructureMap.name: A natural language name identifying the structure map. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "SubstanceDefinition.name.synonym.name: The actual name." , "ChargeItemDefinition.name: A natural language name identifying the ChargeItemDefinition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "OperationDefinition.name: A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "CompartmentDefinition.name: A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ContactDetail.name: The name of an individual to contact." , "InventoryItem.name.name: The name or designation that the item is given." , "Questionnaire.name: A natural language name identifying the questionnaire. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "HealthcareService.name: Further description of the service as it would be presented to a consumer while searching." , "Measure.name: A natural language name identifying the measure. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "ResearchStudy.objective.name: Unique, human-readable label for this objective of the study." , "DeviceDefinition.packaging.packaging.distributor.name: Distributor's human-readable name." , "Patient.name: A name associated with the individual." , "StructureMap.group.rule.rule.dependent.name: Name of a rule or group to apply." , "Practitioner.name: The name(s) associated with the practitioner." , "ValueSet.name: A natural language name identifying the value set. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "Composition.name: A natural language name identifying the {{title}}. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "StructureMap.const.name: Other maps used by this map (canonical URLs)." , "SubstanceDefinition.name.translation.name: The actual name." , "ResearchStudy.name: Name for this study (computer friendly)." , "MessageDefinition.name: A natural language name identifying the message definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "StructureMap.group.input.name: Name for this instance of data." , "TerminologyCapabilities.software.name: Name the software is known by." , "NamingSystem.name: A natural language name identifying the naming system. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "CapabilityStatement.rest.resource.operation.name: The name of the operation or query. For an operation, this name is prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called. This SHOULD be the same as the OperationDefinition.code of the defining OperationDefinition.  However, it can sometimes differ if necessary to disambiguate when a server supports multiple OperationDefinition that happen to share the same code." , "SpecimenDefinition.name: A natural language name identifying the {{title}}. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "StructureMap.group.rule.rule.name: Name of the rule for internal references." , "ActivityDefinition.name: A natural language name identifying the activity definition. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "OperationDefinition.parameter.part.name: The name of used to identify the parameter." , "Expression.name: A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined." , "Group.name: A label assigned to the group for human identification and communication." , "Endpoint.name: A friendly name that this endpoint can be referred to with." , "TestPlan.name: A natural language name identifying the test plan. This name should be usable as an identifier for the module by machine processing applications such as code generation." , "MedicationKnowledge.name: All of the names for a medication, for example, the name(s) given to a medication in different countries.  For example, acetaminophen and paracetamol or salbutamol and albuterol." , "Device.name: This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.  This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition." ;
        rdfs:label                      "name" ;
        rdfs:subPropertyOf              w5:class , w5:what ;
        fhir:modifierExtensionProperty  fhir:_name ;
        dc:title                        "Schedule.name: Human-readable label" , "Subscription.parameter.name: Name (key) of the parameter" , "StructureMap.name: Name for this structure map (computer friendly)" , "ChargeItemDefinition.name: Name for this charge item definition (computer friendly)" , "ImplementationGuide.manifest.page.name: HTML page name" , "OperationDefinition.parameter.name: Name in Parameters.parameter.name or in URL" , "MessageHeader.destination.name: Name of system" , "ConditionDefinition.name: Name for this condition definition (computer friendly)" , "ImplementationGuide.definition.resource.name: Human readable name for the resource" , "DeviceDefinition.deviceName.name: A name that is used to refer to the device" , "StructureMap.group.name: Human-readable label" , "InventoryItem.name.name: The name or designation of the item" , "CapabilityStatement.rest.searchParam.name: Name for parameter in search url" , "CompartmentDefinition.name: Name for this compartment definition (computer friendly)" , "Patient.contact.name: A name associated with the contact person" , "ResearchStudy.comparisonGroup.name: Label for study comparisonGroup" , "ImplementationGuide.definition.grouping.name: Descriptive name for the package" , "SubstanceDefinition.name.translation.name: The actual name" , "ValueSet.name: Name for this value set (computer friendly)" , "Parameters.parameter.name: Name from the definition" , "ResearchStudy.objective.name: Label for the objective" , "SubstanceNucleicAcid.subunit.linkage.name: Each linkage will be registered as a fragment and have at least one name. A single name shall be assigned to each linkage" , "ImplementationGuide.definition.page.page.name: Name of the page when published" , "TerminologyCapabilities.name: Name for this terminology capabilities (computer friendly)" , "CodeSystem.name: Name for this code system (computer friendly)" , "TestScript.name: Name for this test script (computer friendly)" , "Practitioner.name: The name(s) associated with the practitioner" , "TerminologyCapabilities.software.name: A name the software is known by" , "NutritionProduct.instance.name: The name for the specific product" , "SubscriptionTopic.name: Name for this subscription topic (computer friendly)" , "StructureDefinition.name: Name for this structure definition (computer friendly)" , "TriggerDefinition.name: Name or URI that identifies the event" , "Location.name: Name of the location as used by humans" , "SpecimenDefinition.name: Name for this {{title}} (computer friendly)" , "ParameterDefinition.name: Name used to access the parameter value" , "TerminologyCapabilities.expansion.parameter.name: Name of the supported expansion parameter" , "ManufacturedItemDefinition.name: A descriptive name applied to this item" , "ImplementationGuide.name: Name for this implementation guide (computer friendly)" , "RelatedPerson.name: A name associated with the person" , "MedicinalProductDefinition.name: The product's name, including full name and possibly coded parts" , "PlanDefinition.name: Name for this plan definition (computer friendly)" , "SubstanceDefinition.name.name: The actual name" , "Requirements.name: Name for this Requirements (computer friendly)" , "MedicationKnowledge.monitoringProgram.name: Name of the reviewing program" , "StructureMap.group.rule.rule.name: Name of the rule for internal references" , "Library.name: Name for this library (computer friendly)" , "Citation.name: Name for this citation record (computer friendly)" , "Subscription.name: Human readable name for this subscription" , "ValueSet.expansion.parameter.name: Name as assigned by the client or server" , "SubstanceDefinition.name.synonym.name: The actual name" , "Contributor.name: Who contributed the content" , "DeviceDefinition.packaging.distributor.name: Distributor's human-readable name" , "TestScript.test.name: Tracking/logging name of this test" , "Coverage.class.name: Human readable description of the type and value" , "Parameters.parameter.part.name: Name from the definition" , "CareTeam.name: Name of the team, such as crisis assessment team" , "ActivityDefinition.name: Name for this activity definition (computer friendly)" , "SubstanceDefinition.moiety.name: Textual name for this moiety substance" , "ActorDefinition.name: Name for this actor definition (computer friendly)" , "CapabilityStatement.rest.resource.operation.name: Name by which the operation/query is invoked" , "StructureMap.const.name: Constant name" , "Expression.name: Short name assigned to expression for reuse" , "TestReport.test.name: Tracking/logging name of this test" , "EvidenceVariable.name: Name for this evidence variable (computer friendly)" , "TestScript.variable.name: Descriptive name for this variable" , "MessageHeader.source.name: Name of system" , "ResearchStudy.associatedParty.name: Name of associated party" , "InventoryItem.name: The item name(s) - the brand name, or common name, functional name, generic name or others" , "ResearchStudy.name: Name for this study (computer friendly)" , "Questionnaire.name: Name for this questionnaire (computer friendly)" , "CoverageEligibilityResponse.insurance.item.name: Short name for the benefit" , "ResearchStudy.outcomeMeasure.name: Label for the outcome" , "Person.name: A name associated with the person" , "StructureMap.group.rule.rule.dependent.name: Name of a rule or group to apply" , "Account.name: Human-readable label" , "SearchParameter.name: Name for this search parameter (computer friendly)" , "Contract.name: Computer friendly designation" , "CapabilityStatement.name: Name for this capability statement (computer friendly)" , "ContactDetail.name: Name of an individual to contact" , "CanonicalResource.name: Name for this {{title}} (computer friendly)" , "TestReport.name: Informal name of the executed TestReport" , "ObservationDefinition.name: Name for this ObservationDefinition (computer friendly)" , "SubstanceDefinition.name: Names applicable to this substance" , "SubstanceNucleicAcid.subunit.sugar.name: The name of the sugar or sugar-like component that make up the nucleotide" , "Measure.name: Name for this measure (computer friendly)" , "OperationDefinition.parameter.part.name: Name in Parameters.parameter.name or in URL" , "MessageDefinition.name: Name for this message definition (computer friendly)" , "NamingSystem.name: Name for this naming system (computer friendly)" , "Patient.name: A name associated with the patient" , "StructureMap.group.rule.dependent.name: Name of a rule or group to apply" , "InsurancePlan.name: Official name" , "PackagedProductDefinition.name: A name for this package. Typically as listed in a drug formulary, catalogue, inventory etc" , "Organization.name: Name used for the organization" , "HealthcareService.name: Description of service as presented to a consumer while searching" , "FamilyMemberHistory.name: The family member described" , "Endpoint.name: A name that this endpoint can be identified by" , "ConceptMap.name: Name for this concept map (computer friendly)" , "EvidenceVariable.category.name: Description of the grouping" , "Evidence.name: Name for this summary (machine friendly)" , "MedicationKnowledge.name: A name associated with the medication being described" , "TestPlan.name: Name for this test plan (computer friendly)" , "DeviceDefinition.packaging.packaging.distributor.name: Distributor's human-readable name" , "GraphDefinition.name: Name for this graph definition (computer friendly)" , "Device.name: The name or names of the device as known to the manufacturer and/or patient" , "StructureDefinition.mapping.name: Names what this mapping refers to" , "EventDefinition.name: Name for this event definition (computer friendly)" , "Composition.name: Name for this Composition (computer friendly)" , "ImplementationGuide.definition.page.name: Name of the page when published" , "StructureMap.group.input.name: Name for this instance of data" , "CapabilityStatement.software.name: A name the software is known by" , "Group.name: Label for Group" , "ExplanationOfBenefit.benefitBalance.name: Short name for the benefit" , "ExampleScenario.name: To be removed?" , "ExtendedContactDetail.name: Name of an individual to contact" , "OperationDefinition.name: Name for this operation definition (computer friendly)" , "CapabilityStatement.rest.resource.searchParam.name: Name for parameter in search url" , "StructureMap.group.rule.name: Name of the rule for internal references" , "CapabilityStatement.rest.operation.name: Name by which the operation/query is invoked" .

fhir:masterFile  a                      owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.masterFile: A master file for the medicinal product (e.g. Pharmacovigilance System Master File). Drug master files (DMFs) are documents submitted to regulatory agencies to provide confidential detailed information about facilities, processes or articles used in the manufacturing, processing, packaging and storing of drug products." ;
        rdfs:label                      "masterFile" ;
        fhir:modifierExtensionProperty  fhir:_masterFile ;
        dc:title                        "MedicinalProductDefinition.masterFile: A master file for the medicinal product (e.g. Pharmacovigilance System Master File)" .

fhir:baseFormulaType  a                 owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.baseFormulaType: The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula." ;
        rdfs:label                      "baseFormulaType" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_baseFormulaType ;
        dc:title                        "NutritionOrder.enteralFormula.baseFormulaType: Type of enteral or infant formula" .

fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentContains
        a                owl:Class ;
        rdfs:comment     "Other codes and entries contained under this entry in the hierarchy." ;
        rdfs:label       "ValueSetExpansionComponent.ValueSetExpansionContainsComponentContains" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentContainsDesignation ;
                           owl:onProperty     fhir:designation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptProperty ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentContainsContains ;
                           owl:onProperty     fhir:contains
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:abstract
                         ] ;
        dc:title         "Codes contained under this entry" .

fhir:threshold  a                       owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.threshold: Provides the value of \"n\" when \"at-least\" or \"at-most\" codes are used." , "EvidenceVariable.characteristic.definitionByCombination.threshold: Provides the value of \"n\" when \"at-least\" or \"at-most\" codes are used." ;
        rdfs:label                      "threshold" ;
        fhir:modifierExtensionProperty  fhir:_threshold ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.threshold: Provides the value of \"n\" when \"at-least\" or \"at-most\" codes are used" , "EvidenceVariable.characteristic.definitionByCombination.threshold: Provides the value of \"n\" when \"at-least\" or \"at-most\" codes are used" .

fhir:active  a                          owl:ObjectProperty ;
        rdfs:comment                    "Organization.active: Whether the organization's record is still in active use." , "OrganizationAffiliation.active: Whether this organization affiliation record is in active use." , "Patient.active: Whether this patient record is in active use. \nMany systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules.\n\nIt is often used to filter patient lists to exclude inactive patients\n\nDeceased patients may also be marked as inactive for the same reasons, but may be active for some time after death." , "RelatedPerson.active: Whether this related person record is in active use." , "HealthcareService.active: This flag is used to mark the record to not be used. This is not used when a center is closed for maintenance, or for holidays, the notAvailable period is to be used for this." , "PractitionerRole.active:  Whether this practitioner role record is in active use. Some systems may use this property to mark non-active practitioners, such as those that are not currently employed." , "Practitioner.active: Whether this practitioner's record is in active use." , "Linkage.active: Indicates whether the asserted set of linkages are considered to be \"in effect\"." , "BodyStructure.active: Whether this body site is in active use." , "Person.active: Whether this person's record is in active use." , "Schedule.active: Whether this schedule record is in active use or should not be used (such as was entered in error)." , "Group.active: Indicates whether the record for the group is available for use or is merely being retained for historical purposes." ;
        rdfs:label                      "active" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_active ;
        dc:title                        "PractitionerRole.active: Whether this practitioner role record is in active use" , "OrganizationAffiliation.active: Whether this organization affiliation record is in active use" , "Person.active: This person's record is in active use" , "Organization.active: Whether the organization's record is still in active use" , "Schedule.active: Whether this schedule is in active use" , "BodyStructure.active: Whether this record is in active use" , "Linkage.active: Whether this linkage assertion is active or not" , "Patient.active: Whether this patient's record is in active use" , "RelatedPerson.active: Whether this related person's record is in active use" , "Practitioner.active: Whether this practitioner's record is in active use" , "Group.active: Whether this group's record is in active use" , "HealthcareService.active: Whether this HealthcareService record is in active use" .

fhir:IngredientSubstanceComponent
        a                owl:Class ;
        rdfs:comment     "IngredientSubstanceComponent: The substance that comprises this ingredient." ;
        rdfs:label       "IngredientSubstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:IngredientSubstanceStrengthComponent ;
                           owl:onProperty     fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:code
                         ] .

fhir:size  a                            owl:ObjectProperty ;
        rdfs:comment                    "Attachment.size: The number of bytes of data that make up this attachment (before base64 encoding, if that is done)." ;
        rdfs:label                      "size" ;
        fhir:modifierExtensionProperty  fhir:_size ;
        dc:title                        "Attachment.size: Number of bytes of content (if url provided)" .

fhir:_validityPeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.validityPeriod" , "(Modified) MedicationRequest.dispenseRequest.validityPeriod" ;
        rdfs:label    "_validityPeriod" .

fhir:who  a                             owl:ObjectProperty ;
        rdfs:comment                    "Provenance.entity.agent.who: Indicates who or what performed in the event." , "AuditEvent.entity.agent.who: Reference to who this agent is that was involved in the event." , "AuditEvent.agent.who: Reference to who this agent is that was involved in the event." , "VerificationResult.attestation.who: The individual or organization attesting to information." , "VerificationResult.primarySource.who: Reference to the primary source." , "Signature.who: A reference to an application-usable description of the identity that signed  (e.g. the signature used their private key)." , "Provenance.agent.who: Indicates who or what performed in the event." ;
        rdfs:label                      "who" ;
        rdfs:subPropertyOf              w5:who , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_who ;
        dc:title                        "VerificationResult.primarySource.who: Reference to the primary source" , "AuditEvent.agent.who: Identifier of who" , "Provenance.entity.agent.who: The agent that participated in the event" , "VerificationResult.attestation.who: The individual or organization attesting to information" , "Provenance.agent.who: The agent that participated in the event" , "AuditEvent.entity.agent.who: Identifier of who" , "Signature.who: Who signed" .

fhir:ExampleScenarioProcessStepAlternativeComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponent: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponent: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponent: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponent: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponent: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." ;
        rdfs:label       "ExampleScenarioProcessStepAlternativeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponentStep ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponentStep ;
                           owl:onProperty     fhir:step
                         ] .

fhir:InsurancePlanPlanSpecificCostComponent
        a                owl:Class ;
        rdfs:comment     "InsurancePlanPlanComponent.InsurancePlanPlanSpecificCostComponent: Costs associated with the coverage provided by the product." ;
        rdfs:label       "InsurancePlanPlanSpecificCostComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanBenefit ;
                           owl:onProperty     fhir:benefit
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] .

fhir:interaction  a                     owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.interaction: A specification of restful operations supported by the system." , "CapabilityStatement.rest.resource.interaction: Identifies a restful operation supported by the solution." , "SubstanceReferenceInformation.target.interaction: Todo." , "ClinicalUseDefinition.interaction: Specifics for when this is an interaction." ;
        rdfs:label                      "interaction" ;
        fhir:modifierExtensionProperty  fhir:_interaction ;
        dc:title                        "CapabilityStatement.rest.interaction: What operations are supported?" , "SubstanceReferenceInformation.target.interaction: Todo" , "ClinicalUseDefinition.interaction: Specifics for when this is an interaction" , "CapabilityStatement.rest.resource.interaction: What operations are supported?" .

fhir:_beneficiary  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.beneficiary" ;
        rdfs:label    "_beneficiary" .

fhir:requestURL  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.requestURL: The value to use in a comparison against the request URL path string." , "TestScript.setup.action.assert.requestURL: The value to use in a comparison against the request URL path string." ;
        rdfs:label                      "requestURL" ;
        fhir:modifierExtensionProperty  fhir:_requestURL ;
        dc:title                        "TestScript.test.action.assert.requestURL: Request URL comparison value" , "TestScript.setup.action.assert.requestURL: Request URL comparison value" .

fhir:transform  a                       owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.rule.target.transform: How the data is copied / created." , "ActivityDefinition.transform: A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input." , "StructureMap.group.rule.target.transform: How the data is copied / created." , "PlanDefinition.action.transform: A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input." , "RequestOrchestration.action.transform: A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input." , "RequestOrchestration.action.action.transform: A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input." , "PlanDefinition.action.action.transform: A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input." ;
        rdfs:label                      "transform" ;
        fhir:modifierExtensionProperty  fhir:_transform ;
        dc:title                        "ActivityDefinition.transform: Transform to apply the template" , "PlanDefinition.action.transform: Transform to apply the template" , "StructureMap.group.rule.target.transform: create | copy +" , "RequestOrchestration.action.transform: Transform to apply the template" , "StructureMap.group.rule.rule.target.transform: create | copy +" , "RequestOrchestration.action.action.transform: Transform to apply the template" , "PlanDefinition.action.action.transform: Transform to apply the template" .

fhir:sugar  a                           owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.sugar: 5.3.6.8.1 Sugar ID (Mandatory)." ;
        rdfs:label                      "sugar" ;
        fhir:modifierExtensionProperty  fhir:_sugar ;
        dc:title                        "SubstanceNucleicAcid.subunit.sugar: 5.3.6.8.1 Sugar ID (Mandatory)" .

fhir:_subscriptionTopic
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TriggerDefinition.subscriptionTopic" ;
        rdfs:label    "_subscriptionTopic" .

fhir:_usageStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceUsage.usageStatus" ;
        rdfs:label    "_usageStatus" .

fhir:_recurring  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) AppointmentResponse.recurring" ;
        rdfs:label    "_recurring" .

fhir:chargeItem  a                      owl:ObjectProperty ;
        rdfs:comment                    "Invoice.lineItem.chargeItem" , "DeviceDefinition.chargeItem: Billing code or reference associated with the device." ;
        rdfs:label                      "chargeItem" ;
        fhir:modifierExtensionProperty  fhir:_chargeItem ;
        dc:title                        "DeviceDefinition.chargeItem: Billing code or reference associated with the device" .

fhir:DiagnosticReportMediaComponent
        a                owl:Class ;
        rdfs:comment     "DiagnosticReportMediaComponent: A list of key images or data associated with this report. The images or data are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest)." ;
        rdfs:label       "DiagnosticReportMediaComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:link
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:link
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:comment
                         ] .

fhir:validationProcess
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.validationProcess: The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context)." ;
        rdfs:label                      "validationProcess" ;
        fhir:modifierExtensionProperty  fhir:_validationProcess ;
        dc:title                        "VerificationResult.validationProcess: The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context)" .

fhir:_DiagnosticReport
        a                owl:Class ;
        rdfs:comment     "(Modified) DiagnosticReport" ;
        rdfs:label       "_DiagnosticReport" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:moiety  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.moiety: Moiety, for structural modifications." ;
        rdfs:label                      "moiety" ;
        fhir:modifierExtensionProperty  fhir:_moiety ;
        dc:title                        "SubstanceDefinition.moiety: Moiety, for structural modifications" .

fhir:_marketingStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.marketingStatus" , "(Modified) MedicinalProductDefinition.marketingStatus" , "(Modified) ManufacturedItemDefinition.marketingStatus" ;
        rdfs:label    "_marketingStatus" .

fhir:_citedArtifact  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact" ;
        rdfs:label    "_citedArtifact" .

fhir:CitationCitedArtifactPartComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactPartComponent: The component of the article or artifact." ;
        rdfs:label       "CitationCitedArtifactPartComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:baseCitation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:baseCitation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:TerminologyCapabilitiesImplementationComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesImplementationComponent: Identifies a specific implementation instance that is described by the terminology capability statement - i.e. a particular installation, rather than the capabilities of a software program." ;
        rdfs:label       "TerminologyCapabilitiesImplementationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] .

fhir:_immutable  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.immutable" ;
        rdfs:label    "_immutable" .

fhir:_requester  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.action.requester" , "(Modified) ServiceRequest.requester" , "(Modified) DeviceRequest.requester" , "(Modified) Task.requester" , "(Modified) Contract.term.group.action.requester" , "(Modified) CommunicationRequest.requester" , "(Modified) Transport.requester" , "(Modified) SupplyRequest.requester" , "(Modified) MedicationRequest.requester" ;
        rdfs:label    "_requester" .

fhir:regionsStudied  a                  owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.regionsStudied: The genomic regions to be studied in the analysis (BED file)." ;
        rdfs:label                      "regionsStudied" ;
        fhir:modifierExtensionProperty  fhir:_regionsStudied ;
        dc:title                        "GenomicStudy.analysis.regionsStudied: The genomic regions to be studied in the analysis (BED file)" .

fhir:_code  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.warning.code" , "(Modified) DeviceRequest.code" , "(Modified) ValueSet.compose.include.concept.code" , "(Modified) ValueSet.expansion.contains.contains.code" , "(Modified) CodeSystem.concept.concept.property.code" , "(Modified) ClaimResponse.error.code" , "(Modified) Account.procedure.code" , "(Modified) AdministrableProductDefinition.routeOfAdministration.code" , "(Modified) RequestOrchestration.action.action.code" , "(Modified) ConditionDefinition.medication.code" , "(Modified) Contract.term.group.asset.context.code" , "(Modified) MeasureReport.group.stratifier.stratum.component.code" , "(Modified) Measure.group.stratifier.code" , "(Modified) AllergyIntolerance.code" , "(Modified) SubstancePolymer.monomerSet.startingMaterial.code" , "(Modified) ConceptMap.property.code" , "(Modified) ChargeItem.code" , "(Modified) Organization.qualification.code" , "(Modified) PackagedProductDefinition.legalStatusOfSupply.code" , "(Modified) MeasureReport.group.code" , "(Modified) RiskAssessment.code" , "(Modified) MessageHeader.response.code" , "(Modified) ValueSet.compose.exclude.concept.code" , "(Modified) ExplanationOfBenefit.supportingInfo.code" , "(Modified) Coding.code" , "(Modified) CoverageEligibilityResponse.error.code" , "(Modified) CompartmentDefinition.code" , "(Modified) PractitionerRole.code" , "(Modified) FamilyMemberHistory.condition.code" , "(Modified) AuditEvent.outcome.code" , "(Modified) OrganizationAffiliation.code" , "(Modified) Observation.component.code" , "(Modified) Measure.group.code" , "(Modified) Medication.code" , "(Modified) Claim.supportingInfo.code" , "(Modified) Evidence.statistic.modelCharacteristic.code" , "(Modified) Timing.code" , "(Modified) UsageContext.code" , "(Modified) Questionnaire.item.code" , "(Modified) ServiceRequest.orderDetail.parameter.code" , "(Modified) SubstanceDefinition.code" , "(Modified) Transport.code" , "(Modified) Condition.code" , "(Modified) PlanDefinition.action.action.code" , "(Modified) MessageDefinition.focus.code" , "(Modified) Questionnaire.code" , "(Modified) MeasureReport.group.stratifier.stratum.population.code" , "(Modified) Ingredient.substance.code" , "(Modified) Consent.provision.provision.code" , "(Modified) DeviceRequest.parameter.code" , "(Modified) Measure.group.stratifier.component.code" , "(Modified) EvidenceReport.relatesTo.code" , "(Modified) Measure.supplementalData.code" , "(Modified) ValueSet.expansion.contains.contains.property.code" , "(Modified) ImagingSelection.code" , "(Modified) AdverseEvent.code" , "(Modified) MeasureReport.group.population.code" , "(Modified) OperationOutcome.issue.code" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.code" , "(Modified) DocumentReference.relatesTo.code" , "(Modified) Basic.code" , "(Modified) ConditionDefinition.observation.code" , "(Modified) CodeSystem.property.code" , "(Modified) MedicationStatement.adherence.code" , "(Modified) ConceptMap.group.element.code" , "(Modified) AuditEvent.code" , "(Modified) EvidenceReport.subject.characteristic.code" , "(Modified) DetectedIssue.evidence.code" , "(Modified) Contract.term.asset.context.code" , "(Modified) CapabilityStatement.rest.interaction.code" , "(Modified) DeviceUsage.adherence.code" , "(Modified) List.code" , "(Modified) CodeSystem.concept.code" , "(Modified) ElementDefinition.type.code" , "(Modified) Procedure.code" , "(Modified) ValueSet.expansion.contains.property.code" , "(Modified) ActivityDefinition.code" , "(Modified) ImplementationGuide.definition.parameter.code" , "(Modified) ConceptMap.group.element.target.code" , "(Modified) Substance.code" , "(Modified) ObservationDefinition.code" , "(Modified) ChargeItemDefinition.code" , "(Modified) Composition.section.code" , "(Modified) Consent.provision.code" , "(Modified) SearchParameter.code" , "(Modified) ServiceRequest.code" , "(Modified) OperationDefinition.code" , "(Modified) NutritionIntake.code" , "(Modified) MeasureReport.group.stratifier.code" , "(Modified) HealthcareService.eligibility.code" , "(Modified) MonetaryComponent.code" , "(Modified) TerminologyCapabilities.codeSystem.version.code" , "(Modified) Measure.group.population.code" , "(Modified) GraphDefinition.link.compartment.code" , "(Modified) Group.code" , "(Modified) ValueSet.expansion.contains.contains.property.subProperty.code" , "(Modified) MedicationKnowledge.code" , "(Modified) MedicinalProductDefinition.code" , "(Modified) Observation.code" , "(Modified) ConditionDefinition.precondition.code" , "(Modified) ValueSet.expansion.property.code" , "(Modified) RequestOrchestration.action.code" , "(Modified) ConditionDefinition.code" , "(Modified) ObservationDefinition.component.code" , "(Modified) InventoryItem.code" , "(Modified) ConceptMap.group.element.target.property.code" , "(Modified) Quantity.code" , "(Modified) NutritionProduct.code" , "(Modified) CodeSystem.concept.property.code" , "(Modified) Practitioner.qualification.code" , "(Modified) FormularyItem.code" , "(Modified) SupplyRequest.parameter.code" , "(Modified) CodeSystem.filter.code" , "(Modified) ImplementationGuide.definition.template.code" , "(Modified) ValueSet.expansion.contains.property.subProperty.code" , "(Modified) Task.code" , "(Modified) ImmunizationRecommendation.recommendation.dateCriterion.code" , "(Modified) DiagnosticReport.code" , "(Modified) Composition.section.section.code" , "(Modified) DetectedIssue.code" , "(Modified) CompartmentDefinition.resource.code" , "(Modified) RequestOrchestration.code" , "(Modified) Flag.code" , "(Modified) PlanDefinition.action.code" , "(Modified) TriggerDefinition.code" , "(Modified) ConceptMap.group.unmapped.code" , "(Modified) ValueSet.expansion.contains.code" , "(Modified) TerminologyCapabilities.codeSystem.version.filter.code" , "(Modified) SubstanceDefinition.code.code" , "(Modified) InsurancePlan.coverage.benefit.limit.code" , "(Modified) FamilyMemberHistory.procedure.code" , "(Modified) ElementDefinition.code" , "(Modified) Measure.term.code" , "(Modified) Group.characteristic.code" , "(Modified) CodeSystem.concept.concept.code" , "(Modified) AdministrableProductDefinition.routeOfAdministration.targetSpecies.code" , "(Modified) DataRequirement.codeFilter.code" , "(Modified) CapabilityStatement.rest.resource.interaction.code" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.code" , "(Modified) ConceptMap.additionalAttribute.code" , "(Modified) Questionnaire.item.item.code" ;
        rdfs:label    "_code" .

fhir:sourceMaterial  a                  owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.sourceMaterial: Material or taxonomic/anatomical source for the substance." ;
        rdfs:label                      "sourceMaterial" ;
        fhir:modifierExtensionProperty  fhir:_sourceMaterial ;
        dc:title                        "SubstanceDefinition.sourceMaterial: Material or taxonomic/anatomical source" .

fhir:subrogation  a                     owl:ObjectProperty ;
        rdfs:comment                    "Coverage.subrogation: When 'subrogation=true' this insurance instance has been included not for adjudication but to provide insurers with the details to recover costs." ;
        rdfs:label                      "subrogation" ;
        fhir:modifierExtensionProperty  fhir:_subrogation ;
        dc:title                        "Coverage.subrogation: Reimbursement to insurer" .

fhir:_structureVersion
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.instance.structureVersion" ;
        rdfs:label    "_structureVersion" .

fhir:_priceComponent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.lineItem.priceComponent" , "(Modified) ChargeItemDefinition.propertyGroup.priceComponent" ;
        rdfs:label    "_priceComponent" .

fhir:management  a                      owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.interaction.management: Actions for managing the interaction." ;
        rdfs:label                      "management" ;
        fhir:modifierExtensionProperty  fhir:_management ;
        dc:title                        "ClinicalUseDefinition.interaction.management: Actions for managing the interaction" .

fhir:_additionalInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Dosage.additionalInstruction" ;
        rdfs:label    "_additionalInstruction" .

fhir:_managingEntity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.managingEntity" , "(Modified) Group.managingEntity" ;
        rdfs:label    "_managingEntity" .

fhir:patchFormat  a                     owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.patchFormat: A list of the patch formats supported by this implementation using their content types." ;
        rdfs:label                      "patchFormat" ;
        fhir:modifierExtensionProperty  fhir:_patchFormat ;
        dc:title                        "CapabilityStatement.patchFormat: Patch formats supported" .

fhir:proxyIdentityCertificate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.attestation.proxyIdentityCertificate: A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source." ;
        rdfs:label                      "proxyIdentityCertificate" ;
        fhir:modifierExtensionProperty  fhir:_proxyIdentityCertificate ;
        dc:title                        "VerificationResult.attestation.proxyIdentityCertificate: A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source" .

fhir:DeviceVersionComponent
        a                owl:Class ;
        rdfs:comment     "DeviceVersionComponent: The actual design of the device or software version running on the device." ;
        rdfs:label       "DeviceVersionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:installDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:component
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:installDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] .

fhir:TaskRestrictionComponent
        a                owl:Class ;
        rdfs:comment     "TaskRestrictionComponent: If the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned." ;
        rdfs:label       "TaskRestrictionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:recipient
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:repetitions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:repetitions
                         ] .

fhir:_frameOfReferenceUid
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.frameOfReferenceUid" ;
        rdfs:label    "_frameOfReferenceUid" .

fhir:fhir.ttl  a        owl:Ontology ;
        rdfs:comment    "Formal model of FHIR Clinical Resources" ;
        rdfs:label      "FHIR Model Ontology" ;
        owl:imports     fhir:w5.ttl ;
        owl:versionIRI  <http://hl7.org/fhir/R5/fhir.ttl> .

fhir:MedicinalProductDefinition
        a                            owl:Class ;
        rdfs:comment                 "Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.)." ;
        rdfs:label                   "MedicinalProductDefinition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicinalProductDefinitionOperationComponent ;
                                       owl:onProperty     fhir:operation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:masterFile
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:additionalMonitoringIndicator
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:pediatricUseIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:pediatricUseIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:additionalMonitoringIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:ingredient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:indication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:route
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:combinedPharmaceuticalDoseForm
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:indication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:domain
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:combinedPharmaceuticalDoseForm
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:attachedDocument
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coding ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicinalProductDefinitionCrossReferenceComponent ;
                                       owl:onProperty     fhir:crossReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:impurity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:legalStatusOfSupply
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:classification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:packagedMedicinalProduct
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialMeasures
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicinalProductDefinitionCharacteristicComponent ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicinalProductDefinitionContactComponent ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:legalStatusOfSupply
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:domain
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MarketingStatus ;
                                       owl:onProperty     fhir:marketingStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicinalProductDefinitionNameComponent ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:comprisedOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:clinicalTrial
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MedicinalProductDefinition .

fhir:paternalOrganismId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.hybrid.paternalOrganismId: The identifier of the paternal species constituting the hybrid organism shall be specified based on a controlled vocabulary." ;
        rdfs:label                      "paternalOrganismId" ;
        fhir:modifierExtensionProperty  fhir:_paternalOrganismId ;
        dc:title                        "SubstanceSourceMaterial.organism.hybrid.paternalOrganismId: The identifier of the paternal species constituting the hybrid organism shall be specified based on a controlled vocabulary" .

fhir:averageMolecularFormula
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.averageMolecularFormula: A representation of an (average) molecular formula from a polymer." ;
        rdfs:label                      "averageMolecularFormula" ;
        fhir:modifierExtensionProperty  fhir:_averageMolecularFormula ;
        dc:title                        "SubstancePolymer.repeat.averageMolecularFormula: A representation of an (average) molecular formula from a polymer" .

fhir:EvidenceStatisticSampleSizeComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceStatisticComponent.EvidenceStatisticSampleSizeComponent: Number of samples in the statistic." ;
        rdfs:label       "EvidenceStatisticSampleSizeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numberOfParticipants
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:numberOfParticipants
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numberOfStudies
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:knownDataCount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:numberOfStudies
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:knownDataCount
                         ] .

fhir:_occurred  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.occurred" , "(Modified) AuditEvent.occurred" ;
        rdfs:label    "_occurred" .

fhir:definitionByCombination
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination: Defines the characteristic as a combination of two or more characteristics." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination: Defines the characteristic as a combination of two or more characteristics." ;
        rdfs:label                      "definitionByCombination" ;
        fhir:modifierExtensionProperty  fhir:_definitionByCombination ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination: Used to specify how two or more characteristics are combined" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination: Used to specify how two or more characteristics are combined" .

fhir:_compositional  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.codeSystem.version.compositional" , "(Modified) CodeSystem.compositional" ;
        rdfs:label    "_compositional" .

fhir:financial  a                       owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.benefitBalance.financial: Benefits Used to date." ;
        rdfs:label                      "financial" ;
        fhir:modifierExtensionProperty  fhir:_financial ;
        dc:title                        "ExplanationOfBenefit.benefitBalance.financial: Benefit Summary" .

fhir:_bodysite  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.bodysite" ;
        rdfs:label    "_bodysite" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( fhir:BackboneElement fhir:_BackboneElement )
] .

fhir:sourceScope  a                     owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.sourceScope" ;
        rdfs:label                      "sourceScope" ;
        fhir:modifierExtensionProperty  fhir:_sourceScope .

fhir:modifierExtensionClass
        a             owl:AnnotationProperty ;
        rdfs:comment  "has modifier extension class" ;
        rdfs:label    "modifierExtensionClass" .

fhir:parameter  a                       owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.orderDetail.parameter: The parameter details for the service being requested." , "StructureMap.group.rule.dependent.parameter: Parameter to pass to the rule or group." , "TerminologyCapabilities.expansion.parameter: Supported expansion parameter." , "StructureMap.group.rule.rule.dependent.parameter: Parameter to pass to the rule or group." , "ValueSet.expansion.parameter: A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion." , "StructureMap.group.rule.rule.target.parameter: Parameters to the transform." , "ImplementationGuide.definition.parameter: A set of parameters that defines how the implementation guide is built. The parameters are defined by the relevant tools that build the implementation guides." , "DeviceRequest.parameter: Specific parameters for the ordered item.  For example, the prism value for lenses." , "OperationDefinition.parameter: The parameters for the operation/query." , "StructureMap.group.rule.target.parameter: Parameters to the transform." , "Library.parameter: The parameter element defines parameters used by the library." , "Subscription.parameter: Channel-dependent information to send as part of the notification (e.g., HTTP Headers)." , "SupplyRequest.parameter: Specific parameters for the ordered item.  For example, the size of the indicated item." , "Parameters.parameter: A parameter passed to or received from the operation." ;
        rdfs:label                      "parameter" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_parameter ;
        dc:title                        "OperationDefinition.parameter: Parameters for the operation/query" , "Subscription.parameter: Channel type" , "StructureMap.group.rule.target.parameter: Parameters to the transform" , "TerminologyCapabilities.expansion.parameter: Supported expansion parameter" , "SupplyRequest.parameter: Ordered item details" , "ServiceRequest.orderDetail.parameter: The parameter details for the service being requested" , "Library.parameter: Parameters defined by the library" , "ValueSet.expansion.parameter: Parameter that controlled the expansion process" , "DeviceRequest.parameter: Device details" , "StructureMap.group.rule.rule.dependent.parameter: Parameter to pass to the rule or group" , "StructureMap.group.rule.rule.target.parameter: Parameters to the transform" , "Parameters.parameter: Operation Parameter" , "ImplementationGuide.definition.parameter: Defines how IG is built by tools" , "StructureMap.group.rule.dependent.parameter: Parameter to pass to the rule or group" .

fhir:lineItem  a                        owl:ObjectProperty ;
        rdfs:comment                    "Invoice.lineItem: Each line item represents one charge for goods and services rendered. Details such.ofType(date), code and amount are found in the referenced ChargeItem resource." ;
        rdfs:label                      "lineItem" ;
        fhir:modifierExtensionProperty  fhir:_lineItem ;
        dc:title                        "Invoice.lineItem: Line items of this Invoice" .

fhir:_businessArrangement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityRequest.insurance.businessArrangement" , "(Modified) ClaimResponse.insurance.businessArrangement" , "(Modified) Claim.insurance.businessArrangement" ;
        rdfs:label    "_businessArrangement" .

fhir:_ordinalPosition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.ordinalPosition" ;
        rdfs:label    "_ordinalPosition" .

fhir:dependency  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.dependency: The required criteria to execute the test case - e.g. preconditions, previous tests." , "TestPlan.dependency: The required criteria to execute the test plan - e.g. preconditions, previous tests..." ;
        rdfs:label                      "dependency" ;
        fhir:modifierExtensionProperty  fhir:_dependency ;
        dc:title                        "TestPlan.testCase.dependency: Required criteria to execute the test case" , "TestPlan.dependency: The required criteria to execute the test plan - e.g. preconditions, previous tests" .

fhir:DeviceUsage  a                  owl:Class ;
        rdfs:comment                 "A record of a device being used by a patient where the record is the result of a report from the patient or a clinician." ;
        rdfs:label                   "DeviceUsage" ;
        rdfs:subClassOf              fhir:DomainResource , w5:workflow.order ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:adherence
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:context
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:usageStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dateAsserted
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:usageStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:timing
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:timing
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:timing
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:timing
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:timing
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:timing
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:context
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:dateAsserted
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:usageReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:informationSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:derivedFrom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceUsageAdherenceComponent ;
                                       owl:onProperty     fhir:adherence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:informationSource
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DeviceUsage .

fhir:sent  a                            owl:ObjectProperty ;
        rdfs:comment                    "Communication.sent: The time when this communication was sent." ;
        rdfs:label                      "sent" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_sent ;
        dc:title                        "Communication.sent: When sent" .

fhir:_associatedMedication
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.associatedMedication" ;
        rdfs:label    "_associatedMedication" .

fhir:ParametersParameterComponentParameter
        a                owl:Class ;
        rdfs:comment     "A named part of a multi-part parameter." ;
        rdfs:label       "ParametersParameterComponentParameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ParametersParameterComponentParameterParameter ;
                           owl:onProperty     fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        dc:title         "Named part of a multi-part parameter" .

fhir:executionPeriod  a                 owl:ObjectProperty ;
        rdfs:comment                    "Task.executionPeriod: Identifies the time action was first taken against the task (start) and/or the time final action was taken against the task prior to marking it as completed (end)." ;
        rdfs:label                      "executionPeriod" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_executionPeriod ;
        dc:title                        "Task.executionPeriod: Start and end time of execution" .

fhir:_custodian  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DocumentReference.custodian" , "(Modified) Composition.custodian" , "(Modified) CarePlan.custodian" , "(Modified) CapabilityStatement.implementation.custodian" ;
        rdfs:label    "_custodian" .

fhir:specification  a                   owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.conformsTo.specification: Code that identifies the specific standard, specification, protocol, formal guidance, regulation, legislation, or certification scheme to which the device adheres." , "Device.conformsTo.specification: Code that identifies the specific standard, specification, protocol, formal guidance, regulation, legislation, or certification scheme to which the device adheres." ;
        rdfs:label                      "specification" ;
        fhir:modifierExtensionProperty  fhir:_specification ;
        dc:title                        "DeviceDefinition.conformsTo.specification: Identifies the standard, specification, or formal guidance that the device adheres to the Device Specification type" , "Device.conformsTo.specification: Identifies the standard, specification, or formal guidance that the device adheres to" .

fhir:HumanName  a        owl:Class ;
        rdfs:comment     "A name, normally of a human, that can be used for other living entities (e.g. animals but not organizations) that have been assigned names by a human and may need the use of name parts or the need for usage information." ;
        rdfs:label       "HumanName" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:given
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:family
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:family
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:suffix
                         ] ;
        dc:title         "Name of a human or other living entity - parts and usage" .

fhir:ObservationDefinitionComponentComponentQualifiedValue
        a                owl:Class ;
        rdfs:comment     "A set of qualified values associated with a context and a set of conditions -  provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations." ;
        rdfs:label       "ObservationDefinitionComponentComponentQualifiedValue" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:appliesTo
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:abnormalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:normalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:abnormalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:rangeCategory
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:validCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:gender
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:gestationalAge
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:gestationalAge
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:criticalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:criticalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rangeCategory
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:normalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:gender
                         ] ;
        dc:title         "Set of qualified values for observation results" .

fhir:_searchInclude  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.searchInclude" ;
        rdfs:label    "_searchInclude" .

fhir:_technique  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.technique" , "(Modified) SubstanceDefinition.characterization.technique" ;
        rdfs:label    "_technique" .

fhir:legalStatusOfSupply
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.legalStatusOfSupply: The legal status of supply of the packaged item as classified by the regulator." , "MedicinalProductDefinition.legalStatusOfSupply: The legal status of supply of the medicinal product as classified by the regulator." ;
        rdfs:label                      "legalStatusOfSupply" ;
        fhir:modifierExtensionProperty  fhir:_legalStatusOfSupply ;
        dc:title                        "PackagedProductDefinition.legalStatusOfSupply: The legal status of supply of the packaged item as classified by the regulator" , "MedicinalProductDefinition.legalStatusOfSupply: The legal status of supply of the medicinal product as classified by the regulator" .

fhir:short  a                           owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.short: A concise description of what this element means (e.g. for use in autogenerated summaries)." ;
        rdfs:label                      "short" ;
        fhir:modifierExtensionProperty  fhir:_short ;
        dc:title                        "ElementDefinition.short: Concise definition for space-constrained presentation" .

fhir:generation  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.definition.page.page.generation: A code that indicates how the page is generated." , "ImplementationGuide.definition.page.generation: A code that indicates how the page is generated." ;
        rdfs:label                      "generation" ;
        fhir:modifierExtensionProperty  fhir:_generation ;
        dc:title                        "ImplementationGuide.definition.page.page.generation: html | markdown | xml | generated" , "ImplementationGuide.definition.page.generation: html | markdown | xml | generated" .

fhir:doseAndRate  a                     owl:ObjectProperty ;
        rdfs:comment                    "Dosage.doseAndRate: Depending on the resource,this is the amount of medication administered, to  be administered or typical amount to be administered." ;
        rdfs:label                      "doseAndRate" ;
        fhir:modifierExtensionProperty  fhir:_doseAndRate ;
        dc:title                        "Dosage.doseAndRate: Amount of medication administered, to be administered or typical amount to be administered" .

fhir:_condition  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.diagnosis.condition" , "(Modified) Specimen.condition" , "(Modified) Encounter.diagnosis.condition" , "(Modified) ChargeItemDefinition.propertyGroup.applicability.condition" , "(Modified) ElementDefinition.condition" , "(Modified) PlanDefinition.action.condition" , "(Modified) PlanDefinition.action.action.condition" , "(Modified) StructureMap.group.rule.rule.source.condition" , "(Modified) RequestOrchestration.action.condition" , "(Modified) FamilyMemberHistory.condition" , "(Modified) ObservationDefinition.component.qualifiedValue.condition" , "(Modified) RiskAssessment.condition" , "(Modified) TriggerDefinition.condition" , "(Modified) EpisodeOfCare.diagnosis.condition" , "(Modified) StructureMap.group.rule.source.condition" , "(Modified) RequestOrchestration.action.action.condition" , "(Modified) Contract.term.group.asset.condition" , "(Modified) ObservationDefinition.qualifiedValue.condition" , "(Modified) ResearchStudy.condition" , "(Modified) ChargeItemDefinition.applicability.condition" , "(Modified) Contract.term.asset.condition" ;
        rdfs:label    "_condition" .

fhir:_followUp  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.followUp" ;
        rdfs:label    "_followUp" .

fhir:manufacturer  a                    owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.manufacturer: Manufacturer of this package type. When there are multiple it means these are all possible manufacturers." , "ManufacturedItemDefinition.manufacturer: Manufacturer of the item, one of several possible." , "SubstanceDefinition.manufacturer: The entity that creates, makes, produces or fabricates the substance. This is a set of potential manufacturers but is not necessarily comprehensive." , "Device.manufacturer: A name of the manufacturer or entity legally responsible for the device." , "PackagedProductDefinition.packaging.packaging.manufacturer: Manufacturer of this packaging item. When there are multiple values each one is a potential manufacturer of this packaging item." , "PackagedProductDefinition.packaging.manufacturer: Manufacturer of this packaging item. When there are multiple values each one is a potential manufacturer of this packaging item." , "Ingredient.manufacturer: The organization(s) that manufacture this ingredient. Can be used to indicate:         1) Organizations we are aware of that manufacture this ingredient         2) Specific Manufacturer(s) currently being used         3) Set of organisations allowed to manufacture this ingredient for this product         Users must be clear on the application of context relevant to their use case." , "Immunization.manufacturer: Name of vaccine manufacturer." , "Ingredient.manufacturer.manufacturer: An organization that manufactures this ingredient." , "DeviceDefinition.manufacturer: A name of the manufacturer  or legal representative e.g. labeler. Whether this is the actual manufacturer or the labeler or responsible depends on implementation and jurisdiction." , "NutritionProduct.manufacturer: The organisation (manufacturer, representative or legal authorization holder) that is responsible for the device." ;
        rdfs:label                      "manufacturer" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_manufacturer ;
        dc:title                        "ManufacturedItemDefinition.manufacturer: Manufacturer of the item, one of several possible" , "Ingredient.manufacturer.manufacturer: An organization that manufactures this ingredient" , "Immunization.manufacturer: Vaccine manufacturer" , "SubstanceDefinition.manufacturer: The entity that creates, makes, produces or fabricates the substance" , "DeviceDefinition.manufacturer: Name of device manufacturer" , "PackagedProductDefinition.packaging.packaging.manufacturer: Manufacturer of this packaging item (multiple means these are all potential manufacturers)" , "NutritionProduct.manufacturer: Manufacturer, representative or officially responsible for the product" , "Ingredient.manufacturer: An organization that manufactures this ingredient" , "Device.manufacturer: Name of device manufacturer" , "PackagedProductDefinition.packaging.manufacturer: Manufacturer of this packaging item (multiple means these are all potential manufacturers)" , "PackagedProductDefinition.manufacturer: Manufacturer of this package type (multiple means these are all possible manufacturers)" .

fhir:BiologicallyDerivedProductDispense
        a                            owl:Class ;
        rdfs:comment                 "A record of dispensation of a biologically derived product." ;
        rdfs:label                   "BiologicallyDerivedProductDispense" ;
        rdfs:subClassOf              w5:administrative.device , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:originRelationshipType
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:product
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:matchStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:usageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:originRelationshipType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:whenHandedOver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:BiologicallyDerivedProductDispensePerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:usageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:matchStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:preparedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:whenHandedOver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:preparedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:product
                                     ] ;
        fhir:modifierExtensionClass  fhir:_BiologicallyDerivedProductDispense .

fhir:_seriesUid  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.seriesUid" ;
        rdfs:label    "_seriesUid" .

fhir:relatesTo  a                       owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.relatesTo: The artifact related to the cited artifact." , "DocumentReference.relatesTo: Relationships that this document has with other document references that already exist." , "Composition.relatesTo: Relationships that this composition has with other compositions or documents that already exist." , "EvidenceReport.relatesTo: Relationships that this composition has with other compositions or documents that already exist." ;
        rdfs:label                      "relatesTo" ;
        fhir:modifierExtensionProperty  fhir:_relatesTo ;
        dc:title                        "EvidenceReport.relatesTo: Relationships to other compositions/documents" , "Citation.citedArtifact.relatesTo: The artifact related to the cited artifact" , "Composition.relatesTo: Relationships to other compositions/documents" , "DocumentReference.relatesTo: Relationships to other documents" .

fhir:temperatureQualifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.handling.temperatureQualifier: It qualifies the interval of temperature, which characterizes an occurrence of handling. Conditions that are not related to temperature may be handled in the instruction element." ;
        rdfs:label                      "temperatureQualifier" ;
        fhir:modifierExtensionProperty  fhir:_temperatureQualifier ;
        dc:title                        "SpecimenDefinition.typeTested.handling.temperatureQualifier: Qualifies the interval of temperature" .

fhir:_PackagedProductDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) PackagedProductDefinition" ;
        rdfs:label       "_PackagedProductDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_correspondingContact
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.correspondingContact" ;
        rdfs:label    "_correspondingContact" .

fhir:citeAs  a                          owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.citeAs" , "Evidence.citeAs" , "ArtifactAssessment.citeAs" ;
        rdfs:label                      "citeAs" ;
        fhir:modifierExtensionProperty  fhir:_citeAs .

fhir:_DeviceAssociation
        a                owl:Class ;
        rdfs:comment     "(Modified) DeviceAssociation" ;
        rdfs:label       "_DeviceAssociation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:requireBoth  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.queryCriteria.requireBoth: If set to `true`, both the `current` and `previous` query criteria must evaluate `true` to trigger a notification for this topic.  If set to `false` or not present, a notification for this topic will be triggered if either the `current` or `previous` tests evaluate to `true`." ;
        rdfs:label                      "requireBoth" ;
        fhir:modifierExtensionProperty  fhir:_requireBoth ;
        dc:title                        "SubscriptionTopic.resourceTrigger.queryCriteria.requireBoth: Both must be true flag" .

fhir:provisionData  a    owl:Class ;
        rdfs:comment     "Consent.provision.provisionData: The resources controlled by this provision if specific resources are referenced." , "Consent.provisionProvision.provisionData: The resources controlled by this provision if specific resources are referenced." ;
        rdfs:label       "provisionData" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:meaning
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:meaning
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:meaning
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:meaning
                         ] .

fhir:_characterization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.characterization" ;
        rdfs:label    "_characterization" .

fhir:criticality  a                     owl:ObjectProperty ;
        rdfs:comment                    "AllergyIntolerance.criticality: Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance." ;
        rdfs:label                      "criticality" ;
        rdfs:subPropertyOf              w5:grade ;
        fhir:modifierExtensionProperty  fhir:_criticality ;
        dc:title                        "AllergyIntolerance.criticality: low | high | unable-to-assess" .

fhir:ConditionDefinitionPlanComponent
        a                owl:Class ;
        rdfs:comment     "ConditionDefinitionPlanComponent: Plan that is appropriate." ;
        rdfs:label       "ConditionDefinitionPlanComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] .

fhir:canPushUpdates  a                  owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.primarySource.canPushUpdates: Ability of the primary source to push updates/alerts (yes; no; undetermined)." ;
        rdfs:label                      "canPushUpdates" ;
        fhir:modifierExtensionProperty  fhir:_canPushUpdates ;
        dc:title                        "VerificationResult.primarySource.canPushUpdates: yes | no | undetermined" .

fhir:_nTerminalModificationId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.nTerminalModificationId" ;
        rdfs:label    "_nTerminalModificationId" .

fhir:_regionsCalled  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.regionsCalled" ;
        rdfs:label    "_regionsCalled" .

fhir:TestPlanTestCaseTestRunComponent
        a                owl:Class ;
        rdfs:comment     "TestPlanTestCaseComponent.TestPlanTestCaseTestRunComponent: The actual test to be executed." ;
        rdfs:label       "TestPlanTestCaseTestRunComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:script
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestPlanTestCaseTestRunScriptComponent ;
                           owl:onProperty     fhir:script
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:narrative
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:narrative
                         ] .

fhir:_productOrService
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityRequest.item.productOrService" , "(Modified) Claim.item.detail.subDetail.productOrService" , "(Modified) ExplanationOfBenefit.addItem.productOrService" , "(Modified) ClaimResponse.addItem.detail.subDetail.productOrService" , "(Modified) CoverageEligibilityResponse.insurance.item.productOrService" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.productOrService" , "(Modified) ExplanationOfBenefit.addItem.detail.productOrService" , "(Modified) Claim.item.productOrService" , "(Modified) ClaimResponse.addItem.productOrService" , "(Modified) ExplanationOfBenefit.item.productOrService" , "(Modified) Claim.item.detail.productOrService" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.productOrService" , "(Modified) ClaimResponse.addItem.detail.productOrService" , "(Modified) ExplanationOfBenefit.item.detail.productOrService" ;
        rdfs:label    "_productOrService" .

fhir:reviewOutcome  a                   owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.addItem.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ClaimResponse.item.detail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ClaimResponse.item.detail.subDetail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ExplanationOfBenefit.item.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ExplanationOfBenefit.addItem.detail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ExplanationOfBenefit.addItem.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ExplanationOfBenefit.item.detail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ClaimResponse.addItem.detail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ClaimResponse.addItem.detail.subDetail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." , "ClaimResponse.item.reviewOutcome: The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label                      "reviewOutcome" ;
        fhir:modifierExtensionProperty  fhir:_reviewOutcome ;
        dc:title                        "ClaimResponse.item.reviewOutcome: Adjudication results" , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome: Subdetail level adjudication results" , "ClaimResponse.addItem.detail.subDetail.reviewOutcome: Added items subdetail level adjudication results" , "ClaimResponse.item.detail.reviewOutcome: Detail level adjudication results" , "ExplanationOfBenefit.addItem.detail.reviewOutcome: Additem detail level adjudication results" , "ExplanationOfBenefit.item.reviewOutcome: Adjudication results" , "ExplanationOfBenefit.addItem.reviewOutcome: Additem level adjudication results" , "ClaimResponse.addItem.reviewOutcome: Added items adjudication results" , "ExplanationOfBenefit.item.detail.reviewOutcome: Detail level adjudication results" , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome: Additem subdetail level adjudication results" , "ClaimResponse.addItem.detail.reviewOutcome: Added items detail level adjudication results" , "ClaimResponse.item.detail.subDetail.reviewOutcome: Subdetail level adjudication results" .

fhir:maxDispense  a                     owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.regulatory.maxDispense: The maximum number of units of the medication that can be dispensed in a period." ;
        rdfs:label                      "maxDispense" ;
        fhir:modifierExtensionProperty  fhir:_maxDispense ;
        dc:title                        "MedicationKnowledge.regulatory.maxDispense: The maximum number of units of the medication that can be dispensed in a period" .

fhir:modifierExtensionProperty
        a             owl:AnnotationProperty ;
        rdfs:comment  "has modifier extension property" ;
        rdfs:label    "modifierExtensionProperty" .

fhir:filterDefinition
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.canFilterBy.filterDefinition: Either the canonical URL to a search parameter (like \"http://hl7.org/fhir/SearchParameter/encounter-patient\") or the officially-defined URI for a shared filter concept (like \"http://example.org/concepts/shared-common-event\")." ;
        rdfs:label                      "filterDefinition" ;
        fhir:modifierExtensionProperty  fhir:_filterDefinition ;
        dc:title                        "SubscriptionTopic.canFilterBy.filterDefinition: Canonical URL for a filterParameter definition" .

fhir:sourceAttachment
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Consent.sourceAttachment: The source on which this consent statement is based. The source might be a scanned original paper form." ;
        rdfs:label                      "sourceAttachment" ;
        fhir:modifierExtensionProperty  fhir:_sourceAttachment ;
        dc:title                        "Consent.sourceAttachment: Source from which this consent is taken" .

fhir:provisionActor  a   owl:Class ;
        rdfs:comment     "Consent.provision.provisionActor: Who or what is controlled by this provision. Use group to identify a set of actors by some property they share (e.g. 'admitting officers')." , "Consent.provisionProvision.provisionActor: Who or what is controlled by this provision. Use group to identify a set of actors by some property they share (e.g. 'admitting officers')." ;
        rdfs:label       "provisionActor" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] .

fhir:NamingSystem  a     owl:Class ;
        rdfs:comment     "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.  Represents a \"System\" used within the Identifier and Coding data types." ;
        rdfs:label       "NamingSystem" ;
        rdfs:subClassOf  w5:conformance.terminology , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usage
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:NamingSystemUniqueIdComponent ;
                           owl:onProperty     fhir:uniqueId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:uniqueId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:dateOfService  a                   owl:ObjectProperty ;
        rdfs:comment                    "Account.procedure.dateOfService: Date of the procedure when using a coded procedure. If using a reference to a procedure, then the date on the procedure should be used." ;
        rdfs:label                      "dateOfService" ;
        fhir:modifierExtensionProperty  fhir:_dateOfService ;
        dc:title                        "Account.procedure.dateOfService: Date of the procedure (when coded procedure)" .

fhir:VisionPrescription
        a                            owl:Class ;
        rdfs:comment                 "An authorization for the provision of glasses and/or contact lenses to a patient." ;
        rdfs:label                   "VisionPrescription" ;
        rdfs:subClassOf              w5:clinical.careprovision , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:dateWritten
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VisionPrescriptionLensSpecificationComponent ;
                                       owl:onProperty     fhir:lensSpecification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:dateWritten
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:prescriber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:lensSpecification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:prescriber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        fhir:modifierExtensionClass  fhir:_VisionPrescription .

fhir:_unitPrice  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Claim.item.unitPrice" , "(Modified) ClaimResponse.addItem.unitPrice" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.unitPrice" , "(Modified) Claim.item.detail.subDetail.unitPrice" , "(Modified) ClaimResponse.addItem.detail.unitPrice" , "(Modified) Contract.term.asset.valuedItem.unitPrice" , "(Modified) ExplanationOfBenefit.addItem.unitPrice" , "(Modified) Claim.item.detail.unitPrice" , "(Modified) CoverageEligibilityRequest.item.unitPrice" , "(Modified) ClaimResponse.addItem.detail.subDetail.unitPrice" , "(Modified) ExplanationOfBenefit.item.unitPrice" , "(Modified) ExplanationOfBenefit.item.detail.unitPrice" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.unitPrice" , "(Modified) Contract.term.group.asset.valuedItem.unitPrice" , "(Modified) ExplanationOfBenefit.addItem.detail.unitPrice" ;
        rdfs:label    "_unitPrice" .

fhir:resource  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.notificationShape.resource: URL of the Resource that is the type used in this shape. This is the 'focus' resource of the topic (or one of them if there are more than one) and the root resource for this shape definition. It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present." , "TestScript.test.action.operation.resource: The type of the FHIR resource. See the [resource list](resourcelist.html). Data type of uri is needed when non-HL7 artifacts are identified." , "Permission.rule.data.resource: Explicit FHIR Resource references." , "ImplementationGuide.definition.resource: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource." , "TestScript.fixture.resource: Reference to the resource (containing the contents of the resource needed for operations). This is allowed to be a Parameters resource." , "OperationDefinition.resource: The types on which this operation can be executed." , "Bundle.entry.resource: The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. This is allowed to be a Parameters resource if and only if it is referenced by something else within the Bundle that provides context/meaning." , "TestScript.setup.action.operation.resource: The type of the FHIR resource. See the [resource list](resourcelist.html). Data type of uri is needed when non-HL7 artifacts are identified." , "RelatedArtifact.resource: The related artifact, such as a library, value set, profile, or other knowledge resource." , "Parameters.parameter.resource: Conveys the content if the parameter is a whole resource." , "SubscriptionTopic.canFilterBy.resource: URL of the Resource that is the type used in this filter. This is the \"focus\" of the topic (or one of them if there are more than one). It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present." , "RequestOrchestration.action.action.resource: The resource that is the target of the action (e.g. CommunicationRequest)." , "Linkage.item.resource: The resource instance being linked as part of the group." , "SubscriptionTopic.resourceTrigger.resource: URL of the Resource that is the type used in this resource trigger.  Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, \"Patient\" maps to http://hl7.org/fhir/StructureDefinition/Patient.  For more information, see <a href=\"elementdefinition-definitions.html#ElementDefinition.type.code\">ElementDefinition.type.code</a>." , "CapabilityStatement.rest.resource: A specification of the restful capabilities of the solution for a specific resource type." , "CompartmentDefinition.resource: Information about how a resource is related to the compartment." , "TestScript.test.action.assert.resource: The type of the resource.  See the [resource list](resourcelist.html)." , "EvidenceReport.relatesTo.target.resource: Target of the relationship Resource reference." , "ImplementationGuide.manifest.resource: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource." , "Parameters.parameter.part.resource: Conveys the content if the parameter is a whole resource." , "TestScript.setup.action.assert.resource: The type of the resource.  See the [resource list](resourcelist.html)." , "Citation.citedArtifact.relatesTo.resource: The related artifact, such as a library, value set, profile, or other knowledge resource." , "TestScript.teardown.action.operation.resource: The type of the FHIR resource. See the [resource list](resourcelist.html). Data type of uri is needed when non-HL7 artifacts are identified." , "SubscriptionTopic.eventTrigger.resource: URL of the Resource that is the focus type used in this event trigger.  Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, \"Patient\" maps to http://hl7.org/fhir/StructureDefinition/Patient.  For more information, see <a href=\"elementdefinition-definitions.html#ElementDefinition.type.code\">ElementDefinition.type.code</a>." , "RequestOrchestration.action.resource: The resource that is the target of the action (e.g. CommunicationRequest)." ;
        rdfs:label                      "resource" ;
        fhir:modifierExtensionProperty  fhir:_resource ;
        dc:title                        "SubscriptionTopic.resourceTrigger.resource: Data Type or Resource (reference to definition) for this trigger definition" , "CapabilityStatement.rest.resource: Resource served on the REST interface" , "Permission.rule.data.resource: Explicit FHIR Resource references" , "OperationDefinition.resource: Types this operation applies to" , "CompartmentDefinition.resource: How a resource is related to the compartment" , "SubscriptionTopic.notificationShape.resource: URL of the Resource that is the focus (main) resource in a notification shape" , "Bundle.entry.resource: A resource in the bundle" , "Linkage.item.resource: Resource being linked" , "TestScript.teardown.action.operation.resource: Resource type" , "EvidenceReport.relatesTo.target.resource: Target of the relationship Resource reference" , "ImplementationGuide.manifest.resource: Resource in the implementation guide" , "TestScript.fixture.resource: Reference of the resource" , "ImplementationGuide.definition.resource: Resource in the implementation guide" , "TestScript.test.action.operation.resource: Resource type" , "SubscriptionTopic.canFilterBy.resource: URL of the triggering Resource that this filter applies to" , "Parameters.parameter.part.resource: If parameter is a whole resource" , "RequestOrchestration.action.action.resource: The target of the action" , "TestScript.setup.action.assert.resource: Resource type" , "TestScript.setup.action.operation.resource: Resource type" , "Citation.citedArtifact.relatesTo.resource: What artifact is being referenced" , "RequestOrchestration.action.resource: The target of the action" , "Parameters.parameter.resource: If parameter is a whole resource" , "TestScript.test.action.assert.resource: Resource type" , "SubscriptionTopic.eventTrigger.resource: Data Type or Resource (reference to definition) for this trigger definition" , "RelatedArtifact.resource: What artifact is being referenced" .

fhir:_response  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.response" , "(Modified) TestScript.setup.action.assert.response" , "(Modified) Bundle.entry.response" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.response" , "(Modified) MessageHeader.response" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.response" , "(Modified) ExampleScenario.process.step.process.step.operation.response" , "(Modified) PaymentReconciliation.allocation.response" , "(Modified) ExampleScenario.process.step.alternative.step.operation.response" , "(Modified) ExampleScenario.process.step.operation.response" , "(Modified) PaymentNotice.response" ;
        rdfs:label    "_response" .

fhir:_agent  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.entity.agent" , "(Modified) Provenance.agent" , "(Modified) AuditEvent.entity.agent" , "(Modified) AuditEvent.agent" ;
        rdfs:label    "_agent" .

fhir:contraindicatedVaccineCode
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.contraindicatedVaccineCode: Vaccine(s) which should not be used to fulfill the recommendation." ;
        rdfs:label                      "contraindicatedVaccineCode" ;
        fhir:modifierExtensionProperty  fhir:_contraindicatedVaccineCode ;
        dc:title                        "ImmunizationRecommendation.recommendation.contraindicatedVaccineCode: Vaccine which is contraindicated to fulfill the recommendation" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess
        a                owl:Class ;
        rdfs:comment     "Indicates that the step is a complex sub-process with its own steps." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:postConditions
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepComponent ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:preConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:postConditions
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preConditions
                         ] ;
        dc:title         "Step is nested process" .

fhir:collector  a                       owl:ObjectProperty ;
        rdfs:comment                    "Specimen.collection.collector: Person who collected the specimen." , "BiologicallyDerivedProduct.collection.collector: Healthcare professional who is performing the collection." ;
        rdfs:label                      "collector" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_collector ;
        dc:title                        "Specimen.collection.collector: Who collected the specimen" , "BiologicallyDerivedProduct.collection.collector: Individual performing collection" .

fhir:enterer  a                         owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.enterer: Person who created the request." , "Claim.enterer: Individual who created the claim, predetermination or preauthorization." , "PaymentReconciliation.enterer: Payment enterer if not the actual payment issuer." , "ChargeItem.enterer: The device, practitioner, etc. who entered the charge item." , "ExplanationOfBenefit.enterer: Individual who created the claim, predetermination or preauthorization." ;
        rdfs:label                      "enterer" ;
        rdfs:subPropertyOf              w5:who.actor , w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_enterer ;
        dc:title                        "ExplanationOfBenefit.enterer: Author of the claim" , "ChargeItem.enterer: Individual who was entering" , "Claim.enterer: Author of the claim" , "CoverageEligibilityRequest.enterer: Author" , "PaymentReconciliation.enterer: Who entered the payment" .

fhir:_supportedInteraction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.supportedInteraction" ;
        rdfs:label    "_supportedInteraction" .

fhir:_differential  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.differential" ;
        rdfs:label    "_differential" .

fhir:_qualifiedValue  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue" , "(Modified) ObservationDefinition.qualifiedValue" ;
        rdfs:label    "_qualifiedValue" .

fhir:ManufacturedItemDefinitionComponentConstituentComponent
        a                owl:Class ;
        rdfs:comment     "ManufacturedItemDefinitionComponentComponent.ManufacturedItemDefinitionComponentConstituentComponent: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)." , "ManufacturedItemDefinitionComponentComponentComponent.ManufacturedItemDefinitionComponentConstituentComponent: A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)." ;
        rdfs:label       "ManufacturedItemDefinitionComponentConstituentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:hasIngredient
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:hasIngredient
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:location
                         ] .

fhir:_additionalMonitoringIndicator
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.additionalMonitoringIndicator" ;
        rdfs:label    "_additionalMonitoringIndicator" .

fhir:_position  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.position" ;
        rdfs:label    "_position" .

fhir:limit  a                           owl:ObjectProperty ;
        rdfs:comment                    "Permission.rule.limit: What limits apply to the use of the data." , "InsurancePlan.coverage.benefit.limit: The specific limits on the benefit." , "DataRequirement.limit: Specifies a maximum number of results that are required (uses the _count search parameter)." ;
        rdfs:label                      "limit" ;
        fhir:modifierExtensionProperty  fhir:_limit ;
        dc:title                        "Permission.rule.limit: What limits apply to the use of the data" , "InsurancePlan.coverage.benefit.limit: Benefit limits" , "DataRequirement.limit: Number of results" .

fhir:_reason  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.reason" , "(Modified) MedicationStatement.adherence.reason" , "(Modified) CareTeam.reason" , "(Modified) Transport.reason" , "(Modified) ExplanationOfBenefit.addItem.detail.adjudication.reason" , "(Modified) ImplementationGuide.dependsOn.reason" , "(Modified) ClaimResponse.addItem.detail.reviewOutcome.reason" , "(Modified) ClaimResponse.addItem.adjudication.reason" , "(Modified) ClaimResponse.addItem.detail.subDetail.adjudication.reason" , "(Modified) ExplanationOfBenefit.item.reviewOutcome.reason" , "(Modified) Encounter.reason" , "(Modified) PlanDefinition.action.action.reason" , "(Modified) Immunization.reason" , "(Modified) Communication.reason" , "(Modified) Claim.supportingInfo.reason" , "(Modified) CommunicationRequest.reason" , "(Modified) MedicationRequest.substitution.reason" , "(Modified) Observation.triggeredBy.reason" , "(Modified) ClaimResponse.item.adjudication.reason" , "(Modified) SupplyRequest.reason" , "(Modified) GenomicStudy.reason" , "(Modified) ResearchSubject.progress.reason" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.reason" , "(Modified) ImagingStudy.reason" , "(Modified) FamilyMemberHistory.reason" , "(Modified) ClaimResponse.adjudication.reason" , "(Modified) Contract.term.group.action.reason" , "(Modified) EpisodeOfCare.reason" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.adjudication.reason" , "(Modified) PlanDefinition.action.reason" , "(Modified) NutritionIntake.reason" , "(Modified) MessageHeader.reason" , "(Modified) DeviceUsage.adherence.reason" , "(Modified) DeviceUsage.reason" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.adjudication.reason" , "(Modified) MedicationDispense.substitution.reason" , "(Modified) ExplanationOfBenefit.adjudication.reason" , "(Modified) ChargeItem.reason" , "(Modified) Subscription.reason" , "(Modified) RequestOrchestration.reason" , "(Modified) ClaimResponse.item.detail.reviewOutcome.reason" , "(Modified) DeviceRequest.reason" , "(Modified) MedicationAdministration.reason" , "(Modified) ClaimResponse.item.detail.subDetail.reviewOutcome.reason" , "(Modified) ClaimResponse.addItem.detail.subDetail.reviewOutcome.reason" , "(Modified) ClaimResponse.item.detail.adjudication.reason" , "(Modified) ExplanationOfBenefit.addItem.detail.reviewOutcome.reason" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.reason" , "(Modified) RiskAssessment.reason" , "(Modified) MedicationRequest.reason" , "(Modified) Procedure.reason" , "(Modified) ExplanationOfBenefit.item.detail.adjudication.reason" , "(Modified) MedicationStatement.reason" , "(Modified) ClaimResponse.addItem.detail.adjudication.reason" , "(Modified) ClaimResponse.addItem.reviewOutcome.reason" , "(Modified) Task.reason" , "(Modified) GuidanceResponse.reason" , "(Modified) ExplanationOfBenefit.addItem.reviewOutcome.reason" , "(Modified) ExplanationOfBenefit.item.detail.reviewOutcome.reason" , "(Modified) ServiceRequest.reason" , "(Modified) ExplanationOfBenefit.addItem.adjudication.reason" , "(Modified) ExplanationOfBenefit.supportingInfo.reason" , "(Modified) Contract.term.action.reason" , "(Modified) ClaimResponse.item.reviewOutcome.reason" , "(Modified) ExplanationOfBenefit.item.adjudication.reason" , "(Modified) ClaimResponse.item.detail.subDetail.adjudication.reason" ;
        rdfs:label    "_reason" .

fhir:_planningHorizon
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Schedule.planningHorizon" ;
        rdfs:label    "_planningHorizon" .

fhir:_safety  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.safety" , "(Modified) Device.safety" ;
        rdfs:label    "_safety" .

fhir:Identifier  a       owl:Class ;
        rdfs:comment     "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers." ;
        rdfs:label       "Identifier" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:assigner
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assigner
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        dc:title         "An identifier intended for computation" .

fhir:_mitigation  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.mitigation" , "(Modified) DetectedIssue.mitigation" ;
        rdfs:label    "_mitigation" .

fhir:_specialCourtesy
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.specialCourtesy" ;
        rdfs:label    "_specialCourtesy" .

fhir:ExampleScenarioInstanceContainedInstanceComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioInstanceComponent.ExampleScenarioInstanceContainedInstanceComponent: References to other instances that can be found within this instance (e.g. the observations contained in a bundle)." ;
        rdfs:label       "ExampleScenarioInstanceContainedInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] .

fhir:edit  a                            owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.edit: Changes in sequence from the starting sequence." ;
        rdfs:label                      "edit" ;
        fhir:modifierExtensionProperty  fhir:_edit ;
        dc:title                        "MolecularSequence.relative.edit: Changes in sequence from the starting sequence" .

fhir:qualitativeRisk  a                 owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.prediction.qualitativeRisk: Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, or high)." ;
        rdfs:label                      "qualitativeRisk" ;
        fhir:modifierExtensionProperty  fhir:_qualitativeRisk ;
        dc:title                        "RiskAssessment.prediction.qualitativeRisk: Likelihood of specified outcome as a qualitative value" .

fhir:immunizationEvent
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationEvaluation.immunizationEvent: The vaccine administration event being evaluated." ;
        rdfs:label                      "immunizationEvent" ;
        fhir:modifierExtensionProperty  fhir:_immunizationEvent ;
        dc:title                        "ImmunizationEvaluation.immunizationEvent: Immunization being evaluated" .

fhir:reference  a                       owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.offer.party.reference: Participant in the offer." , "Claim.related.reference: An alternate organizational reference to the case or file to which this particular claim pertains." , "Consent.provision.provision.data.reference: A reference to a specific resource that defines which resources are covered by this consent." , "Reference.reference: A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources." , "DetectedIssue.reference: The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified." , "MedicationKnowledge.storageGuideline.reference: Reference to additional information about the storage guidelines." , "CodeableReference.reference: A reference to a resource the provides exact details about the information being referenced." , "Contract.term.action.subject.reference: The entity the action is performed or not performed on or for." , "Consent.provision.provision.actor.reference: The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers')." , "Contract.term.group.offer.party.reference: Participant in the offer." , "Permission.rule.data.resource.reference: A reference to a specific resource that defines which resources are covered by this consent." , "ExplanationOfBenefit.related.reference: An alternate organizational reference to the case or file to which this particular claim pertains." , "Expression.reference: A URI that defines where the expression is found." , "ConditionDefinition.questionnaire.reference: Specific Questionnaire." , "Requirements.reference: A reference to another artifact that created this set of requirements. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere." , "Contract.term.group.asset.context.reference: Asset context reference may include the creator, custodian, or owning Person or Organization (e.g., bank, repository),  location held, e.g., building,  jurisdiction." , "ActorDefinition.reference: A reference to additional documentation about the actor, but description and documentation." , "ImplementationGuide.manifest.resource.reference: Where this resource is found." , "Consent.provision.actor.reference: The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers')." , "DeviceDefinition.hasPart.reference: Reference to the device that is part of the current device." , "Consent.provision.data.reference: A reference to a specific resource that defines which resources are covered by this consent." , "MedicationKnowledge.relatedMedicationKnowledge.reference: Associated documentation about the associated medication knowledge." , "Contract.term.group.action.subject.reference: The entity the action is performed or not performed on or for." , "DiagnosticReport.supportingInfo.reference: The reference for the supporting information in the diagnostic report." , "Consent.policyBasis.reference: A Reference that identifies the policy the organization will enforce for this Consent." , "Contract.term.asset.context.reference: Asset context reference may include the creator, custodian, or owning Person or Organization (e.g., bank, repository),  location held, e.g., building,  jurisdiction." , "ConditionDefinition.plan.reference: The actual plan." , "Requirements.statement.reference: A reference to another artifact that created this requirement. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere." , "ResearchStudy.outcomeMeasure.reference: Structured outcome definition." , "ImplementationGuide.definition.resource.reference: Where this resource is found." ;
        rdfs:label                      "reference" ;
        fhir:modifierExtensionProperty  fhir:_reference ;
        dc:title                        "ConditionDefinition.questionnaire.reference: Specific Questionnaire" , "Consent.provision.provision.data.reference: The actual data reference" , "CodeableReference.reference: Reference to a resource (by instance)" , "Requirements.statement.reference: External artifact (rule/document etc. that) created this requirement" , "ResearchStudy.outcomeMeasure.reference: Structured outcome definition" , "DetectedIssue.reference: Authority for issue" , "Permission.rule.data.resource.reference: The actual data reference" , "Expression.reference: Where the expression is found" , "Claim.related.reference: File or case reference" , "Consent.provision.actor.reference: Resource for the actor (or group, by role)" , "ActorDefinition.reference: Reference to more information about the actor" , "MedicationKnowledge.relatedMedicationKnowledge.reference: Associated documentation about the associated medication knowledge" , "Consent.policyBasis.reference: Reference backing policy resource" , "Contract.term.group.action.subject.reference: Entity of the action" , "Contract.term.group.offer.party.reference: Referenced entity" , "DiagnosticReport.supportingInfo.reference: Supporting information reference" , "Consent.provision.data.reference: The actual data reference" , "Requirements.reference: External artifact (rule/document etc. that) created this set of requirements" , "Contract.term.offer.party.reference: Referenced entity" , "Contract.term.asset.context.reference: Creator,custodian or owner" , "ExplanationOfBenefit.related.reference: File or case reference" , "Contract.term.group.asset.context.reference: Creator,custodian or owner" , "Contract.term.action.subject.reference: Entity of the action" , "ConditionDefinition.plan.reference: The actual plan" , "Reference.reference: Literal reference, Relative, internal or absolute URL" , "DeviceDefinition.hasPart.reference: Reference to the part" , "ImplementationGuide.manifest.resource.reference: Location of the resource" , "MedicationKnowledge.storageGuideline.reference: Reference to additional information" , "Consent.provision.provision.actor.reference: Resource for the actor (or group, by role)" , "ImplementationGuide.definition.resource.reference: Location of the resource" .

fhir:reporter  a                        owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.reporter: The individual or organization that is reporting the data." , "InventoryReport.reporter: Who submits the report." , "PaymentNotice.reporter: The party who reports the payment notice." ;
        rdfs:label                      "reporter" ;
        rdfs:subPropertyOf              w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_reporter ;
        dc:title                        "InventoryReport.reporter: Who submits the report" , "MeasureReport.reporter: Who is reporting the data" , "PaymentNotice.reporter: Responsible practitioner" .

fhir:BackboneElement  a  owl:Class ;
        rdfs:comment     "Base definition for all elements that are defined inside a resource - but not those in a data type." ;
        rdfs:label       "BackboneElement" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  0 ;
                           owl:onProperty   fhir:modifierExtension
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:modifierExtension
                         ] ;
        dc:title         "Base for elements defined inside a resource" .

fhir:_hasMember  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.hasMember" , "(Modified) Observation.hasMember" ;
        rdfs:label    "_hasMember" .

fhir:Provenance  a                   owl:Class ;
        rdfs:comment                 "Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies." ;
        rdfs:label                   "Provenance" ;
        rdfs:subClassOf              fhir:DomainResource , w5:infrastructure.information ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:policy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ProvenanceEntityComponent ;
                                       owl:onProperty     fhir:entity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:agent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:target
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurred
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurred
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurred
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurred
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:authorization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Signature ;
                                       owl:onProperty     fhir:signature
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:activity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:target
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ProvenanceAgentComponent ;
                                       owl:onProperty     fhir:agent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:activity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Provenance .

fhir:reasonLinkId  a                    owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.action.reasonLinkId: Id [identifier??] of the clause or question text related to the reason type or reference of this  action in the referenced form or QuestionnaireResponse." , "Contract.term.action.reasonLinkId: Id [identifier??] of the clause or question text related to the reason type or reference of this  action in the referenced form or QuestionnaireResponse." ;
        rdfs:label                      "reasonLinkId" ;
        fhir:modifierExtensionProperty  fhir:_reasonLinkId ;
        dc:title                        "Contract.term.group.action.reasonLinkId: Pointer to specific item" , "Contract.term.action.reasonLinkId: Pointer to specific item" .

fhir:owner  a                           owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.owner: An organization that is responsible for the provision and ongoing maintenance of the device." , "Transport.owner: Individual organization or Device currently responsible for transport execution." , "Account.owner: Indicates the service area, hospital, department, etc. with responsibility for managing the Account." , "Device.owner: An organization that is responsible for the provision and ongoing maintenance of the device." , "Task.owner: Party responsible for managing task execution." ;
        rdfs:label                      "owner" ;
        rdfs:subPropertyOf              w5:who.actor , w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_owner ;
        dc:title                        "DeviceDefinition.owner: Organization responsible for device" , "Transport.owner: Responsible individual" , "Device.owner: Organization responsible for device" , "Task.owner: Responsible individual" , "Account.owner: Entity managing the Account" .

fhir:_assignedComparisonGroup
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.assignedComparisonGroup" ;
        rdfs:label    "_assignedComparisonGroup" .

fhir:_Condition  a       owl:Class ;
        rdfs:comment     "(Modified) Condition" ;
        rdfs:label       "_Condition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:ConsentPolicyBasisComponent
        a                owl:Class ;
        rdfs:comment     "ConsentPolicyBasisComponent: A Reference or URL used to uniquely identify the policy the organization will enforce for this Consent. This Reference or URL should be specific to the version of the policy and should be dereferencable to a computable policy of some form." ;
        rdfs:label       "ConsentPolicyBasisComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] .

fhir:communicationMethod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.attestation.communicationMethod: The method by which attested information was submitted/retrieved (manual; API; Push)." , "VerificationResult.primarySource.communicationMethod: Method for communicating with the primary source (manual; API; Push)." ;
        rdfs:label                      "communicationMethod" ;
        fhir:modifierExtensionProperty  fhir:_communicationMethod ;
        dc:title                        "VerificationResult.attestation.communicationMethod: The method by which attested information was submitted/retrieved" , "VerificationResult.primarySource.communicationMethod: Method for exchanging information with the primary source" .

fhir:ClaimResponse.Item.ItemDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ClaimResponse.Item.ItemDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        dc:title         "Detail level adjudication results" .

fhir:_param  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) CompartmentDefinition.resource.param" ;
        rdfs:label    "_param" .

fhir:_power  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.power" ;
        rdfs:label    "_power" .

fhir:_issue  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationOutcome.issue" , "(Modified) Citation.citedArtifact.publicationForm.issue" ;
        rdfs:label    "_issue" .

fhir:concept  a                         owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.concept.concept.concept: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning." , "CodeableReference.concept: A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology." , "CodeSystem.concept.concept: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning." , "ValueSet.compose.exclude.concept: Specifies a concept to be included or excluded." , "ValueSet.compose.include.concept: Specifies a concept to be included or excluded." , "CodeSystem.concept: Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meanings of the hierarchical relationships are." ;
        rdfs:label                      "concept" ;
        fhir:modifierExtensionProperty  fhir:_concept ;
        dc:title                        "CodeSystem.concept: Concepts in the code system" , "ValueSet.compose.include.concept: A concept defined in the system" , "CodeableReference.concept: Reference to a concept (by class)" , "CodeSystem.concept.concept.concept: Child Concepts (is-a/contains/categorizes)" , "ValueSet.compose.exclude.concept: A concept defined in the system" , "CodeSystem.concept.concept: Child Concepts (is-a/contains/categorizes)" .

fhir:decisionMode  a                    owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.offer.decisionMode: How the decision about a Contract was conveyed." , "Contract.term.offer.decisionMode: How the decision about a Contract was conveyed." ;
        rdfs:label                      "decisionMode" ;
        fhir:modifierExtensionProperty  fhir:_decisionMode ;
        dc:title                        "Contract.term.group.offer.decisionMode: How decision is conveyed" , "Contract.term.offer.decisionMode: How decision is conveyed" .

fhir:instantiatesUri  a                 owl:ObjectProperty ;
        rdfs:comment                    "CarePlan.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan." , "RequestOrchestration.instantiatesUri: A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." , "DeviceRequest.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this DeviceRequest." , "Communication.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication." , "FamilyMemberHistory.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory." , "Task.instantiatesUri: The URL pointing to an *externally* maintained  protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task." , "Procedure.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure." , "Transport.instantiatesUri: The URL pointing to an *externally* maintained  protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Transport." , "GenomicStudy.instantiatesUri: The URL pointing to an externally maintained protocol that describes the study." , "Contract.instantiatesUri: The URL pointing to an externally maintained definition that is adhered to in whole or in part by this Contract." , "NutritionIntake.instantiatesUri: Instantiates external protocol or definition." , "NutritionOrder.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder." , "GenomicStudy.analysis.instantiatesUri: The URL pointing to an externally maintained protocol that describes the analysis." , "ServiceRequest.instantiatesUri: The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest." ;
        rdfs:label                      "instantiatesUri" ;
        fhir:modifierExtensionProperty  fhir:_instantiatesUri ;
        dc:title                        "RequestOrchestration.instantiatesUri: Instantiates external protocol or definition" , "Transport.instantiatesUri: Formal definition of transport" , "Communication.instantiatesUri: Instantiates external protocol or definition" , "ServiceRequest.instantiatesUri: Instantiates external protocol or definition" , "DeviceRequest.instantiatesUri: Instantiates external protocol or definition" , "Task.instantiatesUri: Formal definition of task" , "NutritionIntake.instantiatesUri: Instantiates external protocol or definition" , "GenomicStudy.analysis.instantiatesUri: The URL pointing to an externally maintained protocol that describes the analysis" , "CarePlan.instantiatesUri: Instantiates external protocol or definition" , "Contract.instantiatesUri: External Contract Definition" , "Procedure.instantiatesUri: Instantiates external protocol or definition" , "FamilyMemberHistory.instantiatesUri: Instantiates external protocol or definition" , "NutritionOrder.instantiatesUri: Instantiates external protocol or definition" , "GenomicStudy.instantiatesUri: The URL pointing to an externally maintained protocol that describes the study" .

fhir:_ifMatch  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.entry.request.ifMatch" ;
        rdfs:label    "_ifMatch" .

fhir:sequenceType  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.sequenceType: The SubstanceProtein descriptive elements will only be used when a complete or partial amino acid sequence is available or derivable from a nucleic acid sequence." , "SubstanceNucleicAcid.sequenceType: The type of the sequence shall be specified based on a controlled vocabulary." ;
        rdfs:label                      "sequenceType" ;
        fhir:modifierExtensionProperty  fhir:_sequenceType ;
        dc:title                        "SubstanceProtein.sequenceType: The SubstanceProtein descriptive elements will only be used when a complete or partial amino acid sequence is available or derivable from a nucleic acid sequence" , "SubstanceNucleicAcid.sequenceType: The type of the sequence shall be specified based on a controlled vocabulary" .

fhir:_fastingStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.collection.fastingStatus" ;
        rdfs:label    "_fastingStatus" .

fhir:preferredReportName
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.preferredReportName: The preferred name to be used when reporting the results of observations conforming to this ObservationDefinition." ;
        rdfs:label                      "preferredReportName" ;
        fhir:modifierExtensionProperty  fhir:_preferredReportName ;
        dc:title                        "ObservationDefinition.preferredReportName: The preferred name to be used when reporting the observation results" .

fhir:_numberOfSeries  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.numberOfSeries" ;
        rdfs:label    "_numberOfSeries" .

fhir:rankingOrder  a                    owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.rankingOrder: Provides a numerical ranking to represent the degree of contributorship relative to other contributors, such as 1 for first author and 2 for second author." ;
        rdfs:label                      "rankingOrder" ;
        fhir:modifierExtensionProperty  fhir:_rankingOrder ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.rankingOrder: Ranked order of contribution" .

fhir:_currency  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.currency" , "(Modified) Money.currency" ;
        rdfs:label    "_currency" .

fhir:testTools  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testTools: A description of test tools to be used in the test plan." ;
        rdfs:label                      "testTools" ;
        fhir:modifierExtensionProperty  fhir:_testTools ;
        dc:title                        "TestPlan.testTools: A description of test tools to be used in the test plan - narrative for now" .

fhir:_warning  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.guideline.warning" , "(Modified) ClinicalUseDefinition.warning" ;
        rdfs:label    "_warning" .

fhir:CoverageEligibilityResponseEventComponent
        a                owl:Class ;
        rdfs:comment     "CoverageEligibilityResponseEventComponent: Information code for an event with a corresponding date or period." ;
        rdfs:label       "CoverageEligibilityResponseEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_characteristic  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Group.characteristic" , "(Modified) InventoryItem.characteristic" , "(Modified) HealthcareService.characteristic" , "(Modified) EvidenceReport.subject.characteristic" , "(Modified) NutritionProduct.characteristic" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic" , "(Modified) EvidenceVariable.characteristic" , "(Modified) Location.characteristic" , "(Modified) PackagedProductDefinition.characteristic" , "(Modified) PractitionerRole.characteristic" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic" , "(Modified) MedicinalProductDefinition.characteristic" ;
        rdfs:label    "_characteristic" .

fhir:dataRequirement  a                 owl:ObjectProperty ;
        rdfs:comment                    "Library.dataRequirement: Describes a set of data that must be provided in order to be able to successfully perform the computations defined by the library." , "GuidanceResponse.dataRequirement: If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data." ;
        rdfs:label                      "dataRequirement" ;
        fhir:modifierExtensionProperty  fhir:_dataRequirement ;
        dc:title                        "Library.dataRequirement: What data is referenced by this library" , "GuidanceResponse.dataRequirement: Additional required data" .

fhir:_domain  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.name.translation.domain" , "(Modified) SubstanceDefinition.name.synonym.domain" , "(Modified) SubstanceDefinition.name.domain" , "(Modified) SubstanceDefinition.domain" , "(Modified) MedicinalProductDefinition.domain" , "(Modified) Contract.domain" ;
        rdfs:label    "_domain" .

fhir:InventoryReport  a              owl:Class ;
        rdfs:comment                 "A report of inventory or stock items." ;
        rdfs:label                   "InventoryReport" ;
        rdfs:subClassOf              w5:administrative.entity , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:countType
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reporter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:operationTypeReason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:reportedDateTime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reportingPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:operationType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryReportInventoryListingComponent ;
                                       owl:onProperty     fhir:inventoryListing
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:operationType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:countType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:operationTypeReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:reportingPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:reporter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:reportedDateTime
                                     ] ;
        fhir:modifierExtensionClass  fhir:_InventoryReport .

fhir:_parameterName  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.overload.parameterName" ;
        rdfs:label    "_parameterName" .

fhir:progressStatus  a                  owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.progressStatus: Status of study with time for that status." ;
        rdfs:label                      "progressStatus" ;
        fhir:modifierExtensionProperty  fhir:_progressStatus ;
        dc:title                        "ResearchStudy.progressStatus: Status of study with time for that status" .

fhir:_narrative  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.testRun.narrative" ;
        rdfs:label    "_narrative" .

fhir:ExplanationOfBenefit.AddedItem.AddedItemDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ExplanationOfBenefit.AddedItem.AddedItemDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        dc:title         "Additem detail level adjudication results" .

fhir:Endpoint  a                     owl:Class ;
        rdfs:comment                 "The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b, a REST endpoint for another FHIR server, or a s/Mime email address. This may include any security context information." ;
        rdfs:label                   "Endpoint" ;
        rdfs:subClassOf              fhir:DomainResource , w5:infrastructure.exchange ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:environmentType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:connectionType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:EndpointPayloadComponent ;
                                       owl:onProperty     fhir:payload
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:connectionType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:header
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:address
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:url ;
                                       owl:onProperty     fhir:address
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Endpoint .

fhir:subjectState  a                    owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.progress.subjectState: The current state of the subject." ;
        rdfs:label                      "subjectState" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_subjectState ;
        dc:title                        "ResearchSubject.progress.subjectState: candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn" .

fhir:EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic
        a                owl:Class ;
        rdfs:comment     "A defining factor of the characteristic." ;
        rdfs:label       "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicTimeFromEventComponent ;
                           owl:onProperty     fhir:timeFromEvent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:definitionCodeableConcept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definitionCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:definitionId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:definitionExpression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionByTypeAndValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicDefinitionByCombinationComponent ;
                           owl:onProperty     fhir:definitionByCombination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent ;
                           owl:onProperty     fhir:definitionByTypeAndValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionExpression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionByCombination
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionCodeableConcept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:definitionReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:exclude
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:duration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:duration
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:duration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:duration
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:instances
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:instances
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:instances
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:instances
                                          ]
                                        )
                         ] ;
        dc:title         "A defining factor of the characteristic" .

fhir:entry  a                           owl:ObjectProperty ;
        rdfs:comment                    "Composition.section.entry: A reference to the actual resource from which the narrative in the section is derived." , "Bundle.entry: An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)." , "List.entry: Entries in this list." , "Citation.citedArtifact.contributorship.entry: An individual entity named as a contributor, for example in the author list or contributor list." , "Composition.section.section.entry: A reference to the actual resource from which the narrative in the section is derived." ;
        rdfs:label                      "entry" ;
        fhir:modifierExtensionProperty  fhir:_entry ;
        dc:title                        "Bundle.entry: Entry in the bundle - will have a resource or information" , "Composition.section.entry: A reference to data that supports this section" , "Citation.citedArtifact.contributorship.entry: An individual entity named as a contributor" , "List.entry: Entries in the list" , "Composition.section.section.entry: A reference to data that supports this section" .

fhir:_weeklyTemplate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate" ;
        rdfs:label    "_weeklyTemplate" .

fhir:what  a                            owl:ObjectProperty ;
        rdfs:comment                    "Provenance.entity.what: Identity of the  Entity used. May be a logical or physical uri and maybe absolute or relative." , "AuditEvent.entity.what: Identifies a specific instance of the entity. The reference should be version specific. This is allowed to be a Parameters resource." ;
        rdfs:label                      "what" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_what ;
        dc:title                        "Provenance.entity.what: Identity of entity" , "AuditEvent.entity.what: Specific instance of resource" .

fhir:whenPrepared  a                    owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.whenPrepared: The time when the dispensed product was packaged and reviewed." ;
        rdfs:label                      "whenPrepared" ;
        fhir:modifierExtensionProperty  fhir:_whenPrepared ;
        dc:title                        "MedicationDispense.whenPrepared: When product was packaged and reviewed" .

fhir:Action  a           owl:Class ;
        rdfs:comment     "Contract.TermTerm.Action: An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place." , "Contract.Term.Action: An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place." ;
        rdfs:label       "Action" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:occurrence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:occurrence
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:occurrence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:occurrence
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:occurrence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:occurrence
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:performerRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:requester
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:performerRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:performerType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:performerRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ActionSubject ;
                           owl:onProperty     fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:requesterLinkId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:intent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:doNotPerform
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:performer
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:doNotPerform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:performerLinkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:occurrence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:occurrence
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:occurrence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:occurrence
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:occurrence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:occurrence
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:performerRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:doNotPerform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:performer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:performer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:contextLinkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:doNotPerform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:performerLinkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:performer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:intent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:intent
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:reasonLinkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:requester
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:intent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ActionSubject ;
                           owl:onProperty     fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:reasonLinkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:contextLinkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:requesterLinkId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:performerType
                         ] .

fhir:_observationRequirement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ActivityDefinition.observationRequirement" ;
        rdfs:label    "_observationRequirement" .

fhir:focal  a                           owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.insurance.focal: A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true." , "CoverageEligibilityRequest.insurance.focal: A flag to indicate that this Coverage is to be used for evaluation of this request when set to true." , "ClaimResponse.insurance.focal: A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true." , "Claim.insurance.focal: A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true." ;
        rdfs:label                      "focal" ;
        fhir:modifierExtensionProperty  fhir:_focal ;
        dc:title                        "CoverageEligibilityRequest.insurance.focal: Applicable coverage" , "Claim.insurance.focal: Coverage to be used for adjudication" , "ClaimResponse.insurance.focal: Coverage to be used for adjudication" , "ExplanationOfBenefit.insurance.focal: Coverage to be used for adjudication" .

fhir:verification  a                    owl:ObjectProperty ;
        rdfs:comment                    "Consent.verification: Whether a treatment instruction (e.g. artificial respiration: yes or no) was verified with the patient, his/her family or another authorized person." ;
        rdfs:label                      "verification" ;
        fhir:modifierExtensionProperty  fhir:_verification ;
        dc:title                        "Consent.verification: Consent Verified by patient or family" .

fhir:_availability  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PractitionerRole.availability" , "(Modified) HealthcareService.availability" ;
        rdfs:label    "_availability" .

fhir:resultingEffect  a                 owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.resultingEffect: Information about the condition that occurred as a result of the adverse event, such as hives due to the exposure to a substance (for example, a drug or a chemical) or a broken leg as a result of the fall." ;
        rdfs:label                      "resultingEffect" ;
        fhir:modifierExtensionProperty  fhir:_resultingEffect ;
        dc:title                        "AdverseEvent.resultingEffect: Effect on the subject due to this event" .

fhir:timeout  a                         owl:ObjectProperty ;
        rdfs:comment                    "Subscription.timeout: If present, the maximum amount of time a server will allow before failing a notification attempt." ;
        rdfs:label                      "timeout" ;
        fhir:modifierExtensionProperty  fhir:_timeout ;
        dc:title                        "Subscription.timeout: Timeout in seconds to attempt notification delivery" .

fhir:CapabilityStatementMessagingSupportedMessageComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementMessagingComponent.CapabilityStatementMessagingSupportedMessageComponent: References to message definitions for messages this system can send or receive." ;
        rdfs:label       "CapabilityStatementMessagingSupportedMessageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] .

fhir:_revenue  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.detail.subDetail.revenue" , "(Modified) ExplanationOfBenefit.item.detail.revenue" , "(Modified) Claim.item.detail.subDetail.revenue" , "(Modified) ClaimResponse.addItem.revenue" , "(Modified) Claim.item.detail.revenue" , "(Modified) ExplanationOfBenefit.addItem.detail.revenue" , "(Modified) ClaimResponse.addItem.detail.revenue" , "(Modified) Claim.item.revenue" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.revenue" , "(Modified) ExplanationOfBenefit.addItem.revenue" , "(Modified) ExplanationOfBenefit.item.revenue" , "(Modified) ClaimResponse.addItem.detail.subDetail.revenue" ;
        rdfs:label    "_revenue" .

fhir:_returnedAmount  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.returnedAmount" ;
        rdfs:label    "_returnedAmount" .

fhir:MedicationKnowledgeDefinitionalIngredientComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeDefinitionalComponent.MedicationKnowledgeDefinitionalIngredientComponent: Identifies a particular constituent of interest in the product." ;
        rdfs:label       "MedicationKnowledgeDefinitionalIngredientComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:strength
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:strength
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:strength
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] .

fhir:candidate  a                       owl:ObjectProperty ;
        rdfs:comment                    "EnrollmentRequest.candidate: Patient Resource." ;
        rdfs:label                      "candidate" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_candidate ;
        dc:title                        "EnrollmentRequest.candidate: The subject to be enrolled" .

fhir:Subscription  a                 owl:Class ;
        rdfs:comment                 "The subscription resource describes a particular client's request to be notified about a SubscriptionTopic." ;
        rdfs:label                   "Subscription" ;
        rdfs:subClassOf              w5:infrastructure.exchange , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingEntity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:contentType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:content
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:channelType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:content
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:url ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:heartbeatPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:timeout
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:contentType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubscriptionParameterComponent ;
                                       owl:onProperty     fhir:parameter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:topic
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubscriptionFilterByComponent ;
                                       owl:onProperty     fhir:filterBy
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:topic
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:maxCount
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:heartbeatPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingEntity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coding ;
                                       owl:onProperty     fhir:channelType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:timeout
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:maxCount
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Subscription .

fhir:relatedAction  a                   owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.relatedAction: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." , "RequestOrchestration.action.action.relatedAction: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." , "RequestOrchestration.action.relatedAction: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." , "PlanDefinition.action.relatedAction: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." ;
        rdfs:label                      "relatedAction" ;
        fhir:modifierExtensionProperty  fhir:_relatedAction ;
        dc:title                        "RequestOrchestration.action.relatedAction: Relationship to another action" , "RequestOrchestration.action.action.relatedAction: Relationship to another action" , "PlanDefinition.action.relatedAction: Relationship to another action" , "PlanDefinition.action.action.relatedAction: Relationship to another action" .

fhir:textPresentation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance.strength.textPresentation: A textual represention of either the whole of the presentation strength or a part of it - with the rest being in Strength.presentation as a ratio." ;
        rdfs:label                      "textPresentation" ;
        fhir:modifierExtensionProperty  fhir:_textPresentation ;
        dc:title                        "Ingredient.substance.strength.textPresentation: Text of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio)" .

fhir:_supplements  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CodeSystem.supplements" ;
        rdfs:label    "_supplements" .

fhir:result  a                          owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.result: [Observations](observation.html)  that are part of this diagnostic report." , "TestReport.test.action.operation.result: The result of this operation." , "TestReport.setup.action.assert.result: The result of this assertion." , "TestReport.result: The overall result from the execution of the TestScript." , "ResearchStudy.result: Link to one or more sets of results generated by the study.  Could also link to a research registry holding the results such as ClinicalTrials.gov." , "TestReport.test.action.assert.result: The result of this assertion." , "TestReport.setup.action.operation.result: The result of this operation." , "GuidanceResponse.result: The actions, if any, produced by the evaluation of the artifact." , "TestPlan.testCase.assertion.result: The test assertion - the expected outcome from the test case execution." , "TestReport.teardown.action.operation.result: The result of this operation." ;
        rdfs:label                      "result" ;
        fhir:modifierExtensionProperty  fhir:_result ;
        dc:title                        "TestPlan.testCase.assertion.result: The actual result assertion" , "TestReport.test.action.operation.result: pass | skip | fail | warning | error" , "TestReport.setup.action.assert.result: pass | skip | fail | warning | error" , "TestReport.result: pass | fail | pending" , "ResearchStudy.result: Link to results generated during the study" , "DiagnosticReport.result: Observations" , "GuidanceResponse.result: Proposed actions, if any" , "TestReport.setup.action.operation.result: pass | skip | fail | warning | error" , "TestReport.test.action.assert.result: pass | skip | fail | warning | error" , "TestReport.teardown.action.operation.result: pass | skip | fail | warning | error" .

fhir:policyText  a                      owl:ObjectProperty ;
        rdfs:comment                    "Consent.policyText: A Reference to the human readable policy explaining the basis for the Consent." ;
        rdfs:label                      "policyText" ;
        fhir:modifierExtensionProperty  fhir:_policyText ;
        dc:title                        "Consent.policyText: Human Readable Policy" .

fhir:_regionType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.instance.imageRegion3D.regionType" , "(Modified) ImagingSelection.instance.imageRegion2D.regionType" ;
        rdfs:label    "_regionType" .

fhir:StratifierGroup  a  owl:Class ;
        rdfs:comment     "MeasureReportGroupComponent.MeasureReportGroupStratifierComponent.StratifierGroup: This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value." ;
        rdfs:label       "StratifierGroup" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StratifierGroupPopulation ;
                           owl:onProperty     fhir:population
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureReportGroupStratifierStratumComponentComponent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] .

fhir:_contract  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.contract" ;
        rdfs:label    "_contract" .

fhir:_timeFromEvent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.timeFromEvent" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent" ;
        rdfs:label    "_timeFromEvent" .

fhir:notificationEvent
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionStatus.notificationEvent: Detailed information about events relevant to this subscription notification." ;
        rdfs:label                      "notificationEvent" ;
        fhir:modifierExtensionProperty  fhir:_notificationEvent ;
        dc:title                        "SubscriptionStatus.notificationEvent: Detailed information about any events relevant to this notification" .

fhir:_inclusionCriteria
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.scope.inclusionCriteria" ;
        rdfs:label    "_inclusionCriteria" .

fhir:_orderMeaning  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.orderMeaning" ;
        rdfs:label    "_orderMeaning" .

fhir:autodelete  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestScript.fixture.autodelete: Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section." ;
        rdfs:label                      "autodelete" ;
        fhir:modifierExtensionProperty  fhir:_autodelete ;
        dc:title                        "TestScript.fixture.autodelete: Whether or not to implicitly delete the fixture during teardown" .

fhir:qualifiers  a                      owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan.specificCost.benefit.cost.qualifiers: Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA)." ;
        rdfs:label                      "qualifiers" ;
        fhir:modifierExtensionProperty  fhir:_qualifiers ;
        dc:title                        "InsurancePlan.plan.specificCost.benefit.cost.qualifiers: Additional information about the cost" .

fhir:_regionsStudied  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.regionsStudied" ;
        rdfs:label    "_regionsStudied" .

fhir:_application  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.case.application" , "(Modified) RegulatedAuthorization.case.application.application" ;
        rdfs:label    "_application" .

fhir:frequency  a                       owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.frequency: Frequency of revalidation." , "Timing.repeat.frequency: The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency." ;
        rdfs:label                      "frequency" ;
        fhir:modifierExtensionProperty  fhir:_frequency ;
        dc:title                        "VerificationResult.frequency: Frequency of revalidation" , "Timing.repeat.frequency: Indicates the number of repetitions that should occur within a period. I.e. Event occurs frequency times per period" .

fhir:_sourceMaterial  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.sourceMaterial" ;
        rdfs:label    "_sourceMaterial" .

fhir:regulatoryBasis  a                 owl:ObjectProperty ;
        rdfs:comment                    "Consent.regulatoryBasis: A set of codes that indicate the regulatory basis (if any) that this consent supports." ;
        rdfs:label                      "regulatoryBasis" ;
        fhir:modifierExtensionProperty  fhir:_regulatoryBasis ;
        dc:title                        "Consent.regulatoryBasis: Regulations establishing base Consent" .

fhir:associationType  a                 owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.association.associationType: This attribute defined the type of association when establishing associations or relations between items, e.g. 'packaged within' or 'used with' or 'to be mixed with." ;
        rdfs:label                      "associationType" ;
        fhir:modifierExtensionProperty  fhir:_associationType ;
        dc:title                        "InventoryItem.association.associationType: The type of association between the device and the other item" .

fhir:_software  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.software" , "(Modified) MessageHeader.source.software" , "(Modified) CapabilityStatement.software" ;
        rdfs:label    "_software" .

fhir:_copolymerConnectivity
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.copolymerConnectivity" ;
        rdfs:label    "_copolymerConnectivity" .

fhir:_approvalDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NamingSystem.approvalDate" , "(Modified) CodeSystem.approvalDate" , "(Modified) Citation.approvalDate" , "(Modified) ValueSet.approvalDate" , "(Modified) EventDefinition.approvalDate" , "(Modified) ArtifactAssessment.approvalDate" , "(Modified) MetadataResource.approvalDate" , "(Modified) PlanDefinition.approvalDate" , "(Modified) SpecimenDefinition.approvalDate" , "(Modified) ObservationDefinition.approvalDate" , "(Modified) ChargeItemDefinition.approvalDate" , "(Modified) ConceptMap.approvalDate" , "(Modified) Questionnaire.approvalDate" , "(Modified) Evidence.approvalDate" , "(Modified) SubscriptionTopic.approvalDate" , "(Modified) EvidenceVariable.approvalDate" , "(Modified) ActivityDefinition.approvalDate" , "(Modified) Library.approvalDate" , "(Modified) Measure.approvalDate" ;
        rdfs:label    "_approvalDate" .

fhir:totalVolume  a                     owl:ObjectProperty ;
        rdfs:comment                    "Medication.totalVolume: When the specified product code does not infer a package size, this is the specific amount of drug in the product.  For example, when specifying a product that has the same strength (For example, Insulin glargine 100 unit per mL solution for injection), this attribute provides additional clarification of the package amount (For example, 3 mL, 10mL, etc.)." ;
        rdfs:label                      "totalVolume" ;
        fhir:modifierExtensionProperty  fhir:_totalVolume ;
        dc:title                        "Medication.totalVolume: When the specified product code does not infer a package size, this is the specific amount of drug in the product" .

fhir:AppointmentRecurrenceTemplateWeeklyTemplateComponent
        a                owl:Class ;
        rdfs:comment     "AppointmentRecurrenceTemplateComponent.AppointmentRecurrenceTemplateWeeklyTemplateComponent: Information about weekly recurring appointments." ;
        rdfs:label       "AppointmentRecurrenceTemplateWeeklyTemplateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:sunday
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:wednesday
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tuesday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:monday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:wednesday
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:monday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:weekInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sunday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:thursday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:tuesday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:friday
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:saturday
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:weekInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:thursday
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:friday
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:saturday
                         ] .

fhir:_requestedPerformer
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Task.requestedPerformer" ;
        rdfs:label    "_requestedPerformer" .

fhir:packagedProduct  a                 owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.packaging.packagedProduct: A reference to a PackagedProductDefinition that provides the details of the product that is in the packaging and is being priced." ;
        rdfs:label                      "packagedProduct" ;
        fhir:modifierExtensionProperty  fhir:_packagedProduct ;
        dc:title                        "MedicationKnowledge.packaging.packagedProduct: The packaged medication that is being priced" .

fhir:tissue  a                          owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.tissue: Coded expression for the type of tissue for which the withdrawal period applies, e.g. meat, milk." ;
        rdfs:label                      "tissue" ;
        fhir:modifierExtensionProperty  fhir:_tissue ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.tissue: The type of tissue for which the withdrawal period applies, e.g. meat, milk" .

fhir:isSubpotent  a                     owl:ObjectProperty ;
        rdfs:comment                    "Immunization.isSubpotent: Indication if a dose is considered to be subpotent. By default, a dose should be considered to be potent." ;
        rdfs:label                      "isSubpotent" ;
        fhir:modifierExtensionProperty  fhir:_isSubpotent ;
        dc:title                        "Immunization.isSubpotent: Dose potency" .

fhir:_supportingInfoSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityRequest.item.supportingInfoSequence" ;
        rdfs:label    "_supportingInfoSequence" .

fhir:_rating  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.certainty.subcomponent.rating" , "(Modified) Evidence.certainty.rating" ;
        rdfs:label    "_rating" .

fhir:maternalOrganismName
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.hybrid.maternalOrganismName: The name of the maternal species constituting the hybrid organism shall be specified. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal." ;
        rdfs:label                      "maternalOrganismName" ;
        fhir:modifierExtensionProperty  fhir:_maternalOrganismName ;
        dc:title                        "SubstanceSourceMaterial.organism.hybrid.maternalOrganismName: The name of the maternal species constituting the hybrid organism shall be specified. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal" .

fhir:CommunicationRequest
        a                            owl:Class ;
        rdfs:comment                 "A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition." ;
        rdfs:label                   "CommunicationRequest" ;
        rdfs:subClassOf              w5:workflow.order , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recipient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:medium
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:replaces
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CommunicationRequestPayloadComponent ;
                                       owl:onProperty     fhir:payload
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:about
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:informationProvider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        fhir:modifierExtensionClass  fhir:_CommunicationRequest .

fhir:polymer  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.polymer: Data items specific to polymers." ;
        rdfs:label                      "polymer" ;
        fhir:modifierExtensionProperty  fhir:_polymer ;
        dc:title                        "SubstanceDefinition.polymer: Data items specific to polymers" .

fhir:initiatorActive  a                 owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.operation.initiatorActive: If false, the initiator is deactivated right after the operation." , "ExampleScenario.process.step.operation.initiatorActive: If false, the initiator is deactivated right after the operation." , "ExampleScenario.process.step.alternative.step.operation.initiatorActive: If false, the initiator is deactivated right after the operation." , "ExampleScenario.process.step.alternative.step.process.step.operation.initiatorActive: If false, the initiator is deactivated right after the operation." , "ExampleScenario.process.step.process.step.operation.initiatorActive: If false, the initiator is deactivated right after the operation." ;
        rdfs:label                      "initiatorActive" ;
        fhir:modifierExtensionProperty  fhir:_initiatorActive ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.step.operation.initiatorActive: Initiator stays active?" , "ExampleScenario.process.step.process.step.operation.initiatorActive: Initiator stays active?" , "ExampleScenario.process.step.process.step.alternative.step.operation.initiatorActive: Initiator stays active?" , "ExampleScenario.process.step.operation.initiatorActive: Initiator stays active?" , "ExampleScenario.process.step.alternative.step.operation.initiatorActive: Initiator stays active?" .

fhir:_productStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProduct.productStatus" ;
        rdfs:label    "_productStatus" .

fhir:strand  a                          owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.startingSequence.strand: An absolute reference to a strand. The Watson strand is the strand whose 5'-end is on the short arm of the chromosome, and the Crick strand as the one whose 5'-end is on the long arm." ;
        rdfs:label                      "strand" ;
        fhir:modifierExtensionProperty  fhir:_strand ;
        dc:title                        "MolecularSequence.relative.startingSequence.strand: watson | crick" .

fhir:_outputParameters
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) GuidanceResponse.outputParameters" ;
        rdfs:label    "_outputParameters" .

fhir:participantStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AppointmentResponse.participantStatus: Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty." ;
        rdfs:label                      "participantStatus" ;
        fhir:modifierExtensionProperty  fhir:_participantStatus ;
        dc:title                        "AppointmentResponse.participantStatus: accepted | declined | tentative | needs-action | entered-in-error" .

fhir:label  a                           owl:ObjectProperty ;
        rdfs:comment                    "RelatedArtifact.label: A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index." , "TestScript.teardown.action.operation.label: The label would be used for tracking/logging purposes by test engines." , "TestScript.test.action.operation.label: The label would be used for tracking/logging purposes by test engines." , "Citation.citedArtifact.relatesTo.label: A short label that can be used to reference the related artifact from elsewhere in the containing artifact, such as a footnote index." , "ResearchStudy.label: Additional names for the study." , "TestScript.test.action.assert.label: The label would be used for tracking/logging purposes by test engines." , "ElementDefinition.example.label: Describes the purpose of this example among the set of examples." , "TestScript.setup.action.assert.label: The label would be used for tracking/logging purposes by test engines." , "ElementDefinition.label: A single preferred label which is the text to display beside the element indicating its meaning or to use to prompt for the element in a user display or form." , "TestScript.setup.action.operation.label: The label would be used for tracking/logging purposes by test engines." , "Requirements.statement.label: A short human usable label for this statement." ;
        rdfs:label                      "label" ;
        fhir:modifierExtensionProperty  fhir:_label ;
        dc:title                        "Requirements.statement.label: Short Human label for this statement" , "TestScript.setup.action.assert.label: Tracking/logging assertion label" , "ElementDefinition.example.label: Describes the purpose of this example" , "TestScript.test.action.operation.label: Tracking/logging operation label" , "Citation.citedArtifact.relatesTo.label: Short label" , "RelatedArtifact.label: Short label" , "TestScript.test.action.assert.label: Tracking/logging assertion label" , "ResearchStudy.label: Additional names for the study" , "ElementDefinition.label: Name for element to display with or prompt for element" , "TestScript.teardown.action.operation.label: Tracking/logging operation label" , "TestScript.setup.action.operation.label: Tracking/logging operation label" .

fhir:manipulated  a                     owl:ObjectProperty ;
        rdfs:comment                    "Procedure.focalDevice.manipulated: The device that was manipulated (changed) during the procedure." ;
        rdfs:label                      "manipulated" ;
        fhir:modifierExtensionProperty  fhir:_manipulated ;
        dc:title                        "Procedure.focalDevice.manipulated: Device that was changed" .

fhir:_geometry  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.geometry" ;
        rdfs:label    "_geometry" .

fhir:Coding  a           owl:Class ;
        rdfs:comment     "A reference to a code defined by a terminology system." ;
        rdfs:label       "Coding" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:userSelected
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:userSelected
                         ] ;
        dc:title         "A reference to a code defined by a terminology system" .

fhir:requisition  a                     owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.requisition: A shared identifier common to all service requests that were authorized more or less simultaneously by a single author, representing the composite or group identifier." ;
        rdfs:label                      "requisition" ;
        fhir:modifierExtensionProperty  fhir:_requisition ;
        dc:title                        "ServiceRequest.requisition: Composite Request ID" .

fhir:InventoryReportInventoryListingComponent
        a                owl:Class ;
        rdfs:comment     "InventoryReportInventoryListingComponent: An inventory listing section (grouped by any of the attributes)." ;
        rdfs:label       "InventoryReportInventoryListingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:InventoryReportInventoryListingItemComponent ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:countingDateTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:itemStatus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:countingDateTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:itemStatus
                         ] .

fhir:_parent  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.parent" , "(Modified) RiskAssessment.parent" , "(Modified) Requirements.statement.parent" , "(Modified) MessageDefinition.parent" , "(Modified) Device.parent" , "(Modified) BiologicallyDerivedProduct.parent" ;
        rdfs:label    "_parent" .

fhir:_net  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Claim.item.net" , "(Modified) Claim.item.detail.net" , "(Modified) Contract.term.asset.valuedItem.net" , "(Modified) Contract.term.group.asset.valuedItem.net" , "(Modified) ClaimResponse.addItem.net" , "(Modified) ExplanationOfBenefit.addItem.detail.net" , "(Modified) ExplanationOfBenefit.item.detail.net" , "(Modified) ClaimResponse.addItem.detail.subDetail.net" , "(Modified) ExplanationOfBenefit.item.net" , "(Modified) Claim.item.detail.subDetail.net" , "(Modified) ClaimResponse.addItem.detail.net" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.net" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.net" , "(Modified) ExplanationOfBenefit.addItem.net" ;
        rdfs:label    "_net" .

fhir:presentation  a                    owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance.strength.presentation" ;
        rdfs:label                      "presentation" ;
        fhir:modifierExtensionProperty  fhir:_presentation .

fhir:flag  a                            owl:ObjectProperty ;
        rdfs:comment                    "List.entry.flag: The flag allows the system constructing the list to indicate the role and significance of the item in the list." ;
        rdfs:label                      "flag" ;
        fhir:modifierExtensionProperty  fhir:_flag ;
        dc:title                        "List.entry.flag: Status/Workflow information about this item" .

fhir:hoursOfOperation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Location.hoursOfOperation: What days/times during a week is this location usually open, and any exceptions where the location is not available." ;
        rdfs:label                      "hoursOfOperation" ;
        fhir:modifierExtensionProperty  fhir:_hoursOfOperation ;
        dc:title                        "Location.hoursOfOperation: What days/times during a week is this location usually open (including exceptions)" .

fhir:encounter  a                       owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.encounter: The Encounter associated with the start of the AdverseEvent." , "Immunization.encounter: The visit or admission or other contact between patient and health care provider the immunization was performed as part of." , "RiskAssessment.encounter: The encounter where the assessment was performed." , "NutritionIntake.encounter: The encounter that establishes the context for this NutritionIntake." , "MedicationAdministration.encounter: The visit, admission, or other contact between patient and health care provider during which the medication administration was performed." , "Condition.encounter: The Encounter during which this Condition was created or to which the creation of this record is tightly associated." , "DeviceDispense.encounter: The encounter that establishes the context for this event." , "CommunicationRequest.encounter: The Encounter during which this CommunicationRequest was created or to which the creation of this record is tightly associated." , "GuidanceResponse.encounter: The encounter during which this response was created or to which the creation of this record is tightly associated." , "RequestOrchestration.encounter: Describes the context of the request orchestration, if any." , "ServiceRequest.encounter: An encounter that provides additional information about the healthcare context in which this request is made." , "MedicationRequest.encounter: The Encounter during which this [x] was created or to which the creation of this record is tightly associated." , "ExplanationOfBenefit.encounter: Healthcare encounters related to this claim." , "Composition.encounter: Describes the clinical encounter or type of care this documentation is associated with." , "Claim.item.encounter: Healthcare encounters related to this claim." , "ChargeItem.encounter: This ChargeItem has the details of how the associated Encounter should be billed or otherwise be handled by finance systems." , "Claim.encounter: Healthcare encounters related to this claim." , "NutritionOrder.encounter: An encounter that provides additional information about the healthcare context in which this request is made." , "PaymentReconciliation.allocation.encounter: The Encounter to which this payment applies, may be completed by the receiver, used for search." , "DeviceRequest.encounter: An encounter that provides additional context in which this request is made." , "VisionPrescription.encounter: A reference to a resource that identifies the particular occurrence of contact between patient and health care provider during which the prescription was issued." , "EncounterHistory.encounter: The Encounter associated with this set of historic values." , "Flag.encounter: This alert is only relevant during the encounter." , "ImagingStudy.encounter: The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made." , "DiagnosticReport.encounter: The healthcare event  (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about." , "Task.encounter: The healthcare event  (e.g. a patient and healthcare provider interaction) during which this task was created." , "Procedure.encounter: The Encounter during which this Procedure was created or performed or to which the creation of this record is tightly associated." , "AuditEvent.encounter: This will typically be the encounter the event occurred, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission lab tests)." , "ExplanationOfBenefit.item.encounter: Healthcare encounters related to this claim." , "GenomicStudy.encounter: The healthcare event with which this genomics study is associated." , "MedicationDispense.encounter: The encounter that establishes the context for this event." , "Observation.encounter: The healthcare event  (e.g. a patient and healthcare provider interaction) during which this observation is made." , "MedicationStatement.encounter: The encounter that establishes the context for this MedicationStatement." , "Communication.encounter: The Encounter during which this Communication was created or to which the creation of this record is tightly associated." , "CarePlan.encounter: The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated." , "AllergyIntolerance.encounter: The encounter when the allergy or intolerance was asserted." , "List.encounter: The encounter that is the context in which this list was created." , "ClinicalImpression.encounter: The Encounter during which this ClinicalImpression was created or to which the creation of this record is tightly associated." , "QuestionnaireResponse.encounter: The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated." , "Transport.encounter: The healthcare event  (e.g. a patient and healthcare provider interaction) during which this transport was created." , "DetectedIssue.encounter: The encounter during which this issue was detected." , "Provenance.encounter: This will typically be the encounter the event occurred, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission lab tests)." , "ClaimResponse.encounter: Healthcare encounters related to this claim." ;
        rdfs:label                      "encounter" ;
        rdfs:subPropertyOf              w5:why , w5:context ;
        fhir:modifierExtensionProperty  fhir:_encounter ;
        dc:title                        "ClinicalImpression.encounter: The Encounter during which this ClinicalImpression was created" , "List.encounter: Context in which list created" , "Provenance.encounter: Encounter within which this event occurred or which the event is tightly associated" , "ExplanationOfBenefit.item.encounter: Encounters associated with the listed treatments" , "AdverseEvent.encounter: The Encounter associated with the start of the AdverseEvent" , "EncounterHistory.encounter: The Encounter associated with this set of historic values" , "Flag.encounter: Alert relevant during encounter" , "ExplanationOfBenefit.encounter: Encounters associated with the listed treatments" , "Immunization.encounter: Encounter immunization was part of" , "QuestionnaireResponse.encounter: Encounter the questionnaire response is part of" , "AuditEvent.encounter: Encounter within which this event occurred or which the event is tightly associated" , "MedicationAdministration.encounter: Encounter administered as part of" , "AllergyIntolerance.encounter: Encounter when the allergy or intolerance was asserted" , "DeviceRequest.encounter: Encounter motivating request" , "GuidanceResponse.encounter: Encounter during which the response was returned" , "MedicationRequest.encounter: Encounter created as part of encounter/admission/stay" , "ChargeItem.encounter: Encounter associated with this ChargeItem" , "PaymentReconciliation.allocation.encounter: Applied-to encounter" , "VisionPrescription.encounter: Created during encounter / admission / stay" , "Condition.encounter: The Encounter during which this Condition was created" , "ServiceRequest.encounter: Encounter in which the request was created" , "Communication.encounter: The Encounter during which this Communication was created" , "RiskAssessment.encounter: Where was assessment performed?" , "NutritionIntake.encounter: Encounter associated with NutritionIntake" , "CommunicationRequest.encounter: The Encounter during which this CommunicationRequest was created" , "Observation.encounter: Healthcare event during which this observation is made" , "Task.encounter: Healthcare event during which this task originated" , "DetectedIssue.encounter: Encounter detected issue is part of" , "ClaimResponse.encounter: Encounters associated with the listed treatments" , "RequestOrchestration.encounter: Created as part of" , "ImagingStudy.encounter: Encounter with which this imaging study is associated" , "Claim.item.encounter: Encounters associated with the listed treatments" , "CarePlan.encounter: The Encounter during which this CarePlan was created" , "DeviceDispense.encounter: Encounter associated with event" , "MedicationStatement.encounter: Encounter associated with MedicationStatement" , "Composition.encounter: Context of the Composition" , "Claim.encounter: Encounters associated with the listed treatments" , "Transport.encounter: Healthcare event during which this transport originated" , "Procedure.encounter: The Encounter during which this Procedure was created" , "MedicationDispense.encounter: Encounter associated with event" , "NutritionOrder.encounter: The encounter associated with this nutrition order" , "DiagnosticReport.encounter: Health care event when test ordered" , "GenomicStudy.encounter: The healthcare event with which this genomics study is associated" .

fhir:applicability  a                   owl:ObjectProperty ;
        rdfs:comment                    "ChargeItemDefinition.propertyGroup.applicability: Expressions that describe applicability criteria for the priceComponent." , "ClinicalUseDefinition.contraindication.applicability: An expression that returns true or false, indicating whether the indication is applicable or not, after having applied its other elements." , "ChargeItemDefinition.applicability: Expressions that describe applicability criteria for the billing code." , "InsurancePlan.plan.specificCost.benefit.cost.applicability: Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other)." , "ClinicalUseDefinition.indication.applicability: An expression that returns true or false, indicating whether the indication is applicable or not, after having applied its other elements." ;
        rdfs:label                      "applicability" ;
        fhir:modifierExtensionProperty  fhir:_applicability ;
        dc:title                        "ClinicalUseDefinition.indication.applicability: An expression that returns true or false, indicating whether the indication is applicable or not, after having applied its other elements" , "InsurancePlan.plan.specificCost.benefit.cost.applicability: in-network | out-of-network | other" , "ClinicalUseDefinition.contraindication.applicability: An expression that returns true or false, indicating whether the indication is applicable or not, after having applied its other elements" , "ChargeItemDefinition.propertyGroup.applicability: Conditions under which the priceComponent is applicable" , "ChargeItemDefinition.applicability: Whether or not the billing code is applicable" .

fhir:releaseDate  a                     owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.software.releaseDate: Date this version of the software was released." ;
        rdfs:label                      "releaseDate" ;
        fhir:modifierExtensionProperty  fhir:_releaseDate ;
        dc:title                        "CapabilityStatement.software.releaseDate: Date this version was released" .

fhir:_relationshipType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.otherTherapy.relationshipType" , "(Modified) ClinicalUseDefinition.contraindication.otherTherapy.relationshipType" ;
        rdfs:label    "_relationshipType" .

fhir:_managingOrganization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Person.managingOrganization" , "(Modified) Patient.managingOrganization" , "(Modified) Location.managingOrganization" , "(Modified) EpisodeOfCare.managingOrganization" , "(Modified) Endpoint.managingOrganization" , "(Modified) CareTeam.managingOrganization" ;
        rdfs:label    "_managingOrganization" .

fhir:derivedFromCanonical
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.derivedFromCanonical: The canonical URL pointing to another FHIR-defined SpecimenDefinition that is adhered to in whole or in part by this definition." , "ObservationDefinition.derivedFromCanonical: The canonical URL pointing to another FHIR-defined ObservationDefinition that is adhered to in whole or in part by this definition." ;
        rdfs:label                      "derivedFromCanonical" ;
        fhir:modifierExtensionProperty  fhir:_derivedFromCanonical ;
        dc:title                        "SpecimenDefinition.derivedFromCanonical: Based on FHIR definition of another SpecimenDefinition" , "ObservationDefinition.derivedFromCanonical: Based on FHIR definition of another observation" .

fhir:_hasSeverity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConditionDefinition.hasSeverity" ;
        rdfs:label    "_hasSeverity" .

fhir:cTerminalModification
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.subunit.cTerminalModification: The modification at the C-terminal shall be specified." ;
        rdfs:label                      "cTerminalModification" ;
        fhir:modifierExtensionProperty  fhir:_cTerminalModification ;
        dc:title                        "SubstanceProtein.subunit.cTerminalModification: The modification at the C-terminal shall be specified" .

fhir:ContentDefinition
        a                owl:Class ;
        rdfs:comment     "Contract.ContentDefinition: Precusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract." ;
        rdfs:label       "ContentDefinition" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:publicationStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:publicationDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:publicationStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publicationDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] .

fhir:_bodyLandmarkOrientation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation" ;
        rdfs:label    "_bodyLandmarkOrientation" .

fhir:relationship  a                    owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.relatedAction.relationship: The relationship of the start of this action to the related action." , "Contract.term.asset.relationship: Specifies the applicability of the term to an asset resource instance, and instances it refers to or instances that refer to it, and/or are owned by the offeree." , "PlanDefinition.action.relatedAction.relationship: The relationship of the start of this action to the related action." , "RequestOrchestration.action.relatedAction.relationship: The relationship of this action to the related action." , "Patient.contact.relationship: The nature of the relationship between the patient and the contact person." , "SubstanceDefinition.relationship: A link between this substance and another, with details of the relationship." , "Account.relatedAccount.relationship: Relationship of the associated Account." , "Contract.term.group.asset.relationship: Specifies the applicability of the term to an asset resource instance, and instances it refers to or instances that refer to it, and/or are owned by the offeree." , "RelatedPerson.relationship: The nature of the relationship between the related person and the patient." , "ConceptMap.group.unmapped.relationship: The default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'." , "ConceptMap.group.element.target.relationship: The relationship between the source and target concepts. The relationship is read from source to target (e.g. source-is-narrower-than-target)." , "Coverage.relationship: The relationship of beneficiary (patient) to the subscriber." , "Claim.related.relationship: A code to convey how the claims are related." , "RequestOrchestration.action.action.relatedAction.relationship: The relationship of this action to the related action." , "FamilyMemberHistory.relationship: The type of relationship this person has to the patient (father, mother, brother etc.)." , "ExplanationOfBenefit.related.relationship: A code to convey how the claims are related." ;
        rdfs:label                      "relationship" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_relationship ;
        dc:title                        "SubstanceDefinition.relationship: A link between this substance and another" , "Contract.term.asset.relationship: Kinship of the asset" , "FamilyMemberHistory.relationship: Relationship to the subject" , "RequestOrchestration.action.relatedAction.relationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "Claim.related.relationship: How the reference claim is related" , "Contract.term.group.asset.relationship: Kinship of the asset" , "Coverage.relationship: Beneficiary relationship to the subscriber" , "ExplanationOfBenefit.related.relationship: How the reference claim is related" , "RequestOrchestration.action.action.relatedAction.relationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "RelatedPerson.relationship: The relationship of the related person to the patient" , "Account.relatedAccount.relationship: Relationship of the associated Account" , "Patient.contact.relationship: The kind of relationship" , "ConceptMap.group.element.target.relationship: related-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to" , "PlanDefinition.action.relatedAction.relationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "PlanDefinition.action.action.relatedAction.relationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "ConceptMap.group.unmapped.relationship: related-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to" .

fhir:goal  a                            owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.goal: A goal describes an expected outcome that activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, meeting the acceptance criteria for a test as specified by a quality specification, etc." , "RequestOrchestration.action.action.goal: Goals that are intended to be achieved by following the requests in this action." , "RequestOrchestration.goal: Goals that are intended to be achieved by following the requests in this RequestOrchestration." , "CarePlan.goal: Describes the intended objective(s) of carrying out the care plan." , "RequestOrchestration.action.goal: Goals that are intended to be achieved by following the requests in this action." ;
        rdfs:label                      "goal" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_goal ;
        dc:title                        "PlanDefinition.goal: What the plan is trying to accomplish" , "CarePlan.goal: Desired outcome of plan" , "RequestOrchestration.action.goal: What goals" , "RequestOrchestration.goal: What goals" , "RequestOrchestration.action.action.goal: What goals" .

fhir:_connectivity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.subunit.linkage.connectivity" ;
        rdfs:label    "_connectivity" .

fhir:_listMode  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule.target.listMode" , "(Modified) StructureMap.group.rule.rule.source.listMode" , "(Modified) StructureMap.group.rule.target.listMode" , "(Modified) StructureMap.group.rule.source.listMode" ;
        rdfs:label    "_listMode" .

fhir:_availableTime  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.availableTime" ;
        rdfs:label    "_availableTime" .

fhir:property  a                        owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.property: Static or essentially fixed characteristics or features of this kind of device that are otherwise not captured in more specific attributes, e.g., time or timing attributes, resolution, accuracy, and physical attributes." , "CodeSystem.concept.property: A property value for this concept." , "ValueSet.compose.property: A property to return in the expansion, if the client doesn't ask for any particular properties. May be either a code from the code system definition (convenient) or a the formal URI that refers to the property. The special value '*' means all properties known to the server." , "ManufacturedItemDefinition.property: General characteristics of this item." , "CodeSystem.concept.concept.property: A property value for this concept." , "ValueSet.expansion.contains.property: A property value for this concept." , "ValueSet.expansion.property: A property defines an additional slot through which additional information can be provided about a concept." , "AdministrableProductDefinition.property: Characteristics e.g. a product's onset of action." , "BiologicallyDerivedProduct.property: A property that is specific to this BiologicallyDerviedProduct instance." , "Device.property: Static or essentially fixed characteristics or features of the device (e.g., time or timing attributes, resolution, accuracy, intended use or instructions for use, and physical attributes) that are not otherwise captured in more specific attributes." , "ConceptMap.property: A property defines a slot through which additional information can be provided about a map from source -> target." , "PackagedProductDefinition.packaging.packaging.property: General characteristics of this item." , "ManufacturedItemDefinition.component.property: General characteristics of this component." , "ValueSet.compose.include.filter.property: A code that identifies a property or a filter defined in the code system." , "ValueSet.expansion.contains.contains.property: A property value for this concept." , "CodeSystem.property: A property defines an additional slot through which additional information can be provided about a concept." , "TerminologyCapabilities.codeSystem.version.property: Properties supported for $lookup." , "ManufacturedItemDefinition.component.component.property: General characteristics of this component." , "ConceptMap.group.element.target.property: A property value for this source -> target mapping." , "SubstanceDefinition.property: General specifications for this substance." , "PackagedProductDefinition.packaging.property: General characteristics of this item." , "ValueSet.compose.exclude.filter.property: A code that identifies a property or a filter defined in the code system." ;
        rdfs:label                      "property" ;
        fhir:modifierExtensionProperty  fhir:_property ;
        dc:title                        "CodeSystem.concept.property: Property value for the concept" , "ManufacturedItemDefinition.property: General characteristics of this item" , "AdministrableProductDefinition.property: Characteristics e.g. a product's onset of action" , "PackagedProductDefinition.packaging.packaging.property: General characteristics of this item" , "ManufacturedItemDefinition.component.component.property: General characteristics of this component" , "CodeSystem.concept.concept.property: Property value for the concept" , "PackagedProductDefinition.packaging.property: General characteristics of this item" , "ManufacturedItemDefinition.component.property: General characteristics of this component" , "SubstanceDefinition.property: General specifications for this substance" , "ValueSet.compose.exclude.filter.property: A property/filter defined by the code system" , "ValueSet.compose.property: Property to return if client doesn't override" , "CodeSystem.property: Additional information supplied about each concept" , "ConceptMap.property: Additional properties of the mapping" , "DeviceDefinition.property: Inherent, essentially fixed, characteristics of this kind of device, e.g., time properties, size, etc" , "ValueSet.compose.include.filter.property: A property/filter defined by the code system" , "BiologicallyDerivedProduct.property: A property that is specific to this BiologicallyDerviedProduct instance" , "ValueSet.expansion.contains.property: Property value for the concept" , "TerminologyCapabilities.codeSystem.version.property: Properties supported for $lookup" , "ConceptMap.group.element.target.property: Property value for the source -> target mapping" , "ValueSet.expansion.contains.contains.property: Property value for the concept" , "ValueSet.expansion.property: Additional information supplied about each concept" , "Device.property: Inherent, essentially fixed, characteristics of the device.  e.g., time properties, size, material, etc." .

fhir:_calibration  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceMetric.calibration" ;
        rdfs:label    "_calibration" .

fhir:TerminologyCapabilitiesExpansionParameterComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesExpansionComponent.TerminologyCapabilitiesExpansionParameterComponent: Supported expansion parameter." ;
        rdfs:label       "TerminologyCapabilitiesExpansionParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:name
                         ] .

fhir:adjustmentReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.payment.adjustmentReason: Reason for the payment adjustment." , "ClaimResponse.payment.adjustmentReason: Reason for the payment adjustment." ;
        rdfs:label                      "adjustmentReason" ;
        fhir:modifierExtensionProperty  fhir:_adjustmentReason ;
        dc:title                        "ExplanationOfBenefit.payment.adjustmentReason: Explanation for the variance" , "ClaimResponse.payment.adjustmentReason: Explanation for the adjustment" .

fhir:AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent
        a                owl:Class ;
        rdfs:comment     "AdministrableProductDefinitionRouteOfAdministrationComponent.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent: A species for which this route applies." ;
        rdfs:label       "AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent ;
                           owl:onProperty     fhir:withdrawalPeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:Basic  a                        owl:Class ;
        rdfs:comment                 "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification." ;
        rdfs:label                   "Basic" ;
        rdfs:subClassOf              fhir:DomainResource , w5:infrastructure.structure ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Basic .

fhir:_isDerived  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.isDerived" ;
        rdfs:label    "_isDerived" .

fhir:hierarchical  a                    owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.expansion.hierarchical: Whether the server can return nested value sets." ;
        rdfs:label                      "hierarchical" ;
        fhir:modifierExtensionProperty  fhir:_hierarchical ;
        dc:title                        "TerminologyCapabilities.expansion.hierarchical: Whether the server can return nested value sets" .

fhir:_resultForCreate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.queryCriteria.resultForCreate" ;
        rdfs:label    "_resultForCreate" .

fhir:_deviceName  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.deviceName" ;
        rdfs:label    "_deviceName" .

fhir:_startDate  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.progress.startDate" , "(Modified) GenomicStudy.startDate" ;
        rdfs:label    "_startDate" .

fhir:Attachment  a       owl:Class ;
        rdfs:comment     "For referring to data content defined in other formats." ;
        rdfs:label       "Attachment" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pages
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:base64Binary ;
                           owl:onProperty     fhir:hash
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:width
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:data
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:width
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:height
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:base64Binary ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:frames
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hash
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:height
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:frames
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:pages
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:creation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer64 ;
                           owl:onProperty     fhir:size
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:size
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:creation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contentType
                         ] ;
        dc:title         "Content in a format defined elsewhere" .

fhir:_patientPreparation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.patientPreparation" ;
        rdfs:label    "_patientPreparation" .

fhir:CitationCitedArtifactPublicationFormComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactPublicationFormComponent: If multiple, used to represent alternative forms of the article that are not separate citations." ;
        rdfs:label       "CitationCitedArtifactPublicationFormComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:volume
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:volume
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publicationDateText
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:articleDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publicationDateSeason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:citedMedium
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:lastRevisionDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publishedIn
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:citedMedium
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:issue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastRevisionDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:accessionNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:pageCount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:accessionNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:pageString
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:firstPage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastPage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publicationDateText
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:firstPage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publicationDateSeason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pageCount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:articleDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:issue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactPublicationFormPublishedInComponent ;
                           owl:onProperty     fhir:publishedIn
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pageString
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:lastPage
                         ] .

fhir:windowStart  a                     owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.startingSequence.windowStart: Start position of the window on the starting sequence. This value should honor the rules of the coordinateSystem." ;
        rdfs:label                      "windowStart" ;
        fhir:modifierExtensionProperty  fhir:_windowStart ;
        dc:title                        "MolecularSequence.relative.startingSequence.windowStart: Start position of the window on the starting sequence" .

fhir:_propertyGroup  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItemDefinition.propertyGroup" ;
        rdfs:label    "_propertyGroup" .

fhir:languageCode  a                    owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.languageCode: Language code for the human-readable text strings produced by the device (all supported)." ;
        rdfs:label                      "languageCode" ;
        fhir:modifierExtensionProperty  fhir:_languageCode ;
        dc:title                        "DeviceDefinition.languageCode: Language code for the human-readable text strings produced by the device (all supported)" .

fhir:_canPushUpdates  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.primarySource.canPushUpdates" ;
        rdfs:label    "_canPushUpdates" .

fhir:groupingBehavior
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.groupingBehavior: Defines the grouping behavior for the action and its children." , "PlanDefinition.action.groupingBehavior: Defines the grouping behavior for the action and its children." , "RequestOrchestration.action.action.groupingBehavior: Defines the grouping behavior for the action and its children." , "RequestOrchestration.action.groupingBehavior: Defines the grouping behavior for the action and its children." ;
        rdfs:label                      "groupingBehavior" ;
        fhir:modifierExtensionProperty  fhir:_groupingBehavior ;
        dc:title                        "PlanDefinition.action.groupingBehavior: visual-group | logical-group | sentence-group" , "PlanDefinition.action.action.groupingBehavior: visual-group | logical-group | sentence-group" , "RequestOrchestration.action.action.groupingBehavior: visual-group | logical-group | sentence-group" , "RequestOrchestration.action.groupingBehavior: visual-group | logical-group | sentence-group" .

fhir:for  a                             owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.for: The product which this ingredient is a constituent part of." , "Task.for: The entity who benefits from the performance of the service specified in the task (e.g., the patient)." , "Transport.for: The entity who benefits from the performance of the service specified in the transport (e.g., the patient)." ;
        rdfs:label                      "for" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_for ;
        dc:title                        "Ingredient.for: The product which this ingredient is a constituent part of" , "Transport.for: Beneficiary of the Transport" , "Task.for: Beneficiary of the Task" .

fhir:_studyUid  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.studyUid" ;
        rdfs:label    "_studyUid" .

fhir:_event  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) MessageHeader.event" , "(Modified) ClaimResponse.event" , "(Modified) MessageDefinition.event" , "(Modified) ExplanationOfBenefit.event" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.event" , "(Modified) Claim.event" , "(Modified) Composition.event" , "(Modified) CoverageEligibilityRequest.event" , "(Modified) Timing.event" , "(Modified) DocumentReference.event" , "(Modified) SubscriptionTopic.eventTrigger.event" , "(Modified) EvidenceVariable.characteristic.timeFromEvent.event" , "(Modified) CoverageEligibilityResponse.event" ;
        rdfs:label    "_event" .

fhir:informationProvider
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CommunicationRequest.informationProvider: The entity (e.g. person, organization, clinical information system, or device) which is to be the source of the communication." ;
        rdfs:label                      "informationProvider" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_informationProvider ;
        dc:title                        "CommunicationRequest.informationProvider: Who should share the information" .

fhir:network  a                         owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.coverage.network: Reference to the network that providing the type of coverage." , "ExplanationOfBenefit.benefitBalance.network: Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers." , "AuditEvent.entity.agent.network" , "Coverage.network: The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the 'in-network' rate, otherwise 'out of network' terms and conditions apply." , "AuditEvent.agent.network" , "Coverage.costToBeneficiary.network: Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers." , "InsurancePlan.network: Reference to the network included in the health insurance product." , "CoverageEligibilityResponse.insurance.item.network: Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers." , "OrganizationAffiliation.network: The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)." , "InsurancePlan.plan.network: Reference to the network that providing the type of coverage." ;
        rdfs:label                      "network" ;
        fhir:modifierExtensionProperty  fhir:_network ;
        dc:title                        "CoverageEligibilityResponse.insurance.item.network: In or out of network" , "ExplanationOfBenefit.benefitBalance.network: In or out of network" , "OrganizationAffiliation.network: The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)" , "Coverage.costToBeneficiary.network: In or out of network" , "InsurancePlan.plan.network: What networks provide coverage" , "InsurancePlan.coverage.network: What networks provide coverage" , "Coverage.network: Insurer network" , "InsurancePlan.network: What networks are Included" .

fhir:_manufacturedDoseForm
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ManufacturedItemDefinition.manufacturedDoseForm" ;
        rdfs:label    "_manufacturedDoseForm" .

fhir:assert  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestScript.setup.action.assert: Evaluates the results of previous operations to determine if the server under test behaves appropriately." , "TestReport.setup.action.assert: The results of the assertion performed on the previous operations." , "TestReport.test.action.assert: The results of the assertion performed on the previous operations." , "TestScript.test.action.assert: Evaluates the results of previous operations to determine if the server under test behaves appropriately." ;
        rdfs:label                      "assert" ;
        fhir:modifierExtensionProperty  fhir:_assert ;
        dc:title                        "TestReport.setup.action.assert: The assertion to perform" , "TestScript.setup.action.assert: The assertion to perform" , "TestScript.test.action.assert: The setup assertion to perform" , "TestReport.test.action.assert: The assertion performed" .

fhir:_warningOnly  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.warningOnly" , "(Modified) TestScript.setup.action.assert.warningOnly" ;
        rdfs:label    "_warningOnly" .

fhir:isSummary  a                       owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.isSummary: Whether the element should be included if a client requests a search with the parameter _summary=true." ;
        rdfs:label                      "isSummary" ;
        fhir:modifierExtensionProperty  fhir:_isSummary ;
        dc:title                        "ElementDefinition.isSummary: Include when _summary = true?" .

fhir:attachedDocument
        a                               owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.attachedDocument: Additional information or supporting documentation about the authorization." , "PackagedProductDefinition.attachedDocument: Additional information or supporting documentation about the packaged product." , "MedicinalProductDefinition.attachedDocument: Additional information or supporting documentation about the medicinal product." ;
        rdfs:label                      "attachedDocument" ;
        fhir:modifierExtensionProperty  fhir:_attachedDocument ;
        dc:title                        "RegulatedAuthorization.attachedDocument: Additional information or supporting documentation about the authorization" , "PackagedProductDefinition.attachedDocument: Additional information or supporting documentation about the packaged product" , "MedicinalProductDefinition.attachedDocument: Additional documentation about the medicinal product" .

fhir:_unit  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.unit" , "(Modified) ExplanationOfBenefit.benefitBalance.unit" , "(Modified) DeviceMetric.unit" , "(Modified) CoverageEligibilityResponse.insurance.item.unit" , "(Modified) Coverage.costToBeneficiary.unit" , "(Modified) Quantity.unit" ;
        rdfs:label    "_unit" .

fhir:_endDate  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.progress.endDate" ;
        rdfs:label    "_endDate" .

fhir:authoredOn  a                      owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.authoredOn: Indicates when the request orchestration was created." , "MedicationRequest.authoredOn: The date (and perhaps time) when the prescription was initially written or authored on." , "Task.authoredOn: The date and time this task was created." , "Transport.authoredOn: The date and time this transport was created." , "ServiceRequest.authoredOn: When the request transitioned to being actionable." , "DeviceRequest.authoredOn: When the request transitioned to being actionable." , "SupplyRequest.authoredOn: When the request was made." , "CommunicationRequest.authoredOn: For draft requests, indicates the date of initial creation.  For requests with other statuses, indicates the date of activation." ;
        rdfs:label                      "authoredOn" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_authoredOn ;
        dc:title                        "Task.authoredOn: Task Creation Date" , "ServiceRequest.authoredOn: Date request signed" , "DeviceRequest.authoredOn: When recorded" , "RequestOrchestration.authoredOn: When the request orchestration was authored" , "Transport.authoredOn: Transport Creation Date" , "SupplyRequest.authoredOn: When the request was made" , "CommunicationRequest.authoredOn: When request transitioned to being actionable" , "MedicationRequest.authoredOn: When request was initially authored" .

fhir:_geographicalLocation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.geographicalLocation" ;
        rdfs:label    "_geographicalLocation" .

fhir:CitationCitedArtifactClassificationComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactClassificationComponent: The assignment to an organizing scheme." ;
        rdfs:label       "CitationCitedArtifactClassificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:artifactAssessment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:userSelected  a                    owl:ObjectProperty ;
        rdfs:comment                    "Coding.userSelected: Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays)." ;
        rdfs:label                      "userSelected" ;
        fhir:modifierExtensionProperty  fhir:_userSelected ;
        dc:title                        "Coding.userSelected: If this coding was chosen directly by the user" .

fhir:_prognosisCodeableConcept
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalImpression.prognosisCodeableConcept" ;
        rdfs:label    "_prognosisCodeableConcept" .

fhir:dateCriterion  a                   owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.dateCriterion: Vaccine date recommendations.  For example, earliest date to administer, latest date to administer, etc." ;
        rdfs:label                      "dateCriterion" ;
        fhir:modifierExtensionProperty  fhir:_dateCriterion ;
        dc:title                        "ImmunizationRecommendation.recommendation.dateCriterion: Dates governing proposed immunization" .

fhir:additionalInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Dosage.additionalInstruction: Supplemental instructions to the patient on how to take the medication  (e.g. \"with meals\" or\"take half to one hour before food\") or warnings for the patient about the medication (e.g. \"may cause drowsiness\" or \"avoid exposure of skin to direct sunlight or sunlamps\")." ;
        rdfs:label                      "additionalInstruction" ;
        fhir:modifierExtensionProperty  fhir:_additionalInstruction ;
        dc:title                        "Dosage.additionalInstruction: Supplemental instruction or warnings to the patient - e.g. \"with meals\", \"may cause drowsiness\"" .

fhir:specialPrecautionsForStorage
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ProductShelfLife.specialPrecautionsForStorage: Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." ;
        rdfs:label                      "specialPrecautionsForStorage" ;
        fhir:modifierExtensionProperty  fhir:_specialPrecautionsForStorage ;
        dc:title                        "ProductShelfLife.specialPrecautionsForStorage: Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified" .

fhir:population  a                      owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.population: The population group to which this applies." , "MeasureReport.group.population: The populations that make up the population group, one for each type of population appropriate for the measure." , "Measure.group.population: A population criteria for the measure." , "MeasureReport.group.stratifier.stratum.population: The populations that make up the stratum, one for each type of population appropriate to the measure." ;
        rdfs:label                      "population" ;
        fhir:modifierExtensionProperty  fhir:_population ;
        dc:title                        "MeasureReport.group.population: The populations in the group" , "ClinicalUseDefinition.population: The population group to which this applies" , "MeasureReport.group.stratifier.stratum.population: Population results in this stratum" , "Measure.group.population: Population criteria" .

fhir:_member  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Group.member" , "(Modified) CareTeam.participant.member" ;
        rdfs:label    "_member" .

fhir:securityLabel  a                   owl:ObjectProperty ;
        rdfs:comment                    "AuditEvent.entity.securityLabel: Security labels for the identified entity." , "DocumentReference.securityLabel: A set of Security-Tag codes specifying the level of privacy/security of the Document found at DocumentReference.content.attachment.url. Note that DocumentReference.meta.security contains the security labels of the data elements in DocumentReference, while DocumentReference.securityLabel contains the security labels for the document the reference refers to. The distinction recognizes that the document may contain sensitive information, while the DocumentReference is metadata about the document and thus might not be as sensitive as the document. For example: a psychotherapy episode may contain highly sensitive information, while the metadata may simply indicate that some episode happened." , "Contract.term.securityLabel: Security labels that protect the handling of information about the term and its elements, which may be specifically identified." , "Contract.term.group.securityLabel: Security labels that protect the handling of information about the term and its elements, which may be specifically identified." , "Consent.provision.securityLabel: A security label, comprised of 0..* security label fields (Privacy tags), which define which resources are controlled by this exception." , "Consent.provision.provision.securityLabel: A security label, comprised of 0..* security label fields (Privacy tags), which define which resources are controlled by this exception." ;
        rdfs:label                      "securityLabel" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_securityLabel ;
        dc:title                        "Consent.provision.securityLabel: Security Labels that define affected resources" , "Contract.term.securityLabel: Protection for the Term" , "AuditEvent.entity.securityLabel: Security labels on the entity" , "Consent.provision.provision.securityLabel: Security Labels that define affected resources" , "DocumentReference.securityLabel: Document security-tags" , "Contract.term.group.securityLabel: Protection for the Term" .

fhir:_renderedDosageInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationStatement.renderedDosageInstruction" , "(Modified) MedicationRequest.renderedDosageInstruction" , "(Modified) MedicationDispense.renderedDosageInstruction" ;
        rdfs:label    "_renderedDosageInstruction" .

fhir:Notes  a            owl:Class ;
        rdfs:comment     "PaymentReconciliation.Notes: A note that describes or explains the processing in a human readable form." ;
        rdfs:label       "Notes" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_dynamicValue  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.dynamicValue" , "(Modified) RequestOrchestration.action.dynamicValue" , "(Modified) PlanDefinition.action.action.dynamicValue" , "(Modified) PlanDefinition.action.dynamicValue" , "(Modified) ActivityDefinition.dynamicValue" ;
        rdfs:label    "_dynamicValue" .

fhir:_confidentialityIndicator
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.operation.confidentialityIndicator" ;
        rdfs:label    "_confidentialityIndicator" .

fhir:_intendedUse  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.intendedUse" , "(Modified) DeviceDefinition.guideline.intendedUse" ;
        rdfs:label    "_intendedUse" .

fhir:lastUpdated  a                     owl:ObjectProperty ;
        rdfs:comment                    "Meta.lastUpdated: When the resource last changed - e.g. when the version changed." ;
        rdfs:label                      "lastUpdated" ;
        fhir:modifierExtensionProperty  fhir:_lastUpdated ;
        dc:title                        "Meta.lastUpdated: When the resource version last changed" .

fhir:deceased  a                        owl:ObjectProperty ;
        rdfs:comment                    "Practitioner.deceased" , "Person.deceased" , "Patient.deceased" , "FamilyMemberHistory.deceased" ;
        rdfs:label                      "deceased" ;
        fhir:modifierExtensionProperty  fhir:_deceased .

fhir:NutritionOrderEnteralFormulaAdditiveComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderEnteralFormulaComponent.NutritionOrderEnteralFormulaAdditiveComponent: Indicates modular components to be provided in addition or mixed with the base formula." ;
        rdfs:label       "NutritionOrderEnteralFormulaAdditiveComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:productName
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:type
                         ] .

fhir:designation  a                     owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.contains.designation: Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation." , "CodeSystem.concept.concept.designation: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc." , "CodeSystem.concept.designation: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc." , "ValueSet.compose.include.concept.designation: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc." , "ValueSet.compose.exclude.concept.designation: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc." , "ValueSet.expansion.contains.contains.designation: Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation." ;
        rdfs:label                      "designation" ;
        fhir:modifierExtensionProperty  fhir:_designation ;
        dc:title                        "ValueSet.compose.exclude.concept.designation: Additional representations for this concept" , "ValueSet.compose.include.concept.designation: Additional representations for this concept" , "CodeSystem.concept.designation: Additional representations for the concept" , "ValueSet.expansion.contains.contains.designation: Additional representations for this item" , "ValueSet.expansion.contains.designation: Additional representations for this item" , "CodeSystem.concept.concept.designation: Additional representations for the concept" .

fhir:reportedDateTime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.reportedDateTime: When the report has been submitted." ;
        rdfs:label                      "reportedDateTime" ;
        fhir:modifierExtensionProperty  fhir:_reportedDateTime ;
        dc:title                        "InventoryReport.reportedDateTime: When the report has been submitted" .

fhir:productOrServiceEnd
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ClaimResponse.addItem.detail.subDetail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ClaimResponse.addItem.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ExplanationOfBenefit.item.detail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ExplanationOfBenefit.addItem.detail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "Claim.item.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "Claim.item.detail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ExplanationOfBenefit.item.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "ClaimResponse.addItem.detail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." , "Claim.item.detail.subDetail.productOrServiceEnd: This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims." ;
        rdfs:label                      "productOrServiceEnd" ;
        fhir:modifierExtensionProperty  fhir:_productOrServiceEnd ;
        dc:title                        "ClaimResponse.addItem.detail.subDetail.productOrServiceEnd: End of a range of codes" , "Claim.item.productOrServiceEnd: End of a range of codes" , "ClaimResponse.addItem.detail.productOrServiceEnd: End of a range of codes" , "ExplanationOfBenefit.addItem.productOrServiceEnd: End of a range of codes" , "ExplanationOfBenefit.addItem.detail.productOrServiceEnd: End of a range of codes" , "ExplanationOfBenefit.item.detail.productOrServiceEnd: End of a range of codes" , "ClaimResponse.addItem.productOrServiceEnd: End of a range of codes" , "ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd: End of a range of codes" , "Claim.item.detail.subDetail.productOrServiceEnd: End of a range of codes" , "ExplanationOfBenefit.item.productOrServiceEnd: End of a range of codes" , "ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd: End of a range of codes" , "Claim.item.detail.productOrServiceEnd: End of a range of codes" .

fhir:teardown  a                        owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown: A series of operations required to clean up after all the tests are executed (successfully or otherwise)." , "TestReport.teardown: The results of the series of operations required to clean up after all the tests were executed (successfully or otherwise)." ;
        rdfs:label                      "teardown" ;
        fhir:modifierExtensionProperty  fhir:_teardown ;
        dc:title                        "TestScript.teardown: A series of required clean up steps" , "TestReport.teardown: The results of running the series of required clean up steps" .

fhir:securityLabelNumber
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.action.securityLabelNumber: Security labels that protects the action." , "Contract.term.group.asset.securityLabelNumber: Security labels that protects the asset." , "Contract.term.group.offer.securityLabelNumber: Security labels that protects the offer." , "Contract.term.group.action.securityLabelNumber: Security labels that protects the action." , "Contract.term.group.asset.valuedItem.securityLabelNumber: A set of security labels that define which terms are controlled by this condition." , "Contract.term.asset.securityLabelNumber: Security labels that protects the asset." , "Contract.term.asset.valuedItem.securityLabelNumber: A set of security labels that define which terms are controlled by this condition." , "Contract.term.offer.securityLabelNumber: Security labels that protects the offer." ;
        rdfs:label                      "securityLabelNumber" ;
        fhir:modifierExtensionProperty  fhir:_securityLabelNumber ;
        dc:title                        "Contract.term.asset.securityLabelNumber: Asset restriction numbers" , "Contract.term.asset.valuedItem.securityLabelNumber: Security Labels that define affected terms" , "Contract.term.action.securityLabelNumber: Action restriction numbers" , "Contract.term.group.offer.securityLabelNumber: Offer restriction numbers" , "Contract.term.group.asset.valuedItem.securityLabelNumber: Security Labels that define affected terms" , "Contract.term.offer.securityLabelNumber: Offer restriction numbers" , "Contract.term.group.action.securityLabelNumber: Action restriction numbers" , "Contract.term.group.asset.securityLabelNumber: Asset restriction numbers" .

fhir:_manufactureDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.manufactureDate" ;
        rdfs:label    "_manufactureDate" .

fhir:_textFilter  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.expansion.textFilter" ;
        rdfs:label    "_textFilter" .

fhir:_route  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.route" , "(Modified) MedicationAdministration.dosage.route" , "(Modified) Immunization.route" , "(Modified) Dosage.route" ;
        rdfs:label    "_route" .

fhir:parentSubstanceName
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.parentSubstanceName: The parent substance of the Herbal Drug, or Herbal preparation." ;
        rdfs:label                      "parentSubstanceName" ;
        fhir:modifierExtensionProperty  fhir:_parentSubstanceName ;
        dc:title                        "SubstanceSourceMaterial.parentSubstanceName: The parent substance of the Herbal Drug, or Herbal preparation" .

fhir:_docStatus  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DocumentReference.docStatus" ;
        rdfs:label    "_docStatus" .

fhir:ArtifactAssessmentContentComponentContentContent
        a                owl:Class ;
        rdfs:comment     "If the informationType is container, the components of the content." ;
        rdfs:label       "ArtifactAssessmentContentComponentContentContent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Contained content" .

fhir:_subscriber  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.subscriber" ;
        rdfs:label    "_subscriber" .

fhir:workflowStatus  a                  owl:ObjectProperty ;
        rdfs:comment                    "ArtifactAssessment.workflowStatus: Indicates the workflow status of the comment or change request." ;
        rdfs:label                      "workflowStatus" ;
        fhir:modifierExtensionProperty  fhir:_workflowStatus ;
        dc:title                        "ArtifactAssessment.workflowStatus: submitted | triaged | waiting-for-input | resolved-no-change | resolved-change-required | deferred | duplicate | applied | published | entered-in-error" .

fhir:phylum  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.organismGeneral.phylum: The phylum of an organism shall be specified." ;
        rdfs:label                      "phylum" ;
        fhir:modifierExtensionProperty  fhir:_phylum ;
        dc:title                        "SubstanceSourceMaterial.organism.organismGeneral.phylum: The phylum of an organism shall be specified" .

fhir:_mustSupport  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.mustSupport" , "(Modified) DataRequirement.mustSupport" ;
        rdfs:label    "_mustSupport" .

fhir:forecastStatus  a                  owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.forecastStatus: Indicates the patient status with respect to the path to immunity for the target disease." ;
        rdfs:label                      "forecastStatus" ;
        fhir:modifierExtensionProperty  fhir:_forecastStatus ;
        dc:title                        "ImmunizationRecommendation.recommendation.forecastStatus: Vaccine recommendation status" .

fhir:_closure  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.closure" ;
        rdfs:label    "_closure" .

fhir:_abstract  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.contains.abstract" , "(Modified) ValueSet.expansion.contains.abstract" , "(Modified) StructureDefinition.abstract" , "(Modified) Citation.citedArtifact.abstract" ;
        rdfs:label    "_abstract" .

fhir:relatedClinicalInformation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationStatement.relatedClinicalInformation: Link to information that is relevant to a medication statement, for example, illicit drug use, gestational age, etc." ;
        rdfs:label                      "relatedClinicalInformation" ;
        fhir:modifierExtensionProperty  fhir:_relatedClinicalInformation ;
        dc:title                        "MedicationStatement.relatedClinicalInformation: Link to information relevant to the usage of a medication" .

fhir:PersonCommunicationComponent
        a                owl:Class ;
        rdfs:comment     "PersonCommunicationComponent: A language which may be used to communicate with the person about his or her health." ;
        rdfs:label       "PersonCommunicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] .

fhir:_relativePath  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest.resource.relativePath" ;
        rdfs:label    "_relativePath" .

fhir:CitationCitedArtifactVersionComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactVersionComponent: The defined version of the cited artifact." ;
        rdfs:label       "CitationCitedArtifactVersionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:baseCitation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:baseCitation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] .

fhir:_paging  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.expansion.paging" ;
        rdfs:label    "_paging" .

fhir:_uniqueId  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) NamingSystem.uniqueId" ;
        rdfs:label    "_uniqueId" .

fhir:_readOnly  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.readOnly" , "(Modified) Questionnaire.item.readOnly" ;
        rdfs:label    "_readOnly" .

fhir:_jurisdiction  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier.jurisdiction" , "(Modified) SubstanceDefinition.name.synonym.jurisdiction" , "(Modified) Library.jurisdiction" , "(Modified) DeviceDefinition.regulatoryIdentifier.jurisdiction" , "(Modified) PlanDefinition.jurisdiction" , "(Modified) SpecimenDefinition.jurisdiction" , "(Modified) DeviceDefinition.udiDeviceIdentifier.jurisdiction" , "(Modified) TestPlan.jurisdiction" , "(Modified) ValueSet.jurisdiction" , "(Modified) SubstanceDefinition.name.jurisdiction" , "(Modified) CanonicalResource.jurisdiction" , "(Modified) ConditionDefinition.jurisdiction" , "(Modified) ConceptMap.jurisdiction" , "(Modified) MessageDefinition.jurisdiction" , "(Modified) PackagedProductDefinition.legalStatusOfSupply.jurisdiction" , "(Modified) MedicinalProductDefinition.name.usage.jurisdiction" , "(Modified) EventDefinition.jurisdiction" , "(Modified) ImplementationGuide.jurisdiction" , "(Modified) Measure.jurisdiction" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier.jurisdiction" , "(Modified) StructureMap.jurisdiction" , "(Modified) StructureDefinition.jurisdiction" , "(Modified) NamingSystem.jurisdiction" , "(Modified) SubstanceDefinition.name.translation.jurisdiction" , "(Modified) TerminologyCapabilities.jurisdiction" , "(Modified) ChargeItemDefinition.jurisdiction" , "(Modified) Device.udiCarrier.jurisdiction" , "(Modified) TestScript.jurisdiction" , "(Modified) CapabilityStatement.jurisdiction" , "(Modified) ActorDefinition.jurisdiction" , "(Modified) ExampleScenario.jurisdiction" , "(Modified) OperationDefinition.jurisdiction" , "(Modified) GraphDefinition.jurisdiction" , "(Modified) CodeSystem.jurisdiction" , "(Modified) SubscriptionTopic.jurisdiction" , "(Modified) Questionnaire.jurisdiction" , "(Modified) Citation.jurisdiction" , "(Modified) ActivityDefinition.jurisdiction" , "(Modified) Requirements.jurisdiction" , "(Modified) ObservationDefinition.jurisdiction" , "(Modified) SearchParameter.jurisdiction" , "(Modified) MarketingStatus.jurisdiction" ;
        rdfs:label    "_jurisdiction" .

fhir:_treatment  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.otherTherapy.treatment" , "(Modified) ClinicalUseDefinition.contraindication.otherTherapy.treatment" ;
        rdfs:label    "_treatment" .

fhir:_responsibleParty
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.substitution.responsibleParty" ;
        rdfs:label    "_responsibleParty" .

fhir:RequestOrchestrationActionComponentActionAction
        a                owl:Class ;
        rdfs:comment     "Sub actions." ;
        rdfs:label       "RequestOrchestrationActionComponentActionAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Sub action" .

fhir:_role  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.action.participant.role" , "(Modified) Contract.term.group.offer.party.role" , "(Modified) Consent.provision.actor.role" , "(Modified) Claim.careTeam.role" , "(Modified) ResearchStudy.associatedParty.role" , "(Modified) CareTeam.participant.role" , "(Modified) SubstanceDefinition.moiety.role" , "(Modified) AuditEvent.entity.agent.role" , "(Modified) InventoryItem.responsibleOrganization.role" , "(Modified) ConditionDefinition.plan.role" , "(Modified) AuditEvent.agent.role" , "(Modified) ActivityDefinition.participant.role" , "(Modified) Specimen.role" , "(Modified) Consent.provision.provision.actor.role" , "(Modified) AuditEvent.entity.role" , "(Modified) Provenance.agent.role" , "(Modified) RequestOrchestration.action.participant.role" , "(Modified) ExplanationOfBenefit.careTeam.role" , "(Modified) Provenance.entity.agent.role" , "(Modified) Provenance.entity.role" , "(Modified) PlanDefinition.action.participant.role" , "(Modified) PlanDefinition.actor.option.role" , "(Modified) Ingredient.manufacturer.role" , "(Modified) Invoice.participant.role" , "(Modified) Ingredient.role" , "(Modified) GenomicStudy.analysis.performer.role" , "(Modified) Contract.term.group.action.subject.role" , "(Modified) RequestOrchestration.action.action.participant.role" , "(Modified) Citation.citedArtifact.contributorship.entry.role" , "(Modified) Contract.term.offer.party.role" , "(Modified) Contract.term.action.subject.role" ;
        rdfs:label    "_role" .

fhir:TestPlanDependencyComponent
        a                owl:Class ;
        rdfs:comment     "TestPlanDependencyComponent: The required criteria to execute the test plan - e.g. preconditions, previous tests..." ;
        rdfs:label       "TestPlanDependencyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:predecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:predecessor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] .

fhir:Binary  a           owl:Class ;
        rdfs:comment     "A resource that represents the data of a single raw artifact as digital content accessible in its native format.  A Binary resource can contain any content, whether text, image, pdf, zip archive, etc." ;
        rdfs:label       "Binary" ;
        rdfs:subClassOf  w5:infrastructure.structure , fhir:Resource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:securityContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:base64Binary ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:securityContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:data
                         ] .

fhir:contentDerivative
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Contract.contentDerivative: The minimal content derived from the basal information source at a specific stage in its lifecycle." ;
        rdfs:label                      "contentDerivative" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_contentDerivative ;
        dc:title                        "Contract.contentDerivative: Content derived from the basal information" .

fhir:inforce  a                         owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityResponse.insurance.inforce: Flag indicating if the coverage provided is inforce currently if no service date(s) specified or for the whole duration of the service dates." ;
        rdfs:label                      "inforce" ;
        fhir:modifierExtensionProperty  fhir:_inforce ;
        dc:title                        "CoverageEligibilityResponse.insurance.inforce: Coverage inforce indicator" .

fhir:RiskAssessmentPredictionComponent
        a                owl:Class ;
        rdfs:comment     "RiskAssessmentPredictionComponent: Describes the expected outcome for the subject." ;
        rdfs:label       "RiskAssessmentPredictionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:relativeRisk
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:rationale
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:outcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rationale
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:qualitativeRisk
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:probability
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:probability
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:probability
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:probability
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:qualitativeRisk
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:outcome
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:when
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:when
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relativeRisk
                         ] .

fhir:_enteredDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.enteredDate" ;
        rdfs:label    "_enteredDate" .

fhir:_legalStatusOfSupply
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.legalStatusOfSupply" , "(Modified) MedicinalProductDefinition.legalStatusOfSupply" ;
        rdfs:label    "_legalStatusOfSupply" .

fhir:valueAlternatives
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.valueAlternatives: Specifies a list of extensions that can appear in place of a primitive value." ;
        rdfs:label                      "valueAlternatives" ;
        fhir:modifierExtensionProperty  fhir:_valueAlternatives ;
        dc:title                        "ElementDefinition.valueAlternatives: Extensions that are allowed to replace a primitive value" .

fhir:subject  a                         owl:ObjectProperty ;
        rdfs:comment                    "Account.subject: Identifies the entity which incurs the expenses. While the immediate recipients of services or goods might be entities related to the subject, the expenses were ultimately incurred by the subject of the Account." , "Flag.subject: The patient, related person, location, group, organization, or practitioner etc. this is about record this flag is associated with." , "Appointment.subject: The patient or group associated with the appointment, if they are to be present (usually) then they should also be included in the participant backbone element." , "Measure.subject" , "CarePlan.subject: Identifies the patient or group whose intended care is described by the plan." , "GenomicStudy.subject: The primary subject of the genomic study." , "Encounter.subject: The patient or group related to this encounter. In some use-cases the patient MAY not be present, such as a case meeting about a patient between several practitioners or a careteam." , "MolecularSequence.subject: Indicates the subject this sequence is associated too." , "DocumentReference.subject: Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure)." , "EventDefinition.subject" , "RiskAssessment.subject: The patient or group the risk assessment applies to." , "PlanDefinition.action.action.subject" , "PlanDefinition.subject" , "NutritionIntake.subject: The person, animal or group who is/was consuming the food or fluid." , "GuidanceResponse.subject: The patient for which the request was processed." , "Observation.subject: The patient, or group of patients, location, device, organization, procedure or practitioner this observation is about and into whose or what record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the `focus` element or the `code` itself specifies the actual focus of the observation." , "MedicationStatement.subject: The person, animal or group who is/was taking the medication." , "ActivityDefinition.subject" , "DataRequirement.subject" , "RequestOrchestration.subject: The subject for which the request orchestration was created." , "ResearchSubject.subject: The record of the person, animal or other entity involved in the study." , "SpecimenDefinition.subject" , "DiagnosticReport.subject: The subject of the report. Usually, but not always, this is a patient. However, diagnostic services also perform analyses on specimens collected from a variety of other sources." , "MedicationAdministration.subject: The person or animal or group receiving the medication." , "ClinicalImpression.subject: The patient or group of individuals assessed as part of this record." , "CommunicationRequest.subject: The patient or group that is the focus of this communication request." , "ObservationDefinition.subject: A code that describes the intended kind of subject of Observation instances conforming to this ObservationDefinition." , "EvidenceReport.subject: Specifies the subject or focus of the report. Answers \"What is this report about?\"." , "Procedure.subject: On whom or on what the procedure was performed. This is usually an individual human, but can also be performed on animals, groups of humans or animals, organizations or practitioners (for licensing), locations or devices (for safety inspections or regulatory authorizations).  If the actual focus of the procedure is different from the subject, the focus element specifies the actual focus of the procedure." , "DeviceRequest.subject: The patient who will use the device." , "NutritionOrder.subject: The person or set of individuals who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding." , "ImagingStudy.subject: The subject, typically a patient, of the imaging study." , "DeviceAssociation.subject: The individual, group of individuals or device that the device is on or associated with." , "QuestionnaireResponse.subject: The subject of the questionnaire response.  This could be a patient, organization, practitioner, device, etc.  This is who/what the answers apply to, but is not necessarily the source of information." , "MeasureReport.subject: Optional subject identifying the individual or individuals the report is for." , "Composition.subject: Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure)." , "Condition.subject: Indicates the patient or group who the condition record is associated with." , "Basic.subject: Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resource." , "Consent.subject: The patient/healthcare practitioner or group of persons to whom this consent applies." , "MedicationDispense.subject: A link to a resource representing the person or the group to whom the medication will be given." , "MedicationRequest.subject: The individual or group for whom the medication has been requested." , "ImagingSelection.subject: The patient, or group of patients, location, device, organization, procedure or practitioner this imaging selection is about and into whose or what record the imaging selection is placed." , "Library.subject" , "Measure.group.subject" , "MeasureReport.group.subject: Optional subject identifying the individual or individuals the report is for." , "RegulatedAuthorization.subject: The product type, treatment, facility or activity that is being authorized." , "EncounterHistory.subject: The patient or group related to this encounter. In some use-cases the patient MAY not be present, such as a case meeting about a patient between several practitioners or a careteam." , "Contract.term.group.action.subject: Entity of the action." , "ClinicalUseDefinition.subject: The medication, product, substance, device, procedure etc. for which this is an indication." , "InventoryItem.instance.subject: The subject that the item is associated with." , "Contract.term.action.subject: Entity of the action." , "DetectedIssue.subject: Indicates the subject whose record the detected issue is associated with." , "PlanDefinition.action.subject" , "DeviceDispense.subject: A link to a resource representing the person to whom the device is intended." , "List.subject: The common subject(s) (or patient(s)) of the resources that are in the list if there is one (or a set of subjects)." , "Invoice.subject: The individual or set of individuals receiving the goods and services billed in this invoice." , "ServiceRequest.subject: On whom or what the service is to be performed. This is usually a human patient, but can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans)." , "CareTeam.subject: Identifies the patient or group whose intended care is handled by the team." , "Communication.subject: The patient or group that was the focus of this communication." , "Goal.subject: Identifies the patient, group or organization for whom the goal is being established." , "Contract.subject: The target entity impacted by or of interest to parties to the agreement." , "AdverseEvent.subject: This subject or group impacted by the event." , "Specimen.subject: Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance, a biologically-derived product, or a device." , "ChargeItem.subject: The individual or set of individuals the action is being or was performed on." ;
        rdfs:label                      "subject" ;
        rdfs:subPropertyOf              w5:who.focus , w5:who ;
        fhir:modifierExtensionProperty  fhir:_subject ;
        dc:title                        "Contract.term.group.action.subject: Entity of the action" , "ClinicalImpression.subject: Patient or group assessed" , "MolecularSequence.subject: Subject this sequence is associated too" , "AdverseEvent.subject: Subject impacted by event" , "GuidanceResponse.subject: Patient the request was performed for" , "EvidenceReport.subject: Focus of the report" , "DetectedIssue.subject: Associated subject" , "DeviceDispense.subject: Who the dispense is for" , "ResearchSubject.subject: Who or what is part of study" , "RiskAssessment.subject: Who/what does assessment apply to?" , "DeviceRequest.subject: Focus of request" , "QuestionnaireResponse.subject: The subject of the questions" , "MeasureReport.group.subject: What individual(s) the report is for" , "CommunicationRequest.subject: Focus of message" , "Basic.subject: Identifies the focus of this resource" , "MedicationStatement.subject: Who is/was taking  the medication" , "ImagingSelection.subject: Subject of the selected instances" , "Specimen.subject: Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance, a biologically-derived product, or a device" , "MedicationDispense.subject: Who the dispense is for" , "Communication.subject: Focus of message" , "MedicationAdministration.subject: Who received medication" , "Invoice.subject: Recipient(s) of goods and services" , "MeasureReport.subject: What individual(s) the report is for" , "DocumentReference.subject: Who/what is the subject of the document" , "ChargeItem.subject: Individual service was done for/to" , "Account.subject: The entity that caused the expenses" , "CarePlan.subject: Who the care plan is for" , "NutritionOrder.subject: Who requires the diet, formula or nutritional supplement" , "Procedure.subject: Individual or entity the procedure was performed on" , "Contract.term.action.subject: Entity of the action" , "InventoryItem.instance.subject: The subject that the item is associated with" , "EncounterHistory.subject: The patient or group related to this encounter" , "ImagingStudy.subject: Who or what is the subject of the study" , "ServiceRequest.subject: Individual or Entity the service is ordered for" , "NutritionIntake.subject: Who is/was consuming the food or fluid" , "Flag.subject: Who/What is flag about?" , "DiagnosticReport.subject: The subject of the report - usually, but not always, the patient" , "GenomicStudy.subject: The primary subject of the genomic study" , "MedicationRequest.subject: Individual or group for whom the medication has been requested" , "CareTeam.subject: Who care team is for" , "Encounter.subject: The patient or group related to this encounter" , "Condition.subject: Who has the condition?" , "RequestOrchestration.subject: Who the request orchestration is about" , "Appointment.subject: The patient or group associated with the appointment" , "Consent.subject: Who the consent applies to" , "DeviceAssociation.subject: The individual, group of individuals or device that the device is on or associated with" , "Composition.subject: Who and/or what the composition is about" , "List.subject: If all resources have the same subject(s)" , "Goal.subject: Who this goal is intended for" , "ObservationDefinition.subject: Type of subject for the defined observation" , "ClinicalUseDefinition.subject: The medication, product, substance, device, procedure etc. for which this is an indication" , "Observation.subject: Who and/or what the observation is about" , "RegulatedAuthorization.subject: The product type, treatment, facility or activity that is being authorized" , "Contract.subject: Contract Target Entity" .

fhir:_publicationDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.contentDefinition.publicationDate" , "(Modified) RelatedArtifact.publicationDate" ;
        rdfs:label    "_publicationDate" .

fhir:occurrenceChanged
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.occurrenceChanged: This appointment varies from the recurring pattern." ;
        rdfs:label                      "occurrenceChanged" ;
        fhir:modifierExtensionProperty  fhir:_occurrenceChanged ;
        dc:title                        "Appointment.occurrenceChanged: Indicates that this appointment varies from a recurrence pattern" .

fhir:_referralRequest
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EpisodeOfCare.referralRequest" ;
        rdfs:label    "_referralRequest" .

fhir:friday  a                          owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.friday: Indicates that recurring appointments should occur on Fridays." ;
        rdfs:label                      "friday" ;
        fhir:modifierExtensionProperty  fhir:_friday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.friday: Recurs on Friday" .

fhir:productType  a                     owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.productType: Category of the medication or product (e.g. branded product, therapeutic moeity, generic product, innovator product, etc.)." ;
        rdfs:label                      "productType" ;
        fhir:modifierExtensionProperty  fhir:_productType ;
        dc:title                        "MedicationKnowledge.productType: Category of the medication or product" .

fhir:_payeeType  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.payeeType" ;
        rdfs:label    "_payeeType" .

fhir:_fixed  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.fixed" ;
        rdfs:label    "_fixed" .

fhir:_nTerminalModification
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.nTerminalModification" ;
        rdfs:label    "_nTerminalModification" .

fhir:_progressStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.progressStatus" ;
        rdfs:label    "_progressStatus" .

fhir:_age  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.age" , "(Modified) ObservationDefinition.qualifiedValue.age" , "(Modified) Observation.component.referenceRange.age" , "(Modified) Observation.referenceRange.age" , "(Modified) FamilyMemberHistory.age" ;
        rdfs:label    "_age" .

fhir:_verificationDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.verification.verificationDate" ;
        rdfs:label    "_verificationDate" .

fhir:CompartmentDefinitionResourceComponent
        a                owl:Class ;
        rdfs:comment     "CompartmentDefinitionResourceComponent: Information about how a resource is related to the compartment." ;
        rdfs:label       "CompartmentDefinitionResourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:startParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:startParam
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:endParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:endParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:param
                         ] .

fhir:_questionnaire  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) QuestionnaireResponse.questionnaire" , "(Modified) ConditionDefinition.questionnaire" ;
        rdfs:label    "_questionnaire" .

fhir:TestScript  a       owl:Class ;
        rdfs:comment     "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification." ;
        rdfs:label       "TestScript" ;
        rdfs:subClassOf  w5:conformance.misc , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupComponent ;
                           owl:onProperty     fhir:setup
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:setup
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptScopeComponent ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:metadata
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptVariableComponent ;
                           owl:onProperty     fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptTestComponent ;
                           owl:onProperty     fhir:test
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptTeardownComponent ;
                           owl:onProperty     fhir:teardown
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptMetadataComponent ;
                           owl:onProperty     fhir:metadata
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptOriginComponent ;
                           owl:onProperty     fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:teardown
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptFixtureComponent ;
                           owl:onProperty     fhir:fixture
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptDestinationComponent ;
                           owl:onProperty     fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] .

fhir:billingStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "Account.billingStatus: The BillingStatus tracks the lifecycle of the account through the billing process. It indicates how transactions are treated when they are allocated to the account." ;
        rdfs:label                      "billingStatus" ;
        fhir:modifierExtensionProperty  fhir:_billingStatus ;
        dc:title                        "Account.billingStatus: Tracks the lifecycle of the account through the billing process" .

fhir:_resourceTrigger
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger" ;
        rdfs:label    "_resourceTrigger" .

fhir:compose  a                         owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.compose: A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from. This is also known as the Content Logical Definition (CLD)." ;
        rdfs:label                      "compose" ;
        fhir:modifierExtensionProperty  fhir:_compose ;
        dc:title                        "ValueSet.compose: Content logical definition of the value set (CLD)" .

fhir:_submitter  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.allocation.submitter" ;
        rdfs:label    "_submitter" .

fhir:_productReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.productReference" ;
        rdfs:label    "_productReference" .

fhir:payment  a                         owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.payment: Payment details for the adjudication of the claim." , "ExplanationOfBenefit.payment: Payment details for the adjudication of the claim." , "Contract.term.group.asset.valuedItem.payment: Terms of valuation." , "Contract.term.asset.valuedItem.payment: Terms of valuation." , "PaymentNotice.payment: A reference to the payment which is the subject of this notice." ;
        rdfs:label                      "payment" ;
        fhir:modifierExtensionProperty  fhir:_payment ;
        dc:title                        "ClaimResponse.payment: Payment Details" , "Contract.term.group.asset.valuedItem.payment: Terms of valuation" , "Contract.term.asset.valuedItem.payment: Terms of valuation" , "PaymentNotice.payment: Payment reference" , "ExplanationOfBenefit.payment: Payment Details" .

fhir:rateAggregation  a                 owl:ObjectProperty ;
        rdfs:comment                    "Measure.group.rateAggregation: Describes how to combine the information calculated, based on logic in each of several populations, into one summarized result." , "Measure.rateAggregation: Describes how to combine the information calculated, based on logic in each of several populations, into one summarized result." ;
        rdfs:label                      "rateAggregation" ;
        fhir:modifierExtensionProperty  fhir:_rateAggregation ;
        dc:title                        "Measure.group.rateAggregation: How is rate aggregation performed for this measure" , "Measure.rateAggregation: How is rate aggregation performed for this measure" .

fhir:OrganizationQualificationComponent
        a                owl:Class ;
        rdfs:comment     "OrganizationQualificationComponent: The official certifications, accreditations, training, designations and licenses that authorize and/or otherwise endorse the provision of care by the organization.\r\rFor example, an approval to provide a type of services issued by a certifying body (such as the US Joint Commission) to an organization." ;
        rdfs:label       "OrganizationQualificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:identityCertificate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.validator.identityCertificate: A digital identity certificate associated with the validator." ;
        rdfs:label                      "identityCertificate" ;
        fhir:modifierExtensionProperty  fhir:_identityCertificate ;
        dc:title                        "VerificationResult.validator.identityCertificate: A digital identity certificate associated with the validator" .

fhir:_subDetail  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.detail.subDetail" , "(Modified) ExplanationOfBenefit.item.detail.subDetail" , "(Modified) ClaimResponse.addItem.detail.subDetail" , "(Modified) ClaimResponse.item.detail.subDetail" , "(Modified) Claim.item.detail.subDetail" ;
        rdfs:label    "_subDetail" .

fhir:contextInvariant
        a                               owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.contextInvariant: A set of rules as FHIRPath Invariants about when the extension can be used (e.g. co-occurrence variants for the extension). All the rules must be true." ;
        rdfs:label                      "contextInvariant" ;
        fhir:modifierExtensionProperty  fhir:_contextInvariant ;
        dc:title                        "StructureDefinition.contextInvariant: FHIRPath invariants - when the extension can be used" .

fhir:_suffix  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) HumanName.suffix" ;
        rdfs:label    "_suffix" .

fhir:_recurrenceId  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AppointmentResponse.recurrenceId" , "(Modified) Appointment.recurrenceId" ;
        rdfs:label    "_recurrenceId" .

fhir:dispenseInterval
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.dispenseInterval: The minimum period of time that must occur between dispenses of the medication." ;
        rdfs:label                      "dispenseInterval" ;
        fhir:modifierExtensionProperty  fhir:_dispenseInterval ;
        dc:title                        "MedicationRequest.dispenseRequest.dispenseInterval: Minimum period of time between dispenses" .

fhir:_map  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.mapping.map" ;
        rdfs:label    "_map" .

fhir:_lensSpecification
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification" ;
        rdfs:label    "_lensSpecification" .

fhir:allergyIntolerance
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.allergyIntolerance: A link to a record of allergies or intolerances  which should be included in the nutrition order." ;
        rdfs:label                      "allergyIntolerance" ;
        fhir:modifierExtensionProperty  fhir:_allergyIntolerance ;
        dc:title                        "NutritionOrder.allergyIntolerance: List of the patient's food and nutrition-related allergies and intolerances" .

fhir:asset  a                           owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset: Contract Term Asset List." , "Contract.term.asset: Contract Term Asset List." ;
        rdfs:label                      "asset" ;
        fhir:modifierExtensionProperty  fhir:_asset ;
        dc:title                        "Contract.term.group.asset: Contract Term Asset List" , "Contract.term.asset: Contract Term Asset List" .

fhir:CoverageEligibilityResponse
        a                            owl:Class ;
        rdfs:comment                 "This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource." ;
        rdfs:label                   "CoverageEligibilityResponse" ;
        rdfs:subClassOf              w5:financial.support , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requestor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Errors ;
                                       owl:onProperty     fhir:error
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestor
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Insurance ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:purpose
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:serviced
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:serviced
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:serviced
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:serviced
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:preAuthRef
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:preAuthRef
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CoverageEligibilityResponseEventComponent ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:purpose
                                     ] ;
        fhir:modifierExtensionClass  fhir:_CoverageEligibilityResponse .

fhir:OperationDefinitionParameterComponentParameter
        a                owl:Class ;
        rdfs:comment     "The parts of a nested Parameter." ;
        rdfs:label       "OperationDefinitionParameterComponentParameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:binding
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:searchType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterReferencedFromComponent ;
                           owl:onProperty     fhir:referencedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterBindingComponent ;
                           owl:onProperty     fhir:binding
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterComponentParameterParameter ;
                           owl:onProperty     fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:allowedType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:searchType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:targetProfile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:min
                         ] ;
        dc:title         "Parts of a nested Parameter" .

fhir:packagedMedicinalProduct
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.packagedMedicinalProduct: Package type for the product. See also the PackagedProductDefinition resource." ;
        rdfs:label                      "packagedMedicinalProduct" ;
        fhir:modifierExtensionProperty  fhir:_packagedMedicinalProduct ;
        dc:title                        "MedicinalProductDefinition.packagedMedicinalProduct: Package type for the product" .

fhir:_count  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.count" , "(Modified) MeasureReport.group.population.count" , "(Modified) CodeSystem.count" , "(Modified) DeviceDefinition.chargeItem.count" , "(Modified) DeviceDefinition.packaging.count" , "(Modified) MeasureReport.group.stratifier.stratum.population.count" , "(Modified) DeviceDefinition.hasPart.count" , "(Modified) Timing.repeat.count" ;
        rdfs:label    "_count" .

fhir:SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent
        a                owl:Class ;
        rdfs:comment     "SubstancePolymerRepeatComponent.SubstancePolymerRepeatRepeatUnitComponent.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent: Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described." ;
        rdfs:label       "SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:low
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:high
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:high
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:average
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:low
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:average
                         ] .

fhir:adjudication  a                    owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.adjudication: The adjudication results which are presented at the header level rather than at the line-item or add-item levels." , "ClaimResponse.item.detail.subDetail.adjudication: The adjudication results." , "ClaimResponse.addItem.adjudication: The adjudication results." , "ExplanationOfBenefit.item.adjudication: If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item." , "ClaimResponse.item.detail.adjudication: The adjudication results." , "ExplanationOfBenefit.addItem.detail.adjudication: The adjudication results." , "ClaimResponse.item.adjudication: If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item." , "ClaimResponse.addItem.detail.subDetail.adjudication: The adjudication results." , "ExplanationOfBenefit.addItem.adjudication: The adjudication results." , "ExplanationOfBenefit.item.detail.adjudication: The adjudication results." , "ClaimResponse.adjudication: The adjudication results which are presented at the header level rather than at the line-item or add-item levels." , "ClaimResponse.addItem.detail.adjudication: The adjudication results." , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication: The adjudication results." , "ExplanationOfBenefit.item.detail.subDetail.adjudication: The adjudication results." ;
        rdfs:label                      "adjudication" ;
        fhir:modifierExtensionProperty  fhir:_adjudication ;
        dc:title                        "ExplanationOfBenefit.item.detail.subDetail.adjudication: Subdetail level adjudication details" , "ClaimResponse.item.detail.adjudication: Detail level adjudication details" , "ClaimResponse.addItem.detail.adjudication: Added items detail adjudication" , "ExplanationOfBenefit.addItem.adjudication: Added items adjudication" , "ClaimResponse.item.detail.subDetail.adjudication: Subdetail level adjudication details" , "ClaimResponse.item.adjudication: Adjudication details" , "ClaimResponse.adjudication: Header-level adjudication" , "ExplanationOfBenefit.adjudication: Header-level adjudication" , "ClaimResponse.addItem.detail.subDetail.adjudication: Added items subdetail adjudication" , "ExplanationOfBenefit.addItem.detail.adjudication: Added items adjudication" , "ExplanationOfBenefit.item.detail.adjudication: Detail level adjudication details" , "ClaimResponse.addItem.adjudication: Added items adjudication" , "ExplanationOfBenefit.item.adjudication: Adjudication details" , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication: Added items adjudication" .

fhir:RequestOrchestrationActionConditionComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponentAction.RequestOrchestrationActionConditionComponent: An expression that describes applicability criteria, or start/stop conditions for the action." , "RequestOrchestrationActionComponent.RequestOrchestrationActionConditionComponent: An expression that describes applicability criteria, or start/stop conditions for the action." ;
        rdfs:label       "RequestOrchestrationActionConditionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] .

fhir:validator  a                       owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.validator: Information about the entity validating information." ;
        rdfs:label                      "validator" ;
        fhir:modifierExtensionProperty  fhir:_validator ;
        dc:title                        "VerificationResult.validator: Information about the entity validating information" .

fhir:_gene  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceReferenceInformation.gene.gene" , "(Modified) SubstanceReferenceInformation.gene" ;
        rdfs:label    "_gene" .

fhir:_length  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.length" , "(Modified) SubstanceNucleicAcid.subunit.length" , "(Modified) EncounterHistory.length" , "(Modified) Encounter.length" ;
        rdfs:label    "_length" .

fhir:series  a                          owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationEvaluation.series: One possible path to achieve presumed immunity against a disease - within the context of an authority." , "ImagingStudy.series: Each study has one or more series of images or other content." , "ImmunizationRecommendation.recommendation.series: One possible path to achieve presumed immunity against a disease - within the context of an authority." , "Immunization.protocolApplied.series: One possible path to achieve presumed immunity against a disease - within the context of an authority." ;
        rdfs:label                      "series" ;
        fhir:modifierExtensionProperty  fhir:_series ;
        dc:title                        "ImmunizationEvaluation.series: Name of vaccine series" , "ImagingStudy.series: Each study has one or more series of instances" , "Immunization.protocolApplied.series: Name of vaccine series" , "ImmunizationRecommendation.recommendation.series: Name of vaccination series" .

fhir:maxDosePerAdministration
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Dosage.maxDosePerAdministration: Upper limit on medication per administration." ;
        rdfs:label                      "maxDosePerAdministration" ;
        fhir:modifierExtensionProperty  fhir:_maxDosePerAdministration ;
        dc:title                        "Dosage.maxDosePerAdministration: Upper limit on medication per administration" .

fhir:_performerRole  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.action.performerRole" , "(Modified) Contract.term.action.performerRole" ;
        rdfs:label    "_performerRole" .

fhir:_balance  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.balance" ;
        rdfs:label    "_balance" .

fhir:_correctiveAction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.correctiveAction" ;
        rdfs:label    "_correctiveAction" .

fhir:dispenser  a                       owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.dispenser: Indicates the intended performing Organization that will dispense the medication as specified by the prescriber." ;
        rdfs:label                      "dispenser" ;
        rdfs:subPropertyOf              w5:who ;
        fhir:modifierExtensionProperty  fhir:_dispenser ;
        dc:title                        "MedicationRequest.dispenseRequest.dispenser: Intended performer of dispense" .

fhir:NutritionOrderOralDietComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderOralDietComponent: Diet given orally in contrast to enteral (tube) feeding." ;
        rdfs:label       "NutritionOrderOralDietComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:NutritionOrderOralDietTextureComponent ;
                           owl:onProperty     fhir:texture
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OralDietSchedule ;
                           owl:onProperty     fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:instruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:NutritionOrderOralDietNutrientComponent ;
                           owl:onProperty     fhir:nutrient
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:fluidConsistencyType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_meaning  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.rule.data.resource.meaning" , "(Modified) Consent.provision.provision.data.meaning" , "(Modified) Consent.provision.data.meaning" ;
        rdfs:label    "_meaning" .

fhir:endParam  a                        owl:ObjectProperty ;
        rdfs:comment                    "CompartmentDefinition.resource.endParam: Search Parameter for mapping requests made with $everything.end (e.g. on [Patient.$everything](patient-operation-everything.html))." ;
        rdfs:label                      "endParam" ;
        fhir:modifierExtensionProperty  fhir:_endParam ;
        dc:title                        "CompartmentDefinition.resource.endParam: Search Param for interpreting $everything.end" .

fhir:_provider  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityRequest.item.provider" , "(Modified) ClaimResponse.addItem.provider" , "(Modified) CoverageEligibilityRequest.provider" , "(Modified) ExplanationOfBenefit.provider" , "(Modified) ExplanationOfBenefit.addItem.provider" , "(Modified) CoverageEligibilityResponse.insurance.item.provider" , "(Modified) EnrollmentRequest.provider" , "(Modified) Claim.careTeam.provider" , "(Modified) Claim.provider" , "(Modified) ExplanationOfBenefit.careTeam.provider" ;
        rdfs:label    "_provider" .

fhir:inResponseTo  a                    owl:ObjectProperty ;
        rdfs:comment                    "Communication.inResponseTo: Prior communication that this communication is in response to." ;
        rdfs:label                      "inResponseTo" ;
        fhir:modifierExtensionProperty  fhir:_inResponseTo ;
        dc:title                        "Communication.inResponseTo: Reply to" .

fhir:authorDescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.author.authorDescription: The author of an organism species shall be specified. The author year of an organism shall also be specified when applicable; refers to the year in which the first author(s) published the infraspecific plant/animal name (of any rank)." ;
        rdfs:label                      "authorDescription" ;
        fhir:modifierExtensionProperty  fhir:_authorDescription ;
        dc:title                        "SubstanceSourceMaterial.organism.author.authorDescription: The author of an organism species shall be specified. The author year of an organism shall also be specified when applicable; refers to the year in which the first author(s) published the infraspecific plant/animal name (of any rank)" .

fhir:_intendedExposure
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.comparisonGroup.intendedExposure" ;
        rdfs:label    "_intendedExposure" .

fhir:_cycle  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.cycle" ;
        rdfs:label    "_cycle" .

fhir:ProvenanceEntityComponentAgent
        a                owl:Class ;
        rdfs:comment     "The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which used the entity." ;
        rdfs:label       "ProvenanceEntityComponentAgent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        dc:title         "Entity is attributed to this agent" .

fhir:high  a                            owl:ObjectProperty ;
        rdfs:comment                    "Range.high: The high limit. The boundary is inclusive." , "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.high: A high expected limit of the amount." , "Observation.component.referenceRange.high: The value of the high bound of the reference range.  The high bound of the reference range endpoint is inclusive of the value (e.g.  reference range is >=5 - <=9). If the high bound is omitted,  it is assumed to be meaningless (e.g. reference range is >= 2.3)." , "Observation.referenceRange.high: The value of the high bound of the reference range.  The high bound of the reference range endpoint is inclusive of the value (e.g.  reference range is >=5 - <=9). If the high bound is omitted,  it is assumed to be meaningless (e.g. reference range is >= 2.3)." ;
        rdfs:label                      "high" ;
        fhir:modifierExtensionProperty  fhir:_high ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.high: A high expected limit of the amount" , "Observation.referenceRange.high: High Range, if relevant" , "Observation.component.referenceRange.high: High Range, if relevant" , "Range.high: High limit" .

fhir:_paymentStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentNotice.paymentStatus" ;
        rdfs:label    "_paymentStatus" .

fhir:TestScriptVariableComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptVariableComponent: Variable is set based either on element value in response body or on header field value in the response headers." ;
        rdfs:label       "TestScriptVariableComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:hint
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:defaultValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:headerField
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:headerField
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:defaultValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hint
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] .

fhir:_comparator  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.relationship.comparator" , "(Modified) SubscriptionTopic.canFilterBy.comparator" , "(Modified) Subscription.filterBy.comparator" , "(Modified) SearchParameter.comparator" , "(Modified) Quantity.comparator" , "(Modified) DataRequirement.valueFilter.comparator" ;
        rdfs:label    "_comparator" .

fhir:_instantiatesCanonical
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.instantiatesCanonical" , "(Modified) NutritionOrder.instantiatesCanonical" , "(Modified) GenomicStudy.instantiatesCanonical" , "(Modified) Task.instantiatesCanonical" , "(Modified) CarePlan.instantiatesCanonical" , "(Modified) DeviceRequest.instantiatesCanonical" , "(Modified) Contract.instantiatesCanonical" , "(Modified) NutritionIntake.instantiatesCanonical" , "(Modified) GenomicStudy.analysis.instantiatesCanonical" , "(Modified) Communication.instantiatesCanonical" , "(Modified) FamilyMemberHistory.instantiatesCanonical" , "(Modified) RequestOrchestration.instantiatesCanonical" , "(Modified) Procedure.instantiatesCanonical" , "(Modified) ServiceRequest.instantiatesCanonical" ;
        rdfs:label    "_instantiatesCanonical" .

fhir:class  a                           owl:ObjectProperty ;
        rdfs:comment                    "EncounterHistory.class: Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations." , "Appointment.class: Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations." , "SubstanceSourceMaterial.organism.organismGeneral.class: The class of an organism shall be specified." , "SubstancePolymer.class: Overall type of the polymer." , "Coverage.class: A suite of underwriter specific classifiers." , "Encounter.class: Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations." ;
        rdfs:label                      "class" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_class ;
        dc:title                        "Appointment.class: Classification when becoming an encounter" , "SubstancePolymer.class: Overall type of the polymer" , "Coverage.class: Additional coverage classifications" , "Encounter.class: Classification of patient encounter context - e.g. Inpatient, outpatient" , "EncounterHistory.class: Classification of patient encounter" , "SubstanceSourceMaterial.organism.organismGeneral.class: The class of an organism shall be specified" .

fhir:_countryOfOrigin
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.countryOfOrigin" , "(Modified) SubstanceDefinition.sourceMaterial.countryOfOrigin" ;
        rdfs:label    "_countryOfOrigin" .

fhir:structuralRepresentation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.structuralRepresentation: A graphical structure for this SRU." ;
        rdfs:label                      "structuralRepresentation" ;
        fhir:modifierExtensionProperty  fhir:_structuralRepresentation ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.structuralRepresentation: A graphical structure for this SRU" .

fhir:_communicationMethod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.communicationMethod" , "(Modified) VerificationResult.primarySource.communicationMethod" ;
        rdfs:label    "_communicationMethod" .

fhir:_size  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.size" ;
        rdfs:label    "_size" .

fhir:_averageMolecularFormula
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.averageMolecularFormula" ;
        rdfs:label    "_averageMolecularFormula" .

fhir:_ingredientLabel
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionIntake.ingredientLabel" ;
        rdfs:label    "_ingredientLabel" .

fhir:_landmarkDescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation.landmarkDescription" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation.landmarkDescription" ;
        rdfs:label    "_landmarkDescription" .

fhir:_criticalCodedValueSet
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.criticalCodedValueSet" , "(Modified) ObservationDefinition.qualifiedValue.criticalCodedValueSet" ;
        rdfs:label    "_criticalCodedValueSet" .

fhir:unmapped  a                        owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.group.unmapped: What to do when there is no mapping to a target concept from the source concept and ConceptMap.group.element.noMap is not true. This provides the \"default\" to be applied when there is no target concept mapping specified or the expansion of ConceptMap.group.element.target.valueSet is empty." ;
        rdfs:label                      "unmapped" ;
        fhir:modifierExtensionProperty  fhir:_unmapped ;
        dc:title                        "ConceptMap.group.unmapped: What to do when there is no mapping target for the source concept and ConceptMap.group.element.noMap is not true" .

fhir:_productCategory
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProduct.productCategory" ;
        rdfs:label    "_productCategory" .

fhir:SubstanceReferenceInformationTargetComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceReferenceInformationTargetComponent: Todo." ;
        rdfs:label       "SubstanceReferenceInformationTargetComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:organism
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:organism
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:organismType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:interaction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:organismType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:interaction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amountType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:amountType
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                        )
                         ] .

fhir:_preferredReportName
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.preferredReportName" ;
        rdfs:label    "_preferredReportName" .

fhir:QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem
        a                owl:Class ;
        rdfs:comment     "Nested groups and/or questions found within this particular answer." ;
        rdfs:label       "QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItemItem ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemAnswerComponent ;
                           owl:onProperty     fhir:answer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:definition
                         ] ;
        dc:title         "Child items of question" .

fhir:_maternalOrganismId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.hybrid.maternalOrganismId" ;
        rdfs:label    "_maternalOrganismId" .

fhir:_order  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.organismGeneral.order" , "(Modified) Coverage.order" ;
        rdfs:label    "_order" .

fhir:qualifier  a                       owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.qualifier: Code that represents the included structure qualifier." , "BodyStructure.includedStructure.qualifier: Code that represents the included structure qualifier." ;
        rdfs:label                      "qualifier" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_qualifier ;
        dc:title                        "BodyStructure.excludedStructure.qualifier: Code that represents the included structure qualifier" , "BodyStructure.includedStructure.qualifier: Code that represents the included structure qualifier" .

fhir:recruitment  a                     owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.recruitment: Target or actual group of participants enrolled in study." ;
        rdfs:label                      "recruitment" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_recruitment ;
        dc:title                        "ResearchStudy.recruitment: Target or actual group of participants enrolled in study" .

fhir:mitigation  a                      owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.mitigation: A description of the steps that might be taken to reduce the identified risk(s)." , "DetectedIssue.mitigation: Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting.  Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action." ;
        rdfs:label                      "mitigation" ;
        fhir:modifierExtensionProperty  fhir:_mitigation ;
        dc:title                        "RiskAssessment.mitigation: How to reduce risk" , "DetectedIssue.mitigation: Step taken to address" .

fhir:Procedure  a                    owl:Class ;
        rdfs:comment                 "An action that is or was performed on or for a patient, practitioner, device, organization, or location. For example, this can be a physical intervention on a patient like an operation, or less invasive like long term services, counseling, or hypnotherapy.  This can be a quality or safety inspection for a location, organization, or device.  This can be an accreditation procedure on a practitioner for licensing." , "ExplanationOfBenefit.Procedure: Procedures performed on the patient relevant to the billing items with the claim." , "Claim.Procedure: Procedures performed on the patient relevant to the billing items with the claim." ;
        rdfs:label                   "Procedure" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general , fhir:BackboneElement ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:udi
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ProcedureFocalDeviceComponent ;
                                       owl:onProperty     fhir:focalDevice
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:followUp
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:reported
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:reported
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:reported
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:reported
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recorder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:procedure
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:procedure
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:procedure
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:procedure
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:udi
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:report
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ProcedurePerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:used
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:procedure
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:procedure
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:procedure
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:procedure
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:complication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Age ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Procedure .

fhir:material  a                        owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packaging.material: Material type of the package item." , "PackagedProductDefinition.packaging.packaging.material: Material type of the package item." , "SpecimenDefinition.typeTested.container.material: The type of material of the container." , "DeviceDefinition.material: A substance used to create the material(s) of which the device is made." ;
        rdfs:label                      "material" ;
        fhir:modifierExtensionProperty  fhir:_material ;
        dc:title                        "PackagedProductDefinition.packaging.material: Material type of the package item" , "DeviceDefinition.material: A substance used to create the material(s) of which the device is made" , "PackagedProductDefinition.packaging.packaging.material: Material type of the package item" , "SpecimenDefinition.typeTested.container.material: The material type used for the container" .

fhir:_packageId  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.dependsOn.packageId" , "(Modified) ImplementationGuide.packageId" ;
        rdfs:label    "_packageId" .

fhir:address  a                         owl:ObjectProperty ;
        rdfs:comment                    "Practitioner.address: Address(es) of the practitioner that are not role specific (typically home address). \rWork addresses are not typically entered in this property as they are usually role dependent." , "VirtualServiceDetail.address" , "Endpoint.address: The uri that describes the actual end-point to connect to." , "Patient.contact.address: Address for the contact person." , "Patient.address: An address for the individual." , "Person.address: One or more addresses for the person." , "ExtendedContactDetail.address: Address for the contact." , "RelatedPerson.address: Address where the related person can be contacted or visited." , "CapabilityStatement.messaging.endpoint.address: The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier." , "Location.address: Physical location." ;
        rdfs:label                      "address" ;
        fhir:modifierExtensionProperty  fhir:_address ;
        dc:title                        "Endpoint.address: The technical base address for connecting to this endpoint" , "ExtendedContactDetail.address: Address for the contact" , "RelatedPerson.address: Address where the related person can be contacted or visited" , "Person.address: One or more addresses for the person" , "Patient.contact.address: Address for the contact person" , "Location.address: Physical location" , "Practitioner.address: Address(es) of the practitioner that are not role specific (typically home address)" , "Patient.address: An address for the individual" , "CapabilityStatement.messaging.endpoint.address: Network address or identifier of the end-point" .

fhir:module  a                          owl:ObjectProperty ;
        rdfs:comment                    "GuidanceResponse.module" ;
        rdfs:label                      "module" ;
        fhir:modifierExtensionProperty  fhir:_module .

fhir:SubstanceNucleicAcidSubunitComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceNucleicAcidSubunitComponent: Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times." ;
        rdfs:label       "SubstanceNucleicAcidSubunitComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceNucleicAcidSubunitLinkageComponent ;
                           owl:onProperty     fhir:linkage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:sequenceAttachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:threePrime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:subunit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:threePrime
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:fivePrime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:fivePrime
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:length
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subunit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceNucleicAcidSubunitSugarComponent ;
                           owl:onProperty     fhir:sugar
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequenceAttachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:length
                         ] .

fhir:_healthcareService
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PractitionerRole.healthcareService" , "(Modified) OrganizationAffiliation.healthcareService" ;
        rdfs:label    "_healthcareService" .

fhir:check  a                           owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.rule.source.check: FHIRPath expression  - must be true or the mapping engine throws an error instead of completing." , "StructureMap.group.rule.source.check: FHIRPath expression  - must be true or the mapping engine throws an error instead of completing." ;
        rdfs:label                      "check" ;
        fhir:modifierExtensionProperty  fhir:_check ;
        dc:title                        "StructureMap.group.rule.rule.source.check: FHIRPath expression  - must be true or the mapping engine throws an error instead of completing" , "StructureMap.group.rule.source.check: FHIRPath expression  - must be true or the mapping engine throws an error instead of completing" .

fhir:_serviceProvisionCode
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) HealthcareService.serviceProvisionCode" ;
        rdfs:label    "_serviceProvisionCode" .

fhir:DeviceDefinitionHasPartComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionHasPartComponent: A device that is part (for example a component) of the present device." ;
        rdfs:label       "DeviceDefinitionHasPartComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] .

fhir:hybrid  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.hybrid: 4.9.13.8.1 Hybrid species maternal organism ID (Optional)." ;
        rdfs:label                      "hybrid" ;
        fhir:modifierExtensionProperty  fhir:_hybrid ;
        dc:title                        "SubstanceSourceMaterial.organism.hybrid: 4.9.13.8.1 Hybrid species maternal organism ID (Optional)" .

fhir:DeviceDefinitionPackagingComponentPackaging
        a                owl:Class ;
        rdfs:comment     "Allows packages within packages." ;
        rdfs:label       "DeviceDefinitionPackagingComponentPackaging" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DeviceDefinitionPackagingComponentPackagingUdiDeviceIdentifier ;
                           owl:onProperty     fhir:udiDeviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DeviceDefinitionPackagingComponentPackagingPackaging ;
                           owl:onProperty     fhir:packaging
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagingDistributor ;
                           owl:onProperty     fhir:distributor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] ;
        dc:title         "Allows packages within packages" .

fhir:extends  a                         owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.extends: Another group that this group adds rules to." ;
        rdfs:label                      "extends" ;
        fhir:modifierExtensionProperty  fhir:_extends ;
        dc:title                        "StructureMap.group.extends: Another group that this group adds rules to" .

fhir:AdverseEventSupportingInfoComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventSupportingInfoComponent: Supporting information relevant to the event." ;
        rdfs:label       "AdverseEventSupportingInfoComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                        )
                         ] .

fhir:_MedicationRequest
        a                owl:Class ;
        rdfs:comment     "(Modified) MedicationRequest" ;
        rdfs:label       "_MedicationRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:startingSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.startingSequence: A sequence that is used as a starting sequence to describe variants that are present in a sequence analyzed." ;
        rdfs:label                      "startingSequence" ;
        fhir:modifierExtensionProperty  fhir:_startingSequence ;
        dc:title                        "MolecularSequence.relative.startingSequence: A sequence used as starting sequence" .

fhir:MedicationKnowledgeMonographComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeMonographComponent: Associated documentation about the medication." ;
        rdfs:label       "MedicationKnowledgeMonographComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:DetectedIssue  a                owl:Class ;
        rdfs:comment                 "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, gaps in care, etc." ;
        rdfs:label                   "DetectedIssue" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:reference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DetectedIssueMitigationComponent ;
                                       owl:onProperty     fhir:mitigation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:detail
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DetectedIssueEvidenceComponent ;
                                       owl:onProperty     fhir:evidence
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:identified
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:identified
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:identified
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:identified
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:detail
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:severity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:severity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:implicated
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DetectedIssue .

fhir:targetLocation  a                  owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.targetLocation: The fhirpath location(s) within the resource that was validated." ;
        rdfs:label                      "targetLocation" ;
        fhir:modifierExtensionProperty  fhir:_targetLocation ;
        dc:title                        "VerificationResult.targetLocation: The fhirpath location(s) within the resource that was validated" .

fhir:MedicinalProductDefinitionCrossReferenceComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionCrossReferenceComponent: Reference to another product, e.g. for linking authorised to investigational product, or a virtual product." ;
        rdfs:label       "MedicinalProductDefinitionCrossReferenceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:product
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:product
                         ] .

fhir:_alternateMaterial
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.packaging.packaging.alternateMaterial" , "(Modified) PackagedProductDefinition.packaging.alternateMaterial" ;
        rdfs:label    "_alternateMaterial" .

fhir:_ordered  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.slicing.ordered" ;
        rdfs:label    "_ordered" .

fhir:_List  a            owl:Class ;
        rdfs:comment     "(Modified) List" ;
        rdfs:label       "_List" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_gateway  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.gateway" ;
        rdfs:label    "_gateway" .

fhir:_effect  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.interaction.effect" ;
        rdfs:label    "_effect" .

fhir:_coordinate  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.instance.imageRegion3D.coordinate" , "(Modified) ImagingSelection.instance.imageRegion2D.coordinate" ;
        rdfs:label    "_coordinate" .

fhir:case  a                            owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.case: The case or regulatory procedure for granting or amending a regulated authorization. An authorization is granted in response to submissions/applications by those seeking authorization. A case is the administrative process that deals with the application(s) that relate to this and assesses them. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page)." ;
        rdfs:label                      "case" ;
        fhir:modifierExtensionProperty  fhir:_case ;
        dc:title                        "RegulatedAuthorization.case: The case or regulatory procedure for granting or amending a regulated authorization. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page)" .

fhir:QuestionnaireItemComponentItem
        a                owl:Class ;
        rdfs:comment     "Text, questions and other groups to be nested beneath a question or group." ;
        rdfs:label       "QuestionnaireItemComponentItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:answerValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:repeats
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:readOnly
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:answerConstraint
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:enableBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:enableBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemAnswerOptionComponent ;
                           owl:onProperty     fhir:answerOption
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxLength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:disabledDisplay
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemEnableWhenComponent ;
                           owl:onProperty     fhir:enableWhen
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:required
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:disabledDisplay
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemComponentItemItem ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:answerValueSet
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:maxLength
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:required
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:repeats
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:answerConstraint
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemInitialComponent ;
                           owl:onProperty     fhir:initial
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:readOnly
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        dc:title         "Nested questionnaire items" .

fhir:DeviceConformsToComponent
        a                owl:Class ;
        rdfs:comment     "DeviceConformsToComponent: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards." ;
        rdfs:label       "DeviceConformsToComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:specification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:specification
                         ] .

fhir:PatientLinkComponent
        a                owl:Class ;
        rdfs:comment     "PatientLinkComponent: Link to a Patient or RelatedPerson resource that concerns the same actual individual." ;
        rdfs:label       "PatientLinkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:other
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:other
                         ] .

fhir:testData  a                        owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.testData: The test data used in the test case." ;
        rdfs:label                      "testData" ;
        fhir:modifierExtensionProperty  fhir:_testData ;
        dc:title                        "TestPlan.testCase.testData: The test data used in the test case" .

fhir:ProcedureFocalDeviceComponent
        a                owl:Class ;
        rdfs:comment     "ProcedureFocalDeviceComponent: A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure." ;
        rdfs:label       "ProcedureFocalDeviceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:manipulated
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:manipulated
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:action
                         ] .

fhir:_typeCanonical  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.participant.typeCanonical" , "(Modified) RequestOrchestration.action.participant.typeCanonical" , "(Modified) PlanDefinition.action.action.participant.typeCanonical" , "(Modified) PlanDefinition.action.participant.typeCanonical" , "(Modified) PlanDefinition.actor.option.typeCanonical" , "(Modified) ActivityDefinition.participant.typeCanonical" ;
        rdfs:label    "_typeCanonical" .

fhir:nodeId  a                          owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.node.nodeId: Internal ID of node - target for link references." ;
        rdfs:label                      "nodeId" ;
        fhir:modifierExtensionProperty  fhir:_nodeId ;
        dc:title                        "GraphDefinition.node.nodeId: Internal ID - target for link references" .

fhir:CapabilityStatementSoftwareComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementSoftwareComponent: Software that is covered by this capability statement.  It is used when the capability statement describes the capabilities of a particular software version, independent of an installation." ;
        rdfs:label       "CapabilityStatementSoftwareComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:releaseDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:releaseDate
                         ] .

fhir:_preparation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container.preparation" ;
        rdfs:label    "_preparation" .

fhir:_subType  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.subType" , "(Modified) Contract.term.group.subType" , "(Modified) Contract.term.subType" , "(Modified) Contract.contentDefinition.subType" , "(Modified) Contract.subType" , "(Modified) ClaimResponse.subType" , "(Modified) Claim.subType" ;
        rdfs:label    "_subType" .

fhir:_definitionCodeableConcept
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionCodeableConcept" , "(Modified) EvidenceVariable.characteristic.definitionCodeableConcept" ;
        rdfs:label    "_definitionCodeableConcept" .

fhir:benefitBalance  a                  owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.benefitBalance: Balance by Benefit Category." ;
        rdfs:label                      "benefitBalance" ;
        fhir:modifierExtensionProperty  fhir:_benefitBalance ;
        dc:title                        "ExplanationOfBenefit.benefitBalance: Balance by Benefit Category" .

fhir:exclusionCriteria
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.scope.exclusionCriteria: Criteria describing which concepts or codes should be excluded and why." ;
        rdfs:label                      "exclusionCriteria" ;
        fhir:modifierExtensionProperty  fhir:_exclusionCriteria ;
        dc:title                        "ValueSet.scope.exclusionCriteria: Criteria describing which concepts or codes should be excluded and why" .

fhir:numberOfStudies  a                 owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.sampleSize.numberOfStudies: Number of participants in the population." ;
        rdfs:label                      "numberOfStudies" ;
        fhir:modifierExtensionProperty  fhir:_numberOfStudies ;
        dc:title                        "Evidence.statistic.sampleSize.numberOfStudies: Number of contributing studies" .

fhir:start  a                           owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.edit.start: Start position of the edit on the starting sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive." , "AppointmentResponse.start: Date/Time that the appointment is to take place, or requested new start time." , "GraphDefinition.start: The Node at which instances of this graph start. If there is no nominated start, the graph can start at any of the nodes." , "PlanDefinition.goal.start: The event after which the goal should begin being pursued." , "Period.start: The start of the period. The boundary is inclusive." , "Goal.start" , "Appointment.start: Date/Time that the appointment is to take place." , "Slot.start: Date/Time that the slot is to begin." ;
        rdfs:label                      "start" ;
        rdfs:subPropertyOf              w5:when.planned , w5:when.init ;
        fhir:modifierExtensionProperty  fhir:_start ;
        dc:title                        "AppointmentResponse.start: Time from appointment, or requested new start time" , "MolecularSequence.relative.edit.start: Start position of the edit on the starting sequence" , "PlanDefinition.goal.start: When goal pursuit begins" , "Slot.start: Date/Time that the slot is to begin" , "Appointment.start: When appointment is to take place" , "GraphDefinition.start: Starting Node" , "Period.start: Starting time with inclusive boundary" .

fhir:AccountRelatedAccountComponent
        a                owl:Class ;
        rdfs:comment     "AccountRelatedAccountComponent: Other associated accounts related to this account." ;
        rdfs:label       "AccountRelatedAccountComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:account
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:account
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:relationship
                         ] .

fhir:_OperationOutcome
        a                owl:Class ;
        rdfs:comment     "(Modified) OperationOutcome" ;
        rdfs:label       "_OperationOutcome" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:orientation  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.orientation: The orientation of the polymerisation, e.g. head-tail, head-head, random." , "MolecularSequence.relative.startingSequence.orientation: A relative reference to a DNA strand based on gene orientation. The strand that contains the open reading frame of the gene is the \"sense\" strand, and the opposite complementary strand is the \"antisense\" strand." ;
        rdfs:label                      "orientation" ;
        fhir:modifierExtensionProperty  fhir:_orientation ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.orientation: The orientation of the polymerisation, e.g. head-tail, head-head, random" , "MolecularSequence.relative.startingSequence.orientation: sense | antisense" .

fhir:holder  a                          owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.holder: The organization that has been granted this authorization, by some authoritative body (the 'regulator')." ;
        rdfs:label                      "holder" ;
        fhir:modifierExtensionProperty  fhir:_holder ;
        dc:title                        "RegulatedAuthorization.holder: The organization that has been granted this authorization, by the regulator" .

fhir:_mitigatingAction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.mitigatingAction" ;
        rdfs:label    "_mitigatingAction" .

fhir:include  a                         owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.compose.include: Include one or more codes from a code system or other value set(s)." , "SubscriptionTopic.notificationShape.include: Search-style _include directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them.  Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them." ;
        rdfs:label                      "include" ;
        fhir:modifierExtensionProperty  fhir:_include ;
        dc:title                        "ValueSet.compose.include: Include one or more codes from a code system or other value set(s)" , "SubscriptionTopic.notificationShape.include: Include directives, rooted in the resource for this shape" .

fhir:_conditionalPatch
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.conditionalPatch" ;
        rdfs:label    "_conditionalPatch" .

fhir:NamingSystemUniqueIdComponent
        a                owl:Class ;
        rdfs:comment     "NamingSystemUniqueIdComponent: Indicates how the system may be identified when referenced in electronic exchange." ;
        rdfs:label       "NamingSystemUniqueIdComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authoritative
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:authoritative
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] .

fhir:_threshold  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.threshold" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.threshold" ;
        rdfs:label    "_threshold" .

fhir:Count  a            owl:Class ;
        rdfs:comment     "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies." ;
        rdfs:label       "Count" ;
        rdfs:subClassOf  fhir:Quantity ;
        dc:title         "A measured or measurable amount" .

fhir:_instantiates  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.instantiates" , "(Modified) NutritionOrder.instantiates" , "(Modified) CapabilityStatement.instantiates" ;
        rdfs:label    "_instantiates" .

fhir:media  a                           owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.media: A list of key images or data associated with this report. The images or data are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest)." ;
        rdfs:label                      "media" ;
        fhir:modifierExtensionProperty  fhir:_media ;
        dc:title                        "DiagnosticReport.media: Key images or data associated with this report" .

fhir:appliesTo  a                       owl:ObjectProperty ;
        rdfs:comment                    "Observation.component.referenceRange.appliesTo: Codes to indicate the target population this reference range applies to.  For example, a reference range may be based on the normal population or a particular sex or race.  Multiple `appliesTo`  are interpreted as an \"AND\" of the target populations.  For example, to represent a target population of African American females, both a code of female and a code for African American would be used." , "Observation.referenceRange.appliesTo: Codes to indicate the target population this reference range applies to.  For example, a reference range may be based on the normal population or a particular sex or race.  Multiple `appliesTo`  are interpreted as an \"AND\" of the target populations.  For example, to represent a target population of African American females, both a code of female and a code for African American would be used." , "ObservationDefinition.component.qualifiedValue.appliesTo: The target population this  set of qualified values applies to." , "ObservationDefinition.qualifiedValue.appliesTo: The target population this  set of qualified values applies to." ;
        rdfs:label                      "appliesTo" ;
        fhir:modifierExtensionProperty  fhir:_appliesTo ;
        dc:title                        "ObservationDefinition.qualifiedValue.appliesTo: Targetted population for the set of qualified values" , "Observation.referenceRange.appliesTo: Reference range population" , "Observation.component.referenceRange.appliesTo: Reference range population" , "ObservationDefinition.component.qualifiedValue.appliesTo: Targetted population for the set of qualified values" .

fhir:_implementationGuide
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.implementationGuide" ;
        rdfs:label    "_implementationGuide" .

fhir:RequestOrchestrationActionInputComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponentAction.RequestOrchestrationActionInputComponent: Defines input data requirements for the action." , "RequestOrchestrationActionComponent.RequestOrchestrationActionInputComponent: Defines input data requirements for the action." ;
        rdfs:label       "RequestOrchestrationActionInputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] .

fhir:_discriminator  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.slicing.discriminator" ;
        rdfs:label    "_discriminator" .

fhir:ClaimResponse  a                owl:Class ;
        rdfs:comment                 "This resource provides the adjudication details from the processing of a Claim resource." ;
        rdfs:label                   "ClaimResponse" ;
        rdfs:subClassOf              fhir:DomainResource , w5:financial.billing ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClaimResponseAdjudication ;
                                       owl:onProperty     fhir:adjudication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClaimResponseEventComponent ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:fundsReserve
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:traceNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:diagnosisRelatedGroup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:diagnosisRelatedGroup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Item ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:decision
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Payment ;
                                       owl:onProperty     fhir:payment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:use
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:use
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:preAuthRef
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Error ;
                                       owl:onProperty     fhir:error
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:fundsReserve
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Insurance ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Total ;
                                       owl:onProperty     fhir:total
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:decision
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:formCode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requestor
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:preAuthPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AddedItem ;
                                       owl:onProperty     fhir:addItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:payeeType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payeeType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:communicationRequest
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:formCode
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Note ;
                                       owl:onProperty     fhir:processNote
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:preAuthPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:preAuthRef
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ClaimResponse .

fhir:section  a                         owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.section: A nested sub-section within this section." , "Composition.section.section.section: A nested sub-section within this section." , "Composition.section.section: A nested sub-section within this section." , "EvidenceReport.section: The root of the sections that make up the composition." , "EvidenceReport.section.section: A nested sub-section within this section." , "Composition.section: The root of the sections that make up the composition." ;
        rdfs:label                      "section" ;
        fhir:modifierExtensionProperty  fhir:_section ;
        dc:title                        "EvidenceReport.section.section: Nested Section" , "EvidenceReport.section: Composition is broken into sections" , "EvidenceReport.section.section.section: Nested Section" , "Composition.section.section.section: Nested Section" , "Composition.section: Composition is broken into sections" , "Composition.section.section: Nested Section" .

fhir:_workflowStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ArtifactAssessment.workflowStatus" ;
        rdfs:label    "_workflowStatus" .

fhir:_DeviceMetric  a    owl:Class ;
        rdfs:comment     "(Modified) DeviceMetric" ;
        rdfs:label       "_DeviceMetric" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:diseaseSymptomProcedure
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.diseaseSymptomProcedure: The situation that is being documented as an indicaton for this item." , "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure: The situation that is being documented as contraindicating against this item." ;
        rdfs:label                      "diseaseSymptomProcedure" ;
        fhir:modifierExtensionProperty  fhir:_diseaseSymptomProcedure ;
        dc:title                        "ClinicalUseDefinition.indication.diseaseSymptomProcedure: The situation that is being documented as an indicaton for this item" , "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure: The situation that is being documented as contraindicating against this item" .

fhir:_keyword  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.keyword" , "(Modified) ResearchStudy.keyword" ;
        rdfs:label    "_keyword" .

fhir:_forecastStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.forecastStatus" ;
        rdfs:label    "_forecastStatus" .

fhir:Bundle  a           owl:Class ;
        rdfs:comment     "A container for a collection of resources." ;
        rdfs:label       "Bundle" ;
        rdfs:subClassOf  w5:infrastructure.structure , fhir:Resource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Signature ;
                           owl:onProperty     fhir:signature
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:timestamp
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BundleLinkComponent ;
                           owl:onProperty     fhir:link
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:issues
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:signature
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:total
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:issues
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:total
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BundleEntryComponent ;
                           owl:onProperty     fhir:entry
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:timestamp
                         ] .

fhir:_excluded  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.benefitBalance.excluded" , "(Modified) CoverageEligibilityResponse.insurance.item.excluded" ;
        rdfs:label    "_excluded" .

fhir:_transform  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule.target.transform" , "(Modified) StructureMap.group.rule.target.transform" , "(Modified) RequestOrchestration.action.action.transform" , "(Modified) RequestOrchestration.action.transform" , "(Modified) PlanDefinition.action.action.transform" , "(Modified) PlanDefinition.action.transform" , "(Modified) ActivityDefinition.transform" ;
        rdfs:label    "_transform" .

fhir:intent  a                          owl:ObjectProperty ;
        rdfs:comment                    "CarePlan.intent: Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain." , "ActivityDefinition.intent: Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain." , "Contract.term.action.intent: Reason or purpose for the action stipulated by this Contract Provision." , "Transport.intent: Indicates the \"level\" of actionability associated with the Transport, i.e. i+R[9]Cs this a proposed transport, a planned transport, an actionable transport, etc." , "MedicationRequest.intent: Whether the request is a proposal, plan, or an original order." , "CommunicationRequest.intent: Indicates the level of authority/intentionality associated with the CommunicationRequest and where the request fits into the workflow chain." , "Contract.term.group.action.intent: Reason or purpose for the action stipulated by this Contract Provision." , "RequestOrchestration.intent: Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain." , "DeviceRequest.intent: Whether the request is a proposal, plan, an original order or a reflex order." , "ServiceRequest.intent: Whether the request is a proposal, plan, an original order or a reflex order." , "NutritionOrder.intent: Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain." , "Task.intent: Indicates the \"level\" of actionability associated with the Task, i.e. i+R[9]Cs this a proposed task, a planned task, an actionable task, etc." ;
        rdfs:label                      "intent" ;
        rdfs:subPropertyOf              w5:class , w5:why ;
        fhir:modifierExtensionProperty  fhir:_intent ;
        dc:title                        "Task.intent: unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option" , "MedicationRequest.intent: proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option" , "Contract.term.action.intent: Purpose for the Contract Term Action" , "CarePlan.intent: proposal | plan | order | option | directive" , "NutritionOrder.intent: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option" , "RequestOrchestration.intent: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option" , "CommunicationRequest.intent: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option" , "ServiceRequest.intent: proposal | plan | directive | order +" , "DeviceRequest.intent: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option" , "Contract.term.group.action.intent: Purpose for the Contract Term Action" , "ActivityDefinition.intent: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option" , "Transport.intent: unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option" .

fhir:_slicing  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.slicing" ;
        rdfs:label    "_slicing" .

fhir:generalPractitioner
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Patient.generalPractitioner: Patient's nominated care provider." ;
        rdfs:label                      "generalPractitioner" ;
        fhir:modifierExtensionProperty  fhir:_generalPractitioner ;
        dc:title                        "Patient.generalPractitioner: Patient's nominated primary care provider" .

fhir:gestationalAge  a                  owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.gestationalAge: The gestational age this  set of qualified values applies to." , "ObservationDefinition.qualifiedValue.gestationalAge: The gestational age this  set of qualified values applies to." ;
        rdfs:label                      "gestationalAge" ;
        fhir:modifierExtensionProperty  fhir:_gestationalAge ;
        dc:title                        "ObservationDefinition.component.qualifiedValue.gestationalAge: Applicable gestational age range for the set of qualified values" , "ObservationDefinition.qualifiedValue.gestationalAge: Applicable gestational age range for the set of qualified values" .

fhir:_account  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.allocation.account" , "(Modified) Invoice.account" , "(Modified) EpisodeOfCare.account" , "(Modified) Encounter.account" , "(Modified) ChargeItem.account" , "(Modified) Appointment.account" , "(Modified) Account.relatedAccount.account" ;
        rdfs:label    "_account" .

fhir:_administeredProduct
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.administeredProduct" ;
        rdfs:label    "_administeredProduct" .

fhir:answerOption  a                    owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.answerOption: One of the permitted answers for the question." , "Questionnaire.item.answerOption: One of the permitted answers for the question." ;
        rdfs:label                      "answerOption" ;
        fhir:modifierExtensionProperty  fhir:_answerOption ;
        dc:title                        "Questionnaire.item.item.answerOption: Permitted answer" , "Questionnaire.item.answerOption: Permitted answer" .

fhir:regionType  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.instance.imageRegion3D.regionType: Specifies the type of image region." , "ImagingSelection.instance.imageRegion2D.regionType: Specifies the type of image region." ;
        rdfs:label                      "regionType" ;
        fhir:modifierExtensionProperty  fhir:_regionType ;
        dc:title                        "ImagingSelection.instance.imageRegion3D.regionType: point | multipoint | polyline | polygon | ellipse | ellipsoid" , "ImagingSelection.instance.imageRegion2D.regionType: point | polyline | interpolated | circle | ellipse" .

fhir:_association  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.association" ;
        rdfs:label    "_association" .

fhir:_messaging  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.messaging" ;
        rdfs:label    "_messaging" .

fhir:organismType  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceReferenceInformation.target.organismType: Todo." ;
        rdfs:label                      "organismType" ;
        fhir:modifierExtensionProperty  fhir:_organismType ;
        dc:title                        "SubstanceReferenceInformation.target.organismType: Todo" .

fhir:accept  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation.accept: The mime-type to use for RESTful operation in the 'Accept' header." , "TestScript.test.action.operation.accept: The mime-type to use for RESTful operation in the 'Accept' header." , "TestScript.setup.action.operation.accept: The mime-type to use for RESTful operation in the 'Accept' header." ;
        rdfs:label                      "accept" ;
        fhir:modifierExtensionProperty  fhir:_accept ;
        dc:title                        "TestScript.teardown.action.operation.accept: Mime type to accept in the payload of the response, with charset etc" , "TestScript.test.action.operation.accept: Mime type to accept in the payload of the response, with charset etc" , "TestScript.setup.action.operation.accept: Mime type to accept in the payload of the response, with charset etc" .

fhir:_methodType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.methodType" ;
        rdfs:label    "_methodType" .

fhir:_authorizationRequired
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityResponse.insurance.item.authorizationRequired" ;
        rdfs:label    "_authorizationRequired" .

fhir:includedStructure
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.includedStructure: The anatomical location(s) or region(s) of the specimen, lesion, or body structure." ;
        rdfs:label                      "includedStructure" ;
        fhir:modifierExtensionProperty  fhir:_includedStructure ;
        dc:title                        "BodyStructure.includedStructure: Included anatomic location(s)" .

fhir:sourceIdentityCertificate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.attestation.sourceIdentityCertificate: A digital identity certificate associated with the attestation source." ;
        rdfs:label                      "sourceIdentityCertificate" ;
        fhir:modifierExtensionProperty  fhir:_sourceIdentityCertificate ;
        dc:title                        "VerificationResult.attestation.sourceIdentityCertificate: A digital identity certificate associated with the attestation source" .

fhir:foodType  a                        owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.oralDiet.texture.foodType: The food type(s) (e.g. meats, all foods)  that the texture modification applies to.  This could be all foods types." ;
        rdfs:label                      "foodType" ;
        fhir:modifierExtensionProperty  fhir:_foodType ;
        dc:title                        "NutritionOrder.oralDiet.texture.foodType: Concepts that are used to identify an entity that is ingested for nutritional purposes" .

fhir:temperatureRange
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.handling.temperatureRange: The temperature interval for this set of handling instructions." ;
        rdfs:label                      "temperatureRange" ;
        fhir:modifierExtensionProperty  fhir:_temperatureRange ;
        dc:title                        "SpecimenDefinition.typeTested.handling.temperatureRange: Temperature range for these handling instructions" .

fhir:ManifestPage  a     owl:Class ;
        rdfs:comment     "ImplementationGuideManifestComponent.ManifestPage: Information about a page within the IG." ;
        rdfs:label       "ManifestPage" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:anchor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:DeviceRequest  a                owl:Class ;
        rdfs:comment                 "Represents a request a device to be provided to a specific patient. The device may be an implantable device to be subsequently implanted, or an external assistive device, such as a walker, to be delivered and subsequently be used." ;
        rdfs:label                   "DeviceRequest" ;
        rdfs:subClassOf              w5:workflow.order , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:asNeededFor
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:integer ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:asNeeded
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:asNeeded
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:relevantHistory
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceRequestParameterComponent ;
                                       owl:onProperty     fhir:parameter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:asNeededFor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:replaces
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DeviceRequest .

fhir:_contextLinkId  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.action.contextLinkId" , "(Modified) Contract.term.action.contextLinkId" ;
        rdfs:label    "_contextLinkId" .

fhir:ExampleScenarioProcessStepOperationComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponent: The step represents a single operation invoked on receiver by sender." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponent: The step represents a single operation invoked on receiver by sender." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponent: The step represents a single operation invoked on receiver by sender." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponent: The step represents a single operation invoked on receiver by sender." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponent: The step represents a single operation invoked on receiver by sender." ;
        rdfs:label       "ExampleScenarioProcessStepOperationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:request
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initiatorActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiverActive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initiator
                         ] .

fhir:SubstanceDefinitionStructureComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionStructureComponent: Structural information." ;
        rdfs:label       "SubstanceDefinitionStructureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:stereochemistry
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:molecularWeight
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:molecularFormula
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionStructureRepresentationComponent ;
                           owl:onProperty     fhir:representation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:opticalActivity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:stereochemistry
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:molecularFormula
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:technique
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionStructureComponentMolecularWeight ;
                           owl:onProperty     fhir:molecularWeight
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:sourceDocument
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:molecularFormulaByMoiety
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:opticalActivity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:molecularFormulaByMoiety
                         ] .

fhir:calculatedAt  a                    owl:ObjectProperty ;
        rdfs:comment                    "Account.calculatedAt: Time the balance amount was calculated." ;
        rdfs:label                      "calculatedAt" ;
        fhir:modifierExtensionProperty  fhir:_calculatedAt ;
        dc:title                        "Account.calculatedAt: Time the balance amount was calculated" .

fhir:MarketingStatus  a              owl:Class ;
        rdfs:comment                 "The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available." ;
        rdfs:label                   "MarketingStatus" ;
        rdfs:subClassOf              fhir:BackboneType ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:restoreDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:country
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:dateRange
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dateRange
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:jurisdiction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:country
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:jurisdiction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:restoreDate
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MarketingStatus ;
        dc:title                     "The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available" .

fhir:_emptyReason  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) List.emptyReason" , "(Modified) EvidenceReport.section.section.emptyReason" , "(Modified) EvidenceReport.section.emptyReason" , "(Modified) Composition.section.section.emptyReason" , "(Modified) Composition.section.emptyReason" ;
        rdfs:label    "_emptyReason" .

fhir:_offsets  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.offsets" ;
        rdfs:label    "_offsets" .

fhir:_financial  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.benefitBalance.financial" ;
        rdfs:label    "_financial" .

fhir:_exposureRoute  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AllergyIntolerance.reaction.exposureRoute" ;
        rdfs:label    "_exposureRoute" .

fhir:_policyHolder  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.policyHolder" ;
        rdfs:label    "_policyHolder" .

fhir:SupplyDeliverySuppliedItemComponent
        a                owl:Class ;
        rdfs:comment     "SupplyDeliverySuppliedItemComponent: The item that is being delivered or has been supplied." ;
        rdfs:label       "SupplyDeliverySuppliedItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:item
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:item
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] .

fhir:intendedRoute  a                   owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.definitional.intendedRoute: The intended or approved route of administration." ;
        rdfs:label                      "intendedRoute" ;
        fhir:modifierExtensionProperty  fhir:_intendedRoute ;
        dc:title                        "MedicationKnowledge.definitional.intendedRoute: The intended or approved route of administration" .

fhir:_paymentDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentNotice.paymentDate" , "(Modified) Contract.term.group.asset.valuedItem.paymentDate" , "(Modified) Contract.term.asset.valuedItem.paymentDate" ;
        rdfs:label    "_paymentDate" .

fhir:GenomicStudyAnalysisDeviceComponent
        a                owl:Class ;
        rdfs:comment     "GenomicStudyAnalysisComponent.GenomicStudyAnalysisDeviceComponent: Devices used for the analysis (e.g., instruments, software), with settings and parameters." ;
        rdfs:label       "GenomicStudyAnalysisDeviceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:device
                         ] .

fhir:_informationProvider
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CommunicationRequest.informationProvider" ;
        rdfs:label    "_informationProvider" .

fhir:_outsideFoodAllowed
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.outsideFoodAllowed" ;
        rdfs:label    "_outsideFoodAllowed" .

fhir:feature  a                         owl:ObjectProperty ;
        rdfs:comment                    "Specimen.feature: A physical feature or landmark on a specimen, highlighted for context by the collector of the specimen (e.g. surgeon), that identifies the type of feature as well as its meaning (e.g. the red ink indicating the resection margin of the right lobe of the excised prostate tissue or wire loop at radiologically suspected tumor location)." ;
        rdfs:label                      "feature" ;
        fhir:modifierExtensionProperty  fhir:_feature ;
        dc:title                        "Specimen.feature: The physical feature of a specimen" .

fhir:needsMap  a                        owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.translation.needsMap: Whether the client must identify the map." ;
        rdfs:label                      "needsMap" ;
        fhir:modifierExtensionProperty  fhir:_needsMap ;
        dc:title                        "TerminologyCapabilities.translation.needsMap: Whether the client must identify the map" .

fhir:_dataAbsentReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.component.dataAbsentReason" , "(Modified) Observation.dataAbsentReason" , "(Modified) FamilyMemberHistory.dataAbsentReason" ;
        rdfs:label    "_dataAbsentReason" .

fhir:_definition  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.messaging.supportedMessage.definition" , "(Modified) ElementDefinition.definition" , "(Modified) CodeSystem.concept.definition" , "(Modified) PlanDefinition.action.definition" , "(Modified) QuestionnaireResponse.item.definition" , "(Modified) MessageHeader.definition" , "(Modified) CodeSystem.concept.concept.definition" , "(Modified) Questionnaire.item.item.definition" , "(Modified) CapabilityStatement.rest.operation.definition" , "(Modified) RequestOrchestration.action.definition" , "(Modified) Questionnaire.item.definition" , "(Modified) RequestOrchestration.action.action.definition" , "(Modified) Medication.definition" , "(Modified) CapabilityStatement.rest.searchParam.definition" , "(Modified) CapabilityStatement.rest.resource.searchParam.definition" , "(Modified) CapabilityStatement.rest.resource.operation.definition" , "(Modified) SearchParameter.component.definition" , "(Modified) ImplementationGuide.definition" , "(Modified) Device.definition" , "(Modified) QuestionnaireResponse.item.answer.item.definition" , "(Modified) ConditionDefinition.definition" , "(Modified) PlanDefinition.action.action.definition" , "(Modified) MedicationKnowledge.definitional.definition" , "(Modified) QuestionnaireResponse.item.item.definition" , "(Modified) Measure.term.definition" ;
        rdfs:label    "_definition" .

fhir:creation  a                        owl:ObjectProperty ;
        rdfs:comment                    "Invoice.creation: Date/time(s) of when this Invoice was posted." , "Attachment.creation: The date that the attachment was first created." ;
        rdfs:label                      "creation" ;
        fhir:modifierExtensionProperty  fhir:_creation ;
        dc:title                        "Invoice.creation: When posted" , "Attachment.creation: Date attachment was first created" .

fhir:_minValue  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.minValue" ;
        rdfs:label    "_minValue" .

fhir:width  a                           owl:ObjectProperty ;
        rdfs:comment                    "Attachment.width: Width of the image in pixels (photo/video)." ;
        rdfs:label                      "width" ;
        fhir:modifierExtensionProperty  fhir:_width ;
        dc:title                        "Attachment.width: Width of the image in pixels (photo/video)" .

fhir:_Permission  a      owl:Class ;
        rdfs:comment     "(Modified) Permission" ;
        rdfs:label       "_Permission" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:AllergyIntolerance
        a                            owl:Class ;
        rdfs:comment                 "Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance." ;
        rdfs:label                   "AllergyIntolerance" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:verificationStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:clinicalStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:clinicalStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recordedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:criticality
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AllergyIntoleranceParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recordedDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AllergyIntoleranceReactionComponent ;
                                       owl:onProperty     fhir:reaction
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Age ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:criticality
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lastOccurrence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:lastOccurrence
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:verificationStatus
                                     ] ;
        fhir:modifierExtensionClass  fhir:_AllergyIntolerance .

fhir:_Encounter  a       owl:Class ;
        rdfs:comment     "(Modified) Encounter" ;
        rdfs:label       "_Encounter" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:targetNumber  a                    owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.recruitment.targetNumber: Estimated total number of participants to be enrolled." ;
        rdfs:label                      "targetNumber" ;
        fhir:modifierExtensionProperty  fhir:_targetNumber ;
        dc:title                        "ResearchStudy.recruitment.targetNumber: Estimated total number of participants to be enrolled" .

fhir:severity  a                        owl:ObjectProperty ;
        rdfs:comment                    "AllergyIntolerance.reaction.severity: Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations." , "ElementDefinition.constraint.severity: Identifies the impact constraint violation has on the conformance of the instance." , "DetectedIssue.severity: Indicates the degree of importance associated with the identified issue based on the potential impact on the patient." , "Condition.severity: A subjective assessment of the severity of the condition as evaluated by the clinician." , "AuditEvent.severity: Indicates and enables segmentation of various severity including debugging from critical." , "OperationOutcome.issue.severity: Indicates whether the issue indicates a variation from successful processing." , "ConditionDefinition.severity: A subjective assessment of the severity of the condition as evaluated by the clinician." ;
        rdfs:label                      "severity" ;
        rdfs:subPropertyOf              w5:grade ;
        fhir:modifierExtensionProperty  fhir:_severity ;
        dc:title                        "DetectedIssue.severity: high | moderate | low" , "AuditEvent.severity: emergency | alert | critical | error | warning | notice | informational | debug" , "OperationOutcome.issue.severity: fatal | error | warning | information | success" , "ElementDefinition.constraint.severity: error | warning" , "AllergyIntolerance.reaction.severity: mild | moderate | severe (of event as a whole)" , "Condition.severity: Subjective severity of condition" , "ConditionDefinition.severity: Subjective severity of condition" .

fhir:ObservationDefinitionQualifiedValueComponent
        a                owl:Class ;
        rdfs:comment     "ObservationDefinitionQualifiedValueComponent: A set of qualified values associated with a context and a set of conditions -  provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations." ;
        rdfs:label       "ObservationDefinitionQualifiedValueComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:gestationalAge
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:gestationalAge
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:rangeCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:criticalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:gender
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:abnormalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:criticalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:abnormalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rangeCategory
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:normalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:normalCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:gender
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:validCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:appliesTo
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validCodedValueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:condition
                         ] .

fhir:filterBy  a                        owl:ObjectProperty ;
        rdfs:comment                    "Subscription.filterBy: The filter properties to be applied to narrow the subscription topic stream.  When multiple filters are applied, evaluates to true if all the conditions applicable to that resource are met; otherwise it returns false (i.e., logical AND)." ;
        rdfs:label                      "filterBy" ;
        fhir:modifierExtensionProperty  fhir:_filterBy ;
        dc:title                        "Subscription.filterBy: Criteria for narrowing the subscription topic stream" .

fhir:packaging  a                       owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packaging.packaging: Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition)." , "DeviceDefinition.packaging: Information about the packaging of the device, i.e. how the device is packaged." , "MedicationKnowledge.packaging: Information that only applies to packages (not products)." , "DeviceDefinition.packaging.packaging: Allows packages within packages." , "PackagedProductDefinition.packaging.packaging.packaging: Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition)." , "PackagedProductDefinition.packaging: A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap (which is not a device or a medication manufactured item)." , "DeviceDefinition.packaging.packaging.packaging: Allows packages within packages." ;
        rdfs:label                      "packaging" ;
        fhir:modifierExtensionProperty  fhir:_packaging ;
        dc:title                        "PackagedProductDefinition.packaging: A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap" , "MedicationKnowledge.packaging: Details about packaged medications" , "DeviceDefinition.packaging.packaging.packaging: Allows packages within packages" , "DeviceDefinition.packaging.packaging: Allows packages within packages" , "PackagedProductDefinition.packaging.packaging.packaging: Allows containers (and parts of containers) within containers, still as a part of single packaged product" , "PackagedProductDefinition.packaging.packaging: Allows containers (and parts of containers) within containers, still as a part of single packaged product" , "DeviceDefinition.packaging: Information about the packaging of the device, i.e. how the device is packaged" .

fhir:endorser  a                        owl:ObjectProperty ;
        rdfs:comment                    "Citation.endorser: Who endorsed the citation record." , "MetadataResource.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the {{title}} for use in some setting." , "ConceptMap.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the ConceptMap for use in some setting." , "Library.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting." , "ValueSet.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the ValueSet for use in some setting." , "EvidenceVariable.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting." , "ActivityDefinition.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting." , "Measure.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting." , "CodeSystem.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the CodeSystem for use in some setting." , "Evidence.endorser: An individiual, organization, or device responsible for officially endorsing the content for use in some setting." , "PlanDefinition.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting." , "EvidenceReport.endorser: An individiual, organization, or device responsible for officially endorsing the content for use in some setting." , "NamingSystem.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the NamingSystem for use in some setting." , "EventDefinition.endorser: An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting." ;
        rdfs:label                      "endorser" ;
        fhir:modifierExtensionProperty  fhir:_endorser ;
        dc:title                        "EventDefinition.endorser: Who endorsed the content" , "MetadataResource.endorser: Who endorsed the {{title}}" , "NamingSystem.endorser: Who endorsed the NamingSystem" , "EvidenceVariable.endorser: Who endorsed the content" , "Citation.endorser: Who endorsed the citation record" , "ConceptMap.endorser: Who endorsed the ConceptMap" , "Library.endorser: Who endorsed the content" , "ValueSet.endorser: Who endorsed the ValueSet" , "Evidence.endorser: Who endorsed the content" , "CodeSystem.endorser: Who endorsed the CodeSystem" , "EvidenceReport.endorser: Who endorsed the content" , "PlanDefinition.endorser: Who endorsed the content" , "ActivityDefinition.endorser: Who endorsed the content" , "Measure.endorser: Who endorsed the content" .

fhir:_relatesTo  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.relatesTo" , "(Modified) DocumentReference.relatesTo" , "(Modified) Composition.relatesTo" , "(Modified) Citation.citedArtifact.relatesTo" ;
        rdfs:label    "_relatesTo" .

fhir:_sourceSignature
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.sourceSignature" ;
        rdfs:label    "_sourceSignature" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponentProcess
        a                owl:Class ;
        rdfs:comment     "Indicates that the step is a complex sub-process with its own steps." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponentProcess" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Step is nested process" .

fhir:abnormalCodedValueSet
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.abnormalCodedValueSet: The set of abnormal coded results for qualitative observations  that match the criteria of this set of qualified values." , "ObservationDefinition.qualifiedValue.abnormalCodedValueSet: The set of abnormal coded results for qualitative observations  that match the criteria of this set of qualified values." ;
        rdfs:label                      "abnormalCodedValueSet" ;
        fhir:modifierExtensionProperty  fhir:_abnormalCodedValueSet ;
        dc:title                        "ObservationDefinition.component.qualifiedValue.abnormalCodedValueSet: Value set of abnormal coded values as part of this set of qualified values" , "ObservationDefinition.qualifiedValue.abnormalCodedValueSet: Value set of abnormal coded values as part of this set of qualified values" .

fhir:lastOccurrenceDate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.lastOccurrenceDate: Recurring appointments will not occur after this date." ;
        rdfs:label                      "lastOccurrenceDate" ;
        fhir:modifierExtensionProperty  fhir:_lastOccurrenceDate ;
        dc:title                        "Appointment.recurrenceTemplate.lastOccurrenceDate: The date when the recurrence should end" .

fhir:_securityLabelNumber
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.asset.valuedItem.securityLabelNumber" , "(Modified) Contract.term.group.offer.securityLabelNumber" , "(Modified) Contract.term.asset.securityLabelNumber" , "(Modified) Contract.term.offer.securityLabelNumber" , "(Modified) Contract.term.action.securityLabelNumber" , "(Modified) Contract.term.group.asset.valuedItem.securityLabelNumber" , "(Modified) Contract.term.group.action.securityLabelNumber" , "(Modified) Contract.term.group.asset.securityLabelNumber" ;
        rdfs:label    "_securityLabelNumber" .

fhir:_queryCriteria  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.queryCriteria" ;
        rdfs:label    "_queryCriteria" .

fhir:_multipleResultsAllowed
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.multipleResultsAllowed" ;
        rdfs:label    "_multipleResultsAllowed" .

fhir:_allowed  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.substitution.allowed" , "(Modified) MedicationKnowledge.regulatory.substitution.allowed" , "(Modified) ExplanationOfBenefit.benefitBalance.financial.allowed" , "(Modified) CoverageEligibilityResponse.insurance.item.benefit.allowed" ;
        rdfs:label    "_allowed" .

fhir:_TestReport  a      owl:Class ;
        rdfs:comment     "(Modified) TestReport" ;
        rdfs:label       "_TestReport" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_Location  a        owl:Class ;
        rdfs:comment     "(Modified) Location" ;
        rdfs:label       "_Location" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:deviceName  a                      owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.deviceName: The name or names of the device as given by the manufacturer." ;
        rdfs:label                      "deviceName" ;
        fhir:modifierExtensionProperty  fhir:_deviceName ;
        dc:title                        "DeviceDefinition.deviceName: The name or names of the device as given by the manufacturer" .

fhir:ImmunizationReactionComponent
        a                owl:Class ;
        rdfs:comment     "ImmunizationReactionComponent: Categorical data indicating that an adverse event is associated in time to an immunization." ;
        rdfs:label       "ImmunizationReactionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:reported
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reported
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:manifestation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:manifestation
                         ] .

fhir:ConceptMap  a       owl:Class ;
        rdfs:comment     "A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models." ;
        rdfs:label       "ConceptMap" ;
        rdfs:subClassOf  w5:conformance.terminology , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptMapGroupComponent ;
                           owl:onProperty     fhir:group
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:targetScope
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:targetScope
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:targetScope
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:targetScope
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Property ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:sourceScope
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:sourceScope
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:sourceScope
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:sourceScope
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AdditionalAttribute ;
                           owl:onProperty     fhir:additionalAttribute
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] .

fhir:_daysOfWeek  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.availableTime.daysOfWeek" ;
        rdfs:label    "_daysOfWeek" .

fhir:Contract.TermTermTerm
        a                owl:Class ;
        rdfs:comment     "Nested group of Contract Provisions." ;
        rdfs:label       "Contract.TermTermTerm" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Nested Contract Term Group" .

fhir:ParameterDefinition
        a                owl:Class ;
        rdfs:comment     "The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse." ;
        rdfs:label       "ParameterDefinition" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:max
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        dc:title         "Definition of a parameter to a module" .

fhir:_packageCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.procedure.packageCode" , "(Modified) Account.diagnosis.packageCode" ;
        rdfs:label    "_packageCode" .

fhir:Insurance  a        owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Insurance: Financial instruments for reimbursement for the health care products and services specified on the claim." , "CoverageEligibilityResponse.Insurance: Financial instruments for reimbursement for the health care products and services." , "CoverageEligibilityRequest.Insurance: Financial instruments for reimbursement for the health care products and services." , "ClaimResponse.Insurance: Financial instruments for reimbursement for the health care products and services specified on the claim." , "Claim.Insurance: Financial instruments for reimbursement for the health care products and services specified on the claim." ;
        rdfs:label       "Insurance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:benefitPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:businessArrangement
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:businessArrangement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inforce
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:businessArrangement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:claimResponse
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:claimResponse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:businessArrangement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:claimResponse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:businessArrangement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Items ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:businessArrangement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:focal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:coverage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:claimResponse
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:benefitPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:inforce
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:coverage
                         ] .

fhir:lastPerformed  a                   owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.lastPerformed: The date/time validation was last completed (including failed validations)." ;
        rdfs:label                      "lastPerformed" ;
        fhir:modifierExtensionProperty  fhir:_lastPerformed ;
        dc:title                        "VerificationResult.lastPerformed: The date/time validation was last completed (including failed validations)" .

fhir:IngredientManufacturerComponent
        a                owl:Class ;
        rdfs:comment     "IngredientManufacturerComponent: The organization(s) that manufacture this ingredient. Can be used to indicate:         1) Organizations we are aware of that manufacture this ingredient         2) Specific Manufacturer(s) currently being used         3) Set of organisations allowed to manufacture this ingredient for this product         Users must be clear on the application of context relevant to their use case." ;
        rdfs:label       "IngredientManufacturerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:manufacturer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:manufacturer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:role
                         ] .

fhir:nthWeekOfMonth  a                  owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.monthlyTemplate.nthWeekOfMonth: Indicates which week within a month the appointments in the series of recurring appointments should occur on." ;
        rdfs:label                      "nthWeekOfMonth" ;
        fhir:modifierExtensionProperty  fhir:_nthWeekOfMonth ;
        dc:title                        "Appointment.recurrenceTemplate.monthlyTemplate.nthWeekOfMonth: Indicates which week of the month the appointment should occur" .

fhir:targetSpecies  a                   owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.targetSpecies: A species for which this route applies." ;
        rdfs:label                      "targetSpecies" ;
        fhir:modifierExtensionProperty  fhir:_targetSpecies ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.targetSpecies: A species for which this route applies" .

fhir:authorization  a                   owl:ObjectProperty ;
        rdfs:comment                    "AuditEvent.entity.agent.authorization: The authorization (e.g., PurposeOfUse) that was used during the event being recorded." , "PaymentReconciliation.authorization: An alphanumeric issued by the processor to confirm the successful issuance of payment." , "AuditEvent.authorization: The authorization (e.g., PurposeOfUse) that was used during the event being recorded." , "AuditEvent.agent.authorization: The authorization (e.g., PurposeOfUse) that was used during the event being recorded." , "Provenance.authorization: The authorization (e.g., PurposeOfUse) that was used during the event being recorded." ;
        rdfs:label                      "authorization" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_authorization ;
        dc:title                        "PaymentReconciliation.authorization: Authorization number" , "AuditEvent.entity.agent.authorization: Allowable authorization for this agent" , "AuditEvent.agent.authorization: Allowable authorization for this agent" , "Provenance.authorization: Authorization (purposeOfUse) related to the event" , "AuditEvent.authorization: Authorization related to the event" .

fhir:_RequestOrchestration
        a                owl:Class ;
        rdfs:comment     "(Modified) RequestOrchestration" ;
        rdfs:label       "_RequestOrchestration" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_endpoint  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.messaging.endpoint" , "(Modified) Subscription.endpoint" , "(Modified) ImagingStudy.endpoint" , "(Modified) InsurancePlan.endpoint" , "(Modified) PractitionerRole.endpoint" , "(Modified) Location.endpoint" , "(Modified) ImagingStudy.series.endpoint" , "(Modified) Device.endpoint" , "(Modified) OrganizationAffiliation.endpoint" , "(Modified) Organization.endpoint" , "(Modified) ImagingSelection.endpoint" , "(Modified) HealthcareService.endpoint" , "(Modified) MessageHeader.destination.endpoint" , "(Modified) MessageHeader.source.endpoint" ;
        rdfs:label    "_endpoint" .

fhir:triggeredBy  a                     owl:ObjectProperty ;
        rdfs:comment                    "Observation.triggeredBy: Identifies the observation(s) that triggered the performance of this observation." ;
        rdfs:label                      "triggeredBy" ;
        fhir:modifierExtensionProperty  fhir:_triggeredBy ;
        dc:title                        "Observation.triggeredBy: Triggering observation(s)" .

fhir:_Dosage  a          owl:Class ;
        rdfs:comment     "(Modified) Dosage" ;
        rdfs:label       "_Dosage" ;
        rdfs:subClassOf  fhir:_BackboneType .

fhir:_doNotPerform  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.action.doNotPerform" , "(Modified) Contract.term.action.doNotPerform" , "(Modified) CommunicationRequest.doNotPerform" , "(Modified) DeviceRequest.doNotPerform" , "(Modified) ServiceRequest.doNotPerform" , "(Modified) MedicationRequest.doNotPerform" , "(Modified) Task.doNotPerform" , "(Modified) ActivityDefinition.doNotPerform" ;
        rdfs:label    "_doNotPerform" .

fhir:careTeam  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.careTeam: The members of the team who provided the products and services." , "CarePlan.careTeam: Identifies all people and organizations who are expected to be involved in the care envisioned by this plan." , "EpisodeOfCare.careTeam: The list of practitioners that may be facilitating this episode of care for specific purposes." , "Encounter.careTeam: The group(s) of individuals, organizations that are allocated to participate in this encounter. The participants backbone will record the actuals of when these individuals participated during the encounter." , "Claim.careTeam: The members of the team who provided the products and services." ;
        rdfs:label                      "careTeam" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_careTeam ;
        dc:title                        "Claim.careTeam: Members of the care team" , "EpisodeOfCare.careTeam: Other practitioners facilitating this episode of care" , "ExplanationOfBenefit.careTeam: Care Team members" , "Encounter.careTeam: The group(s) that are allocated to participate in this encounter" , "CarePlan.careTeam: Who's involved in plan?" .

fhir:_meta  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Resource.meta" ;
        rdfs:label    "_meta" .

fhir:TerminologyCapabilitiesCodeSystemVersionComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesCodeSystemComponent.TerminologyCapabilitiesCodeSystemVersionComponent: For the code system, a list of versions that are supported by the server." ;
        rdfs:label       "TerminologyCapabilitiesCodeSystemVersionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isDefault
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:compositional
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isDefault
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compositional
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesCodeSystemVersionFilterComponent ;
                           owl:onProperty     fhir:filter
                         ] .

fhir:entryQuantity  a                   owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.entryQuantity: Quantity as content." , "EvidenceReport.section.entryQuantity: Quantity as content." ;
        rdfs:label                      "entryQuantity" ;
        fhir:modifierExtensionProperty  fhir:_entryQuantity ;
        dc:title                        "EvidenceReport.section.section.entryQuantity: Quantity as content" , "EvidenceReport.section.entryQuantity: Quantity as content" .

fhir:CapabilityStatementMessagingEndpointComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementMessagingComponent.CapabilityStatementMessagingEndpointComponent: An endpoint (network accessible address) to which messages and/or replies are to be sent." ;
        rdfs:label       "CapabilityStatementMessagingEndpointComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:address
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:address
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:protocol
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:protocol
                         ] .

fhir:nTerminalModification
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.subunit.nTerminalModification: The name of the fragment modified at the N-terminal of the SubstanceProtein shall be specified." ;
        rdfs:label                      "nTerminalModification" ;
        fhir:modifierExtensionProperty  fhir:_nTerminalModification ;
        dc:title                        "SubstanceProtein.subunit.nTerminalModification: The name of the fragment modified at the N-terminal of the SubstanceProtein shall be specified" .

fhir:_asNeededFor  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.administration.schedule.asNeededFor" , "(Modified) NutritionOrder.supplement.schedule.asNeededFor" , "(Modified) NutritionOrder.oralDiet.schedule.asNeededFor" , "(Modified) DeviceRequest.asNeededFor" , "(Modified) Dosage.asNeededFor" ;
        rdfs:label    "_asNeededFor" .

fhir:_link  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.link" , "(Modified) Bundle.entry.link" , "(Modified) TestScript.setup.action.assert.requirement.link" , "(Modified) Patient.link" , "(Modified) Person.link" , "(Modified) TestScript.metadata.link" , "(Modified) TestReport.test.action.assert.requirement.link" , "(Modified) DeviceDefinition.link" , "(Modified) TestScript.test.action.assert.requirement.link" , "(Modified) GraphDefinition.link" , "(Modified) TestReport.setup.action.assert.requirement.link" , "(Modified) TestScript.metadata.capability.link" , "(Modified) DiagnosticReport.media.link" ;
        rdfs:label    "_link" .

fhir:attribute  a                       owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.group.element.target.product.attribute: A reference to the additional attribute that holds a value the map depends on." , "ConceptMap.group.element.target.dependsOn.attribute: A reference to the additional attribute that holds a value the map depends on." ;
        rdfs:label                      "attribute" ;
        fhir:modifierExtensionProperty  fhir:_attribute ;
        dc:title                        "ConceptMap.group.element.target.product.attribute: A reference to a mapping attribute defined in ConceptMap.additionalAttribute" , "ConceptMap.group.element.target.dependsOn.attribute: A reference to a mapping attribute defined in ConceptMap.additionalAttribute" .

fhir:Note  a             owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Note: A note that describes or explains adjudication results in a human readable form." , "ClaimResponse.Note: A note that describes or explains adjudication results in a human readable form." ;
        rdfs:label       "Note" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:textFilter  a                      owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.expansion.textFilter: Documentation about text searching works." ;
        rdfs:label                      "textFilter" ;
        fhir:modifierExtensionProperty  fhir:_textFilter ;
        dc:title                        "TerminologyCapabilities.expansion.textFilter: Documentation about text searching works" .

fhir:disposition  a                     owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.disposition: A human readable description of the status of the adjudication." , "CoverageEligibilityResponse.disposition: A human readable description of the status of the adjudication." , "ClaimResponse.disposition: A human readable description of the status of the adjudication." , "PaymentReconciliation.disposition: A human readable description of the status of the request for the reconciliation." , "EnrollmentResponse.disposition: A description of the status of the adjudication." , "ArtifactAssessment.disposition: Indicates the disposition of the responsible party to the comment or change request." ;
        rdfs:label                      "disposition" ;
        fhir:modifierExtensionProperty  fhir:_disposition ;
        dc:title                        "EnrollmentResponse.disposition: Disposition Message" , "PaymentReconciliation.disposition: Disposition message" , "CoverageEligibilityResponse.disposition: Disposition Message" , "ClaimResponse.disposition: Disposition Message" , "ArtifactAssessment.disposition: unresolved | not-persuasive | persuasive | persuasive-with-modification | not-persuasive-with-modification" , "ExplanationOfBenefit.disposition: Disposition Message" .

fhir:PackagedProductDefinition
        a                            owl:Class ;
        rdfs:comment                 "A medically related item or items, in a container or package." ;
        rdfs:label                   "PackagedProductDefinition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:copackagedIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:attachedDocument
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingComponent ;
                                       owl:onProperty     fhir:packaging
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:packageFor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:copackagedIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PackagedProductDefinitionLegalStatusOfSupplyComponent ;
                                       owl:onProperty     fhir:legalStatusOfSupply
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:packaging
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Quantity ;
                                       owl:onProperty     fhir:containedItemQuantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PackagedProductDefinitionProperty ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MarketingStatus ;
                                       owl:onProperty     fhir:marketingStatus
                                     ] ;
        fhir:modifierExtensionClass  fhir:_PackagedProductDefinition .

fhir:Accident  a         owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Accident: Details of a accident which resulted in injuries which required the products and services listed in the claim." , "Claim.Accident: Details of an accident which resulted in injuries which required the products and services listed in the claim." ;
        rdfs:label       "Accident" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_reference  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.provision.provision.data.reference" , "(Modified) Reference.reference" , "(Modified) Consent.policyBasis.reference" , "(Modified) ActorDefinition.reference" , "(Modified) Contract.term.group.asset.context.reference" , "(Modified) Consent.provision.provision.actor.reference" , "(Modified) ConditionDefinition.plan.reference" , "(Modified) Contract.term.asset.context.reference" , "(Modified) Requirements.reference" , "(Modified) ResearchStudy.outcomeMeasure.reference" , "(Modified) Contract.term.group.action.subject.reference" , "(Modified) MedicationKnowledge.storageGuideline.reference" , "(Modified) ConditionDefinition.questionnaire.reference" , "(Modified) Contract.term.offer.party.reference" , "(Modified) Contract.term.group.offer.party.reference" , "(Modified) Expression.reference" , "(Modified) DiagnosticReport.supportingInfo.reference" , "(Modified) ImplementationGuide.manifest.resource.reference" , "(Modified) Permission.rule.data.resource.reference" , "(Modified) ImplementationGuide.definition.resource.reference" , "(Modified) ExplanationOfBenefit.related.reference" , "(Modified) DetectedIssue.reference" , "(Modified) CodeableReference.reference" , "(Modified) Consent.provision.data.reference" , "(Modified) Requirements.statement.reference" , "(Modified) Contract.term.action.subject.reference" , "(Modified) Consent.provision.actor.reference" , "(Modified) Claim.related.reference" , "(Modified) MedicationKnowledge.relatedMedicationKnowledge.reference" , "(Modified) DeviceDefinition.hasPart.reference" ;
        rdfs:label    "_reference" .

fhir:StructureMapGroupRuleTargetParameterComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleTargetComponent.StructureMapGroupRuleTargetParameterComponent: Parameters to the transform." , "StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleTargetComponent.StructureMapGroupRuleTargetParameterComponent: Parameters to the transform." ;
        rdfs:label       "StructureMapGroupRuleTargetParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] .

fhir:subscriber  a                      owl:ObjectProperty ;
        rdfs:comment                    "Coverage.subscriber: The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due." ;
        rdfs:label                      "subscriber" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_subscriber ;
        dc:title                        "Coverage.subscriber: Subscriber to the policy" .

fhir:structureType  a                   owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.instance.structureType: A code indicating the kind of data structure (FHIR resource or some other standard) this is an instance of." ;
        rdfs:label                      "structureType" ;
        fhir:modifierExtensionProperty  fhir:_structureType ;
        dc:title                        "ExampleScenario.instance.structureType: Data structure for example" .

fhir:_detail  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.setup.action.operation.detail" , "(Modified) DetectedIssue.detail" , "(Modified) ClaimResponse.item.detail" , "(Modified) Goal.target.detail" , "(Modified) ExplanationOfBenefit.addItem.detail" , "(Modified) TestReport.teardown.action.operation.detail" , "(Modified) DetectedIssue.evidence.detail" , "(Modified) TestReport.setup.action.assert.detail" , "(Modified) Claim.item.detail" , "(Modified) ExplanationOfBenefit.item.detail" , "(Modified) AuditEvent.outcome.detail" , "(Modified) CoverageEligibilityRequest.item.detail" , "(Modified) AuditEvent.entity.detail" , "(Modified) ClaimResponse.addItem.detail" , "(Modified) Composition.event.detail" , "(Modified) TestReport.test.action.operation.detail" , "(Modified) TestReport.test.action.assert.detail" , "(Modified) PlanDefinition.goal.target.detail" ;
        rdfs:label    "_detail" .

fhir:meaningWhenMissing
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.meaningWhenMissing: The Implicit meaning that is to be understood when this element is missing (e.g. 'when this element is missing, the period is ongoing')." ;
        rdfs:label                      "meaningWhenMissing" ;
        fhir:modifierExtensionProperty  fhir:_meaningWhenMissing ;
        dc:title                        "ElementDefinition.meaningWhenMissing: Implicit meaning when this element is missing" .

fhir:modelCharacteristic
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic: A component of the method to generate the statistic." ;
        rdfs:label                      "modelCharacteristic" ;
        fhir:modifierExtensionProperty  fhir:_modelCharacteristic ;
        dc:title                        "Evidence.statistic.modelCharacteristic: An aspect of the statistical model" .

fhir:mapping  a                         owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.mapping: An external specification that the content is mapped to." , "ElementDefinition.mapping: Identifies a concept from an external specification that roughly corresponds to this element." ;
        rdfs:label                      "mapping" ;
        fhir:modifierExtensionProperty  fhir:_mapping ;
        dc:title                        "StructureDefinition.mapping: External specification that the content is mapped to" , "ElementDefinition.mapping: Map element to another set of definitions" .

fhir:_Person  a          owl:Class ;
        rdfs:comment     "(Modified) Person" ;
        rdfs:label       "_Person" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_eligibility  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.recruitment.eligibility" , "(Modified) HealthcareService.eligibility" ;
        rdfs:label    "_eligibility" .

fhir:SubstanceSourceMaterialFractionDescriptionComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceSourceMaterialFractionDescriptionComponent: Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels." ;
        rdfs:label       "SubstanceSourceMaterialFractionDescriptionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:materialType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:materialType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:fraction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:fraction
                         ] .

fhir:typeCollected  a                   owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeCollected: The kind of material to be collected." ;
        rdfs:label                      "typeCollected" ;
        fhir:modifierExtensionProperty  fhir:_typeCollected ;
        dc:title                        "SpecimenDefinition.typeCollected: Kind of material to collect" .

fhir:timestamp  a                       owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.timestamp: The time at which the expansion was produced by the expanding system." , "Bundle.timestamp: The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle." , "SubscriptionStatus.notificationEvent.timestamp: The actual time this event occurred on the server." ;
        rdfs:label                      "timestamp" ;
        rdfs:subPropertyOf              w5:when.init ;
        fhir:modifierExtensionProperty  fhir:_timestamp ;
        dc:title                        "ValueSet.expansion.timestamp: Time ValueSet expansion happened" , "SubscriptionStatus.notificationEvent.timestamp: The instant this event occurred" , "Bundle.timestamp: When the bundle was assembled" .

fhir:_subpotentReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.subpotentReason" ;
        rdfs:label    "_subpotentReason" .

fhir:_relatedMedicationKnowledge
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.relatedMedicationKnowledge" ;
        rdfs:label    "_relatedMedicationKnowledge" .

fhir:_inventoryStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.inventoryStatus" ;
        rdfs:label    "_inventoryStatus" .

fhir:synonym  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.name.translation.synonym: A synonym of this particular name, by which the substance is also known." , "SubstanceDefinition.name.synonym: A synonym of this particular name, by which the substance is also known." , "SubstanceDefinition.name.synonym.synonym: A synonym of this particular name, by which the substance is also known." ;
        rdfs:label                      "synonym" ;
        fhir:modifierExtensionProperty  fhir:_synonym ;
        dc:title                        "SubstanceDefinition.name.translation.synonym: A synonym of this particular name, by which the substance is also known" , "SubstanceDefinition.name.synonym: A synonym of this particular name, by which the substance is also known" , "SubstanceDefinition.name.synonym.synonym: A synonym of this particular name, by which the substance is also known" .

fhir:_category  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.conformsTo.category" , "(Modified) AllergyIntolerance.category" , "(Modified) CarePlan.category" , "(Modified) MedicationStatement.category" , "(Modified) Composition.category" , "(Modified) DeviceMetric.category" , "(Modified) Contract.term.group.securityLabel.category" , "(Modified) MedicationDispense.category" , "(Modified) MedicationAdministration.category" , "(Modified) CoverageEligibilityRequest.item.category" , "(Modified) ExplanationOfBenefit.supportingInfo.category" , "(Modified) SubstancePolymer.monomerSet.startingMaterial.category" , "(Modified) AuditEvent.category" , "(Modified) EvidenceVariable.category" , "(Modified) CareTeam.category" , "(Modified) ConditionDefinition.medication.category" , "(Modified) DeviceAssociation.category" , "(Modified) Substance.category" , "(Modified) ExplanationOfBenefit.item.detail.category" , "(Modified) TestPlan.category" , "(Modified) NutritionProduct.category" , "(Modified) ClaimResponse.adjudication.category" , "(Modified) InsurancePlan.plan.specificCost.category" , "(Modified) ExplanationOfBenefit.total.category" , "(Modified) AdverseEvent.category" , "(Modified) Device.category" , "(Modified) ExplanationOfBenefit.addItem.detail.adjudication.category" , "(Modified) ClaimResponse.item.adjudication.category" , "(Modified) DeviceDispense.category" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.adjudication.category" , "(Modified) Observation.category" , "(Modified) ClaimResponse.addItem.detail.subDetail.adjudication.category" , "(Modified) ClaimResponse.addItem.adjudication.category" , "(Modified) InventoryItem.category" , "(Modified) DetectedIssue.category" , "(Modified) Flag.category" , "(Modified) ClaimResponse.item.detail.adjudication.category" , "(Modified) Claim.item.detail.subDetail.category" , "(Modified) ImagingSelection.category" , "(Modified) ExplanationOfBenefit.addItem.adjudication.category" , "(Modified) Evidence.statistic.category" , "(Modified) Device.conformsTo.category" , "(Modified) Claim.supportingInfo.category" , "(Modified) Condition.category" , "(Modified) Procedure.category" , "(Modified) ObservationDefinition.category" , "(Modified) ClaimResponse.item.detail.subDetail.adjudication.category" , "(Modified) DocumentReference.category" , "(Modified) Goal.category" , "(Modified) Consent.category" , "(Modified) ClaimResponse.addItem.detail.adjudication.category" , "(Modified) ExplanationOfBenefit.item.category" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.category" , "(Modified) ConditionDefinition.observation.category" , "(Modified) ClinicalUseDefinition.category" , "(Modified) HealthcareService.category" , "(Modified) MessageDefinition.category" , "(Modified) DiagnosticReport.category" , "(Modified) ClaimResponse.total.category" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.adjudication.category" , "(Modified) ExplanationOfBenefit.item.adjudication.category" , "(Modified) Communication.category" , "(Modified) PlanDefinition.goal.category" , "(Modified) DeviceUsage.category" , "(Modified) ServiceRequest.category" , "(Modified) CommunicationRequest.category" , "(Modified) MedicationRequest.category" , "(Modified) CoverageEligibilityResponse.insurance.item.category" , "(Modified) Claim.item.detail.category" , "(Modified) ExplanationOfBenefit.item.detail.adjudication.category" , "(Modified) Claim.item.category" , "(Modified) ExplanationOfBenefit.adjudication.category" , "(Modified) SupplyRequest.category" , "(Modified) ExplanationOfBenefit.benefitBalance.category" , "(Modified) Coverage.costToBeneficiary.category" , "(Modified) InventoryReport.inventoryListing.item.category" , "(Modified) Contract.term.securityLabel.category" ;
        rdfs:label    "_category" .

fhir:_regulatory  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.regulatory" ;
        rdfs:label    "_regulatory" .

fhir:birthDate  a                       owl:ObjectProperty ;
        rdfs:comment                    "Practitioner.birthDate: The date of birth for the practitioner." , "Patient.birthDate: The date of birth for the individual." , "RelatedPerson.birthDate: The date on which the related person was born." , "Person.birthDate: The birth date for the person." ;
        rdfs:label                      "birthDate" ;
        fhir:modifierExtensionProperty  fhir:_birthDate ;
        dc:title                        "RelatedPerson.birthDate: The date on which the related person was born" , "Patient.birthDate: The date of birth for the individual" , "Practitioner.birthDate: The date  on which the practitioner was born" , "Person.birthDate: The date on which the person was born" .

fhir:_priorPrescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.priorPrescription" ;
        rdfs:label    "_priorPrescription" .

fhir:Base  a          owl:Class ;
        rdfs:comment  "Base definition for all types defined in FHIR type system." ;
        rdfs:label    "Base" ;
        dc:title      "Base for all types and resources" .

fhir:_testTools  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testTools" ;
        rdfs:label    "_testTools" .

fhir:_targetLocation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.targetLocation" ;
        rdfs:label    "_targetLocation" .

fhir:substanceDefinition
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.relationship.substanceDefinition" ;
        rdfs:label                      "substanceDefinition" ;
        fhir:modifierExtensionProperty  fhir:_substanceDefinition .

fhir:_medication  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationStatement.medication" , "(Modified) MedicationRequest.medication" , "(Modified) MedicationDispense.medication" , "(Modified) MedicationAdministration.medication" , "(Modified) ConditionDefinition.medication" ;
        rdfs:label    "_medication" .

fhir:_vaccineCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.vaccineCode" , "(Modified) Immunization.vaccineCode" ;
        rdfs:label    "_vaccineCode" .

fhir:_dateAsserted  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationStatement.dateAsserted" , "(Modified) DeviceUsage.dateAsserted" ;
        rdfs:label    "_dateAsserted" .

fhir:DeviceDefinitionMaterialComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionMaterialComponent: A substance used to create the material(s) of which the device is made." ;
        rdfs:label       "DeviceDefinitionMaterialComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:alternate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:substance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:allergenicIndicator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:substance
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:allergenicIndicator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:alternate
                         ] .

fhir:_codeSearch  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.codeSearch" ;
        rdfs:label    "_codeSearch" .

fhir:range  a                           owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.qualifiedValue.range: The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values." , "Evidence.statistic.modelCharacteristic.attributeEstimate.range: Lower bound of confidence interval." , "ObservationDefinition.component.qualifiedValue.range: The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.range: Used to express the observation within a period before and/or after the event." , "Evidence.statistic.attributeEstimate.attributeEstimate.range: Lower bound of confidence interval." , "Evidence.statistic.attributeEstimate.range: Lower bound of confidence interval." , "EvidenceVariable.characteristic.timeFromEvent.range: Used to express the observation within a period before and/or after the event." ;
        rdfs:label                      "range" ;
        fhir:modifierExtensionProperty  fhir:_range ;
        dc:title                        "EvidenceVariable.characteristic.timeFromEvent.range: Used to express the observation within a period before and/or after the event" , "ObservationDefinition.component.qualifiedValue.range: The range for continuous or ordinal observations" , "ObservationDefinition.qualifiedValue.range: The range for continuous or ordinal observations" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.range: Used to express the observation within a period before and/or after the event" , "Evidence.statistic.modelCharacteristic.attributeEstimate.range: Lower and upper bound values of the attribute estimate" , "Evidence.statistic.attributeEstimate.range: Lower and upper bound values of the attribute estimate" , "Evidence.statistic.attributeEstimate.attributeEstimate.range: Lower and upper bound values of the attribute estimate" .

fhir:NutritionOrder  a               owl:Class ;
        rdfs:comment                 "A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident." ;
        rdfs:label                   "NutritionOrder" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.careprovision ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:dateTime
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:excludeFoodModifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:foodPreferenceModifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionOrderEnteralFormulaComponent ;
                                       owl:onProperty     fhir:enteralFormula
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:outsideFoodAllowed
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:allergyIntolerance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionOrderOralDietComponent ;
                                       owl:onProperty     fhir:oralDiet
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:orderer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enteralFormula
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:outsideFoodAllowed
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:oralDiet
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:orderer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiates
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionOrderSupplementComponent ;
                                       owl:onProperty     fhir:supplement
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:dateTime
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        fhir:modifierExtensionClass  fhir:_NutritionOrder .

fhir:_dispenserInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.dispenserInstruction" ;
        rdfs:label    "_dispenserInstruction" .

fhir:_summary  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.stage.summary" , "(Modified) ClinicalImpression.summary" , "(Modified) Citation.citedArtifact.contributorship.summary" , "(Modified) Citation.summary" , "(Modified) ArtifactAssessment.content.component.summary" , "(Modified) ArtifactAssessment.content.summary" ;
        rdfs:label    "_summary" .

fhir:_synthesisType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.synthesisType" ;
        rdfs:label    "_synthesisType" .

fhir:productName  a                     owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.additive.productName: The product or brand name of the type of modular component to be added to the formula." , "NutritionOrder.supplement.productName: The product or brand name of the nutritional supplement such as \"Acme Protein Shake\"." , "MedicinalProductDefinition.name.productName: The full product name." ;
        rdfs:label                      "productName" ;
        fhir:modifierExtensionProperty  fhir:_productName ;
        dc:title                        "NutritionOrder.enteralFormula.additive.productName: Product or brand name of the modular additive" , "NutritionOrder.supplement.productName: Product or brand name of the nutritional supplement" , "MedicinalProductDefinition.name.productName: The full product name" .

fhir:_reviewOutcome  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome" , "(Modified) ClaimResponse.addItem.detail.subDetail.reviewOutcome" , "(Modified) ClaimResponse.addItem.detail.reviewOutcome" , "(Modified) ClaimResponse.item.detail.reviewOutcome" , "(Modified) ExplanationOfBenefit.item.reviewOutcome" , "(Modified) ClaimResponse.item.reviewOutcome" , "(Modified) ExplanationOfBenefit.addItem.reviewOutcome" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.reviewOutcome" , "(Modified) ExplanationOfBenefit.addItem.detail.reviewOutcome" , "(Modified) ClaimResponse.addItem.reviewOutcome" , "(Modified) ExplanationOfBenefit.item.detail.reviewOutcome" , "(Modified) ClaimResponse.item.detail.subDetail.reviewOutcome" ;
        rdfs:label    "_reviewOutcome" .

fhir:claimResponse  a                   owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.claimResponse: The business identifier for the instance of the adjudication response: claim, predetermination or preauthorization response." , "ClaimResponse.insurance.claimResponse: The result of the adjudication of the line items for the Coverage specified in this insurance." , "Claim.insurance.claimResponse: The result of the adjudication of the line items for the Coverage specified in this insurance." ;
        rdfs:label                      "claimResponse" ;
        fhir:modifierExtensionProperty  fhir:_claimResponse ;
        dc:title                        "ExplanationOfBenefit.claimResponse: Claim response reference" , "ClaimResponse.insurance.claimResponse: Adjudication results" , "Claim.insurance.claimResponse: Adjudication results" .

fhir:path  a                            owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.dynamicValue.path: The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." , "PlanDefinition.action.dynamicValue.path: The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." , "DataRequirement.sort.path: The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant." , "ArtifactAssessment.content.component.path: A URI that points to what the comment is about, such as a line of text in the CQL, or a specific element in a resource." , "ArtifactAssessment.content.path: A URI that points to what the comment is about, such as a line of text in the CQL, or a specific element in a resource." , "ElementDefinition.path: The path identifies the element and is expressed as a \".\"-separated list of ancestor elements, beginning with the name of the resource or extension." , "ElementDefinition.base.path: The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [[[StructureDefinition]]] without a StructureDefinition.base." , "ActivityDefinition.dynamicValue.path: The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." , "ElementDefinition.slicing.discriminator.path: A FHIRPath expression, using [the simple subset of FHIRPath](fhirpath.html#simple), that is used to identify the element on which discrimination is based." , "RequestOrchestration.action.action.dynamicValue.path: The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." , "TestScript.test.action.assert.path: The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server." , "PlanDefinition.action.action.dynamicValue.path: The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." , "DataRequirement.codeFilter.path: The code-valued attribute of the filter. The specified path SHALL be a FHIRPath resolvable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type code, Coding, or CodeableConcept." , "TestScript.variable.path: XPath or JSONPath to evaluate against the fixture body.  When variables are defined, only one of either expression, headerField or path must be specified." , "TestScript.setup.action.assert.path: The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server." , "GraphDefinition.link.path: A FHIRPath expression that identifies one of FHIR References to other resources." , "DataRequirement.valueFilter.path: The attribute of the filter. The specified path SHALL be a FHIRPath resolvable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of a type that is comparable to the valueFilter.value[x] element for the filter." , "DataRequirement.dateFilter.path: The date-valued attribute of the filter. The specified path SHALL be a FHIRPath resolvable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type date, dateTime, Period, Schedule, or Timing." ;
        rdfs:label                      "path" ;
        fhir:modifierExtensionProperty  fhir:_path ;
        dc:title                        "ElementDefinition.base.path: Path that identifies the base element" , "PlanDefinition.action.action.dynamicValue.path: The path to the element to be set dynamically" , "TestScript.variable.path: XPath or JSONPath against the fixture body" , "ElementDefinition.slicing.discriminator.path: Path to element value" , "RequestOrchestration.action.action.dynamicValue.path: The path to the element to be set dynamically" , "PlanDefinition.action.dynamicValue.path: The path to the element to be set dynamically" , "ElementDefinition.path: Path of the element in the hierarchy of elements" , "RequestOrchestration.action.dynamicValue.path: The path to the element to be set dynamically" , "DataRequirement.sort.path: The name of the attribute to perform the sort" , "DataRequirement.codeFilter.path: A code-valued attribute to filter on" , "TestScript.setup.action.assert.path: XPath or JSONPath expression" , "ArtifactAssessment.content.path: What the comment is directed to" , "ActivityDefinition.dynamicValue.path: The path to the element to be set dynamically" , "TestScript.test.action.assert.path: XPath or JSONPath expression" , "ArtifactAssessment.content.component.path: What the comment is directed to" , "DataRequirement.dateFilter.path: A date-valued attribute to filter on" , "GraphDefinition.link.path: Path in the resource that contains the link" , "DataRequirement.valueFilter.path: An attribute to filter on" .

fhir:additive  a                        owl:ObjectProperty ;
        rdfs:comment                    "Specimen.processing.additive: Material used in the processing step." , "SpecimenDefinition.typeTested.container.additive.additive" , "NutritionOrder.enteralFormula.additive: Indicates modular components to be provided in addition or mixed with the base formula." , "SpecimenDefinition.typeTested.container.additive: Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA." ;
        rdfs:label                      "additive" ;
        fhir:modifierExtensionProperty  fhir:_additive ;
        dc:title                        "Specimen.processing.additive: Material used in the processing step" , "SpecimenDefinition.typeTested.container.additive: Additive associated with container" , "NutritionOrder.enteralFormula.additive: Components to add to the feeding" .

fhir:ElementDefinition
        a                            owl:Class ;
        rdfs:comment                 "Captures constraints on each element within the resource, profile, or extension." ;
        rdfs:label                   "ElementDefinition" ;
        rdfs:subClassOf              fhir:BackboneType ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:valueAlternatives
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:short
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ElementDefinitionConstraintComponent ;
                                       owl:onProperty     fhir:constraint
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:instant ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:time ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:decimal ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:integer ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:integer64 ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:positiveInt ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:unsignedInt ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Quantity ;
                                                        owl:onProperty     fhir:minValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:minValue
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:path
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:meaningWhenMissing
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ElementDefinitionBaseComponent ;
                                       owl:onProperty     fhir:base
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:path
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requirements
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ElementDefinitionSlicingComponent ;
                                       owl:onProperty     fhir:slicing
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:base
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:fixed
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:mustHaveValue
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:pattern
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:orderMeaning
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:contentReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:representation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:isSummary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:label
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:defaultValue
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:sliceName
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:mustSupport
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ElementDefinitionMappingComponent ;
                                       owl:onProperty     fhir:mapping
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:isSummary
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:slicing
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:binding
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sliceIsConstraining
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coding ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:max
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:isModifierReason
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:instant ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:time ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:decimal ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:integer ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:integer64 ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:positiveInt ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:unsignedInt ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Quantity ;
                                                        owl:onProperty     fhir:maxValue
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:maxValue
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:label
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:maxLength
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TypeRefComponent ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:integer ;
                                       owl:onProperty     fhir:maxLength
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:min
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:isModifierReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ElementDefinitionExampleComponent ;
                                       owl:onProperty     fhir:example
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:alias
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:sliceIsConstraining
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:short
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:min
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Element ;
                                       owl:onProperty     fhir:fixed
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:orderMeaning
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:isModifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:max
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Element ;
                                       owl:onProperty     fhir:pattern
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:mustSupport
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:isModifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:mustHaveValue
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:contentReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ElementDefinitionBindingComponent ;
                                       owl:onProperty     fhir:binding
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:meaningWhenMissing
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:id ;
                                       owl:onProperty     fhir:condition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sliceName
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:requirements
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Element ;
                                       owl:onProperty     fhir:defaultValue
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ElementDefinition ;
        dc:title                     "Definition of an element in a resource or extension" .

fhir:fundingSource  a                   owl:ObjectProperty ;
        rdfs:comment                    "Immunization.fundingSource: Indicates the source of the vaccine actually administered. This may be different than the patient eligibility (e.g. the patient may be eligible for a publically purchased vaccine but due to inventory issues, vaccine purchased with private funds was actually administered)." ;
        rdfs:label                      "fundingSource" ;
        fhir:modifierExtensionProperty  fhir:_fundingSource ;
        dc:title                        "Immunization.fundingSource: Funding source for the vaccine" .

fhir:instantiatesCanonical
        a                               owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.instantiatesCanonical: The defined protocol that describes the study." , "GenomicStudy.analysis.instantiatesCanonical: The defined protocol that describes the analysis." , "Contract.instantiatesCanonical: The URL pointing to a FHIR-defined Contract Definition that is adhered to in whole or part by this Contract." , "Communication.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication." , "FamilyMemberHistory.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory." , "CarePlan.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan." , "ServiceRequest.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest." , "DeviceRequest.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this DeviceRequest." , "Procedure.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure." , "NutritionIntake.instantiatesCanonical: Instantiates FHIR protocol or definition." , "RequestOrchestration.instantiatesCanonical: A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." , "Transport.instantiatesCanonical: The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Transport." , "NutritionOrder.instantiatesCanonical: The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder." , "Task.instantiatesCanonical: The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task." ;
        rdfs:label                      "instantiatesCanonical" ;
        fhir:modifierExtensionProperty  fhir:_instantiatesCanonical ;
        dc:title                        "RequestOrchestration.instantiatesCanonical: Instantiates FHIR protocol or definition" , "Procedure.instantiatesCanonical: Instantiates FHIR protocol or definition" , "DeviceRequest.instantiatesCanonical: Instantiates FHIR protocol or definition" , "NutritionIntake.instantiatesCanonical: Instantiates FHIR protocol or definition" , "CarePlan.instantiatesCanonical: Instantiates FHIR protocol or definition" , "GenomicStudy.instantiatesCanonical: The defined protocol that describes the study" , "Contract.instantiatesCanonical: Source Contract Definition" , "NutritionOrder.instantiatesCanonical: Instantiates FHIR protocol or definition" , "FamilyMemberHistory.instantiatesCanonical: Instantiates FHIR protocol or definition" , "Task.instantiatesCanonical: Formal definition of task" , "GenomicStudy.analysis.instantiatesCanonical: The defined protocol that describes the analysis" , "ServiceRequest.instantiatesCanonical: Instantiates FHIR protocol or definition" , "Communication.instantiatesCanonical: Instantiates FHIR protocol or definition" , "Transport.instantiatesCanonical: Formal definition of transport" .

fhir:family  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.family: The family of an organism shall be specified." , "HumanName.family: The part of a 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." ;
        rdfs:label                      "family" ;
        fhir:modifierExtensionProperty  fhir:_family ;
        dc:title                        "SubstanceSourceMaterial.organism.family: The family of an organism shall be specified" , "HumanName.family: Family name (often called 'Surname')" .

fhir:NutritionIntake  a              owl:Class ;
        rdfs:comment                 "A record of food or fluid that is being consumed by a patient.  A NutritionIntake may indicate that the patient may be consuming the food or fluid now or has consumed the food or fluid in the past.  The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician.  A common scenario where this information is captured is during the history taking process during a patient visit or stay or through an app that tracks food or fluids consumed.   The consumption information may come from sources such as the patient's memory, from a nutrition label,  or from a clinician documenting observed intake." ;
        rdfs:label                   "NutritionIntake" ;
        rdfs:subClassOf              w5:clinical.careprovision , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionIntakeConsumedItemComponent ;
                                       owl:onProperty     fhir:consumedItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:consumedItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:reported
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:reported
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:reported
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:reported
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionIntakePerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionIntakeIngredientLabelComponent ;
                                       owl:onProperty     fhir:ingredientLabel
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:derivedFrom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_NutritionIntake .

fhir:EvidenceReport  a   owl:Class ;
        rdfs:comment     "The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts." ;
        rdfs:label       "EvidenceReport" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:clinical.general ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Section ;
                           owl:onProperty     fhir:section
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceReportSubjectComponent ;
                           owl:onProperty     fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:citeAs
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:citeAs
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:citeAs
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:citeAs
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:relatedIdentifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceReportRelatesToComponent ;
                           owl:onProperty     fhir:relatesTo
                         ] .

fhir:billablePeriod  a                  owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.billablePeriod: The period for which charges are being submitted." , "Claim.billablePeriod: The period for which charges are being submitted." ;
        rdfs:label                      "billablePeriod" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_billablePeriod ;
        dc:title                        "ExplanationOfBenefit.billablePeriod: Relevant time frame for the claim" , "Claim.billablePeriod: Relevant time frame for the claim" .

fhir:_otherTherapy  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.otherTherapy" , "(Modified) ClinicalUseDefinition.contraindication.otherTherapy" ;
        rdfs:label    "_otherTherapy" .

fhir:_dateOfService  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.procedure.dateOfService" ;
        rdfs:label    "_dateOfService" .

fhir:_benefitBalance  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.benefitBalance" ;
        rdfs:label    "_benefitBalance" .

fhir:_information  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityRequest.supportingInfo.information" ;
        rdfs:label    "_information" .

fhir:_CareTeam  a        owl:Class ;
        rdfs:comment     "(Modified) CareTeam" ;
        rdfs:label       "_CareTeam" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_aggregateMethod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.group.population.aggregateMethod" ;
        rdfs:label    "_aggregateMethod" .

fhir:generatedBy  a                     owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.input.generatedBy" ;
        rdfs:label                      "generatedBy" ;
        fhir:modifierExtensionProperty  fhir:_generatedBy .

fhir:_tag  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Meta.tag" ;
        rdfs:label    "_tag" .

fhir:asserter  a                        owl:ObjectProperty ;
        rdfs:comment                    "Permission.asserter: The person or entity that asserts the permission." ;
        rdfs:label                      "asserter" ;
        fhir:modifierExtensionProperty  fhir:_asserter ;
        dc:title                        "Permission.asserter: The person or entity that asserts the permission" .

fhir:_revInclude  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.notificationShape.revInclude" ;
        rdfs:label    "_revInclude" .

fhir:onset  a                           owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.condition.onset" , "Condition.onset" , "AllergyIntolerance.reaction.onset: Record of the date and/or time of the onset of the Reaction." , "AllergyIntolerance.onset" ;
        rdfs:label                      "onset" ;
        fhir:modifierExtensionProperty  fhir:_onset ;
        dc:title                        "AllergyIntolerance.reaction.onset: Date(/time) when manifestations showed" .

fhir:criticalCodedValueSet
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.criticalCodedValueSet: The set of critical coded results for qualitative observations  that match the criteria of this set of qualified values." , "ObservationDefinition.qualifiedValue.criticalCodedValueSet: The set of critical coded results for qualitative observations  that match the criteria of this set of qualified values." ;
        rdfs:label                      "criticalCodedValueSet" ;
        fhir:modifierExtensionProperty  fhir:_criticalCodedValueSet ;
        dc:title                        "ObservationDefinition.component.qualifiedValue.criticalCodedValueSet: Value set of critical coded values as part of this set of qualified values" , "ObservationDefinition.qualifiedValue.criticalCodedValueSet: Value set of critical coded values as part of this set of qualified values" .

fhir:_mode  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.mode" , "(Modified) StructureMap.group.input.mode" , "(Modified) Bundle.entry.search.mode" , "(Modified) ConceptMap.group.unmapped.mode" , "(Modified) EvidenceReport.section.mode" , "(Modified) Composition.attester.mode" , "(Modified) Location.mode" , "(Modified) CapabilityStatement.rest.mode" , "(Modified) CapabilityStatement.document.mode" , "(Modified) EvidenceReport.section.section.mode" , "(Modified) CapabilityStatement.messaging.supportedMessage.mode" , "(Modified) StructureMap.structure.mode" , "(Modified) List.mode" , "(Modified) DocumentReference.attester.mode" ;
        rdfs:label    "_mode" .

fhir:anchor  a                          owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.manifest.page.anchor: The name of an anchor available on the page." ;
        rdfs:label                      "anchor" ;
        fhir:modifierExtensionProperty  fhir:_anchor ;
        dc:title                        "ImplementationGuide.manifest.page.anchor: Anchor available on the page" .

fhir:_substitution  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.substitution" , "(Modified) MedicationKnowledge.regulatory.substitution" , "(Modified) MedicationDispense.substitution" ;
        rdfs:label    "_substitution" .

fhir:_consent  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.consent" ;
        rdfs:label    "_consent" .

fhir:_candidate  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) EnrollmentRequest.candidate" ;
        rdfs:label    "_candidate" .

fhir:_concept  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.exclude.concept" , "(Modified) ValueSet.compose.include.concept" , "(Modified) CodeSystem.concept.concept" , "(Modified) CodeSystem.concept.concept.concept" , "(Modified) CodeSystem.concept" , "(Modified) CodeableReference.concept" ;
        rdfs:label    "_concept" .

fhir:MeasureReportGroupStratifierStratumComponentComponent
        a                owl:Class ;
        rdfs:comment     "MeasureReportGroupComponent.MeasureReportGroupStratifierComponent.StratifierGroup.MeasureReportGroupStratifierStratumComponentComponent: A stratifier component value." ;
        rdfs:label       "MeasureReportGroupStratifierStratumComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] .

fhir:ifNoneExist  a                     owl:ObjectProperty ;
        rdfs:comment                    "Bundle.entry.request.ifNoneExist: Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for [\"Conditional Create\"](http.html#ccreate). This is just the query portion of the URL - what follows the \"?\" (not including the \"?\")." ;
        rdfs:label                      "ifNoneExist" ;
        fhir:modifierExtensionProperty  fhir:_ifNoneExist ;
        dc:title                        "Bundle.entry.request.ifNoneExist: For conditional creates" .

fhir:GraphDefinitionNodeComponent
        a                owl:Class ;
        rdfs:comment     "GraphDefinitionNodeComponent: Potential target for the link." ;
        rdfs:label       "GraphDefinitionNodeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:nodeId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:nodeId
                         ] .

fhir:_answer  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.answer" , "(Modified) Questionnaire.item.item.enableWhen.answer" , "(Modified) Contract.term.group.offer.answer" , "(Modified) Contract.term.asset.answer" , "(Modified) Questionnaire.item.enableWhen.answer" , "(Modified) QuestionnaireResponse.item.item.answer" , "(Modified) QuestionnaireResponse.item.answer" , "(Modified) Contract.term.offer.answer" , "(Modified) QuestionnaireResponse.item.answer.item.answer" ;
        rdfs:label    "_answer" .

fhir:_schedule  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Slot.schedule" , "(Modified) NutritionOrder.enteralFormula.administration.schedule" , "(Modified) NutritionOrder.supplement.schedule" , "(Modified) NutritionOrder.oralDiet.schedule" , "(Modified) NutritionIntake.consumedItem.schedule" , "(Modified) MedicationKnowledge.regulatory.schedule" ;
        rdfs:label    "_schedule" .

fhir:administrationTreatment
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment: The type of the treatment that the guideline applies to, for example, long term therapy, first line treatment, etc." ;
        rdfs:label                      "administrationTreatment" ;
        fhir:modifierExtensionProperty  fhir:_administrationTreatment ;
        dc:title                        "MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment: Type of treatment the guideline applies to" .

fhir:Narrative.div  a  owl:DatatypeProperty ;
        rdfs:label  "Narrative.div" .

fhir:_baseFormulaProductName
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.baseFormulaProductName" ;
        rdfs:label    "_baseFormulaProductName" .

fhir:PermissionRuleDataResourceComponent
        a                owl:Class ;
        rdfs:comment     "Permission.Rule.PermissionRuleDataComponent.PermissionRuleDataResourceComponent: Explicit FHIR Resource references." ;
        rdfs:label       "PermissionRuleDataResourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:meaning
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:meaning
                         ] .

fhir:_gestationalAge  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.gestationalAge" , "(Modified) ObservationDefinition.qualifiedValue.gestationalAge" ;
        rdfs:label    "_gestationalAge" .

fhir:carrierAIDC  a                     owl:ObjectProperty ;
        rdfs:comment                    "Device.udiCarrier.carrierAIDC: The full UDI carrier of the Automatic Identification and Data Capture (AIDC) technology representation of the barcode string as printed on the packaging of the device - e.g., a barcode or RFID.   Because of limitations on character sets in XML and the need to round-trip JSON data through XML, AIDC Formats *SHALL* be base64 encoded." ;
        rdfs:label                      "carrierAIDC" ;
        fhir:modifierExtensionProperty  fhir:_carrierAIDC ;
        dc:title                        "Device.udiCarrier.carrierAIDC: UDI Machine Readable Barcode String" .

fhir:_capability  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.metadata.capability" ;
        rdfs:label    "_capability" .

fhir:usageStatus  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceUsage.usageStatus: The status of the device usage, for example always, sometimes, never. This is not the same as the status of the statement." ;
        rdfs:label                      "usageStatus" ;
        fhir:modifierExtensionProperty  fhir:_usageStatus ;
        dc:title                        "DeviceUsage.usageStatus: The status of the device usage, for example always, sometimes, never. This is not the same as the status of the statement" .

fhir:_knownAllergen  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionProduct.knownAllergen" ;
        rdfs:label    "_knownAllergen" .

fhir:storageTempRequirements
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.storageTempRequirements: The temperature requirements for storage of the biologically-derived product." ;
        rdfs:label                      "storageTempRequirements" ;
        fhir:modifierExtensionProperty  fhir:_storageTempRequirements ;
        dc:title                        "BiologicallyDerivedProduct.storageTempRequirements: Product storage temperature requirements" .

fhir:definitionReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionReference: Defines the characteristic using a Reference." , "EvidenceVariable.characteristic.definitionReference: Defines the characteristic using a Reference." ;
        rdfs:label                      "definitionReference" ;
        fhir:modifierExtensionProperty  fhir:_definitionReference ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionReference: Defines the characteristic (without using type and value) by a Reference" , "EvidenceVariable.characteristic.definitionReference: Defines the characteristic (without using type and value) by a Reference" .

fhir:experimental  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.experimental: A flag to indicate that this TopSubscriptionTopicic is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage." , "TerminologyCapabilities.experimental: A Boolean value to indicate that this terminology capabilities is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "StructureMap.experimental: A Boolean value to indicate that this structure map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "Evidence.experimental: A Boolean value to indicate that this resource is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ExampleScenario.experimental: A Boolean value to indicate that this example scenario is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "CapabilityStatement.experimental: A Boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "EventDefinition.experimental: A Boolean value to indicate that this event definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "NamingSystem.experimental: A Boolean value to indicate that this naming system is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "Citation.experimental: A Boolean value to indicate that this citation record is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "GraphDefinition.experimental: A Boolean value to indicate that this graph definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "StructureDefinition.experimental: A Boolean value to indicate that this structure definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ConditionDefinition.experimental: A Boolean value to indicate that this condition definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "SearchParameter.experimental: A Boolean value to indicate that this search parameter is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "TestPlan.experimental: A Boolean value to indicate that this test plan is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "MessageDefinition.experimental: A Boolean value to indicate that this message definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "CompartmentDefinition.experimental: A Boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ImplementationGuide.experimental: A Boolean value to indicate that this implementation guide is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ActivityDefinition.experimental: A Boolean value to indicate that this activity definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ChargeItemDefinition.experimental: A Boolean value to indicate that this charge item definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ObservationDefinition.experimental: A flag to indicate that this ObservationDefinition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage." , "ValueSet.experimental: A Boolean value to indicate that this value set is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "OperationDefinition.experimental: A Boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing) and is not intended for genuine usage." , "CodeSystem.experimental: A Boolean value to indicate that this code system is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "CanonicalResource.experimental: A Boolean value to indicate that this {{title}} is authored for testing purposes (or education/evaluation/marketing) and is not intended for genuine usage." , "EvidenceVariable.experimental: A Boolean value to indicate that this resource is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "PlanDefinition.experimental: A Boolean value to indicate that this plan definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "SpecimenDefinition.experimental: A flag to indicate that this SpecimenDefinition is not authored for  genuine usage." , "Measure.experimental: A Boolean value to indicate that this measure is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "Questionnaire.experimental: A Boolean value to indicate that this questionnaire is authored for testing purposes (or education/evaluation/marketing) and is not intended for genuine usage." , "Library.experimental: A Boolean value to indicate that this library is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "Requirements.experimental: A Boolean value to indicate that this Requirements is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ActorDefinition.experimental: A Boolean value to indicate that this actor definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "ConceptMap.experimental: A Boolean value to indicate that this concept map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." , "TestScript.experimental: A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." ;
        rdfs:label                      "experimental" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_experimental ;
        dc:title                        "Measure.experimental: For testing purposes, not real usage" , "NamingSystem.experimental: For testing purposes, not real usage" , "ConditionDefinition.experimental: For testing purposes, not real usage" , "ActivityDefinition.experimental: For testing purposes, not real usage" , "TestScript.experimental: For testing purposes, not real usage" , "ConceptMap.experimental: For testing purposes, not real usage" , "PlanDefinition.experimental: For testing purposes, not real usage" , "OperationDefinition.experimental: For testing purposes, not real usage" , "Citation.experimental: For testing purposes, not real usage" , "CompartmentDefinition.experimental: For testing purposes, not real usage" , "CapabilityStatement.experimental: For testing purposes, not real usage" , "EvidenceVariable.experimental: For testing purposes, not real usage" , "SpecimenDefinition.experimental: If this SpecimenDefinition is not for real usage" , "Questionnaire.experimental: For testing purposes, not real usage" , "SubscriptionTopic.experimental: If for testing purposes, not real usage" , "ImplementationGuide.experimental: For testing purposes, not real usage" , "Requirements.experimental: For testing purposes, not real usage" , "StructureMap.experimental: For testing purposes, not real usage" , "ValueSet.experimental: For testing purposes, not real usage" , "ObservationDefinition.experimental: If for testing purposes, not real usage" , "GraphDefinition.experimental: For testing purposes, not real usage" , "EventDefinition.experimental: For testing purposes, not real usage" , "Library.experimental: For testing purposes, not real usage" , "TerminologyCapabilities.experimental: For testing purposes, not real usage" , "SearchParameter.experimental: For testing purposes, not real usage" , "ChargeItemDefinition.experimental: For testing purposes, not real usage" , "TestPlan.experimental: For testing purposes, not real usage" , "ExampleScenario.experimental: For testing purposes, not real usage" , "MessageDefinition.experimental: For testing purposes, not real usage" , "Evidence.experimental: For testing purposes, not real usage" , "StructureDefinition.experimental: For testing purposes, not real usage" , "CodeSystem.experimental: For testing purposes, not real usage" , "CanonicalResource.experimental: For testing purposes, not real usage" , "ActorDefinition.experimental: For testing purposes, not real usage" .

fhir:_numberOfParticipants
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.sampleSize.numberOfParticipants" ;
        rdfs:label    "_numberOfParticipants" .

fhir:_repeat  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat" , "(Modified) Timing.repeat" ;
        rdfs:label    "_repeat" .

fhir:displayName  a                     owl:ObjectProperty ;
        rdfs:comment                    "Device.displayName: The name used to display by default when the device is referenced. Based on intent of use by the resource creator, this may reflect one of the names in Device.name, or may be another simple name." ;
        rdfs:label                      "displayName" ;
        fhir:modifierExtensionProperty  fhir:_displayName ;
        dc:title                        "Device.displayName: The name used to display by default when the device is referenced" .

fhir:replaces  a                        owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.replaces: The request takes the place of the referenced completed or terminated request(s)." , "CarePlan.replaces: Completed or terminated care plan whose function is taken by this new care plan." , "DeviceRequest.replaces: The request takes the place of the referenced completed or terminated request(s)." , "Appointment.replaces: Appointment replaced by this Appointment in cases where there is a cancellation, the details of the cancellation can be found in the cancellationReason property (on the referenced resource)." , "RequestOrchestration.replaces: Completed or terminated request(s) whose function is taken by this new request." , "MessageDefinition.replaces: A MessageDefinition that is superseded by this definition." , "CommunicationRequest.replaces: Completed or terminated request(s) whose function is taken by this new request." , "ChargeItemDefinition.replaces: As new versions of a protocol or guideline are defined, allows identification of what versions are replaced by a new instance." ;
        rdfs:label                      "replaces" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_replaces ;
        dc:title                        "ChargeItemDefinition.replaces: Completed or terminated request(s) whose function is taken by this new request" , "Appointment.replaces: Appointment replaced by this Appointment" , "DeviceRequest.replaces: What request replaces" , "MessageDefinition.replaces: Takes the place of" , "ServiceRequest.replaces: What request replaces" , "RequestOrchestration.replaces: Request(s) replaced by this request" , "CarePlan.replaces: CarePlan replaced by this CarePlan" , "CommunicationRequest.replaces: Request(s) replaced by this request" .

fhir:_distanceFromLandmark
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark" ;
        rdfs:label    "_distanceFromLandmark" .

fhir:_frequency  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.frequency" , "(Modified) Timing.repeat.frequency" ;
        rdfs:label    "_frequency" .

fhir:shortDoco  a                       owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.binding.additional.shortDoco: Concise documentation - for summary tables." ;
        rdfs:label                      "shortDoco" ;
        fhir:modifierExtensionProperty  fhir:_shortDoco ;
        dc:title                        "ElementDefinition.binding.additional.shortDoco: Concise documentation - for summary tables" .

fhir:ImagingSelection
        a                            owl:Class ;
        rdfs:comment                 "A selection of DICOM SOP instances and/or frames within a single Study and Series. This might include additional specifics such as an image region, an Observation UID or a Segmentation Number, allowing linkage to an Observation Resource or transferring this information along with the ImagingStudy Resource." ;
        rdfs:label                   "ImagingSelection" ;
        rdfs:subClassOf              w5:clinical.diagnostics , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:id ;
                                       owl:onProperty     fhir:studyUid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImagingSelectionPerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:derivedFrom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:seriesNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:frameOfReferenceUid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:id ;
                                       owl:onProperty     fhir:frameOfReferenceUid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:id ;
                                       owl:onProperty     fhir:seriesUid
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:seriesUid
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:studyUid
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:seriesNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImagingSelectionInstanceComponent ;
                                       owl:onProperty     fhir:instance
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ImagingSelection .

fhir:modality  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.modality: A list of all the distinct values of series.modality. This may include both acquisition and non-acquisition modalities." , "ImagingStudy.series.modality: The distinct modality for this series. This may include both acquisition and non-acquisition modalities." , "DocumentReference.modality: Imaging modality used. This may include both acquisition and non-acquisition modalities." ;
        rdfs:label                      "modality" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_modality ;
        dc:title                        "ImagingStudy.modality: All of the distinct values for series' modalities" , "ImagingStudy.series.modality: The modality used for this series" , "DocumentReference.modality: Imaging modality used" .

fhir:_targetId  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.operation.targetId" , "(Modified) PlanDefinition.action.relatedAction.targetId" , "(Modified) TestScript.teardown.action.operation.targetId" , "(Modified) PlanDefinition.action.action.relatedAction.targetId" , "(Modified) TestScript.setup.action.operation.targetId" , "(Modified) RequestOrchestration.action.action.relatedAction.targetId" , "(Modified) GraphDefinition.link.targetId" , "(Modified) RequestOrchestration.action.relatedAction.targetId" ;
        rdfs:label    "_targetId" .

fhir:_amount  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.adjudication.amount" , "(Modified) ClaimResponse.total.amount" , "(Modified) MonetaryComponent.amount" , "(Modified) ClaimResponse.addItem.adjudication.amount" , "(Modified) ExplanationOfBenefit.item.adjudication.amount" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.adjudication.amount" , "(Modified) ClaimResponse.item.detail.subDetail.adjudication.amount" , "(Modified) NutritionIntake.consumedItem.amount" , "(Modified) PaymentNotice.amount" , "(Modified) ExplanationOfBenefit.item.detail.adjudication.amount" , "(Modified) ClaimResponse.addItem.detail.adjudication.amount" , "(Modified) PaymentReconciliation.amount" , "(Modified) SubstancePolymer.repeat.repeatUnit.amount" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.adjudication.amount" , "(Modified) SubstanceDefinition.molecularWeight.amount" , "(Modified) NutritionIntake.ingredientLabel.amount" , "(Modified) ManufacturedItemDefinition.component.constituent.amount" , "(Modified) SubstanceReferenceInformation.target.amount" , "(Modified) NutritionOrder.oralDiet.nutrient.amount" , "(Modified) ClaimResponse.item.detail.adjudication.amount" , "(Modified) SubstanceDefinition.structure.molecularWeight.amount" , "(Modified) PackagedProductDefinition.packaging.packaging.containedItem.amount" , "(Modified) SubstanceDefinition.relationship.amount" , "(Modified) ManufacturedItemDefinition.component.component.constituent.amount" , "(Modified) VisionPrescription.lensSpecification.prism.amount" , "(Modified) ExplanationOfBenefit.addItem.adjudication.amount" , "(Modified) ClaimResponse.adjudication.amount" , "(Modified) ManufacturedItemDefinition.component.amount" , "(Modified) NutritionProduct.ingredient.amount" , "(Modified) ClaimResponse.item.adjudication.amount" , "(Modified) SubstancePolymer.monomerSet.startingMaterial.amount" , "(Modified) PaymentReconciliation.allocation.amount" , "(Modified) ExplanationOfBenefit.total.amount" , "(Modified) ManufacturedItemDefinition.component.component.amount" , "(Modified) ClaimResponse.payment.amount" , "(Modified) ExplanationOfBenefit.addItem.detail.adjudication.amount" , "(Modified) ClaimResponse.addItem.detail.subDetail.adjudication.amount" , "(Modified) PackagedProductDefinition.packaging.containedItem.amount" , "(Modified) ExplanationOfBenefit.payment.amount" , "(Modified) NutritionProduct.nutrient.amount" , "(Modified) SubstanceDefinition.moiety.amount" , "(Modified) Account.balance.amount" ;
        rdfs:label    "_amount" .

fhir:species  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.species: The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies." , "SubstanceDefinition.sourceMaterial.species: The species of an organism, typically referring to the Latin epithet of the species of the plant/animal." ;
        rdfs:label                      "species" ;
        fhir:modifierExtensionProperty  fhir:_species ;
        dc:title                        "SubstanceSourceMaterial.organism.species: The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies" , "SubstanceDefinition.sourceMaterial.species: The species of an organism e.g. the Latin epithet of the species of the plant/animal" .

fhir:totalNet  a                        owl:ObjectProperty ;
        rdfs:comment                    "Invoice.totalNet: Invoice total , taxes excluded." ;
        rdfs:label                      "totalNet" ;
        fhir:modifierExtensionProperty  fhir:_totalNet ;
        dc:title                        "Invoice.totalNet: Net total of this Invoice" .

fhir:observationRequirement
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ActivityDefinition.observationRequirement: Defines observation requirements for the action to be performed, such as body weight or surface area." ;
        rdfs:label                      "observationRequirement" ;
        fhir:modifierExtensionProperty  fhir:_observationRequirement ;
        dc:title                        "ActivityDefinition.observationRequirement: What observations are required to perform this action" .

fhir:InsurancePlanPlanGeneralCostComponent
        a                owl:Class ;
        rdfs:comment     "InsurancePlanPlanComponent.InsurancePlanPlanGeneralCostComponent: Overall costs associated with the plan." ;
        rdfs:label       "InsurancePlanPlanGeneralCostComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupSize
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:cost
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cost
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:groupSize
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:InvoiceLineItemComponent
        a                owl:Class ;
        rdfs:comment     "InvoiceLineItemComponent: Each line item represents one charge for goods and services rendered. Details such.ofType(date), code and amount are found in the referenced ChargeItem resource." ;
        rdfs:label       "InvoiceLineItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MonetaryComponent ;
                           owl:onProperty     fhir:priceComponent
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:chargeItem
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:chargeItem
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:chargeItem
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:chargeItem
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] .

fhir:requestor  a                       owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.requestor: The provider which is responsible for the claim, predetermination or preauthorization." , "PaymentReconciliation.requestor: The practitioner who is responsible for the services rendered to the patient." , "AuditEvent.entity.agent.requestor: Indicator that the user is or is not the requestor, or initiator, for the event being audited." , "CoverageEligibilityResponse.requestor: The provider which is responsible for the request." , "AuditEvent.agent.requestor: Indicator that the user is or is not the requestor, or initiator, for the event being audited." ;
        rdfs:label                      "requestor" ;
        rdfs:subPropertyOf              w5:who , w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_requestor ;
        dc:title                        "ClaimResponse.requestor: Party responsible for the claim" , "AuditEvent.agent.requestor: Whether user is initiator" , "CoverageEligibilityResponse.requestor: Party responsible for the request" , "AuditEvent.entity.agent.requestor: Whether user is initiator" , "PaymentReconciliation.requestor: Responsible practitioner" .

fhir:dietPreference  a                  owl:ObjectProperty ;
        rdfs:comment                    "Encounter.dietPreference: Diet preferences reported by the patient." ;
        rdfs:label                      "dietPreference" ;
        fhir:modifierExtensionProperty  fhir:_dietPreference ;
        dc:title                        "Encounter.dietPreference: Diet preferences reported by the patient" .

fhir:comparator  a                      owl:ObjectProperty ;
        rdfs:comment                    "SearchParameter.comparator: Comparators supported for the search parameter." , "DataRequirement.valueFilter.comparator: The comparator to be used to determine whether the value is matching." , "SubstanceDefinition.relationship.comparator: An operator for the amount, for example \"average\", \"approximately\", \"less than\"." , "SubscriptionTopic.canFilterBy.comparator: Comparators allowed for the filter parameter." , "Quantity.comparator: How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value." , "Subscription.filterBy.comparator: Comparator applied to this filter parameter." ;
        rdfs:label                      "comparator" ;
        fhir:modifierExtensionProperty  fhir:_comparator ;
        dc:title                        "DataRequirement.valueFilter.comparator: eq | gt | lt | ge | le | sa | eb" , "Quantity.comparator: < | <= | >= | > | ad - how to understand the value" , "SubscriptionTopic.canFilterBy.comparator: eq | ne | gt | lt | ge | le | sa | eb | ap" , "SubstanceDefinition.relationship.comparator: An operator for the amount, for example \"average\", \"approximately\", \"less than\"" , "SearchParameter.comparator: eq | ne | gt | lt | ge | le | sa | eb | ap" , "Subscription.filterBy.comparator: eq | ne | gt | lt | ge | le | sa | eb | ap" .

fhir:Contract.TermTerm
        a                owl:Class ;
        rdfs:comment     "Nested group of Contract Provisions." ;
        rdfs:label       "Contract.TermTerm" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContractOffer ;
                           owl:onProperty     fhir:offer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:issued
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContractAsset ;
                           owl:onProperty     fhir:asset
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:issued
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Action ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:applies
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SecurityLabel ;
                           owl:onProperty     fhir:securityLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Contract.TermTermTerm ;
                           owl:onProperty     fhir:group
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:offer
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:topic
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:topic
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:topic
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:topic
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:applies
                         ] ;
        dc:title         "Nested Contract Term Group" .

fhir:_combinedPharmaceuticalDoseForm
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.combinedPharmaceuticalDoseForm" ;
        rdfs:label    "_combinedPharmaceuticalDoseForm" .

fhir:servicePeriod  a                   owl:ObjectProperty ;
        rdfs:comment                    "Account.servicePeriod: The date range of services associated with this account." ;
        rdfs:label                      "servicePeriod" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_servicePeriod ;
        dc:title                        "Account.servicePeriod: Transaction window" .

fhir:CodeSystem.ConceptDefinitionConcept
        a                owl:Class ;
        rdfs:comment     "Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning." ;
        rdfs:label       "CodeSystem.ConceptDefinitionConcept" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeSystem.ConceptDefinitionConceptConcept ;
                           owl:onProperty     fhir:concept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeSystemConceptDesignationComponent ;
                           owl:onProperty     fhir:designation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptProperty ;
                           owl:onProperty     fhir:property
                         ] ;
        dc:title         "Child Concepts (is-a/contains/categorizes)" .

fhir:_rater  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.certainty.subcomponent.rater" , "(Modified) Evidence.certainty.rater" ;
        rdfs:label    "_rater" .

fhir:receiverActive  a                  owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.operation.receiverActive: If false, the receiver is deactivated right after the operation." , "ExampleScenario.process.step.alternative.step.process.step.operation.receiverActive: If false, the receiver is deactivated right after the operation." , "ExampleScenario.process.step.operation.receiverActive: If false, the receiver is deactivated right after the operation." , "ExampleScenario.process.step.process.step.operation.receiverActive: If false, the receiver is deactivated right after the operation." , "ExampleScenario.process.step.alternative.step.operation.receiverActive: If false, the receiver is deactivated right after the operation." ;
        rdfs:label                      "receiverActive" ;
        fhir:modifierExtensionProperty  fhir:_receiverActive ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.step.operation.receiverActive: Receiver stays active?" , "ExampleScenario.process.step.process.step.alternative.step.operation.receiverActive: Receiver stays active?" , "ExampleScenario.process.step.process.step.operation.receiverActive: Receiver stays active?" , "ExampleScenario.process.step.operation.receiverActive: Receiver stays active?" , "ExampleScenario.process.step.alternative.step.operation.receiverActive: Receiver stays active?" .

fhir:modification  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.modification: Todo - this is intended to connect to a repeating full modification structure, also used by Protein and Nucleic Acid . String is just a placeholder." ;
        rdfs:label                      "modification" ;
        fhir:modifierExtensionProperty  fhir:_modification ;
        dc:title                        "SubstancePolymer.modification: Todo - this is intended to connect to a repeating full modification structure, also used by Protein and Nucleic Acid . String is just a placeholder" .

fhir:practitioner  a                    owl:ObjectProperty ;
        rdfs:comment                    "PractitionerRole.practitioner: Practitioner that is able to provide the defined services for the organization." ;
        rdfs:label                      "practitioner" ;
        fhir:modifierExtensionProperty  fhir:_practitioner ;
        dc:title                        "PractitionerRole.practitioner: Practitioner that provides services for the organization" .

fhir:_normalCodedValueSet
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.normalCodedValueSet" , "(Modified) ObservationDefinition.qualifiedValue.normalCodedValueSet" ;
        rdfs:label    "_normalCodedValueSet" .

fhir:TestCaseDependency
        a                owl:Class ;
        rdfs:comment     "TestPlanTestCaseComponent.TestCaseDependency: The required criteria to execute the test case - e.g. preconditions, previous tests." ;
        rdfs:label       "TestCaseDependency" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:predecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:predecessor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] .

fhir:_costToBeneficiary
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.costToBeneficiary" ;
        rdfs:label    "_costToBeneficiary" .

fhir:MessageHeader  a                owl:Class ;
        rdfs:comment                 "The header for a message exchange that is either requesting or responding to an action.  The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle." ;
        rdfs:label                   "MessageHeader" ;
        rdfs:subClassOf              w5:infrastructure.exchange , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MessageDestination ;
                                       owl:onProperty     fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MessageHeaderResponseComponent ;
                                       owl:onProperty     fhir:response
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:responsible
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:responsible
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MessageSource ;
                                       owl:onProperty     fhir:source
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Coding ;
                                                        owl:onProperty     fhir:event
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:event
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:canonical ;
                                                        owl:onProperty     fhir:event
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:event
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:sender
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:response
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MessageHeader .

fhir:ResearchStudyRecruitmentComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyRecruitmentComponent: Target or actual group of participants enrolled in study." ;
        rdfs:label       "ResearchStudyRecruitmentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:targetNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:eligibility
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:eligibility
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:actualNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actualNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actualGroup
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:targetNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actualGroup
                         ] .

fhir:_forenameInitials
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.forenameInitials" ;
        rdfs:label    "_forenameInitials" .

fhir:plannedStartDate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EncounterHistory.plannedStartDate: The planned start date/time (or admission date) of the encounter." , "Encounter.plannedStartDate: The planned start date/time (or admission date) of the encounter." ;
        rdfs:label                      "plannedStartDate" ;
        fhir:modifierExtensionProperty  fhir:_plannedStartDate ;
        dc:title                        "EncounterHistory.plannedStartDate: The planned start date/time (or admission date) of the encounter" , "Encounter.plannedStartDate: The planned start date/time (or admission date) of the encounter" .

fhir:study  a                           owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.study: Reference to the study the subject is participating in." , "DiagnosticReport.study: One or more links to full details of any study performed during the diagnostic investigation. An ImagingStudy might comprise a set of radiologic images obtained via a procedure that are analyzed as a group. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images. A GenomicStudy might comprise one or more analyses, each serving a specific purpose. These analyses may vary in method (e.g., karyotyping, CNV, or SNV detection), performer, software, devices used, or regions targeted." , "AdverseEvent.study: The research study that the subject is enrolled in." ;
        rdfs:label                      "study" ;
        fhir:modifierExtensionProperty  fhir:_study ;
        dc:title                        "ResearchSubject.study: Study subject is part of" , "DiagnosticReport.study: Reference to full details of an analysis associated with the diagnostic report" , "AdverseEvent.study: Research study that the subject is enrolled in" .

fhir:groupIdentifier  a                 owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.groupIdentifier: A shared identifier common to all nutrition orders that were authorized more or less simultaneously by a single author, representing the composite or group identifier." , "CommunicationRequest.groupIdentifier: A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author.  The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc.  E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time." , "Task.groupIdentifier: A shared identifier common to multiple independent Task and Request instances that were activated/authorized more or less simultaneously by a single author.  The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc.  E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time." , "Transport.groupIdentifier: A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author.  The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc.  E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time." , "RequestOrchestration.groupIdentifier: A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author.  The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc.  E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time." , "DeviceRequest.groupIdentifier: A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author.  The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc.  E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time." , "MedicationRequest.groupIdentifier: A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author.  The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc.  E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time." ;
        rdfs:label                      "groupIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_groupIdentifier ;
        dc:title                        "MedicationRequest.groupIdentifier: Composite request this is part of" , "CommunicationRequest.groupIdentifier: Composite request this is part of" , "Transport.groupIdentifier: Requisition or grouper id" , "Task.groupIdentifier: Requisition or grouper id" , "DeviceRequest.groupIdentifier: Identifier of composite request" , "RequestOrchestration.groupIdentifier: Composite request this is part of" , "NutritionOrder.groupIdentifier: Composite Request ID" .

fhir:_participatingOrganization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) OrganizationAffiliation.participatingOrganization" ;
        rdfs:label    "_participatingOrganization" .

fhir:MeasureGroupStratifierComponent
        a                owl:Class ;
        rdfs:comment     "MeasureGroupComponent.MeasureGroupStratifierComponent: The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path." ;
        rdfs:label       "MeasureGroupStratifierComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureGroupStratifierComponentComponent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupDefinition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:groupDefinition
                         ] .

fhir:wednesday  a                       owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.wednesday: Indicates that recurring appointments should occur on Wednesdays." ;
        rdfs:label                      "wednesday" ;
        fhir:modifierExtensionProperty  fhir:_wednesday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.wednesday: Recurs on Wednesday" .

fhir:_diameter  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.diameter" ;
        rdfs:label    "_diameter" .

fhir:enteralFormula  a                  owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula: Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity." ;
        rdfs:label                      "enteralFormula" ;
        fhir:modifierExtensionProperty  fhir:_enteralFormula ;
        dc:title                        "NutritionOrder.enteralFormula: Enteral formula components" .

fhir:_stabilityDuration
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.storageGuideline.stabilityDuration" ;
        rdfs:label    "_stabilityDuration" .

fhir:integer  a          owl:Class ;
        rdfs:comment     "A whole number" ;
        rdfs:label       "integer" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:integer ;
                           owl:onProperty     fhir:v
                         ] .

fhir:domain  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.name.translation.domain: The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive." , "MedicinalProductDefinition.domain: If this medicine applies to human or veterinary uses." , "SubstanceDefinition.name.synonym.domain: The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive." , "SubstanceDefinition.domain: If the substance applies to human or veterinary use." , "SubstanceDefinition.name.domain: The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive." , "Contract.domain: Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources." ;
        rdfs:label                      "domain" ;
        fhir:modifierExtensionProperty  fhir:_domain ;
        dc:title                        "SubstanceDefinition.name.synonym.domain: The use context of this name e.g. as an active ingredient or as a food colour additive" , "Contract.domain: A sphere of control governed by an authoritative jurisdiction, organization, or person" , "SubstanceDefinition.name.domain: The use context of this name e.g. as an active ingredient or as a food colour additive" , "SubstanceDefinition.domain: If the substance applies to human or veterinary use" , "MedicinalProductDefinition.domain: If this medicine applies to human or veterinary uses" , "SubstanceDefinition.name.translation.domain: The use context of this name e.g. as an active ingredient or as a food colour additive" .

fhir:_periodType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.periodType" , "(Modified) Contract.term.asset.periodType" ;
        rdfs:label    "_periodType" .

fhir:_ImagingStudy  a    owl:Class ;
        rdfs:comment     "(Modified) ImagingStudy" ;
        rdfs:label       "_ImagingStudy" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:searchRevInclude
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.searchRevInclude: A list of _revinclude (reverse include) values supported by the server." ;
        rdfs:label                      "searchRevInclude" ;
        fhir:modifierExtensionProperty  fhir:_searchRevInclude ;
        dc:title                        "CapabilityStatement.rest.resource.searchRevInclude: _revinclude values supported by the server" .

fhir:_relatedAction  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.relatedAction" , "(Modified) RequestOrchestration.action.relatedAction" , "(Modified) PlanDefinition.action.action.relatedAction" , "(Modified) PlanDefinition.action.relatedAction" ;
        rdfs:label    "_relatedAction" .

fhir:observed  a                        owl:ObjectProperty ;
        rdfs:comment                    "Evidence.variableDefinition.observed: Definition of the actual variable related to the statistic(s)." ;
        rdfs:label                      "observed" ;
        fhir:modifierExtensionProperty  fhir:_observed ;
        dc:title                        "Evidence.variableDefinition.observed: Definition of the actual variable related to the statistic(s)" .

fhir:born  a                            owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.born" ;
        rdfs:label                      "born" ;
        fhir:modifierExtensionProperty  fhir:_born .

fhir:_ImmunizationRecommendation
        a                owl:Class ;
        rdfs:comment     "(Modified) ImmunizationRecommendation" ;
        rdfs:label       "_ImmunizationRecommendation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:service  a                         owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.service: Indicated the rendered service that caused this charge." , "CapabilityStatement.rest.security.service: Types of security services that are supported/required by the system." ;
        rdfs:label                      "service" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_service ;
        dc:title                        "ChargeItem.service: Which rendered service is being charged?" , "CapabilityStatement.rest.security.service: OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" .

fhir:_requestIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) GuidanceResponse.requestIdentifier" ;
        rdfs:label    "_requestIdentifier" .

fhir:maxDosePerLifetime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Dosage.maxDosePerLifetime: Upper limit on medication per lifetime of the patient." ;
        rdfs:label                      "maxDosePerLifetime" ;
        fhir:modifierExtensionProperty  fhir:_maxDosePerLifetime ;
        dc:title                        "Dosage.maxDosePerLifetime: Upper limit on medication per lifetime of the patient" .

fhir:format  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.format: The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF." , "SubstanceDefinition.structure.representation.format: The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF. The logical content type rather than the physical file format of a document." , "CapabilityStatement.format: A list of the formats supported by this implementation using their content types." ;
        rdfs:label                      "format" ;
        fhir:modifierExtensionProperty  fhir:_format ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.format: The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF" , "SubstanceDefinition.structure.representation.format: The format of the representation e.g. InChI, SMILES, MOLFILE (note: not the physical file format)" , "CapabilityStatement.format: formats supported (xml | json | ttl | mime type)" .

fhir:_isSummary  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.isSummary" ;
        rdfs:label    "_isSummary" .

fhir:supportingInfoSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.item.supportingInfoSequence: Exceptions, special conditions and supporting information applicable for this service or product line." ;
        rdfs:label                      "supportingInfoSequence" ;
        fhir:modifierExtensionProperty  fhir:_supportingInfoSequence ;
        dc:title                        "CoverageEligibilityRequest.item.supportingInfoSequence: Applicable exception or supporting information" .

fhir:ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        dc:title         "Added items subdetail adjudication" .

fhir:EvidenceStatisticModelCharacteristicVariableComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponent.EvidenceStatisticModelCharacteristicVariableComponent: A variable adjusted for in the adjusted analysis." ;
        rdfs:label       "EvidenceStatisticModelCharacteristicVariableComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:handling
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:handling
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:valueCategory
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:valueRange
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:variableDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:valueQuantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:variableDefinition
                         ] .

fhir:ManufacturedItemDefinitionPropertyComponent
        a                owl:Class ;
        rdfs:comment     "ManufacturedItemDefinitionPropertyComponent: General characteristics of this item." ;
        rdfs:label       "ManufacturedItemDefinitionPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_concentration  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.substance.strength.concentration" ;
        rdfs:label    "_concentration" .

fhir:coordinate  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.instance.imageRegion3D.coordinate: The coordinates describing the image region. Encoded as an ordered set of (x,y,z) triplets (in mm and may be negative) that define a region of interest in the patient-relative Reference Coordinate System defined by ImagingSelection.frameOfReferenceUid element." , "ImagingSelection.instance.imageRegion2D.coordinate: The coordinates describing the image region. Encoded as a set of (column, row) pairs that denote positions in the selected image / frames specified with sub-pixel resolution.\n       The origin at the TLHC of the TLHC pixel is 0.0\\0.0, the BRHC of the TLHC pixel is 1.0\\1.0, and the BRHC of the BRHC pixel is the number of columns\\rows in the image / frames. The values must be within the range 0\\0 to the number of columns\\rows in the image / frames." ;
        rdfs:label                      "coordinate" ;
        fhir:modifierExtensionProperty  fhir:_coordinate ;
        dc:title                        "ImagingSelection.instance.imageRegion3D.coordinate: Specifies the coordinates that define the image region" , "ImagingSelection.instance.imageRegion2D.coordinate: Specifies the coordinates that define the image region" .

fhir:AddedItemDetailSubDetail
        a                owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetail: The third-tier service adjudications for payor added services." ;
        rdfs:label       "AddedItemDetailSubDetail" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] .

fhir:TerminologyCapabilitiesTranslationComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesTranslationComponent: Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation." ;
        rdfs:label       "TerminologyCapabilitiesTranslationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:needsMap
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:needsMap
                         ] .

fhir:_generalPractitioner
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Patient.generalPractitioner" ;
        rdfs:label    "_generalPractitioner" .

fhir:_protocol  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.protocol" , "(Modified) ClinicalImpression.protocol" , "(Modified) CapabilityStatement.messaging.endpoint.protocol" ;
        rdfs:label    "_protocol" .

fhir:_exception  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.costToBeneficiary.exception" ;
        rdfs:label    "_exception" .

fhir:_complication  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.complication" ;
        rdfs:label    "_complication" .

fhir:value  a                           owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.filter.value: A description of what the value for the filter should be." , "ConditionDefinition.precondition.value" , "Device.property.value" , "InsurancePlan.coverage.benefit.limit.value: The maximum amount of a service item a plan will pay for a covered benefit.  For examples. wellness visits, or eyeglasses." , "ValueSet.expansion.contains.property.value" , "Questionnaire.item.item.answerOption.value" , "ValueSet.compose.include.filter.value: The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value  (if the filter represents a property defined in CodeSystem) or of the system filter value (if the filter represents a filter defined in CodeSystem) when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'." , "AuditEvent.entity.detail.value" , "Contract.term.group.asset.answer.value" , "QuestionnaireResponse.item.answer.item.answer.value" , "EvidenceReport.subject.characteristic.value" , "CodeSystem.concept.concept.property.value" , "PackagedProductDefinition.characteristic.value" , "EvidenceVariable.characteristic.definitionByTypeAndValue.value" , "ValueSet.expansion.contains.designation.value: The text value for this designation." , "Group.characteristic.value" , "AdministrableProductDefinition.property.value" , "UsageContext.value" , "BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark.value: The measured distance (e.g., in cm) from a body landmark." , "Evidence.statistic.modelCharacteristic.value: Further specification of the quantified value of the component of the method to generate the statistic." , "NutritionProduct.characteristic.value" , "EvidenceVariable.category.value" , "Questionnaire.item.initial.value" , "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.value: A value for the time." , "Citation.citedArtifact.part.value: The specification of the component." , "ValueSet.expansion.contains.contains.property.subProperty.value" , "Subscription.parameter.value: Parameter value for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the value would be `Bearer 0193...`." , "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value" , "StructureMap.group.rule.dependent.parameter.value" , "ValueSet.compose.include.concept.designation.value: The text value for this designation." , "InsurancePlan.plan.specificCost.benefit.cost.value: The actual cost value. (some of the costs may be represented as percentages rather than currency, e.g. 10% coinsurance)." , "TestScript.setup.action.assert.value: The value to compare to." , "StructureMap.group.rule.target.parameter.value" , "DataRequirement.valueFilter.value" , "StructureMap.const.value: A FHIRPath expression that is the value of this variable." , "ContactPoint.value: The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address)." , "DataRequirement.dateFilter.value" , "DeviceDefinition.property.value" , "CodeSystem.concept.concept.designation.value: The text value for this designation." , "ValueSet.expansion.contains.contains.designation.value: The text value for this designation." , "StructureMap.group.rule.rule.dependent.parameter.value" , "DocumentReference.content.profile.value" , "MeasureReport.group.stratifier.stratum.component.value" , "TestScript.test.action.assert.value: The value to compare to." , "PackagedProductDefinition.packaging.packaging.property.value" , "NamingSystem.uniqueId.value: The string that should be sent over the wire to identify the code system or identifier system." , "MeasureReport.group.stratifier.stratum.value" , "ManufacturedItemDefinition.component.component.property.value" , "ValueSet.expansion.parameter.value" , "DeviceDefinition.version.value: The version text." , "TestScript.setup.action.operation.requestHeader.value: The value of the header e.g. \"application/fhir+xml\"." , "Encounter.reason.value: Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis." , "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.value: The measured distance (e.g., in cm) from a body landmark." , "ManufacturedItemDefinition.property.value" , "ConceptMap.group.element.target.product.value" , "ExplanationOfBenefit.supportingInfo.value" , "Citation.citedArtifact.contributorship.summary.value: The display string for the author list, contributor list, or contributorship statement." , "SupplyRequest.parameter.value" , "ValueSet.compose.exclude.filter.value: The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value  (if the filter represents a property defined in CodeSystem) or of the system filter value (if the filter represents a filter defined in CodeSystem) when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'." , "Observation.value" , "QuestionnaireResponse.item.answer.value" , "SubstanceDefinition.property.value" , "ResearchStudy.label.value: The name." , "Claim.supportingInfo.value" , "ImmunizationRecommendation.recommendation.dateCriterion.value: The date whose meaning is specified by dateCriterion.code." , "TestScript.test.action.operation.requestHeader.value: The value of the header e.g. \"application/fhir+xml\"." , "Contract.term.offer.answer.value" , "ImplementationGuide.definition.parameter.value: Value for named type." , "BiologicallyDerivedProduct.property.value" , "Identifier.value: The portion of the identifier typically relevant to the user and which is unique within the context of the system." , "ValueSet.expansion.contains.property.subProperty.value" , "Citation.citedArtifact.version.value: The version number or other version identifier." , "DeviceRequest.parameter.value" , "TestScript.teardown.action.operation.requestHeader.value: The value of the header e.g. \"application/fhir+xml\"." , "Coverage.class.value: The alphanumeric identifier associated with the insurer issued label." , "Observation.component.value" , "PackagedProductDefinition.packaging.property.value" , "Coverage.costToBeneficiary.value" , "Contract.term.asset.answer.value" , "Contract.term.group.offer.answer.value" , "ManufacturedItemDefinition.component.property.value" , "Questionnaire.item.item.initial.value" , "Money.value: Numerical value (with implicit precision)." , "QuestionnaireResponse.item.item.answer.value" , "ServiceRequest.orderDetail.parameter.value" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.value" , "ConceptMap.group.element.target.property.value" , "EpisodeOfCare.reason.value: The medical reason that is expected to be addressed during the episode of care, expressed as a text, code or a reference to another resource." , "ConceptMap.group.element.target.dependsOn.value" , "CodeSystem.concept.designation.value: The text value for this designation." , "Questionnaire.item.answerOption.value" , "MedicinalProductDefinition.characteristic.value" , "MedicationKnowledge.storageGuideline.environmentalSetting.value" , "Quantity.value: The value of the measured amount. The value includes an implicit precision in the presentation of the value." , "ValueSet.compose.exclude.concept.designation.value: The text value for this designation." , "StructureMap.group.rule.rule.target.parameter.value" , "MedicationKnowledge.definitional.drugCharacteristic.value" , "Device.name.value: The actual name that identifies the device." , "CodeSystem.concept.property.value" , "InventoryItem.characteristic.value" , "ValueSet.expansion.contains.contains.property.value" , "Subscription.filterBy.value: The literal value or resource path as is legal in search - for example, `Patient/123` or `le1950`." , "Device.version.value: The version text." ;
        rdfs:label                      "value" , "fhir:value" ;
        rdfs:subPropertyOf              w5:what , w5:id , w5:why ;
        fhir:modifierExtensionProperty  fhir:_value ;
        dc:title                        "Subscription.parameter.value: Value of the parameter to use or pass through" , "Citation.citedArtifact.version.value: The version number or other version identifier" , "TestScript.test.action.assert.value: The value to compare to" , "ValueSet.compose.include.concept.designation.value: The text value for this designation" , "ValueSet.expansion.contains.designation.value: The text value for this designation" , "TestScript.teardown.action.operation.requestHeader.value: HTTP headerfield value" , "ImplementationGuide.definition.parameter.value: Value for named type" , "TestScript.setup.action.operation.requestHeader.value: HTTP headerfield value" , "ValueSet.compose.exclude.filter.value: Code from the system, or regex criteria, or boolean value for exists" , "Evidence.statistic.modelCharacteristic.value: Numerical value to complete model specification" , "Encounter.reason.value: Reason the encounter takes place (core or reference)" , "Identifier.value: The value that is unique" , "ValueSet.compose.exclude.concept.designation.value: The text value for this designation" , "ResearchStudy.label.value: The name" , "TestScript.test.action.operation.requestHeader.value: HTTP headerfield value" , "Subscription.filterBy.value: Literal value or resource path" , "TestScript.setup.action.assert.value: The value to compare to" , "ValueSet.compose.include.filter.value: Code from the system, or regex criteria, or boolean value for exists" , "EpisodeOfCare.reason.value: Medical reason to be addressed" , "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.value: Measured distance from body landmark" , "Device.name.value: The term that names the device" , "ImmunizationRecommendation.recommendation.dateCriterion.value: Recommended date" , "ValueSet.expansion.contains.contains.designation.value: The text value for this designation" , "ContactPoint.value: The actual contact point details" , "Device.version.value: The version text" , "BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark.value: Measured distance from body landmark" , "Money.value: Numerical value (with implicit precision)" , "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.value: A value for the time" , "StructureMap.const.value: FHIRPath exression - value of the constant" , "Citation.citedArtifact.contributorship.summary.value: The display string for the author list, contributor list, or contributorship statement" , "DeviceDefinition.version.value: The version text" , "Citation.citedArtifact.part.value: The specification of the component" , "NamingSystem.uniqueId.value: The unique identifier" , "Quantity.value: Numerical value (with implicit precision)" , "CodeSystem.concept.concept.designation.value: The text value for this designation" , "InsurancePlan.coverage.benefit.limit.value: Maximum value allowed" , "CodeSystem.concept.designation.value: The text value for this designation" , "InsurancePlan.plan.specificCost.benefit.cost.value: The actual cost value" , "CodeSystem.filter.value: What to use for the value" , "Terminal data value" , "Coverage.class.value: Value associated with the type" .

fhir:_nthWeekOfMonth  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.monthlyTemplate.nthWeekOfMonth" ;
        rdfs:label    "_nthWeekOfMonth" .

fhir:_url  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ActorDefinition.url" , "(Modified) StructureDefinition.url" , "(Modified) ActivityDefinition.url" , "(Modified) Citation.url" , "(Modified) Questionnaire.url" , "(Modified) TerminologyCapabilities.url" , "(Modified) Citation.citedArtifact.webLocation.url" , "(Modified) SpecimenDefinition.url" , "(Modified) NamingSystem.url" , "(Modified) TestScript.teardown.action.operation.url" , "(Modified) Library.url" , "(Modified) StructureMap.structure.url" , "(Modified) ValueSet.url" , "(Modified) ChargeItemDefinition.url" , "(Modified) OperationDefinition.url" , "(Modified) EvidenceReport.url" , "(Modified) PlanDefinition.url" , "(Modified) TestScript.url" , "(Modified) TestPlan.url" , "(Modified) Consent.policyBasis.url" , "(Modified) Bundle.entry.link.url" , "(Modified) EventDefinition.url" , "(Modified) ConceptMap.url" , "(Modified) CodeSystem.url" , "(Modified) CompartmentDefinition.url" , "(Modified) GraphDefinition.url" , "(Modified) TestScript.setup.action.operation.url" , "(Modified) TestScript.test.action.operation.url" , "(Modified) Device.url" , "(Modified) TestScript.destination.url" , "(Modified) Attachment.url" , "(Modified) CapabilityStatement.url" , "(Modified) Requirements.url" , "(Modified) SearchParameter.url" , "(Modified) MessageDefinition.url" , "(Modified) Bundle.entry.request.url" , "(Modified) ExampleScenario.url" , "(Modified) Composition.url" , "(Modified) TestScript.origin.url" , "(Modified) TerminologyCapabilities.implementation.url" , "(Modified) TestScript.metadata.link.url" , "(Modified) EvidenceReport.relatesTo.target.url" , "(Modified) Bundle.link.url" , "(Modified) ConditionDefinition.url" , "(Modified) ImplementationGuide.url" , "(Modified) SubscriptionTopic.url" , "(Modified) ResearchStudy.url" , "(Modified) EvidenceVariable.url" , "(Modified) Extension.url" , "(Modified) Evidence.url" , "(Modified) CanonicalResource.url" , "(Modified) ObservationDefinition.url" , "(Modified) Measure.url" , "(Modified) StructureMap.url" , "(Modified) CapabilityStatement.implementation.url" , "(Modified) Contract.url" ;
        rdfs:label    "_url" .

fhir:SubstanceSourceMaterialOrganismHybridComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceSourceMaterialOrganismComponent.SubstanceSourceMaterialOrganismHybridComponent: 4.9.13.8.1 Hybrid species maternal organism ID (Optional)." ;
        rdfs:label       "SubstanceSourceMaterialOrganismHybridComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:paternalOrganismId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:hybridType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:paternalOrganismId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:maternalOrganismName
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hybridType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maternalOrganismId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:paternalOrganismName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:maternalOrganismId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:paternalOrganismName
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maternalOrganismName
                         ] .

fhir:SubscriptionTopicEventTriggerComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionTopicEventTriggerComponent: Event definition which can be used to trigger the SubscriptionTopic." ;
        rdfs:label       "SubscriptionTopicEventTriggerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:event
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:event
                         ] .

fhir:MedicinalProductDefinitionNameComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionNameComponent: The product's name, including full name and possibly coded parts." ;
        rdfs:label       "MedicinalProductDefinitionNameComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicinalProductDefinitionNameUsageComponent ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:productName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:productName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicinalProductDefinitionNamePartComponent ;
                           owl:onProperty     fhir:part
                         ] .

fhir:SubstanceSourceMaterialOrganismComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceSourceMaterialOrganismComponent: This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf." ;
        rdfs:label       "SubstanceSourceMaterialOrganismComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:intraspecificDescription
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:family
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceSourceMaterialOrganismAuthorComponent ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:species
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:intraspecificType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:genus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:intraspecificDescription
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:intraspecificType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:genus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceSourceMaterialOrganismHybridComponent ;
                           owl:onProperty     fhir:hybrid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceSourceMaterialOrganismOrganismGeneralComponent ;
                           owl:onProperty     fhir:organismGeneral
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:organismGeneral
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:species
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hybrid
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:family
                         ] .

fhir:overrideReason  a                  owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.overrideReason: If the list price or the rule-based factor associated with the code is overridden, this attribute can capture a text to indicate the  reason for this action." ;
        rdfs:label                      "overrideReason" ;
        fhir:modifierExtensionProperty  fhir:_overrideReason ;
        dc:title                        "ChargeItem.overrideReason: Reason for overriding the list price/factor" .

fhir:pages  a                           owl:ObjectProperty ;
        rdfs:comment                    "Attachment.pages: The number of pages when printed." ;
        rdfs:label                      "pages" ;
        fhir:modifierExtensionProperty  fhir:_pages ;
        dc:title                        "Attachment.pages: Number of printed pages" .

fhir:_conclusion  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DiagnosticReport.conclusion" ;
        rdfs:label    "_conclusion" .

fhir:_combined  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.combined" ;
        rdfs:label    "_combined" .

fhir:_contains  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.contains" , "(Modified) ValueSet.expansion.contains.contains.contains" , "(Modified) ValueSet.expansion.contains" ;
        rdfs:label    "_contains" .

fhir:_documentType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.provision.provision.documentType" , "(Modified) Consent.provision.documentType" ;
        rdfs:label    "_documentType" .

fhir:MeasureGroupStratifierComponentComponent
        a                owl:Class ;
        rdfs:comment     "MeasureGroupComponent.MeasureGroupStratifierComponent.MeasureGroupStratifierComponentComponent: A component of the stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path." ;
        rdfs:label       "MeasureGroupStratifierComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupDefinition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:groupDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_numberOfInstances
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.series.numberOfInstances" , "(Modified) ImagingStudy.numberOfInstances" ;
        rdfs:label    "_numberOfInstances" .

fhir:PlanDefinitionActionComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponent: An action or group of actions to be taken as part of the plan. For example, in clinical care, an action would be to prescribe a particular indicated medication, or perform a particular test as appropriate. In pharmaceutical quality, an action would be the test that needs to be performed on a drug product as defined in the quality specification." ;
        rdfs:label       "PlanDefinitionActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionConditionComponent ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionComponentAction ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionDynamicValueComponent ;
                           owl:onProperty     fhir:dynamicValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:goalId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionRelatedActionComponent ;
                           owl:onProperty     fhir:relatedAction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionInputComponent ;
                           owl:onProperty     fhir:input
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TriggerDefinition ;
                           owl:onProperty     fhir:trigger
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionParticipantComponent ;
                           owl:onProperty     fhir:participant
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionOutputComponent ;
                           owl:onProperty     fhir:output
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:precheckBehavior
                         ] .

fhir:_processor  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.processor" ;
        rdfs:label    "_processor" .

fhir:actualNumber  a                    owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.recruitment.actualNumber: Actual total number of participants enrolled in study." ;
        rdfs:label                      "actualNumber" ;
        fhir:modifierExtensionProperty  fhir:_actualNumber ;
        dc:title                        "ResearchStudy.recruitment.actualNumber: Actual total number of participants enrolled in study" .

fhir:_network  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) AuditEvent.agent.network" , "(Modified) ExplanationOfBenefit.benefitBalance.network" , "(Modified) AuditEvent.entity.agent.network" , "(Modified) InsurancePlan.network" , "(Modified) Coverage.costToBeneficiary.network" , "(Modified) OrganizationAffiliation.network" , "(Modified) CoverageEligibilityResponse.insurance.item.network" , "(Modified) Coverage.network" , "(Modified) InsurancePlan.plan.network" , "(Modified) InsurancePlan.coverage.network" ;
        rdfs:label    "_network" .

fhir:effective  a                       owl:ObjectProperty ;
        rdfs:comment                    "Observation.effective" , "MedicationStatement.effective" , "DiagnosticReport.effective" , "ClinicalImpression.effective" ;
        rdfs:label                      "effective" ;
        fhir:modifierExtensionProperty  fhir:_effective .

fhir:textEquivalent  a                  owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.textEquivalent: A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." , "PlanDefinition.action.action.textEquivalent: A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." , "PlanDefinition.action.textEquivalent: A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." , "RequestOrchestration.action.action.textEquivalent: A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." ;
        rdfs:label                      "textEquivalent" ;
        fhir:modifierExtensionProperty  fhir:_textEquivalent ;
        dc:title                        "RequestOrchestration.action.action.textEquivalent: Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system" , "PlanDefinition.action.textEquivalent: Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system" , "RequestOrchestration.action.textEquivalent: Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system" , "PlanDefinition.action.action.textEquivalent: Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system" .

fhir:preferred  a                       owl:ObjectProperty ;
        rdfs:comment                    "RelatedPerson.communication.preferred: Indicates whether or not the related person prefers this language (over other languages he or she masters up a certain level)." , "SubstanceDefinition.name.translation.preferred: If this is the preferred name for this substance." , "Practitioner.communication.preferred: Indicates whether or not the person prefers this language (over other languages he masters up a certain level)." , "SubstanceDefinition.name.synonym.preferred: If this is the preferred name for this substance." , "Patient.communication.preferred: Indicates whether or not the patient prefers this language (over other languages he masters up a certain level)." , "SubstanceDefinition.name.preferred: If this is the preferred name for this substance." , "Person.communication.preferred: Indicates whether or not the person prefers this language (over other languages he masters up a certain level)." , "NamingSystem.uniqueId.preferred: Indicates whether this identifier is the \"preferred\" identifier of this type." ;
        rdfs:label                      "preferred" ;
        fhir:modifierExtensionProperty  fhir:_preferred ;
        dc:title                        "SubstanceDefinition.name.preferred: If this is the preferred name for this substance" , "Patient.communication.preferred: Language preference indicator" , "SubstanceDefinition.name.translation.preferred: If this is the preferred name for this substance" , "Person.communication.preferred: Language preference indicator" , "RelatedPerson.communication.preferred: Language preference indicator" , "SubstanceDefinition.name.synonym.preferred: If this is the preferred name for this substance" , "NamingSystem.uniqueId.preferred: Is this the id that should be used for this type" , "Practitioner.communication.preferred: Language preference indicator" .

fhir:ImplementationGuide
        a                owl:Class ;
        rdfs:comment     "A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts." ;
        rdfs:label       "ImplementationGuide" ;
        rdfs:subClassOf  w5:conformance.misc , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:fhirVersion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:manifest
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDependsOnComponent ;
                           owl:onProperty     fhir:dependsOn
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionComponent ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:license
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:packageId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideManifestComponent ;
                           owl:onProperty     fhir:manifest
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:packageId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:license
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:fhirVersion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideGlobalComponent ;
                           owl:onProperty     fhir:global
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] .

fhir:EvidenceReportRelatesToTargetComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceReportRelatesToComponent.EvidenceReportRelatesToTargetComponent: The target composition/document of this relationship." ;
        rdfs:label       "EvidenceReportRelatesToTargetComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] .

fhir:_applicability  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.specificCost.benefit.cost.applicability" , "(Modified) ClinicalUseDefinition.indication.applicability" , "(Modified) ClinicalUseDefinition.contraindication.applicability" , "(Modified) ChargeItemDefinition.propertyGroup.applicability" , "(Modified) ChargeItemDefinition.applicability" ;
        rdfs:label    "_applicability" .

fhir:min  a                             owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.link.min: Minimum occurrences for this link." , "ParameterDefinition.min: The minimum number of times this parameter SHALL appear in the request or response." , "ElementDefinition.base.min: Minimum cardinality of the base element identified by the path." , "OperationDefinition.parameter.min: The minimum number of times this parameter SHALL appear in the request or response." , "ElementDefinition.min: The minimum number of times this element SHALL appear in the instance." , "MessageDefinition.focus.min: Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition." , "StructureMap.group.rule.source.min: Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content." , "StructureMap.group.rule.rule.source.min: Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content." , "OperationDefinition.parameter.part.min: The minimum number of times this parameter SHALL appear in the request or response." ;
        rdfs:label                      "min" ;
        fhir:modifierExtensionProperty  fhir:_min ;
        dc:title                        "OperationDefinition.parameter.min: Minimum Cardinality" , "StructureMap.group.rule.rule.source.min: Specified minimum cardinality" , "MessageDefinition.focus.min: Minimum number of focuses of this type" , "ElementDefinition.base.min: Min cardinality of the base element" , "ParameterDefinition.min: Minimum cardinality" , "ElementDefinition.min: Minimum Cardinality" , "StructureMap.group.rule.source.min: Specified minimum cardinality" , "OperationDefinition.parameter.part.min: Minimum Cardinality" , "GraphDefinition.link.min: Minimum occurrences for this link" .

fhir:DeviceNameComponent
        a                owl:Class ;
        rdfs:comment     "DeviceNameComponent: This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.  This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition." ;
        rdfs:label       "DeviceNameComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] .

fhir:Payment  a          owl:Class ;
        rdfs:comment     "ClaimResponse.Payment: Payment details for the adjudication of the claim." , "ExplanationOfBenefit.Payment: Payment details for the adjudication of the claim." ;
        rdfs:label       "Payment" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:adjustment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:adjustment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:adjustment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:adjustmentReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:adjustmentReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:adjustment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:adjustmentReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:adjustmentReason
                         ] .

fhir:organismName  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organismName: The organism accepted Scientific name shall be provided based on the organism taxonomy." ;
        rdfs:label                      "organismName" ;
        fhir:modifierExtensionProperty  fhir:_organismName ;
        dc:title                        "SubstanceSourceMaterial.organismName: The organism accepted Scientific name shall be provided based on the organism taxonomy" .

fhir:relative  a                        owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative: A sequence defined relative to another sequence." ;
        rdfs:label                      "relative" ;
        fhir:modifierExtensionProperty  fhir:_relative ;
        dc:title                        "MolecularSequence.relative: A sequence defined relative to another sequence" .

fhir:Ratio  a            owl:Class ;
        rdfs:comment     "A relationship of two Quantity values - expressed as a numerator and a denominator." ;
        rdfs:label       "Ratio" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:denominator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:denominator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numerator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:numerator
                         ] ;
        dc:title         "A ratio of two Quantity values - a numerator and a denominator" .

fhir:item  a                            owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item: A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details." , "NutritionProduct.ingredient.item: The ingredient contained in the product." , "CoverageEligibilityResponse.insurance.item: Benefits and optionally current balances, and authorization details by category or service." , "QuestionnaireResponse.item.item: Sub-questions, sub-groups or display items nested beneath a group." , "MedicationKnowledge.definitional.ingredient.item: A reference to the resource that provides information about the ingredient." , "Questionnaire.item.item: Text, questions and other groups to be nested beneath a question or group." , "SupplyDelivery.suppliedItem.item" , "QuestionnaireResponse.item.item.answer.item: Nested groups and/or questions found within this particular answer." , "InventoryReport.inventoryListing.item.item: The code or reference to the item type." , "AdverseEvent.mitigatingAction.item" , "Linkage.item: Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items." , "SupplyRequest.item: The item that is requested to be supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known list." , "QuestionnaireResponse.item.answer.item.answer.item: Nested groups and/or questions found within this particular answer." , "PackagedProductDefinition.packaging.containedItem.item: The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package. This also allows another whole packaged product to be included, which is solely for the case where a package of other entire packages is wanted - such as a wholesale or distribution pack (for layers within one package, use PackagedProductDefinition.packaging.packaging)." , "QuestionnaireResponse.item.answer.item: Nested groups and/or questions found within this particular answer." , "Questionnaire.item.item.item: Text, questions and other groups to be nested beneath a question or group." , "Questionnaire.item: A particular question, question grouping or display text that is part of the questionnaire." , "CoverageEligibilityRequest.item: Service categories or billable services for which benefit details and/or an authorization prior to service delivery may be required by the payor." , "AdverseEvent.contributingFactor.item" , "PackagedProductDefinition.packaging.packaging.containedItem.item: The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package. This also allows another whole packaged product to be included, which is solely for the case where a package of other entire packages is wanted - such as a wholesale or distribution pack (for layers within one package, use PackagedProductDefinition.packaging.packaging)." , "QuestionnaireResponse.item: A group or question item from the original questionnaire for which answers are provided." , "NutritionProduct.nutrient.item: The (relevant) nutrients in the product." , "InventoryReport.inventoryListing.item: The item or items in this listing." , "QuestionnaireResponse.item.item.item: Sub-questions, sub-groups or display items nested beneath a group." , "AdverseEvent.supportingInfo.item" , "ClaimResponse.item: A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details." , "ClinicalUseDefinition.interaction.interactant.item" , "Claim.item: A claim line. Either a simple  product or service or a 'group' of details which can each be a simple items or groups of sub-details." , "Medication.ingredient.item: The ingredient (substance or medication) that the ingredient.strength relates to.  This is represented as a concept from a code system or described in another resource (Substance or Medication)." , "AdverseEvent.preventiveAction.item" , "QuestionnaireResponse.item.answer.item.item: Sub-questions, sub-groups or display items nested beneath a group." , "List.entry.item: A reference to the actual resource from which data was derived." , "ClinicalImpression.finding.item: Specific text, code or reference for finding or diagnosis, which may include ruled-out or resolved conditions." ;
        rdfs:label                      "item" ;
        fhir:modifierExtensionProperty  fhir:_item ;
        dc:title                        "Questionnaire.item.item.item: Nested questionnaire items" , "QuestionnaireResponse.item.item: Child items of group item" , "ExplanationOfBenefit.item: Product or service provided" , "List.entry.item: Actual entry" , "QuestionnaireResponse.item.answer.item: Child items of question" , "PackagedProductDefinition.packaging.containedItem.item: The actual item(s) of medication, as manufactured, or a device, or other medically related item (food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package" , "InventoryReport.inventoryListing.item: The item or items in this listing" , "QuestionnaireResponse.item.answer.item.answer.item: Child items of question" , "NutritionProduct.ingredient.item: The ingredient contained in the product" , "SupplyRequest.item: Medication, Substance, or Device requested to be supplied" , "Claim.item: Product or service provided" , "QuestionnaireResponse.item: Groups and questions" , "Questionnaire.item: Questions and sections within the Questionnaire" , "ClaimResponse.item: Adjudication for claim line items" , "QuestionnaireResponse.item.answer.item.item: Child items of group item" , "Questionnaire.item.item: Nested questionnaire items" , "PackagedProductDefinition.packaging.packaging.containedItem.item: The actual item(s) of medication, as manufactured, or a device, or other medically related item (food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package" , "InventoryReport.inventoryListing.item.item: The code or reference to the item type" , "QuestionnaireResponse.item.item.item: Child items of group item" , "MedicationKnowledge.definitional.ingredient.item: Substances contained in the medication" , "CoverageEligibilityResponse.insurance.item: Benefits and authorization details" , "QuestionnaireResponse.item.item.answer.item: Child items of question" , "NutritionProduct.nutrient.item: The (relevant) nutrients in the product" , "Linkage.item: Item to be linked" , "Medication.ingredient.item: The ingredient (substance or medication) that the ingredient.strength relates to" , "ClinicalImpression.finding.item: What was found" , "CoverageEligibilityRequest.item: Item to be evaluated for eligibiity" .

fhir:rating  a                          owl:ObjectProperty ;
        rdfs:comment                    "Evidence.certainty.subcomponent.rating: Assessment or judgement of the aspect." , "Evidence.certainty.rating: Assessment or judgement of the aspect." ;
        rdfs:label                      "rating" ;
        fhir:modifierExtensionProperty  fhir:_rating ;
        dc:title                        "Evidence.certainty.subcomponent.rating: Assessment or judgement of the aspect" , "Evidence.certainty.rating: Assessment or judgement of the aspect" .

fhir:_numerator  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ratio.numerator" ;
        rdfs:label    "_numerator" .

fhir:TestScriptScopeComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptScopeComponent: The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion." ;
        rdfs:label       "TestScriptScopeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:artifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conformance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:conformance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:phase
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:phase
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:artifact
                         ] .

fhir:_aggregation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.type.aggregation" ;
        rdfs:label    "_aggregation" .

fhir:minutesDuration  a                 owl:ObjectProperty ;
        rdfs:comment                    "Appointment.minutesDuration: Number of minutes that the appointment is to take. This can be less than the duration between the start and end times.  For example, where the actual time of appointment is only an estimate or if a 30 minute appointment is being requested, but any time would work.  Also, if there is, for example, a planned 15 minute break in the middle of a long appointment, the duration may be 15 minutes less than the difference between the start and end." ;
        rdfs:label                      "minutesDuration" ;
        fhir:modifierExtensionProperty  fhir:_minutesDuration ;
        dc:title                        "Appointment.minutesDuration: Can be less than start/end (e.g. estimate)" .

fhir:AuditEventEntityComponent
        a                owl:Class ;
        rdfs:comment     "AuditEventEntityComponent: Specific instances of data or objects that have been accessed." ;
        rdfs:label       "AuditEventEntityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AuditEventEntityComponentAgent ;
                           owl:onProperty     fhir:agent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:base64Binary ;
                           owl:onProperty     fhir:query
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:what
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AuditEventEntityDetailComponent ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:securityLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:query
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:what
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] .

fhir:rate  a                            owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.administration.rate" , "NutritionIntake.consumedItem.rate: Rate at which enteral feeding was administered." , "MedicationAdministration.dosage.rate" , "Dosage.doseAndRate.rate" ;
        rdfs:label                      "rate" ;
        fhir:modifierExtensionProperty  fhir:_rate ;
        dc:title                        "NutritionIntake.consumedItem.rate: Rate at which enteral feeding was administered" .

fhir:CompartmentDefinition
        a                owl:Class ;
        rdfs:comment     "A compartment definition that defines how resources are accessed on a server." ;
        rdfs:label       "CompartmentDefinition" ;
        rdfs:subClassOf  fhir:CanonicalResource , w5:conformance.behavior ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:search
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CompartmentDefinitionResourceComponent ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:search
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] .

fhir:renderedDosageInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationStatement.renderedDosageInstruction: The full representation of the dose of the medication included in all dosage instructions.  To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses." , "MedicationRequest.renderedDosageInstruction: The full representation of the dose of the medication included in all dosage instructions.  To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses." , "MedicationDispense.renderedDosageInstruction: The full representation of the dose of the medication included in all dosage instructions.  To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses." ;
        rdfs:label                      "renderedDosageInstruction" ;
        fhir:modifierExtensionProperty  fhir:_renderedDosageInstruction ;
        dc:title                        "MedicationStatement.renderedDosageInstruction: Full representation of the dosage instructions" , "MedicationRequest.renderedDosageInstruction: Full representation of the dosage instructions" , "MedicationDispense.renderedDosageInstruction: Full representation of the dosage instructions" .

fhir:methodType  a                      owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.methodType: Type of the methods used in the analysis, e.g., Fluorescence in situ hybridization (FISH), Karyotyping, or Microsatellite instability testing (MSI)." ;
        rdfs:label                      "methodType" ;
        fhir:modifierExtensionProperty  fhir:_methodType ;
        dc:title                        "GenomicStudy.analysis.methodType: Type of the methods used in the analysis (e.g., FISH, Karyotyping, MSI)" .

fhir:parent  a                          owl:ObjectProperty ;
        rdfs:comment                    "MessageDefinition.parent: Identifies a protocol or workflow that this MessageDefinition represents a step in." , "BiologicallyDerivedProduct.parent: Parent product (if any) for this biologically-derived product." , "Device.parent: The higher level or encompassing device that this device is a logical part of." , "Requirements.statement.parent: A larger requirement that this requirement helps to refine and enable." , "RiskAssessment.parent: A reference to a resource that this risk assessment is part of, such as a Procedure." , "Specimen.parent: Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen." ;
        rdfs:label                      "parent" ;
        fhir:modifierExtensionProperty  fhir:_parent ;
        dc:title                        "Specimen.parent: Specimen from which this specimen originated" , "Device.parent: The higher level or encompassing device that this device is a logical part of" , "MessageDefinition.parent: Protocol/workflow this is part of" , "RiskAssessment.parent: Part of this occurrence" , "Requirements.statement.parent: A larger requirement that this requirement helps to refine and enable" , "BiologicallyDerivedProduct.parent: The parent biologically-derived product" .

fhir:sourceId  a                        owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.referencedFrom.sourceId: The id of the element in the referencing resource that is expected to resolve to this resource." , "TestScript.test.action.assert.sourceId: Fixture to evaluate the XPath/JSONPath expression or the headerField  against." , "TestScript.setup.action.assert.sourceId: Fixture to evaluate the XPath/JSONPath expression or the headerField  against." , "TestScript.variable.sourceId: Fixture to evaluate the XPath/JSONPath expression or the headerField  against within this variable." , "OperationDefinition.parameter.part.referencedFrom.sourceId: The id of the element in the referencing resource that is expected to resolve to this resource." , "GraphDefinition.link.sourceId: The source node for this link." , "TestScript.setup.action.operation.sourceId: The id of the fixture used as the body of a PUT or POST request." , "TestScript.teardown.action.operation.sourceId: The id of the fixture used as the body of a PUT or POST request." , "TestScript.test.action.operation.sourceId: The id of the fixture used as the body of a PUT or POST request." ;
        rdfs:label                      "sourceId" ;
        fhir:modifierExtensionProperty  fhir:_sourceId ;
        dc:title                        "OperationDefinition.parameter.referencedFrom.sourceId: Element id of reference" , "TestScript.teardown.action.operation.sourceId: Fixture Id of body for PUT and POST requests" , "TestScript.test.action.assert.sourceId: Fixture Id of source expression or headerField" , "TestScript.setup.action.assert.sourceId: Fixture Id of source expression or headerField" , "TestScript.test.action.operation.sourceId: Fixture Id of body for PUT and POST requests" , "TestScript.variable.sourceId: Fixture Id of source expression or headerField within this variable" , "OperationDefinition.parameter.part.referencedFrom.sourceId: Element id of reference" , "GraphDefinition.link.sourceId: Source Node for this link" , "TestScript.setup.action.operation.sourceId: Fixture Id of body for PUT and POST requests" .

fhir:_requestedPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Task.requestedPeriod" , "(Modified) Appointment.requestedPeriod" ;
        rdfs:label    "_requestedPeriod" .

fhir:_chromosome  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.startingSequence.chromosome" ;
        rdfs:label    "_chromosome" .

fhir:isSubPotent  a                     owl:ObjectProperty ;
        rdfs:comment                    "MedicationAdministration.isSubPotent: An indication that the full dose was not administered." ;
        rdfs:label                      "isSubPotent" ;
        fhir:modifierExtensionProperty  fhir:_isSubPotent ;
        dc:title                        "MedicationAdministration.isSubPotent: Full dose was not administered" .

fhir:presentedForm  a                   owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.presentedForm: Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent." ;
        rdfs:label                      "presentedForm" ;
        fhir:modifierExtensionProperty  fhir:_presentedForm ;
        dc:title                        "DiagnosticReport.presentedForm: Entire report as issued" .

fhir:repetitions  a                     owl:ObjectProperty ;
        rdfs:comment                    "Transport.restriction.repetitions: Indicates the number of times the requested action should occur." , "Task.restriction.repetitions: Indicates the number of times the requested action should occur." ;
        rdfs:label                      "repetitions" ;
        fhir:modifierExtensionProperty  fhir:_repetitions ;
        dc:title                        "Transport.restriction.repetitions: How many times to repeat" , "Task.restriction.repetitions: How many times to repeat" .

fhir:aggregate  a                       owl:ObjectProperty ;
        rdfs:comment                    "Account.balance.aggregate: Who is expected to pay this part of the balance." ;
        rdfs:label                      "aggregate" ;
        fhir:modifierExtensionProperty  fhir:_aggregate ;
        dc:title                        "Account.balance.aggregate: Who is expected to pay this part of the balance" .

fhir:EvidenceStatisticComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceStatisticComponent: Values and parameters for a single statistic." ;
        rdfs:label       "EvidenceStatisticComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:numberOfEvents
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numberAffected
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticModelCharacteristicComponent ;
                           owl:onProperty     fhir:modelCharacteristic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:numberAffected
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sampleSize
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numberOfEvents
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:statisticType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticSampleSizeComponent ;
                           owl:onProperty     fhir:sampleSize
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticAttributeEstimateComponent ;
                           owl:onProperty     fhir:attributeEstimate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:statisticType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:ImplementationGuideDefinitionParameterComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionParameterComponent: A set of parameters that defines how the implementation guide is built. The parameters are defined by the relevant tools that build the implementation guides." ;
        rdfs:label       "ImplementationGuideDefinitionParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] .

fhir:CompositionEventComponent
        a                owl:Class ;
        rdfs:comment     "CompositionEventComponent: The clinical service, such as a colonoscopy or an appendectomy, being documented." ;
        rdfs:label       "CompositionEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] .

fhir:_NutritionOrder  a  owl:Class ;
        rdfs:comment     "(Modified) NutritionOrder" ;
        rdfs:label       "_NutritionOrder" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:TaskInputComponent
        a                owl:Class ;
        rdfs:comment     "TaskInputComponent: Additional information that may be needed in the execution of the task." ;
        rdfs:label       "TaskInputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:rule  a                            owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.rule: Rules contained in this rule." , "GraphDefinition.link.compartment.rule: identical | matching | different | no-rule | custom." , "Permission.rule: A set of rules." , "StructureMap.group.rule.rule.rule: Rules contained in this rule." , "Contract.rule: List of Computable Policy Rule Language Representations of this Contract." , "StructureMap.group.rule: Transform Rule from source to target." ;
        rdfs:label                      "rule" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_rule ;
        dc:title                        "StructureMap.group.rule: Transform Rule from source to target" , "StructureMap.group.rule.rule: Rules contained in this rule" , "Contract.rule: Computable Contract Language" , "GraphDefinition.link.compartment.rule: identical | matching | different | custom" , "Permission.rule: Constraints to the Permission" , "StructureMap.group.rule.rule.rule: Rules contained in this rule" .

fhir:Specimen  a                     owl:Class ;
        rdfs:comment                 "A sample to be used for analysis." ;
        rdfs:label                   "Specimen" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.diagnostics ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SpecimenFeatureComponent ;
                                       owl:onProperty     fhir:feature
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SpecimenContainerComponent ;
                                       owl:onProperty     fhir:container
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:combined
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SpecimenProcessingComponent ;
                                       owl:onProperty     fhir:processing
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:condition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:receivedTime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:accessionIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:parent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:receivedTime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:collection
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:role
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:combined
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SpecimenCollectionComponent ;
                                       owl:onProperty     fhir:collection
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:accessionIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Specimen .

fhir:_MedicinalProductDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) MedicinalProductDefinition" ;
        rdfs:label       "_MedicinalProductDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:OperationDefinition
        a                owl:Class ;
        rdfs:comment     "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction)." ;
        rdfs:label       "OperationDefinition" ;
        rdfs:subClassOf  fhir:CanonicalResource , w5:conformance.behavior ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inputProfile
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:outputProfile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:outputProfile
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:affectsState
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:inputProfile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:instance
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:system
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:affectsState
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:base
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionOverloadComponent ;
                           owl:onProperty     fhir:overload
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:base
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] .

fhir:process  a                         owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process: A group of operations that represents a significant step within a scenario." , "ExampleScenario.process.step.process: Indicates that the step is a complex sub-process with its own steps." , "ExampleScenario.process.step.process.step.process: Indicates that the step is a complex sub-process with its own steps." , "ExampleScenario.process.step.alternative.step.process: Indicates that the step is a complex sub-process with its own steps." , "ExampleScenario.process.step.process.step.alternative.step.process: Indicates that the step is a complex sub-process with its own steps." , "ExampleScenario.process.step.alternative.step.process.step.process: Indicates that the step is a complex sub-process with its own steps." ;
        rdfs:label                      "process" ;
        fhir:modifierExtensionProperty  fhir:_process ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.step.process: Step is nested process" , "ExampleScenario.process.step.alternative.step.process: Step is nested process" , "ExampleScenario.process: Major process within scenario" , "ExampleScenario.process.step.process: Step is nested process" , "ExampleScenario.process.step.process.step.alternative.step.process: Step is nested process" , "ExampleScenario.process.step.process.step.process: Step is nested process" .

fhir:CitationCitedArtifactContributorshipEntryContributionInstanceComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactContributorshipComponent.CitationCitedArtifactContributorshipEntryComponent.CitationCitedArtifactContributorshipEntryContributionInstanceComponent: Contributions with accounting for time or number." ;
        rdfs:label       "CitationCitedArtifactContributorshipEntryContributionInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:time
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:time
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:EncounterAdmissionComponent
        a                owl:Class ;
        rdfs:comment     "EncounterAdmissionComponent: Details about the stay during which a healthcare service is provided.\r\rThis does not describe the event of admitting the patient, but rather any information that is relevant from the time of admittance until the time of discharge." ;
        rdfs:label       "EncounterAdmissionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dischargeDisposition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reAdmission
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:admitSource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAdmissionIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:admitSource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:dischargeDisposition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reAdmission
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:preAdmissionIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:origin
                         ] .

fhir:_MedicationDispense
        a                owl:Class ;
        rdfs:comment     "(Modified) MedicationDispense" ;
        rdfs:label       "_MedicationDispense" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:translation  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.name.synonym.translation: A translation for this name into another human language." , "SubstanceDefinition.name.translation.translation: A translation for this name into another human language." , "TerminologyCapabilities.translation: Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation." , "SubstanceDefinition.name.translation: A translation for this name into another human language." , "TerminologyCapabilities.closure.translation: If cross-system closure is supported." ;
        rdfs:label                      "translation" ;
        fhir:modifierExtensionProperty  fhir:_translation ;
        dc:title                        "SubstanceDefinition.name.translation.translation: A translation for this name into another human language" , "SubstanceDefinition.name.translation: A translation for this name into another human language" , "SubstanceDefinition.name.synonym.translation: A translation for this name into another human language" , "TerminologyCapabilities.translation: Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation" , "TerminologyCapabilities.closure.translation: If cross-system closure is supported" .

fhir:ObservationTriggeredByComponent
        a                owl:Class ;
        rdfs:comment     "ObservationTriggeredByComponent: Identifies the observation(s) that triggered the performance of this observation." ;
        rdfs:label       "ObservationTriggeredByComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:observation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:observation
                         ] .

fhir:_etag  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.entry.response.etag" ;
        rdfs:label    "_etag" .

fhir:_dateCriterion  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.dateCriterion" ;
        rdfs:label    "_dateCriterion" .

fhir:_administrationInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.administrationInstruction" ;
        rdfs:label    "_administrationInstruction" .

fhir:part  a                            owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.part: The parts of a nested Parameter." , "MedicinalProductDefinition.name.part.part: A fragment of a product name." , "Citation.citedArtifact.part: The component of the article or artifact." , "OperationDefinition.parameter.part: The parts of a nested Parameter." , "MedicinalProductDefinition.name.part: Coding words or phrases of the name." , "Parameters.parameter.part: A named part of a multi-part parameter." , "SubstanceSourceMaterial.partDescription.part: Entity of anatomical origin of source material within an organism." , "Parameters.parameter.part.part: A named part of a multi-part parameter." , "SubstanceDefinition.sourceMaterial.part: An anatomical origin of the source material within an organism." ;
        rdfs:label                      "part" ;
        fhir:modifierExtensionProperty  fhir:_part ;
        dc:title                        "Citation.citedArtifact.part: The component of the article or artifact" , "Parameters.parameter.part.part: Named part of a multi-part parameter" , "MedicinalProductDefinition.name.part: Coding words or phrases of the name" , "Parameters.parameter.part: Named part of a multi-part parameter" , "OperationDefinition.parameter.part: Parts of a nested Parameter" , "MedicinalProductDefinition.name.part.part: A fragment of a product name" , "SubstanceSourceMaterial.partDescription.part: Entity of anatomical origin of source material within an organism" , "SubstanceDefinition.sourceMaterial.part: An anatomical origin of the source material within an organism" , "OperationDefinition.parameter.part.part: Parts of a nested Parameter" .

fhir:_billablePeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.billablePeriod" , "(Modified) Claim.billablePeriod" ;
        rdfs:label    "_billablePeriod" .

fhir:requestHeader  a                   owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation.requestHeader: Header elements would be used to set HTTP headers." , "TestScript.test.action.operation.requestHeader: Header elements would be used to set HTTP headers." , "TestScript.setup.action.operation.requestHeader: Header elements would be used to set HTTP headers." ;
        rdfs:label                      "requestHeader" ;
        fhir:modifierExtensionProperty  fhir:_requestHeader ;
        dc:title                        "TestScript.teardown.action.operation.requestHeader: Each operation can have one or more header elements" , "TestScript.test.action.operation.requestHeader: Each operation can have one or more header elements" , "TestScript.setup.action.operation.requestHeader: Each operation can have one or more header elements" .

fhir:_shortTitle  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.shortTitle" ;
        rdfs:label    "_shortTitle" .

fhir:_securityLabel  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DocumentReference.securityLabel" , "(Modified) Contract.term.group.securityLabel" , "(Modified) Contract.term.securityLabel" , "(Modified) Consent.provision.provision.securityLabel" , "(Modified) Consent.provision.securityLabel" , "(Modified) AuditEvent.entity.securityLabel" ;
        rdfs:label    "_securityLabel" .

fhir:_procedure  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.procedure.procedure" , "(Modified) Claim.procedure.procedure" , "(Modified) ExplanationOfBenefit.procedure" , "(Modified) Specimen.collection.procedure" , "(Modified) ImagingStudy.procedure" , "(Modified) Claim.procedure" , "(Modified) FamilyMemberHistory.procedure" , "(Modified) Account.procedure" ;
        rdfs:label    "_procedure" .

fhir:periodMax  a                       owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.periodMax: If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as \"do this once every 3-5 days." ;
        rdfs:label                      "periodMax" ;
        fhir:modifierExtensionProperty  fhir:_periodMax ;
        dc:title                        "Timing.repeat.periodMax: Upper limit of period (3-4 hours)" .

fhir:monograph  a                       owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.monograph: Associated documentation about the medication." ;
        rdfs:label                      "monograph" ;
        fhir:modifierExtensionProperty  fhir:_monograph ;
        dc:title                        "MedicationKnowledge.monograph: Associated documentation about the medication" .

fhir:_eventsSinceSubscriptionStart
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionStatus.eventsSinceSubscriptionStart" ;
        rdfs:label    "_eventsSinceSubscriptionStart" .

fhir:QuestionnaireResponseItemAnswerComponent
        a                owl:Class ;
        rdfs:comment     "QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponent: The respondent's answer(s) to the question." , "QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem.QuestionnaireResponseItemAnswerComponent: The respondent's answer(s) to the question." , "QuestionnaireResponseItemComponentItem.QuestionnaireResponseItemAnswerComponent: The respondent's answer(s) to the question." ;
        rdfs:label       "QuestionnaireResponseItemAnswerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem.QuestionnaireResponseItemAnswerComponentItem ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemComponentItem.QuestionnaireResponseItemAnswerComponentItem ;
                           owl:onProperty     fhir:item
                         ] .

fhir:formatted  a                       owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.formatted: Sequence that was observed as file content. Can be an actual file contents, or referenced by a URL to an external system." ;
        rdfs:label                      "formatted" ;
        fhir:modifierExtensionProperty  fhir:_formatted ;
        dc:title                        "MolecularSequence.formatted: Embedded file or a link (URL) which contains content to represent the sequence" .

fhir:restoreDate  a                     owl:ObjectProperty ;
        rdfs:comment                    "MarketingStatus.restoreDate: The date when the Medicinal Product is placed on the market by the Marketing Authorization Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain." ;
        rdfs:label                      "restoreDate" ;
        fhir:modifierExtensionProperty  fhir:_restoreDate ;
        dc:title                        "MarketingStatus.restoreDate: The date when the Medicinal Product is placed on the market by the Marketing Authorization Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain" .

fhir:_grouping  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.definition.grouping" ;
        rdfs:label    "_grouping" .

fhir:definition  a                      owl:ObjectProperty ;
        rdfs:comment                    "QuestionnaireResponse.item.definition: A reference to an [ElementDefinition](elementdefinition.html) that provides the details for the item." , "ImplementationGuide.definition: The information needed by an IG publisher tool to publish the whole implementation guide." , "CapabilityStatement.messaging.supportedMessage.definition: Points to a message definition that identifies the messaging event, message structure, allowed responses, etc." , "RequestOrchestration.action.action.definition" , "Device.definition: The reference to the definition for the device." , "MedicationKnowledge.definitional.definition: Associated definitions for this medication." , "RequestOrchestration.action.definition" , "PlanDefinition.action.action.definition" , "QuestionnaireResponse.item.answer.item.definition: A reference to an [ElementDefinition](elementdefinition.html) that provides the details for the item." , "QuestionnaireResponse.item.item.definition: A reference to an [ElementDefinition](elementdefinition.html) that provides the details for the item." , "SearchParameter.component.definition: The definition of the search parameter that describes this part." , "CodeSystem.concept.definition: The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept." , "Measure.term.definition: Provides a definition for the term as used within the measure." , "PlanDefinition.action.definition" , "CapabilityStatement.rest.resource.operation.definition: Where the formal definition can be found. If a server references the base definition of an Operation (i.e. from the specification itself such as ```http://hl7.org/fhir/OperationDefinition/ValueSet-expand```), that means it supports the full capabilities of the operation - e.g. both GET and POST invocation.  If it only supports a subset, it must define its own custom [OperationDefinition](operationdefinition.html#) with a 'base' of the original OperationDefinition.  The custom definition would describe the specific subset of functionality supported." , "CapabilityStatement.rest.resource.searchParam.definition: An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs." , "CapabilityStatement.rest.operation.definition: Where the formal definition can be found. If a server references the base definition of an Operation (i.e. from the specification itself such as ```http://hl7.org/fhir/OperationDefinition/ValueSet-expand```), that means it supports the full capabilities of the operation - e.g. both GET and POST invocation.  If it only supports a subset, it must define its own custom [OperationDefinition](operationdefinition.html#) with a 'base' of the original OperationDefinition.  The custom definition would describe the specific subset of functionality supported." , "CapabilityStatement.rest.searchParam.definition: An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs." , "ConditionDefinition.definition: Formal definitions of the condition. These may be references to ontologies, published clinical protocols or research papers." , "ElementDefinition.definition: Provides a complete explanation of the meaning of the data element for human readability.  For the case of elements derived from existing elements (e.g. constraints), the definition SHALL be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource. (Note: The text you are reading is specified in ElementDefinition.definition)." , "MessageHeader.definition: Permanent link to the MessageDefinition for this message." , "Medication.definition: A reference to a knowledge resource that provides more information about this medication." , "CodeSystem.concept.concept.definition: The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept." , "Questionnaire.item.item.definition: This element is a URI that refers to an [ElementDefinition](elementdefinition.html) or to an [ObservationDefinition](observationdefinition.html) that provides information about this item, including information that might otherwise be included in the instance of the Questionnaire resource. A detailed description of the construction of the URI is shown in [Comments](questionnaire.html#definition), below." , "Questionnaire.item.definition: This element is a URI that refers to an [ElementDefinition](elementdefinition.html) or to an [ObservationDefinition](observationdefinition.html) that provides information about this item, including information that might otherwise be included in the instance of the Questionnaire resource. A detailed description of the construction of the URI is shown in [Comments](questionnaire.html#definition), below." ;
        rdfs:label                      "definition" ;
        fhir:modifierExtensionProperty  fhir:_definition ;
        dc:title                        "CodeSystem.concept.concept.definition: Formal definition" , "CapabilityStatement.rest.resource.operation.definition: The defined operation/query" , "CapabilityStatement.rest.resource.searchParam.definition: Source of definition for parameter" , "CapabilityStatement.messaging.supportedMessage.definition: Message supported by this system" , "QuestionnaireResponse.item.answer.item.definition: ElementDefinition - details for the item" , "ElementDefinition.definition: Full formal definition as narrative text" , "Questionnaire.item.definition: ElementDefinition - details for the item" , "Questionnaire.item.item.definition: ElementDefinition - details for the item" , "SearchParameter.component.definition: Defines how the part works" , "QuestionnaireResponse.item.item.definition: ElementDefinition - details for the item" , "Device.definition: The reference to the definition for the device" , "Medication.definition: Knowledge about this medication" , "MessageHeader.definition: Link to the definition for this message" , "Measure.term.definition: Meaning of the term" , "CapabilityStatement.rest.operation.definition: The defined operation/query" , "ImplementationGuide.definition: Information needed to build the IG" , "CapabilityStatement.rest.searchParam.definition: Source of definition for parameter" , "MedicationKnowledge.definitional.definition: Definitional resources that provide more information about this medication" , "CodeSystem.concept.definition: Formal definition" , "QuestionnaireResponse.item.definition: ElementDefinition - details for the item" , "ConditionDefinition.definition: Formal Definition for the condition" .

fhir:BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent
        a                owl:Class ;
        rdfs:comment     "BodyStructureIncludedStructureBodyLandmarkOrientationComponent.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent: The distance in centimeters a certain observation is made from a body landmark." , "BodyStructureIncludedStructureComponent.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent: The distance in centimeters a certain observation is made from a body landmark." ;
        rdfs:label       "BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:device
                         ] .

fhir:dayOfWeek  a                       owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.monthlyTemplate.dayOfWeek: Indicates which day of the week the recurring appointments should occur each nth week." , "Timing.repeat.dayOfWeek: If one or more days of week is provided, then the action happens only on the specified day(s)." ;
        rdfs:label                      "dayOfWeek" ;
        fhir:modifierExtensionProperty  fhir:_dayOfWeek ;
        dc:title                        "Appointment.recurrenceTemplate.monthlyTemplate.dayOfWeek: Indicates which day of the week the appointment should occur" , "Timing.repeat.dayOfWeek: mon | tue | wed | thu | fri | sat | sun" .

fhir:_variableDefinition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic.variable.variableDefinition" , "(Modified) Evidence.variableDefinition" ;
        rdfs:label    "_variableDefinition" .

fhir:nodeRole  a     owl:ObjectProperty ;
        rdfs:domain  fhir:Resource ;
        rdfs:label   "nodeRole" ;
        rdfs:range   fhir:treeRoot ;
        dc:title     "Identifies role of subject in context of a given document" .

fhir:Permission  a                   owl:Class ;
        rdfs:comment                 "Permission resource holds access rules for a given data and context." ;
        rdfs:label                   "Permission" ;
        rdfs:subClassOf              fhir:DomainResource , w5:infrastructure.information ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:asserter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:combining
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PermissionJustificationComponent ;
                                       owl:onProperty     fhir:justification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:justification
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:validity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Rule ;
                                       owl:onProperty     fhir:rule
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:combining
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:validity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:asserter
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Permission .

fhir:dateWritten  a                     owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.dateWritten: The date (and perhaps time) when the prescription was written." ;
        rdfs:label                      "dateWritten" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_dateWritten ;
        dc:title                        "VisionPrescription.dateWritten: When prescription was authorized" .

fhir:ratioHighLimitAmount
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.relationship.ratioHighLimitAmount: For use when the numeric has an uncertain range." ;
        rdfs:label                      "ratioHighLimitAmount" ;
        fhir:modifierExtensionProperty  fhir:_ratioHighLimitAmount ;
        dc:title                        "SubstanceDefinition.relationship.ratioHighLimitAmount: For use when the numeric has an uncertain range" .

fhir:_relatedData  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.output.relatedData" , "(Modified) PlanDefinition.action.action.input.relatedData" , "(Modified) RequestOrchestration.action.input.relatedData" , "(Modified) PlanDefinition.action.input.relatedData" , "(Modified) RequestOrchestration.action.output.relatedData" , "(Modified) RequestOrchestration.action.action.output.relatedData" , "(Modified) RequestOrchestration.action.action.input.relatedData" , "(Modified) PlanDefinition.action.action.output.relatedData" ;
        rdfs:label    "_relatedData" .

fhir:_inforce  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityResponse.insurance.inforce" ;
        rdfs:label    "_inforce" .

fhir:_reportingVendor
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.reportingVendor" ;
        rdfs:label    "_reportingVendor" .

fhir:_sequenceRange  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.sequenceRange" ;
        rdfs:label    "_sequenceRange" .

fhir:member  a                          owl:ObjectProperty ;
        rdfs:comment                    "Group.member: Identifies the resource instances that are members of the group." , "CareTeam.participant.member: The specific person or organization who is participating/expected to participate in the care team." ;
        rdfs:label                      "member" ;
        rdfs:subPropertyOf              w5:who.focus , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_member ;
        dc:title                        "Group.member: Who or what is in group" , "CareTeam.participant.member: Who is involved" .

fhir:_versionAlgorithm
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Library.versionAlgorithm" , "(Modified) ValueSet.versionAlgorithm" , "(Modified) Questionnaire.versionAlgorithm" , "(Modified) Requirements.versionAlgorithm" , "(Modified) TestScript.versionAlgorithm" , "(Modified) SubscriptionTopic.versionAlgorithm" , "(Modified) CodeSystem.versionAlgorithm" , "(Modified) SpecimenDefinition.versionAlgorithm" , "(Modified) TerminologyCapabilities.versionAlgorithm" , "(Modified) ConceptMap.versionAlgorithm" , "(Modified) CompartmentDefinition.versionAlgorithm" , "(Modified) StructureMap.versionAlgorithm" , "(Modified) SearchParameter.versionAlgorithm" , "(Modified) EventDefinition.versionAlgorithm" , "(Modified) ObservationDefinition.versionAlgorithm" , "(Modified) CanonicalResource.versionAlgorithm" , "(Modified) StructureDefinition.versionAlgorithm" , "(Modified) MessageDefinition.versionAlgorithm" , "(Modified) PlanDefinition.versionAlgorithm" , "(Modified) ExampleScenario.versionAlgorithm" , "(Modified) NamingSystem.versionAlgorithm" , "(Modified) ConditionDefinition.versionAlgorithm" , "(Modified) Measure.versionAlgorithm" , "(Modified) ActivityDefinition.versionAlgorithm" , "(Modified) ChargeItemDefinition.versionAlgorithm" , "(Modified) EvidenceVariable.versionAlgorithm" , "(Modified) Evidence.versionAlgorithm" , "(Modified) Citation.versionAlgorithm" , "(Modified) GraphDefinition.versionAlgorithm" , "(Modified) ActorDefinition.versionAlgorithm" , "(Modified) TestPlan.versionAlgorithm" , "(Modified) OperationDefinition.versionAlgorithm" , "(Modified) ImplementationGuide.versionAlgorithm" , "(Modified) CapabilityStatement.versionAlgorithm" ;
        rdfs:label    "_versionAlgorithm" .

fhir:_subject  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.subject" , "(Modified) DocumentReference.subject" , "(Modified) RequestOrchestration.subject" , "(Modified) GenomicStudy.subject" , "(Modified) Composition.subject" , "(Modified) Basic.subject" , "(Modified) Goal.subject" , "(Modified) Appointment.subject" , "(Modified) QuestionnaireResponse.subject" , "(Modified) Consent.subject" , "(Modified) MedicationRequest.subject" , "(Modified) ClinicalUseDefinition.subject" , "(Modified) DeviceRequest.subject" , "(Modified) Contract.term.group.action.subject" , "(Modified) DeviceDispense.subject" , "(Modified) RiskAssessment.subject" , "(Modified) ObservationDefinition.subject" , "(Modified) ActivityDefinition.subject" , "(Modified) List.subject" , "(Modified) Flag.subject" , "(Modified) EvidenceReport.subject" , "(Modified) MedicationDispense.subject" , "(Modified) DataRequirement.subject" , "(Modified) Contract.subject" , "(Modified) PlanDefinition.subject" , "(Modified) NutritionIntake.subject" , "(Modified) ResearchSubject.subject" , "(Modified) Account.subject" , "(Modified) GuidanceResponse.subject" , "(Modified) ChargeItem.subject" , "(Modified) CommunicationRequest.subject" , "(Modified) MeasureReport.group.subject" , "(Modified) SpecimenDefinition.subject" , "(Modified) MedicationAdministration.subject" , "(Modified) AdverseEvent.subject" , "(Modified) CarePlan.subject" , "(Modified) ServiceRequest.subject" , "(Modified) MolecularSequence.subject" , "(Modified) Encounter.subject" , "(Modified) ImagingStudy.subject" , "(Modified) DiagnosticReport.subject" , "(Modified) MedicationStatement.subject" , "(Modified) Measure.subject" , "(Modified) Invoice.subject" , "(Modified) NutritionOrder.subject" , "(Modified) Measure.group.subject" , "(Modified) DeviceAssociation.subject" , "(Modified) CareTeam.subject" , "(Modified) PlanDefinition.action.subject" , "(Modified) RegulatedAuthorization.subject" , "(Modified) Observation.subject" , "(Modified) Communication.subject" , "(Modified) EncounterHistory.subject" , "(Modified) EventDefinition.subject" , "(Modified) MeasureReport.subject" , "(Modified) ClinicalImpression.subject" , "(Modified) Procedure.subject" , "(Modified) Library.subject" , "(Modified) PlanDefinition.action.action.subject" , "(Modified) InventoryItem.instance.subject" , "(Modified) ImagingSelection.subject" , "(Modified) Specimen.subject" , "(Modified) Contract.term.action.subject" , "(Modified) DetectedIssue.subject" ;
        rdfs:label    "_subject" .

fhir:_case  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.case" ;
        rdfs:label    "_case" .

fhir:_ClinicalUseDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) ClinicalUseDefinition" ;
        rdfs:label       "_ClinicalUseDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_cylinder  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.cylinder" ;
        rdfs:label    "_cylinder" .

fhir:_saturday  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.saturday" ;
        rdfs:label    "_saturday" .

fhir:ConceptMapGroupUnmappedComponent
        a                owl:Class ;
        rdfs:comment     "ConceptMapGroupComponent.ConceptMapGroupUnmappedComponent: What to do when there is no mapping to a target concept from the source concept and ConceptMap.group.element.noMap is not true. This provides the \"default\" to be applied when there is no target concept mapping specified or the expansion of ConceptMap.group.element.target.valueSet is empty." ;
        rdfs:label       "ConceptMapGroupUnmappedComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:otherMap
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:otherMap
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] .

fhir:Address  a          owl:Class ;
        rdfs:comment     "An address expressed using postal conventions (as opposed to GPS or other location definition formats).  This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery.  There are a variety of postal address formats defined around the world.\nThe ISO21090-codedString may be used to provide a coded representation of the contents of strings in an Address." ;
        rdfs:label       "Address" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:line
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:city
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:district
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:city
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:district
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:postalCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:state
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:state
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:postalCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:country
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:country
                         ] ;
        dc:title         "An address expressed using postal conventions (as opposed to GPS or other location definition formats)" .

fhir:_validateCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.validateCode" ;
        rdfs:label    "_validateCode" .

fhir:_dispenser  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.dispenser" ;
        rdfs:label    "_dispenser" .

fhir:_issued  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.issued" , "(Modified) Observation.issued" , "(Modified) ImagingSelection.issued" , "(Modified) DiagnosticReport.issued" , "(Modified) Contract.term.group.issued" , "(Modified) Contract.term.issued" , "(Modified) Contract.issued" ;
        rdfs:label    "_issued" .

fhir:TestReport  a                   owl:Class ;
        rdfs:comment                 "A summary of information based on the results of executing a TestScript." ;
        rdfs:label                   "TestReport" ;
        rdfs:subClassOf              w5:conformance.misc , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:testScript
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:tester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TestReportTeardownComponent ;
                                       owl:onProperty     fhir:teardown
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:tester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TestReportParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:result
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:decimal ;
                                       owl:onProperty     fhir:score
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TestReportSetupComponent ;
                                       owl:onProperty     fhir:setup
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:testScript
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:teardown
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:result
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TestReportTestComponent ;
                                       owl:onProperty     fhir:test
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:score
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:setup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_TestReport .

fhir:conditionalRead  a                 owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.conditionalRead: A code that indicates how the server supports conditional read." ;
        rdfs:label                      "conditionalRead" ;
        fhir:modifierExtensionProperty  fhir:_conditionalRead ;
        dc:title                        "CapabilityStatement.rest.resource.conditionalRead: not-supported | modified-since | not-match | full-support" .

fhir:fullUrl  a                         owl:ObjectProperty ;
        rdfs:comment                    "Bundle.entry.fullUrl: The Absolute URL for the resource. Except for transactions and batches, each entry in a Bundle must have a fullUrl. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. Even when not required, fullUrl MAY be set to a urn:uuid to allow referencing entries in a transaction. The fullUrl can be an arbitrary URI and is not limited to urn:uuid, urn:oid, http, and https. The fullUrl element SHALL have a value except when: \n* invoking a create\n* invoking or responding to an operation where the body is not a single identified resource\n* invoking or returning the results of a search or history operation." ;
        rdfs:label                      "fullUrl" ;
        fhir:modifierExtensionProperty  fhir:_fullUrl ;
        dc:title                        "Bundle.entry.fullUrl: URI for resource (e.g. the absolute URL server address, URI for UUID/OID, etc.)" .

fhir:parameterFocus  a                  owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.orderDetail.parameterFocus: Indicates the context of the order details by reference." ;
        rdfs:label                      "parameterFocus" ;
        fhir:modifierExtensionProperty  fhir:_parameterFocus ;
        dc:title                        "ServiceRequest.orderDetail.parameterFocus: The context of the order details by reference" .

fhir:_currentState  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.currentState" , "(Modified) Citation.currentState" ;
        rdfs:label    "_currentState" .

fhir:ActivityDefinition
        a                owl:Class ;
        rdfs:comment     "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context." ;
        rdfs:label       "ActivityDefinition" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:clinical.general ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:observationResultRequirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ActivityDefinitionDynamicValueComponent ;
                           owl:onProperty     fhir:dynamicValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Dosage ;
                           owl:onProperty     fhir:dosage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:product
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:product
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:product
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:product
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:doNotPerform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:priority
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:specimenRequirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:observationRequirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:asNeeded
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:asNeeded
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:asNeeded
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:asNeeded
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ActivityDefinitionParticipantComponent ;
                           owl:onProperty     fhir:participant
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:library
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:doNotPerform
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:intent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:intent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] .

fhir:daysOfWeek  a                      owl:ObjectProperty ;
        rdfs:comment                    "Availability.availableTime.daysOfWeek: mon | tue | wed | thu | fri | sat | sun." ;
        rdfs:label                      "daysOfWeek" ;
        fhir:modifierExtensionProperty  fhir:_daysOfWeek ;
        dc:title                        "Availability.availableTime.daysOfWeek: mon | tue | wed | thu | fri | sat | sun" .

fhir:containedInstance
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.instance.containedInstance: References to other instances that can be found within this instance (e.g. the observations contained in a bundle)." ;
        rdfs:label                      "containedInstance" ;
        fhir:modifierExtensionProperty  fhir:_containedInstance ;
        dc:title                        "ExampleScenario.instance.containedInstance: Resources contained in the instance" .

fhir:StructureMapGroupRuleSourceComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleSourceComponent: Source inputs to the mapping." , "StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleSourceComponent: Source inputs to the mapping." ;
        rdfs:label       "StructureMapGroupRuleSourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:logMessage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:check
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:listMode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:listMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:listMode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:check
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:listMode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:max
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:check
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:logMessage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:logMessage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:context
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:logMessage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:check
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:defaultValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:defaultValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:defaultValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:defaultValue
                         ] .

fhir:application  a                     owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.case.application: A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process." , "RegulatedAuthorization.case.application.application: A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process." ;
        rdfs:label                      "application" ;
        fhir:modifierExtensionProperty  fhir:_application ;
        dc:title                        "RegulatedAuthorization.case.application: Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure" , "RegulatedAuthorization.case.application.application: Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure" .

fhir:received  a                        owl:ObjectProperty ;
        rdfs:comment                    "Communication.received: The time when this communication arrived at the destination." ;
        rdfs:label                      "received" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_received ;
        dc:title                        "Communication.received: When received" .

fhir:AuditEventEntityComponentAgent
        a                owl:Class ;
        rdfs:comment     "The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent." ;
        rdfs:label       "AuditEventEntityComponentAgent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:who
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:network
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:network
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:network
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:network
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:network
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:network
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:policy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:requestor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authorization
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] ;
        dc:title         "Entity is attributed to this agent" .

fhir:element  a                         owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.differential.element: Captures constraints on each element within the resource." , "StructureMap.group.rule.target.element: Field to create in the context." , "StructureMap.group.rule.rule.target.element: Field to create in the context." , "StructureDefinition.snapshot.element: Captures constraints on each element within the resource." , "ConceptMap.group.element: Mappings for an individual concept in the source to one or more concepts in the target." , "StructureMap.group.rule.source.element: Optional field for this source." , "StructureMap.group.rule.rule.source.element: Optional field for this source." , "SubstanceReferenceInformation.geneElement.element: Todo." ;
        rdfs:label                      "element" ;
        fhir:modifierExtensionProperty  fhir:_element ;
        dc:title                        "StructureDefinition.snapshot.element: Definition of elements in the resource (if no StructureDefinition)" , "SubstanceReferenceInformation.geneElement.element: Todo" , "ConceptMap.group.element: Mappings for a concept from the source set" , "StructureMap.group.rule.rule.target.element: Field to create in the context" , "StructureDefinition.differential.element: Definition of elements in the resource (if no StructureDefinition)" , "StructureMap.group.rule.rule.source.element: Optional field for this source" , "StructureMap.group.rule.target.element: Field to create in the context" , "StructureMap.group.rule.source.element: Optional field for this source" .

fhir:_compose  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose" ;
        rdfs:label    "_compose" .

fhir:_environmentalSetting
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.storageGuideline.environmentalSetting" ;
        rdfs:label    "_environmentalSetting" .

fhir:_payment  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentNotice.payment" , "(Modified) ExplanationOfBenefit.payment" , "(Modified) Contract.term.group.asset.valuedItem.payment" , "(Modified) Contract.term.asset.valuedItem.payment" , "(Modified) ClaimResponse.payment" ;
        rdfs:label    "_payment" .

fhir:_preparedDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDispense.preparedDate" , "(Modified) BiologicallyDerivedProductDispense.preparedDate" ;
        rdfs:label    "_preparedDate" .

fhir:ImagingSelectionInstanceComponent
        a                owl:Class ;
        rdfs:comment     "ImagingSelectionInstanceComponent: Each imaging selection includes one or more selected DICOM SOP instances." ;
        rdfs:label       "ImagingSelectionInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sopClass
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:uid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:uid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImageRegion2D ;
                           owl:onProperty     fhir:imageRegion2D
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImageRegion3D ;
                           owl:onProperty     fhir:imageRegion3D
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:sopClass
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] .

fhir:_responseRequired
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MessageDefinition.responseRequired" ;
        rdfs:label    "_responseRequired" .

fhir:_contraindication
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.guideline.contraindication" , "(Modified) ClinicalUseDefinition.contraindication" ;
        rdfs:label    "_contraindication" .

fhir:_operator  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.operator" , "(Modified) TestScript.setup.action.assert.operator" , "(Modified) Questionnaire.item.item.enableWhen.operator" , "(Modified) Questionnaire.item.enableWhen.operator" , "(Modified) DeviceAssociation.operation.operator" , "(Modified) CodeSystem.filter.operator" ;
        rdfs:label    "_operator" .

fhir:ActivityDefinitionParticipantComponent
        a                owl:Class ;
        rdfs:comment     "ActivityDefinitionParticipantComponent: Indicates who should participate in performing the action described." ;
        rdfs:label       "ActivityDefinitionParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeReference
                         ] .

fhir:_contraindicatedVaccineCode
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.contraindicatedVaccineCode" ;
        rdfs:label    "_contraindicatedVaccineCode" .

fhir:_membership  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Group.membership" ;
        rdfs:label    "_membership" .

fhir:_recordedDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.recordedDate" , "(Modified) AllergyIntolerance.recordedDate" , "(Modified) AdverseEvent.recordedDate" ;
        rdfs:label    "_recordedDate" .

fhir:_provision  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.provision.provision" , "(Modified) Consent.provision.provision.provision" , "(Modified) Consent.provision" ;
        rdfs:label    "_provision" .

fhir:_dietPreference  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.dietPreference" ;
        rdfs:label    "_dietPreference" .

fhir:_laterality  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.series.laterality" , "(Modified) BodyStructure.excludedStructure.laterality" , "(Modified) BodyStructure.includedStructure.laterality" ;
        rdfs:label    "_laterality" .

fhir:_parentSubstanceId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.parentSubstanceId" ;
        rdfs:label    "_parentSubstanceId" .

fhir:_report  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.report" ;
        rdfs:label    "_report" .

fhir:MedicationDispensePerformerComponent
        a                owl:Class ;
        rdfs:comment     "MedicationDispensePerformerComponent: Indicates who or what performed the event." ;
        rdfs:label       "MedicationDispensePerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:FamilyMemberHistoryConditionComponent
        a                owl:Class ;
        rdfs:comment     "FamilyMemberHistoryConditionComponent: The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition." ;
        rdfs:label       "FamilyMemberHistoryConditionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:onset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:onset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:onset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:onset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:onset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:onset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:onset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:onset
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:outcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contributedToDeath
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:contributedToDeath
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:outcome
                         ] .

fhir:_editor  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.editor" , "(Modified) Evidence.editor" , "(Modified) ConceptMap.editor" , "(Modified) ActivityDefinition.editor" , "(Modified) Measure.editor" , "(Modified) NamingSystem.editor" , "(Modified) EventDefinition.editor" , "(Modified) PlanDefinition.editor" , "(Modified) ValueSet.editor" , "(Modified) CodeSystem.editor" , "(Modified) EvidenceReport.editor" , "(Modified) Citation.editor" , "(Modified) Library.editor" , "(Modified) MetadataResource.editor" ;
        rdfs:label    "_editor" .

fhir:instant  a          owl:Class ;
        rdfs:comment     "An instant in time - known at least to the second" ;
        rdfs:label       "instant" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:dateTime ;
                           owl:onProperty     fhir:v
                         ] .

fhir:paging  a                          owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.expansion.paging: Whether the server supports paging on expansion." ;
        rdfs:label                      "paging" ;
        fhir:modifierExtensionProperty  fhir:_paging ;
        dc:title                        "TerminologyCapabilities.expansion.paging: Whether the server supports paging on expansion" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponentProcess
        a                owl:Class ;
        rdfs:comment     "Indicates that the step is a complex sub-process with its own steps." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponentProcess" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Step is nested process" .

fhir:_receiverActive  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.operation.receiverActive" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.receiverActive" , "(Modified) ExampleScenario.process.step.operation.receiverActive" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.receiverActive" , "(Modified) ExampleScenario.process.step.process.step.operation.receiverActive" ;
        rdfs:label    "_receiverActive" .

fhir:publicationForm  a                 owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm: If multiple, used to represent alternative forms of the article that are not separate citations." ;
        rdfs:label                      "publicationForm" ;
        fhir:modifierExtensionProperty  fhir:_publicationForm ;
        dc:title                        "Citation.citedArtifact.publicationForm: If multiple, used to represent alternative forms of the article that are not separate citations" .

fhir:operation  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation: An operation would involve a REST request to a server." , "DeviceAssociation.operation: The details about the device when it is in use to describe its operation." , "TestScript.setup.action.operation: The operation to perform." , "ExampleScenario.process.step.process.step.alternative.step.operation: The step represents a single operation invoked on receiver by sender." , "ExampleScenario.process.step.process.step.operation: The step represents a single operation invoked on receiver by sender." , "CapabilityStatement.rest.resource.operation: Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters." , "ExampleScenario.process.step.alternative.step.process.step.operation: The step represents a single operation invoked on receiver by sender." , "TestReport.setup.action.operation: The operation performed." , "CapabilityStatement.rest.operation: Definition of an operation or a named query together with its parameters and their meaning and type." , "MedicinalProductDefinition.operation: A manufacturing or administrative process or step associated with (or performed on) the medicinal product." , "TestReport.test.action.operation: An operation would involve a REST request to a server." , "TestReport.teardown.action.operation: An operation would involve a REST request to a server." , "ExampleScenario.process.step.operation: The step represents a single operation invoked on receiver by sender." , "ExampleScenario.process.step.alternative.step.operation: The step represents a single operation invoked on receiver by sender." , "TestScript.test.action.operation: An operation would involve a REST request to a server." ;
        rdfs:label                      "operation" ;
        fhir:modifierExtensionProperty  fhir:_operation ;
        dc:title                        "MedicinalProductDefinition.operation: A manufacturing or administrative process for the medicinal product" , "TestReport.setup.action.operation: The operation to perform" , "TestScript.teardown.action.operation: The teardown operation to perform" , "TestReport.teardown.action.operation: The teardown operation performed" , "TestReport.test.action.operation: The operation performed" , "TestScript.test.action.operation: The setup operation to perform" , "CapabilityStatement.rest.operation: Definition of a system level operation" , "DeviceAssociation.operation: The details about the device when it is in use to describe its operation" , "ExampleScenario.process.step.process.step.alternative.step.operation: Step is simple action" , "ExampleScenario.process.step.alternative.step.operation: Step is simple action" , "ExampleScenario.process.step.operation: Step is simple action" , "ExampleScenario.process.step.alternative.step.process.step.operation: Step is simple action" , "ExampleScenario.process.step.process.step.operation: Step is simple action" , "CapabilityStatement.rest.resource.operation: Definition of a resource operation" , "TestScript.setup.action.operation: The setup operation to perform" .

fhir:organism  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism: This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf." , "SubstanceReferenceInformation.target.organism: Todo." ;
        rdfs:label                      "organism" ;
        fhir:modifierExtensionProperty  fhir:_organism ;
        dc:title                        "SubstanceSourceMaterial.organism: This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf" , "SubstanceReferenceInformation.target.organism: Todo" .

fhir:focus  a                           owl:ObjectProperty ;
        rdfs:comment                    "Composition.section.focus: The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." , "MolecularSequence.focus: The actual focus of a molecular sequence when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, child, or sibling. For example, in trio testing, the subject would be the child (proband) and the focus would be the parent." , "Transport.focus: The request being actioned or the resource being manipulated by this transport." , "ImagingSelection.focus: The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record.  The focus of an observation could also be an existing condition,  an intervention, the subject's diet,  another observation of the subject,  or a body structure such as tumor or implanted device.   An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus." , "Task.focus: The request being fulfilled or the resource being manipulated (changed, suspended, etc.) by this task." , "SubscriptionStatus.notificationEvent.focus: The focus of this event. While this will usually be a reference to the focus resource of the event, it MAY contain a reference to a non-FHIR object." , "EvidenceReport.section.focus: A code identifying the kind of content contained within the section. This should be consistent with the section title." , "ServiceRequest.focus: The actual focus of a service request when it is not the subject of record representing something or someone associated with the subject such as a spouse, parent, fetus, or donor. The focus of a service request could also be an existing condition,  an intervention, the subject's diet,  another service request on the subject,  or a body structure such as tumor or implanted device." , "GenomicStudy.analysis.focus: The focus of a genomic analysis when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, child, or sibling. For example, in trio testing, the GenomicStudy.subject would be the child (proband) and the GenomicStudy.analysis.focus of a specific analysis would be the parent." , "ResearchStudy.focus: The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about." , "MessageHeader.focus: The actual data of the message - a reference to the root/focus class of the event. This is allowed to be a Parameters resource." , "EvidenceReport.section.section.focus: A code identifying the kind of content contained within the section. This should be consistent with the section title." , "Composition.section.section.focus: The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." , "Procedure.focus: Who is the target of the procedure when it is not the subject of record only.  If focus is not present, then subject is the focus.  If focus is present and the subject is one of the targets of the procedure, include subject as a focus as well. If focus is present and the subject is not included in focus, it implies that the procedure was only targeted on the focus. For example, when a caregiver is given education for a patient, the caregiver would be the focus and the procedure record is associated with the subject (e.g. patient).  For example, use focus when recording the target of the education, training, or counseling is the parent or relative of a patient." , "Observation.focus: The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record.  The focus of an observation could also be an existing condition,  an intervention, the subject's diet,  another observation of the subject,  or a body structure such as tumor or implanted device.   An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus." , "MessageDefinition.focus: Identifies the resource (or resources) that are being addressed by the event.  For example, the Encounter for an admit message or two Account records for a merge." ;
        rdfs:label                      "focus" ;
        rdfs:subPropertyOf              w5:what , w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_focus ;
        dc:title                        "Observation.focus: What the observation is about, when it is not about the subject of record" , "EvidenceReport.section.section.focus: Classification of section (recommended)" , "SubscriptionStatus.notificationEvent.focus: Reference to the primary resource or information of this event" , "Transport.focus: What transport is acting on" , "MolecularSequence.focus: What the molecular sequence is about, when it is not about the subject of record" , "Procedure.focus: Who is the target of the procedure when it is not the subject of record only" , "MessageDefinition.focus: Resource(s) that are the subject of the event" , "ResearchStudy.focus: Drugs, devices, etc. under study" , "ServiceRequest.focus: What the service request is about, when it is not about the subject of record" , "MessageHeader.focus: The actual content of the message" , "Composition.section.focus: Who/what the section is about, when it is not about the subject of composition" , "Task.focus: What task is acting on" , "GenomicStudy.analysis.focus: What the genomic analysis is about, when it is not about the subject of record" , "ImagingSelection.focus: Related resource that is the focus for the imaging selection" , "EvidenceReport.section.focus: Classification of section (recommended)" , "Composition.section.section.focus: Who/what the section is about, when it is not about the subject of composition" .

fhir:_reviewer  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.reviewer" , "(Modified) PlanDefinition.reviewer" , "(Modified) MetadataResource.reviewer" , "(Modified) NamingSystem.reviewer" , "(Modified) ConceptMap.reviewer" , "(Modified) CodeSystem.reviewer" , "(Modified) Citation.reviewer" , "(Modified) Measure.reviewer" , "(Modified) EventDefinition.reviewer" , "(Modified) Evidence.reviewer" , "(Modified) EvidenceReport.reviewer" , "(Modified) ActivityDefinition.reviewer" , "(Modified) ValueSet.reviewer" , "(Modified) Library.reviewer" ;
        rdfs:label    "_reviewer" .

fhir:validCodedValueSet
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.validCodedValueSet: The set of valid coded results for qualitative observations  that match the criteria of this set of qualified values." , "ObservationDefinition.qualifiedValue.validCodedValueSet: The set of valid coded results for qualitative observations  that match the criteria of this set of qualified values." ;
        rdfs:label                      "validCodedValueSet" ;
        fhir:modifierExtensionProperty  fhir:_validCodedValueSet ;
        dc:title                        "ObservationDefinition.component.qualifiedValue.validCodedValueSet: Value set of valid coded values as part of this set of qualified values" , "ObservationDefinition.qualifiedValue.validCodedValueSet: Value set of valid coded values as part of this set of qualified values" .

fhir:Signatory  a        owl:Class ;
        rdfs:comment     "Contract.Signatory: Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness." ;
        rdfs:label       "Signatory" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Signature ;
                           owl:onProperty     fhir:signature
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:signature
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] .

fhir:clockFacePosition
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.bodyLandmarkOrientation.clockFacePosition: An description of the direction away from a landmark something is located based on a radial clock dial." , "BodyStructure.includedStructure.bodyLandmarkOrientation.clockFacePosition: An description of the direction away from a landmark something is located based on a radial clock dial." ;
        rdfs:label                      "clockFacePosition" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_clockFacePosition ;
        dc:title                        "BodyStructure.excludedStructure.bodyLandmarkOrientation.clockFacePosition: Clockface orientation" , "BodyStructure.includedStructure.bodyLandmarkOrientation.clockFacePosition: Clockface orientation" .

fhir:_instanceReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.operation.request.instanceReference" , "(Modified) ExampleScenario.process.step.operation.response.instanceReference" , "(Modified) ExampleScenario.process.step.process.step.operation.request.instanceReference" , "(Modified) ExampleScenario.instance.containedInstance.instanceReference" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.request.instanceReference" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.request.instanceReference" , "(Modified) ExampleScenario.process.step.alternative.step.operation.response.instanceReference" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.response.instanceReference" , "(Modified) ExampleScenario.process.step.process.step.operation.response.instanceReference" , "(Modified) ExampleScenario.process.step.alternative.step.operation.request.instanceReference" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.response.instanceReference" ;
        rdfs:label    "_instanceReference" .

fhir:withdrawalPeriod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod: A species specific time during which consumption of animal product is not appropriate." ;
        rdfs:label                      "withdrawalPeriod" ;
        fhir:modifierExtensionProperty  fhir:_withdrawalPeriod ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod: A species specific time during which consumption of animal product is not appropriate" .

fhir:conformance  a                     owl:ObjectProperty ;
        rdfs:comment                    "TestScript.scope.conformance: The expectation of whether the test must pass for the system to be considered conformant with the artifact: required - all tests are expected to pass, optional - all test are expected to pass but non-pass status may be allowed, strict - all tests are expected to pass and warnings are treated as a failure." , "Requirements.statement.conformance: A short human usable label for this statement." ;
        rdfs:label                      "conformance" ;
        fhir:modifierExtensionProperty  fhir:_conformance ;
        dc:title                        "TestScript.scope.conformance: required | optional | strict" , "Requirements.statement.conformance: SHALL | SHOULD | MAY | SHOULD-NOT" .

fhir:effectivePeriod  a                 owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.effectivePeriod: The period during which the resource content was or is planned to be in active use." , "Measure.effectivePeriod: The period during which the measure content was or is planned to be in active use." , "ObservationDefinition.effectivePeriod: The period during which the ObservationDefinition content was or is planned to be effective." , "Citation.effectivePeriod: The period during which the citation record content was or is planned to be in active use." , "SpecimenDefinition.effectivePeriod: The period during which the SpecimenDefinition content was or is planned to be effective." , "ConceptMap.effectivePeriod: The period during which the ConceptMap content was or is planned to be in active use." , "MetadataResource.effectivePeriod: The period during which the {{title}} content was or is planned to be in active use." , "CodeSystem.effectivePeriod: The period during which the CodeSystem content was or is planned to be in active use." , "DeviceDefinition.chargeItem.effectivePeriod: A specific time period in which this charge item applies." , "EventDefinition.effectivePeriod: The period during which the event definition content was or is planned to be in active use." , "ChargeItemDefinition.applicability.effectivePeriod: The period during which the charge item definition content was or is planned to be in active use." , "ChargeItemDefinition.propertyGroup.applicability.effectivePeriod: The period during which the charge item definition content was or is planned to be in active use." , "NamingSystem.effectivePeriod: The period during which the NamingSystem content was or is planned to be in active use." , "SubscriptionTopic.effectivePeriod: The period during which the SubscriptionTopic content was or is planned to be effective." , "ActivityDefinition.effectivePeriod: The period during which the activity definition content was or is planned to be in active use." , "PlanDefinition.effectivePeriod: The period during which the plan definition content was or is planned to be in active use." , "ValueSet.effectivePeriod: The period during which the ValueSet content was or is planned to be in active use." , "Library.effectivePeriod: The period during which the library content was or is planned to be in active use." , "Questionnaire.effectivePeriod: The period during which the questionnaire content was or is planned to be in active use." ;
        rdfs:label                      "effectivePeriod" ;
        fhir:modifierExtensionProperty  fhir:_effectivePeriod ;
        dc:title                        "PlanDefinition.effectivePeriod: When the plan definition is expected to be used" , "SpecimenDefinition.effectivePeriod: The effective date range for the SpecimenDefinition" , "EventDefinition.effectivePeriod: When the event definition is expected to be used" , "EvidenceVariable.effectivePeriod: When the resource is expected to be used" , "ActivityDefinition.effectivePeriod: When the activity definition is expected to be used" , "ChargeItemDefinition.applicability.effectivePeriod: When the charge item definition is expected to be used" , "Citation.effectivePeriod: When the citation record is expected to be used" , "NamingSystem.effectivePeriod: When the NamingSystem is expected to be used" , "MetadataResource.effectivePeriod: When the {{title}} is expected to be used" , "SubscriptionTopic.effectivePeriod: The effective date range for the SubscriptionTopic" , "ObservationDefinition.effectivePeriod: The effective date range for the ObservationDefinition" , "Library.effectivePeriod: When the library is expected to be used" , "ConceptMap.effectivePeriod: When the ConceptMap is expected to be used" , "Questionnaire.effectivePeriod: When the questionnaire is expected to be used" , "ChargeItemDefinition.propertyGroup.applicability.effectivePeriod: When the charge item definition is expected to be used" , "ValueSet.effectivePeriod: When the ValueSet is expected to be used" , "Measure.effectivePeriod: When the measure is expected to be used" , "DeviceDefinition.chargeItem.effectivePeriod: A specific time period in which this charge item applies" , "CodeSystem.effectivePeriod: When the CodeSystem is expected to be used" .

fhir:_matchStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProductDispense.matchStatus" ;
        rdfs:label    "_matchStatus" .

fhir:virtualService  a                  owl:ObjectProperty ;
        rdfs:comment                    "Location.virtualService: Connection details of a virtual service (e.g. shared conference call facility with dedicated number/details)." , "Encounter.virtualService: Connection details of a virtual service (e.g. conference call)." , "Appointment.virtualService: Connection details of a virtual service (e.g. conference call)." ;
        rdfs:label                      "virtualService" ;
        fhir:modifierExtensionProperty  fhir:_virtualService ;
        dc:title                        "Location.virtualService: Connection details of a virtual service (e.g. conference call)" , "Encounter.virtualService: Connection details of a virtual service (e.g. conference call)" , "Appointment.virtualService: Connection details of a virtual service (e.g. conference call)" .

fhir:Communication  a                owl:Class ;
        rdfs:comment                 "A clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for a reportable condition." ;
        rdfs:label                   "Communication" ;
        rdfs:subClassOf              w5:workflow.encounter , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:inResponseTo
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CommunicationPayloadComponent ;
                                       owl:onProperty     fhir:payload
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recipient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:received
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:sent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:topic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:about
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:sender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:medium
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:received
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:topic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Communication .

fhir:_enteralFormula  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula" ;
        rdfs:label    "_enteralFormula" .

fhir:whenHandedOver  a                  owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.whenHandedOver: The time the dispensed product was provided to the patient or their representative." , "DeviceDispense.whenHandedOver: The time the dispensed product was made available to the patient or their representative." , "BiologicallyDerivedProductDispense.whenHandedOver: When the product was dispatched for clinical use." ;
        rdfs:label                      "whenHandedOver" ;
        fhir:modifierExtensionProperty  fhir:_whenHandedOver ;
        dc:title                        "MedicationDispense.whenHandedOver: When product was given out" , "DeviceDispense.whenHandedOver: When product was given out" , "BiologicallyDerivedProductDispense.whenHandedOver: When the product was dispatched" .

fhir:EvidenceReportSubjectComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceReportSubjectComponent: Specifies the subject or focus of the report. Answers \"What is this report about?\"." ;
        rdfs:label       "EvidenceReportSubjectComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceReportSubjectCharacteristicComponent ;
                           owl:onProperty     fhir:characteristic
                         ] .

fhir:substance  a                       owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance: The substance that comprises this ingredient." , "Substance.ingredient.substance" , "DeviceDefinition.material.substance: A substance that the device contains, may contain, or is made of - for example latex - to be used to determine patient compatibility. This is not intended to represent the composition of the device, only the clinically relevant materials." , "Ingredient.substance.strength.referenceStrength.substance: Relevant reference substance." , "AllergyIntolerance.reaction.substance: Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'.  If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance." ;
        rdfs:label                      "substance" ;
        fhir:modifierExtensionProperty  fhir:_substance ;
        dc:title                        "Ingredient.substance.strength.referenceStrength.substance: Relevant reference substance" , "DeviceDefinition.material.substance: A relevant substance that the device contains, may contain, or is made of" , "AllergyIntolerance.reaction.substance: Specific substance or pharmaceutical product considered to be responsible for event" , "Ingredient.substance: The substance that comprises this ingredient" .

fhir:Section  a          owl:Class ;
        rdfs:comment     "EvidenceReport.Section: The root of the sections that make up the composition." , "Composition.Section: The root of the sections that make up the composition." ;
        rdfs:label       "Section" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:entry
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Composition.SectionSection ;
                           owl:onProperty     fhir:section
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Narrative ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:entryReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:entryQuantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Narrative ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceReport.SectionSection ;
                           owl:onProperty     fhir:section
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:entryClassifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:focusReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focusReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:emptyReason
                         ] .

fhir:_valueRange  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic.variable.valueRange" ;
        rdfs:label    "_valueRange" .

fhir:regulatoryIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.regulatoryIdentifier: Identifier associated with the regulatory documentation (certificates, technical documentation, post-market surveillance documentation and reports) of a set of device models sharing the same intended purpose, risk class and essential design and manufacturing characteristics. One example is the Basic UDI-DI in Europe." ;
        rdfs:label                      "regulatoryIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_regulatoryIdentifier ;
        dc:title                        "DeviceDefinition.regulatoryIdentifier: Regulatory identifier(s) associated with this device" .

fhir:kind  a                            owl:ObjectProperty ;
        rdfs:comment                    "NamingSystem.kind: Indicates the purpose for the naming system - what kinds of things does it make unique?" , "OperationDefinition.kind: Whether this is an operation or a named query." , "PlanDefinition.action.action.condition.kind: The kind of condition." , "RequestOrchestration.action.condition.kind: The kind of condition." , "TerminologyCapabilities.kind: The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase)." , "CapabilityStatement.kind: The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase)." , "StructureDefinition.kind: Defines the kind of structure that this definition is describing." , "ActivityDefinition.kind: A description of the kind of resource the activity definition is representing. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest." , "Coverage.kind: The nature of the coverage be it insurance, or cash payment such as self-pay." , "PlanDefinition.action.condition.kind: The kind of condition." , "RequestOrchestration.action.action.condition.kind: The kind of condition." , "PaymentReconciliation.kind: The workflow or activity which gave rise to or during which the payment ocurred such as a kiosk, deposit on account, periodic payment etc." ;
        rdfs:label                      "kind" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_kind ;
        dc:title                        "PlanDefinition.action.condition.kind: applicability | start | stop" , "PlanDefinition.action.action.condition.kind: applicability | start | stop" , "Coverage.kind: insurance | self-pay | other" , "TerminologyCapabilities.kind: instance | capability | requirements" , "CapabilityStatement.kind: instance | capability | requirements" , "PaymentReconciliation.kind: Workflow originating payment" , "OperationDefinition.kind: operation | query" , "NamingSystem.kind: codesystem | identifier | root" , "RequestOrchestration.action.condition.kind: applicability | start | stop" , "ActivityDefinition.kind: Kind of resource" , "StructureDefinition.kind: primitive-type | complex-type | resource | logical" , "RequestOrchestration.action.action.condition.kind: applicability | start | stop" .

fhir:hasIngredient  a                   owl:ObjectProperty ;
        rdfs:comment                    "ManufacturedItemDefinition.component.component.constituent.hasIngredient: The ingredient that is the constituent of the given component." , "ManufacturedItemDefinition.component.constituent.hasIngredient: The ingredient that is the constituent of the given component." ;
        rdfs:label                      "hasIngredient" ;
        fhir:modifierExtensionProperty  fhir:_hasIngredient ;
        dc:title                        "ManufacturedItemDefinition.component.component.constituent.hasIngredient: The ingredient that is the constituent of the given component" , "ManufacturedItemDefinition.component.constituent.hasIngredient: The ingredient that is the constituent of the given component" .

fhir:detailSequence  a                  owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.addItem.detailSequence: The sequence number of the details within the claim item which this line is intended to replace." , "ClaimResponse.item.detail.detailSequence: A number to uniquely reference the claim detail entry." , "ExplanationOfBenefit.addItem.detailSequence: The sequence number of the details within the claim item which this line is intended to replace." , "ClaimResponse.error.detailSequence: The sequence number of the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure." ;
        rdfs:label                      "detailSequence" ;
        fhir:modifierExtensionProperty  fhir:_detailSequence ;
        dc:title                        "ClaimResponse.item.detail.detailSequence: Claim detail instance identifier" , "ClaimResponse.addItem.detailSequence: Detail sequence number" , "ClaimResponse.error.detailSequence: Detail sequence number" , "ExplanationOfBenefit.addItem.detailSequence: Detail sequence number" .

fhir:NutritionProductNutrientComponent
        a                owl:Class ;
        rdfs:comment     "NutritionProductNutrientComponent: The product's nutritional information expressed by the nutrients." ;
        rdfs:label       "NutritionProductNutrientComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Ratio ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] .

fhir:_fractionDescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.fractionDescription" ;
        rdfs:label    "_fractionDescription" .

fhir:_degreeOfPolymerisation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation" ;
        rdfs:label    "_degreeOfPolymerisation" .

fhir:_Account  a         owl:Class ;
        rdfs:comment     "(Modified) Account" ;
        rdfs:label       "_Account" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:rangeCategory  a                   owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.rangeCategory: The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values." , "ObservationDefinition.qualifiedValue.rangeCategory: The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values." ;
        rdfs:label                      "rangeCategory" ;
        fhir:modifierExtensionProperty  fhir:_rangeCategory ;
        dc:title                        "ObservationDefinition.component.qualifiedValue.rangeCategory: reference | critical | absolute" , "ObservationDefinition.qualifiedValue.rangeCategory: reference | critical | absolute" .

fhir:_index  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.destination.index" , "(Modified) TestScript.origin.index" ;
        rdfs:label    "_index" .

fhir:ValueSetComposeComponentInclude
        a                owl:Class ;
        rdfs:comment     "Exclude one or more codes from the value set based on code system filters and/or other value sets." ;
        rdfs:label       "ValueSetComposeComponentInclude" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptReference ;
                           owl:onProperty     fhir:concept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetComposeIncludeFilterComponent ;
                           owl:onProperty     fhir:filter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        dc:title         "Explicitly exclude codes from a code system or other value sets" .

fhir:regulatory  a                      owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.regulatory: Regulatory information about a medication." ;
        rdfs:label                      "regulatory" ;
        fhir:modifierExtensionProperty  fhir:_regulatory ;
        dc:title                        "MedicationKnowledge.regulatory: Regulatory information about a medication" .

fhir:_modifier  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.modifier" , "(Modified) CoverageEligibilityRequest.item.modifier" , "(Modified) NutritionOrder.oralDiet.nutrient.modifier" , "(Modified) ClaimResponse.addItem.detail.modifier" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.modifier" , "(Modified) Claim.item.modifier" , "(Modified) NutritionOrder.oralDiet.texture.modifier" , "(Modified) ExplanationOfBenefit.item.detail.modifier" , "(Modified) ExplanationOfBenefit.item.modifier" , "(Modified) CoverageEligibilityResponse.insurance.item.modifier" , "(Modified) ExplanationOfBenefit.addItem.detail.modifier" , "(Modified) Claim.item.detail.subDetail.modifier" , "(Modified) Subscription.filterBy.modifier" , "(Modified) SearchParameter.modifier" , "(Modified) SubscriptionTopic.canFilterBy.modifier" , "(Modified) Claim.item.detail.modifier" , "(Modified) ClaimResponse.addItem.modifier" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.modifier" , "(Modified) ClaimResponse.addItem.detail.subDetail.modifier" ;
        rdfs:label    "_modifier" .

fhir:_short  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.short" ;
        rdfs:label    "_short" .

fhir:medication  a                      owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.medication: Identifies the medication being requested. This is a link to a resource that represents the medication which may be the details of the medication or simply an attribute carrying a code that identifies the medication from a known list of medications." , "ConditionDefinition.medication: Medications particularly relevant for this condition." , "MedicationAdministration.medication: Identifies the medication that was administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications." , "MedicationStatement.medication: Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications." , "MedicationDispense.medication: Identifies the medication supplied. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications." ;
        rdfs:label                      "medication" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_medication ;
        dc:title                        "MedicationRequest.medication: Medication to be taken" , "MedicationStatement.medication: What medication was taken" , "MedicationDispense.medication: What medication was supplied" , "MedicationAdministration.medication: What was administered" , "ConditionDefinition.medication: Medications particularly relevant for this condition" .

fhir:codeSearch  a                      owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.codeSearch: The degree to which the server supports the code search parameter on ValueSet, if it is supported." ;
        rdfs:label                      "codeSearch" ;
        fhir:modifierExtensionProperty  fhir:_codeSearch ;
        dc:title                        "TerminologyCapabilities.codeSearch: in-compose | in-expansion | in-compose-or-expansion" .

fhir:suffix  a                          owl:ObjectProperty ;
        rdfs:comment                    "HumanName.suffix: Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name." ;
        rdfs:label                      "suffix" ;
        fhir:modifierExtensionProperty  fhir:_suffix ;
        dc:title                        "HumanName.suffix: Parts that come after the name" .

fhir:MedicationDispenseSubstitutionComponent
        a                owl:Class ;
        rdfs:comment     "MedicationDispenseSubstitutionComponent: Indicates whether or not substitution was made as part of the dispense.  In some cases, substitution will be expected but does not happen, in other cases substitution is not expected but does happen.  This block explains what substitution did or did not happen and why.  If nothing is specified, substitution was not done." ;
        rdfs:label       "MedicationDispenseSubstitutionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:wasSubstituted
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:responsibleParty
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:wasSubstituted
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responsibleParty
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:foodPreferenceModifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.foodPreferenceModifier: This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings." ;
        rdfs:label                      "foodPreferenceModifier" ;
        fhir:modifierExtensionProperty  fhir:_foodPreferenceModifier ;
        dc:title                        "NutritionOrder.foodPreferenceModifier: Order-specific modifier about the type of food that should be given" .

fhir:Immunization  a                 owl:Class ;
        rdfs:comment                 "Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party." ;
        rdfs:label                   "Immunization" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subpotentReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:route
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:doseQuantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:route
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImmunizationProtocolAppliedComponent ;
                                       owl:onProperty     fhir:protocolApplied
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:isSubpotent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImmunizationPerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:informationSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImmunizationProgramEligibilityComponent ;
                                       owl:onProperty     fhir:programEligibility
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:vaccineCode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doseQuantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:administeredProduct
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                owl:Restriction ;
                                                        owl:cardinality  1 ;
                                                        owl:onProperty   fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:lotNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lotNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:informationSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImmunizationReactionComponent ;
                                       owl:onProperty     fhir:reaction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:fundingSource
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:primarySource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:primarySource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:isSubpotent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:site
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:administeredProduct
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:fundingSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:site
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:vaccineCode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expirationDate
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Immunization .

fhir:AppointmentRecurrenceTemplateMonthlyTemplateComponent
        a                owl:Class ;
        rdfs:comment     "AppointmentRecurrenceTemplateComponent.AppointmentRecurrenceTemplateMonthlyTemplateComponent: Information about monthly recurring appointments." ;
        rdfs:label       "AppointmentRecurrenceTemplateMonthlyTemplateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:dayOfMonth
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:nthWeekOfMonth
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:nthWeekOfMonth
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:monthInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dayOfWeek
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:dayOfWeek
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:monthInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dayOfMonth
                         ] .

fhir:preventiveAction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.preventiveAction: Preventive actions that contributed to avoiding the adverse event." ;
        rdfs:label                      "preventiveAction" ;
        fhir:modifierExtensionProperty  fhir:_preventiveAction ;
        dc:title                        "AdverseEvent.preventiveAction: Preventive actions that contributed to avoiding the adverse event" .

fhir:_AdministrableProductDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) AdministrableProductDefinition" ;
        rdfs:label       "_AdministrableProductDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_deliverFrom  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyRequest.deliverFrom" ;
        rdfs:label    "_deliverFrom" .

fhir:_address  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) RelatedPerson.address" , "(Modified) Endpoint.address" , "(Modified) VirtualServiceDetail.address" , "(Modified) CapabilityStatement.messaging.endpoint.address" , "(Modified) Patient.contact.address" , "(Modified) ExtendedContactDetail.address" , "(Modified) Location.address" , "(Modified) Practitioner.address" , "(Modified) Patient.address" , "(Modified) Person.address" ;
        rdfs:label    "_address" .

fhir:intendedUse  a                     owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.intendedUse: The intended use of the product, e.g. prevention, treatment, diagnosis." , "DeviceDefinition.guideline.intendedUse: A description of the general purpose or medical use of the device or its function." ;
        rdfs:label                      "intendedUse" ;
        fhir:modifierExtensionProperty  fhir:_intendedUse ;
        dc:title                        "RegulatedAuthorization.intendedUse: The intended use of the product, e.g. prevention, treatment" , "DeviceDefinition.guideline.intendedUse: A description of the general purpose or medical use of the device or its function" .

fhir:ElementDefinitionSlicingDiscriminatorComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionSlicingComponent.ElementDefinitionSlicingDiscriminatorComponent: Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices." ;
        rdfs:label       "ElementDefinitionSlicingDiscriminatorComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:SubscriptionTopic
        a                owl:Class ;
        rdfs:comment     "Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic." ;
        rdfs:label       "SubscriptionTopic" ;
        rdfs:subClassOf  w5:infrastructure.exchange , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubscriptionTopicResourceTriggerComponent ;
                           owl:onProperty     fhir:resourceTrigger
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubscriptionTopicCanFilterByComponent ;
                           owl:onProperty     fhir:canFilterBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubscriptionTopicNotificationShapeComponent ;
                           owl:onProperty     fhir:notificationShape
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubscriptionTopicEventTriggerComponent ;
                           owl:onProperty     fhir:eventTrigger
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] .

fhir:GenomicStudy  a                 owl:Class ;
        rdfs:comment                 "A set of analyses performed to analyze and generate genomic data." ;
        rdfs:label                   "GenomicStudy" ;
        rdfs:subClassOf              w5:clinical.diagnostics , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:startDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:referrer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:startDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:referrer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:GenomicStudyAnalysisComponent ;
                                       owl:onProperty     fhir:analysis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:interpreter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        fhir:modifierExtensionClass  fhir:_GenomicStudy .

fhir:TestReportTestComponent.TestActionOperation
        a                owl:Class ;
        rdfs:comment     "An operation would involve a REST request to a server." ;
        rdfs:label       "TestReportTestComponent.TestActionOperation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:message
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:result
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:message
                         ] ;
        dc:title         "The operation performed" .

fhir:_partLocation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.partDescription.partLocation" ;
        rdfs:label    "_partLocation" .

fhir:_subsumption  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.codeSystem.subsumption" ;
        rdfs:label    "_subsumption" .

fhir:BenefitBalance  a   owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.BenefitBalance: Balance by Benefit Category." ;
        rdfs:label       "BenefitBalance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:excluded
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:term
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:term
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:network
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:excluded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Benefit ;
                           owl:onProperty     fhir:financial
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:network
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] .

fhir:script  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.testRun.script: The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript." ;
        rdfs:label                      "script" ;
        fhir:modifierExtensionProperty  fhir:_script ;
        dc:title                        "TestPlan.testCase.testRun.script: The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript" .

fhir:_resourceReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.relatesTo.resourceReference" , "(Modified) RelatedArtifact.resourceReference" ;
        rdfs:label    "_resourceReference" .

fhir:lastReviewDate  a                  owl:ObjectProperty ;
        rdfs:comment                    "EventDefinition.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "ArtifactAssessment.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "Measure.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "NamingSystem.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "ChargeItemDefinition.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "MetadataResource.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "CodeSystem.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "ActivityDefinition.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "SubscriptionTopic.lastReviewDate: The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date." , "ConceptMap.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "Questionnaire.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "ValueSet.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "PlanDefinition.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "Evidence.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "EvidenceVariable.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "SpecimenDefinition.lastReviewDate: The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date." , "Citation.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "Library.lastReviewDate: The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date." , "ObservationDefinition.lastReviewDate: The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date." ;
        rdfs:label                      "lastReviewDate" ;
        fhir:modifierExtensionProperty  fhir:_lastReviewDate ;
        dc:title                        "Library.lastReviewDate: When the library was last reviewed by the publisher" , "CodeSystem.lastReviewDate: When the CodeSystem was last reviewed by the publisher" , "ConceptMap.lastReviewDate: When the ConceptMap was last reviewed by the publisher" , "NamingSystem.lastReviewDate: When the NamingSystem was last reviewed by the publisher" , "MetadataResource.lastReviewDate: When the {{title}} was last reviewed by the publisher" , "Evidence.lastReviewDate: When the summary was last reviewed by the publisher" , "ArtifactAssessment.lastReviewDate: When the artifact assessment was last reviewed by the publisher" , "Measure.lastReviewDate: When the measure was last reviewed by the publisher" , "SpecimenDefinition.lastReviewDate: The date on which the asset content was last reviewed by the publisher" , "PlanDefinition.lastReviewDate: When the plan definition was last reviewed by the publisher" , "ChargeItemDefinition.lastReviewDate: When the charge item definition was last reviewed by the publisher" , "ObservationDefinition.lastReviewDate: Date on which the asset content was last reviewed by the publisher" , "ActivityDefinition.lastReviewDate: When the activity definition was last reviewed by the publisher" , "EvidenceVariable.lastReviewDate: When the resource was last reviewed by the publisher" , "SubscriptionTopic.lastReviewDate: Date the Subscription Topic was last reviewed by the publisher" , "ValueSet.lastReviewDate: When the ValueSet was last reviewed by the publisher" , "Questionnaire.lastReviewDate: When the questionnaire was last reviewed by the publisher" , "Citation.lastReviewDate: When the citation record was last reviewed by the publisher" , "EventDefinition.lastReviewDate: When the event definition was last reviewed by the publisher" .

fhir:SubstanceDefinitionNameComponentNameName
        a                owl:Class ;
        rdfs:comment     "A translation for this name into another human language." , "A synonym of this particular name, by which the substance is also known." ;
        rdfs:label       "SubstanceDefinitionNameComponentNameName" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A translation for this name into another human language" , "A synonym of this particular name, by which the substance is also known" .

fhir:length  a                          owl:ObjectProperty ;
        rdfs:comment                    "Encounter.length: Actual quantity of time the encounter lasted. This excludes the time during leaves of absence.\r\rWhen missing it is the time in between the start and end values." , "EncounterHistory.length: Actual quantity of time the encounter lasted. This excludes the time during leaves of absence.\r\rWhen missing it is the time in between the start and end values." , "SubstanceNucleicAcid.subunit.length: The length of the sequence shall be captured." , "SubstanceProtein.subunit.length: Length of linear sequences of amino acids contained in the subunit." ;
        rdfs:label                      "length" ;
        fhir:modifierExtensionProperty  fhir:_length ;
        dc:title                        "SubstanceNucleicAcid.subunit.length: The length of the sequence shall be captured" , "Encounter.length: Actual quantity of time the encounter lasted (less time absent)" , "EncounterHistory.length: Actual quantity of time the encounter lasted (less time absent)" , "SubstanceProtein.subunit.length: Length of linear sequences of amino acids contained in the subunit" .

fhir:_overrideReason  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.overrideReason" ;
        rdfs:label    "_overrideReason" .

fhir:_period  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.costToBeneficiary.exception.period" , "(Modified) MeasureReport.period" , "(Modified) Account.guarantor.period" , "(Modified) ContactPoint.period" , "(Modified) Flag.period" , "(Modified) PractitionerRole.period" , "(Modified) DeviceDefinition.correctiveAction.period" , "(Modified) DocumentReference.period" , "(Modified) Permission.rule.data.period" , "(Modified) ResearchSubject.period" , "(Modified) Identifier.period" , "(Modified) Procedure.performer.period" , "(Modified) Contract.term.asset.period" , "(Modified) Citation.citedArtifact.statusDate.period" , "(Modified) Transport.restriction.period" , "(Modified) Consent.provision.period" , "(Modified) Encounter.participant.period" , "(Modified) Endpoint.period" , "(Modified) CareTeam.period" , "(Modified) Patient.contact.period" , "(Modified) Contract.term.group.asset.period" , "(Modified) PaymentReconciliation.period" , "(Modified) Group.member.period" , "(Modified) MedicationKnowledge.regulatory.maxDispense.period" , "(Modified) Consent.period" , "(Modified) EpisodeOfCare.statusHistory.period" , "(Modified) OrganizationAffiliation.period" , "(Modified) ExtendedContactDetail.period" , "(Modified) ResearchStudy.associatedParty.period" , "(Modified) Citation.statusDate.period" , "(Modified) ResearchStudy.period" , "(Modified) ProductShelfLife.period" , "(Modified) Consent.provision.provision.period" , "(Modified) Organization.qualification.period" , "(Modified) DeviceAssociation.period" , "(Modified) HumanName.period" , "(Modified) Appointment.participant.period" , "(Modified) Address.period" , "(Modified) Coverage.period" , "(Modified) Timing.repeat.period" , "(Modified) EvidenceReport.subject.characteristic.period" , "(Modified) NamingSystem.uniqueId.period" , "(Modified) Composition.event.period" , "(Modified) DeviceAssociation.operation.period" , "(Modified) CarePlan.period" , "(Modified) Invoice.period" , "(Modified) ResearchStudy.progressStatus.period" , "(Modified) Task.restriction.period" , "(Modified) EpisodeOfCare.period" , "(Modified) InsurancePlan.period" , "(Modified) RelatedPerson.period" , "(Modified) Encounter.location.period" , "(Modified) Group.characteristic.period" , "(Modified) Practitioner.qualification.period" ;
        rdfs:label    "_period" .

fhir:TerminologyCapabilities
        a                owl:Class ;
        rdfs:comment     "A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation." ;
        rdfs:label       "TerminologyCapabilities" ;
        rdfs:subClassOf  w5:conformance.behavior , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesExpansionComponent ;
                           owl:onProperty     fhir:expansion
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:codeSearch
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validateCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:translation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesValidateCodeComponent ;
                           owl:onProperty     fhir:validateCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:closure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesCodeSystemComponent ;
                           owl:onProperty     fhir:codeSystem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesSoftwareComponent ;
                           owl:onProperty     fhir:software
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lockedDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesImplementationComponent ;
                           owl:onProperty     fhir:implementation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesTranslationComponent ;
                           owl:onProperty     fhir:translation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:codeSearch
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expansion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:software
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:lockedDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesClosureComponent ;
                           owl:onProperty     fhir:closure
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:implementation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] .

fhir:_supportingPatientInformation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.supportingPatientInformation" ;
        rdfs:label    "_supportingPatientInformation" .

fhir:OperationDefinitionParameterBindingComponent
        a                owl:Class ;
        rdfs:comment     "OperationDefinitionParameterComponentParameter.OperationDefinitionParameterBindingComponent: Binds to a value set if this parameter is coded (code, Coding, CodeableConcept)." , "OperationDefinitionParameterComponent.OperationDefinitionParameterBindingComponent: Binds to a value set if this parameter is coded (code, Coding, CodeableConcept)." ;
        rdfs:label       "OperationDefinitionParameterBindingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:valueSet
                         ] .

fhir:Task  a                         owl:Class ;
        rdfs:comment                 "A task to be performed." ;
        rdfs:label                   "Task" ;
        rdfs:subClassOf              w5:workflow.order , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:businessStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:requestedPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:relevantHistory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:executionPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TaskPerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:lastModified
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lastModified
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:requestedPerformer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:restriction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TaskOutputComponent ;
                                       owl:onProperty     fhir:output
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestedPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TaskRestrictionComponent ;
                                       owl:onProperty     fhir:restriction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:executionPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TaskInputComponent ;
                                       owl:onProperty     fhir:input
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:for
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:for
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:businessStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Task .

fhir:MeasureReportGroupPopulationComponent
        a                owl:Class ;
        rdfs:comment     "MeasureReportGroupComponent.MeasureReportGroupPopulationComponent: The populations that make up the population group, one for each type of population appropriate for the measure." ;
        rdfs:label       "MeasureReportGroupPopulationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subjectReport
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subjects
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subjectResults
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subjects
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subjectResults
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] .

fhir:revInclude  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.notificationShape.revInclude: Search-style _revinclude directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them.  Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them." ;
        rdfs:label                      "revInclude" ;
        fhir:modifierExtensionProperty  fhir:_revInclude ;
        dc:title                        "SubscriptionTopic.notificationShape.revInclude: Reverse include directives, rooted in the resource for this shape" .

fhir:_appliesTo  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.appliesTo" , "(Modified) ObservationDefinition.qualifiedValue.appliesTo" , "(Modified) Observation.component.referenceRange.appliesTo" , "(Modified) Observation.referenceRange.appliesTo" ;
        rdfs:label    "_appliesTo" .

fhir:MedicationKnowledgeDefinitionalComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeDefinitionalComponent: Along with the link to a Medicinal Product Definition resource, this information provides common definitional elements that are needed to understand the specific medication that is being described." ;
        rdfs:label       "MedicationKnowledgeDefinitionalComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:doseForm
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeDefinitionalDrugCharacteristicComponent ;
                           owl:onProperty     fhir:drugCharacteristic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:intendedRoute
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeDefinitionalIngredientComponent ;
                           owl:onProperty     fhir:ingredient
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:doseForm
                         ] .

fhir:usageInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDispense.usageInstruction: The full representation of the instructions." , "DeviceDefinition.guideline.usageInstruction: Detailed written and visual directions for the user on how to use the device." , "BiologicallyDerivedProductDispense.usageInstruction: Specific instructions for use." ;
        rdfs:label                      "usageInstruction" ;
        fhir:modifierExtensionProperty  fhir:_usageInstruction ;
        dc:title                        "DeviceDispense.usageInstruction: Full representation of the usage instructions" , "DeviceDefinition.guideline.usageInstruction: Detailed written and visual directions for the user on how to use the device" , "BiologicallyDerivedProductDispense.usageInstruction: Specific instructions for use" .

fhir:trigger  a                         owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.trigger: A description of when the action should be triggered. When multiple triggers are specified on an action, any triggering event invokes the action." , "PlanDefinition.action.trigger: A description of when the action should be triggered. When multiple triggers are specified on an action, any triggering event invokes the action." , "EventDefinition.trigger: The trigger element defines when the event occurs. If more than one trigger condition is specified, the event fires whenever any one of the trigger conditions is met." ;
        rdfs:label                      "trigger" ;
        fhir:modifierExtensionProperty  fhir:_trigger ;
        dc:title                        "PlanDefinition.action.action.trigger: When the action should be triggered" , "PlanDefinition.action.trigger: When the action should be triggered" , "EventDefinition.trigger: \"when\" the event occurs (multiple = 'or')" .

fhir:mustSupport  a                     owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.mustSupport: If true, implementations that produce or consume resources SHALL provide \"support\" for the element in some meaningful way. Note that this is being phased out and replaced by obligations (see below).  If false, the element may be ignored and not supported. If false, whether to populate or use the data element in any way is at the discretion of the implementation." , "DataRequirement.mustSupport: Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. \n\nThe value of mustSupport SHALL be a FHIRPath resolvable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." ;
        rdfs:label                      "mustSupport" ;
        fhir:modifierExtensionProperty  fhir:_mustSupport ;
        dc:title                        "ElementDefinition.mustSupport: If the element must be supported (discouraged - see obligations)" , "DataRequirement.mustSupport: Indicates specific structure elements that are referenced by the knowledge module" .

fhir:TimingRepeatComponent
        a                owl:Class ;
        rdfs:comment     "TimingRepeatComponent: A set of rules that describe when the event is scheduled." ;
        rdfs:label       "TimingRepeatComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:when
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:periodMax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:periodUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:durationUnit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:countMax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:frequency
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:periodMax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:countMax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:frequency
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:durationMax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:periodUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:time ;
                           owl:onProperty     fhir:timeOfDay
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:bounds
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:bounds
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:bounds
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:bounds
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:bounds
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:bounds
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:frequencyMax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:durationMax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:frequencyMax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:durationUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:dayOfWeek
                         ] .

fhir:effectiveDosePeriod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.effectiveDosePeriod: The period over which the medication is to be taken.  Where there are multiple dosageInstruction lines (for example, tapering doses), this is the earliest date and the latest end date of the dosageInstructions." ;
        rdfs:label                      "effectiveDosePeriod" ;
        fhir:modifierExtensionProperty  fhir:_effectiveDosePeriod ;
        dc:title                        "MedicationRequest.effectiveDosePeriod: Period over which the medication is to be taken" .

fhir:_textEquivalent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.textEquivalent" , "(Modified) RequestOrchestration.action.textEquivalent" , "(Modified) PlanDefinition.action.action.textEquivalent" , "(Modified) PlanDefinition.action.textEquivalent" ;
        rdfs:label    "_textEquivalent" .

fhir:bodysite  a                        owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.bodysite: The anatomical location where the related service has been applied." ;
        rdfs:label                      "bodysite" ;
        fhir:modifierExtensionProperty  fhir:_bodysite ;
        dc:title                        "ChargeItem.bodysite: Anatomical location, if relevant" .

fhir:_appliesToAll  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityRequest.supportingInfo.appliesToAll" ;
        rdfs:label    "_appliesToAll" .

fhir:comorbidity  a                     owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.comorbidity: A comorbidity (concurrent condition) or coinfection as part of the indication." , "ClinicalUseDefinition.contraindication.comorbidity: A comorbidity (concurrent condition) or coinfection." ;
        rdfs:label                      "comorbidity" ;
        fhir:modifierExtensionProperty  fhir:_comorbidity ;
        dc:title                        "ClinicalUseDefinition.indication.comorbidity: A comorbidity or coinfection as part of the indication" , "ClinicalUseDefinition.contraindication.comorbidity: A comorbidity (concurrent condition) or coinfection" .

fhir:TestScriptFixtureComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptFixtureComponent: Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute." ;
        rdfs:label       "TestScriptFixtureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:autocreate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:autocreate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:autodelete
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:autodelete
                         ] .

fhir:oligoNucleotideType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.oligoNucleotideType: (TBC)." ;
        rdfs:label                      "oligoNucleotideType" ;
        fhir:modifierExtensionProperty  fhir:_oligoNucleotideType ;
        dc:title                        "SubstanceNucleicAcid.oligoNucleotideType: (TBC)" .

fhir:intendedEffect  a                  owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.intendedEffect: The intended effect, aim or strategy to be achieved." ;
        rdfs:label                      "intendedEffect" ;
        fhir:modifierExtensionProperty  fhir:_intendedEffect ;
        dc:title                        "ClinicalUseDefinition.indication.intendedEffect: The intended effect, aim or strategy to be achieved" .

fhir:_conformsTo  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.conformsTo" , "(Modified) Device.conformsTo" ;
        rdfs:label    "_conformsTo" .

fhir:copyright  a                       owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.copyright: A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement." , "StructureDefinition.copyright: A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure definition.  The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element." , "PlanDefinition.copyright: A copyright statement relating to the plan definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the plan definition." , "Requirements.copyright: A copyright statement relating to the Requirements and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the Requirements." , "CodeSystem.copyright: A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system." , "NamingSystem.copyright: A copyright statement relating to the naming system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the naming system." , "Citation.citedArtifact.abstract.copyright: Copyright notice for the abstract." , "Library.copyright: A copyright statement relating to the library and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the library." , "ChargeItemDefinition.copyright: A copyright statement relating to the charge item definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the charge item definition." , "Citation.copyright: Use and/or publishing restrictions for the citation record, not for the cited artifact." , "ValueSet.compose.include.copyright: A copyright statement for the specific code system asserted by the containing ValueSet.compose.include element's system value (if the associated ValueSet.compose.include.version element is not present); or the code system and version combination (if the associated ValueSet.compose.include.version element is present)." , "ObservationDefinition.copyright: Copyright statement relating to the ObservationDefinition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the ObservationDefinition." , "GraphDefinition.copyright: A copyright statement relating to the graph definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the graph definition." , "ValueSet.copyright: A copyright statement relating to the value set and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the value set." , "ImplementationGuide.copyright: A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the implementation guide." , "TestPlan.copyright: A copyright statement relating to the test plan and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test plan. The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element." , "EvidenceVariable.copyright: A copyright statement relating to the resource and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the resource." , "EventDefinition.copyright: A copyright statement relating to the event definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the event definition." , "ConceptMap.copyright: A copyright statement relating to the concept map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the concept map." , "MessageDefinition.copyright: A copyright statement relating to the message definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the message definition." , "SpecimenDefinition.copyright: Copyright statement relating to the SpecimenDefinition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the SpecimenDefinition." , "ActivityDefinition.copyright: A copyright statement relating to the activity definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the activity definition." , "SubscriptionTopic.copyright: A copyright statement relating to the SubscriptionTopic and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the SubscriptionTopic." , "StructureMap.copyright: A copyright statement relating to the structure map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure map." , "TestScript.copyright: A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script." , "CanonicalResource.copyright: A copyright statement relating to the {{title}} and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the {{title}}." , "ExampleScenario.copyright: A copyright statement relating to the example scenario and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the example scenario." , "ActorDefinition.copyright: A copyright statement relating to the actor definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the actor definition." , "Questionnaire.copyright: A copyright statement relating to the questionnaire and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the questionnaire." , "Evidence.copyright: A copyright statement relating to the Evidence and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the Evidence." , "ValueSet.compose.exclude.copyright: A copyright statement for the specific code system asserted by the containing ValueSet.compose.include element's system value (if the associated ValueSet.compose.include.version element is not present); or the code system and version combination (if the associated ValueSet.compose.include.version element is present)." , "SearchParameter.copyright: A copyright statement relating to the search parameter and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the search parameter." , "OperationDefinition.copyright: A copyright statement relating to the operation definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the operation definition." , "Contract.contentDefinition.copyright: A copyright statement relating to Contract precursor content. Copyright statements are generally legal restrictions on the use and publishing of the Contract precursor content." , "ArtifactAssessment.copyright: A copyright statement relating to the artifact assessment and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the artifact assessment." , "Citation.citedArtifact.publicationForm.copyright: Copyright notice for the full article or artifact." , "Measure.copyright: A copyright statement relating to the measure and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the measure." , "TerminologyCapabilities.copyright: A copyright statement relating to the terminology capabilities and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the terminology capabilities." ;
        rdfs:label                      "copyright" ;
        fhir:modifierExtensionProperty  fhir:_copyright ;
        dc:title                        "SearchParameter.copyright: Use and/or publishing restrictions" , "ExampleScenario.copyright: Use and/or publishing restrictions" , "NamingSystem.copyright: Use and/or publishing restrictions" , "ActivityDefinition.copyright: Use and/or publishing restrictions" , "ChargeItemDefinition.copyright: Use and/or publishing restrictions" , "ObservationDefinition.copyright: Use and/or publishing restrictions" , "Citation.citedArtifact.abstract.copyright: Copyright notice for the abstract" , "EvidenceVariable.copyright: Use and/or publishing restrictions" , "ValueSet.compose.include.copyright: A copyright statement for the specific code system included in the value set" , "StructureDefinition.copyright: Use and/or publishing restrictions" , "TestPlan.copyright: Use and/or publishing restrictions" , "ImplementationGuide.copyright: Use and/or publishing restrictions" , "TerminologyCapabilities.copyright: Use and/or publishing restrictions" , "EventDefinition.copyright: Use and/or publishing restrictions" , "ConceptMap.copyright: Use and/or publishing restrictions" , "OperationDefinition.copyright: Use and/or publishing restrictions" , "Citation.copyright: Use and/or publishing restrictions for the citation record, not for the cited artifact" , "Contract.contentDefinition.copyright: Publication Ownership" , "ValueSet.compose.exclude.copyright: A copyright statement for the specific code system included in the value set" , "GraphDefinition.copyright: Use and/or publishing restrictions" , "CanonicalResource.copyright: Use and/or publishing restrictions" , "ArtifactAssessment.copyright: Use and/or publishing restrictions" , "CapabilityStatement.copyright: Use and/or publishing restrictions" , "Questionnaire.copyright: Use and/or publishing restrictions" , "Evidence.copyright: Use and/or publishing restrictions" , "Citation.citedArtifact.publicationForm.copyright: Copyright notice for the full article or artifact" , "MessageDefinition.copyright: Use and/or publishing restrictions" , "TestScript.copyright: Use and/or publishing restrictions" , "ActorDefinition.copyright: Use and/or publishing restrictions" , "Requirements.copyright: Use and/or publishing restrictions" , "Library.copyright: Use and/or publishing restrictions" , "PlanDefinition.copyright: Use and/or publishing restrictions" , "Measure.copyright: Use and/or publishing restrictions" , "SpecimenDefinition.copyright: Use and/or publishing restrictions" , "ValueSet.copyright: Use and/or publishing restrictions" , "CodeSystem.copyright: Use and/or publishing restrictions" , "StructureMap.copyright: Use and/or publishing restrictions" , "SubscriptionTopic.copyright: Use and/or publishing restrictions" .

fhir:_insurance  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Task.insurance" , "(Modified) ClaimResponse.insurance" , "(Modified) DeviceRequest.insurance" , "(Modified) Claim.insurance" , "(Modified) MedicationRequest.insurance" , "(Modified) Transport.insurance" , "(Modified) ExplanationOfBenefit.insurance" , "(Modified) CoverageEligibilityRequest.insurance" , "(Modified) ServiceRequest.insurance" , "(Modified) CoverageEligibilityResponse.insurance" ;
        rdfs:label    "_insurance" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( fhir:DomainResource fhir:_DomainResource )
] .

fhir:_partDescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.partDescription" ;
        rdfs:label    "_partDescription" .

fhir:_genomeBuild  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.genomeBuild" ;
        rdfs:label    "_genomeBuild" .

fhir:Slot  a                         owl:Class ;
        rdfs:comment                 "A slot of time on a schedule that may be available for booking appointments." ;
        rdfs:label                   "Slot" ;
        rdfs:subClassOf              fhir:DomainResource , w5:workflow.scheduling ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:appointmentType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:serviceType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:serviceCategory
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:overbooked
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:schedule
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:start
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:start
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:schedule
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:overbooked
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Slot .

fhir:_medium  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) CommunicationRequest.medium" , "(Modified) Communication.medium" ;
        rdfs:label    "_medium" .

fhir:followUp  a                        owl:ObjectProperty ;
        rdfs:comment                    "Procedure.followUp: If the procedure required specific follow up - e.g. removal of sutures. The follow up may be represented as a simple note or could potentially be more complex, in which case the CarePlan resource can be used." ;
        rdfs:label                      "followUp" ;
        fhir:modifierExtensionProperty  fhir:_followUp ;
        dc:title                        "Procedure.followUp: Instructions for follow up" .

fhir:maxDuration  a                     owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.handling.maxDuration: The maximum time interval of preservation of the specimen with these conditions." ;
        rdfs:label                      "maxDuration" ;
        fhir:modifierExtensionProperty  fhir:_maxDuration ;
        dc:title                        "SpecimenDefinition.typeTested.handling.maxDuration: Maximum preservation time" .

fhir:lotNumber  a                       owl:ObjectProperty ;
        rdfs:comment                    "Medication.batch.lotNumber: The assigned lot number of a batch of the specified product." , "NutritionProduct.instance.lotNumber: The identification of the batch or lot of the product." , "Device.lotNumber: Lot number assigned by the manufacturer." , "InventoryItem.instance.lotNumber: The lot or batch number of the item." , "Immunization.lotNumber: Lot number of the  vaccine product." ;
        rdfs:label                      "lotNumber" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_lotNumber ;
        dc:title                        "Device.lotNumber: Lot number of manufacture" , "Immunization.lotNumber: Vaccine lot number" , "NutritionProduct.instance.lotNumber: The identification of the batch or lot of the product" , "InventoryItem.instance.lotNumber: The lot or batch number of the item" , "Medication.batch.lotNumber: Identifier assigned to batch" .

fhir:EncounterHistoryLocationComponent
        a                owl:Class ;
        rdfs:comment     "EncounterHistoryLocationComponent: The location of the patient at this point in the encounter, the multiple cardinality permits de-normalizing the levels of the location hierarchy, such as site/ward/room/bed." ;
        rdfs:label       "EncounterHistoryLocationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:form
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:form
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] .

fhir:_owner  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.owner" , "(Modified) Task.owner" , "(Modified) DeviceDefinition.owner" , "(Modified) Device.owner" , "(Modified) Account.owner" ;
        rdfs:label    "_owner" .

fhir:InventoryItem  a                owl:Class ;
        rdfs:comment                 "functional description of an inventory item used in inventory and supply-related workflows." ;
        rdfs:label                   "InventoryItem" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.entity ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:netContent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:productReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryItemCharacteristicComponent ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryItemAssociationComponent ;
                                       owl:onProperty     fhir:association
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:productReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryItemResponsibleOrganizationComponent ;
                                       owl:onProperty     fhir:responsibleOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:netContent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryItemInstanceComponent ;
                                       owl:onProperty     fhir:instance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:baseUnit
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:baseUnit
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:inventoryStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryItemDescriptionComponent ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InventoryItemNameComponent ;
                                       owl:onProperty     fhir:name
                                     ] ;
        fhir:modifierExtensionClass  fhir:_InventoryItem .

fhir:content  a                         owl:ObjectProperty ;
        rdfs:comment                    "Library.content: The content of the library as an Attachment. The content may be a reference to a url, or may be directly embedded as a base-64 string. Either way, the contentType of the attachment determines how to interpret the content." , "CodeSystem.content: The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance." , "Subscription.content: How much of the resource content to deliver in the notification payload. The choices are an empty payload, only the resource id, or the full resource content." , "CommunicationRequest.payload.content" , "Contract.friendly.content" , "DocumentReference.content: The document and format referenced.  If there are multiple content element repetitions, these must all represent the same document in different format, or attachment metadata." , "ArtifactAssessment.content: A component comment, classifier, or rating of the artifact." , "ExampleScenario.instance.version.content: Points to an instance (typically an example) that shows the data that would flow at this point in the scenario." , "Contract.rule.content" , "ExampleScenario.instance.content: Points to an instance (typically an example) that shows the data that would corespond to this instance." , "Communication.payload.content" , "Contract.legal.content" , "TestPlan.testCase.testData.content: The actual test resources when they exist." , "TerminologyCapabilities.codeSystem.content: The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance." ;
        rdfs:label                      "content" ;
        fhir:modifierExtensionProperty  fhir:_content ;
        dc:title                        "CodeSystem.content: not-present | example | fragment | complete | supplement" , "Library.content: Contents of the library, either embedded or referenced" , "ArtifactAssessment.content: Comment, classifier, or rating content" , "ExampleScenario.instance.content: Example instance data" , "TestPlan.testCase.testData.content: The actual test resources when they exist" , "DocumentReference.content: Document referenced" , "Subscription.content: empty | id-only | full-resource" , "ExampleScenario.instance.version.content: Example instance version data" , "TerminologyCapabilities.codeSystem.content: not-present | example | fragment | complete | supplement" .

fhir:DeviceDefinitionPropertyComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionPropertyComponent: Static or essentially fixed characteristics or features of this kind of device that are otherwise not captured in more specific attributes, e.g., time or timing attributes, resolution, accuracy, and physical attributes." ;
        rdfs:label       "DeviceDefinitionPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:enteredDate  a                     owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.enteredDate: Date the charge item was entered." ;
        rdfs:label                      "enteredDate" ;
        fhir:modifierExtensionProperty  fhir:_enteredDate ;
        dc:title                        "ChargeItem.enteredDate: Date the charge item was entered" .

fhir:_district  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Address.district" ;
        rdfs:label    "_district" .

fhir:QuestionnaireItemComponentItemItem
        a                owl:Class ;
        rdfs:comment     "Text, questions and other groups to be nested beneath a question or group." ;
        rdfs:label       "QuestionnaireItemComponentItemItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Nested questionnaire items" .

fhir:eye  a                             owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.eye: The eye for which the lens specification applies." ;
        rdfs:label                      "eye" ;
        fhir:modifierExtensionProperty  fhir:_eye ;
        dc:title                        "VisionPrescription.lensSpecification.eye: right | left" .

fhir:facilityType  a                    owl:ObjectProperty ;
        rdfs:comment                    "DocumentReference.facilityType: The kind of facility where the patient was seen." ;
        rdfs:label                      "facilityType" ;
        fhir:modifierExtensionProperty  fhir:_facilityType ;
        dc:title                        "DocumentReference.facilityType: Kind of facility where patient was seen" .

fhir:markdown  a         owl:Class ;
        rdfs:comment     "A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine" ;
        rdfs:label       "markdown" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_friendly  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.friendly" ;
        rdfs:label    "_friendly" .

fhir:ManufacturedItemDefinitionComponentComponentComponent
        a                owl:Class ;
        rdfs:comment     "A component that this component contains or is made from." ;
        rdfs:label       "ManufacturedItemDefinitionComponentComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentComponentComponentComponent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentComponentComponentProperty ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentConstituentComponent ;
                           owl:onProperty     fhir:constituent
                         ] ;
        dc:title         "A component that this component contains or is made from" .

fhir:basedOn  a                         owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.basedOn: A plan or request that is fulfilled in whole or in part by this nutrition order." , "MedicationRequest.basedOn: A plan or request that is fulfilled in whole or in part by this medication request." , "DeviceDispense.basedOn: The order or request that this dispense is fulfilling." , "SupplyDelivery.basedOn: A plan, proposal or order that is fulfilled in whole or in part by this event." , "DocumentReference.basedOn: A procedure that is fulfilled in whole or in part by the creation of this media." , "Appointment.basedOn: The request this appointment is allocated to assess (e.g. incoming referral or procedure request)." , "SupplyRequest.basedOn: Plan/proposal/order fulfilled by this request." , "Procedure.basedOn: A reference to a resource that contains details of the request for this procedure." , "ImagingStudy.basedOn: A list of the diagnostic requests that resulted in this imaging study being performed." , "RiskAssessment.basedOn: A reference to the request that is fulfilled by this risk assessment." , "Transport.basedOn: BasedOn refers to a higher-level authorization that triggered the creation of the transport.  It references a \"request\" resource such as a ServiceRequest or Transport, which is distinct from the \"request\" resource the Transport is seeking to fulfill.  This latter resource is referenced by FocusOn.  For example, based on a ServiceRequest (= BasedOn), a transport is created to fulfill a procedureRequest ( = FocusOn ) to transport a specimen to the lab." , "DeviceUsage.basedOn: A plan, proposal or order that is fulfilled in whole or in part by this DeviceUsage." , "NutritionIntake.basedOn: A plan, proposal or order that is fulfilled in whole or in part by this event." , "DeviceRequest.basedOn: Plan/proposal/order fulfilled by this request." , "MedicationDispense.basedOn: A plan that is fulfilled in whole or in part by this MedicationDispense." , "DiagnosticReport.basedOn: Details concerning a service requested." , "Task.basedOn: BasedOn refers to a higher-level authorization that triggered the creation of the task.  It references a \"request\" resource such as a ServiceRequest, MedicationRequest, CarePlan, etc. which is distinct from the \"request\" resource the task is seeking to fulfill.  This latter resource is referenced by focus.  For example, based on a CarePlan (= basedOn), a task is created to fulfill a ServiceRequest ( = focus ) to collect a specimen from a patient." , "Provenance.basedOn: Allows tracing of authorizatino for the events and tracking whether proposals/recommendations were acted upon." , "BiologicallyDerivedProductDispense.basedOn: The order or request that the dispense is fulfilling. This is a reference to a ServiceRequest resource." , "Encounter.basedOn: The request this encounter satisfies (e.g. incoming referral or procedure request)." , "Observation.basedOn: A plan, proposal or order that is fulfilled in whole or in part by this event.  For example, a MedicationRequest may require a patient to have laboratory test performed before  it is dispensed." , "QuestionnaireResponse.basedOn: A plan, proposal or order that is fulfilled in whole or in part by this questionnaire response.  For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression." , "CarePlan.basedOn: A higher-level request resource (i.e. a plan, proposal or order) that is fulfilled in whole or in part by this care plan." , "AuditEvent.basedOn: Allows tracing of authorizatino for the events and tracking whether proposals/recommendations were acted upon." , "ServiceRequest.basedOn: Plan/proposal/order fulfilled by this request." , "ImagingSelection.basedOn: A list of the diagnostic requests that resulted in this imaging selection being performed." , "Immunization.basedOn: A plan, order or recommendation fulfilled in whole or in part by this immunization." , "GenomicStudy.basedOn: Event resources that the genomic study is based on." , "MedicationAdministration.basedOn: A plan that is fulfilled in whole or in part by this MedicationAdministration." , "CommunicationRequest.basedOn: A plan or proposal that is fulfilled in whole or in part by this request." , "Communication.basedOn: An order, proposal or plan fulfilled in whole or in part by this Communication." , "RequestOrchestration.basedOn: A plan, proposal or order that is fulfilled in whole or in part by this request." ;
        rdfs:label                      "basedOn" ;
        rdfs:subPropertyOf              w5:who.cause , w5:why ;
        fhir:modifierExtensionProperty  fhir:_basedOn ;
        dc:title                        "NutritionIntake.basedOn: Fulfils plan, proposal or order" , "ImagingSelection.basedOn: Associated request" , "ServiceRequest.basedOn: What request fulfills" , "Immunization.basedOn: Authority that the immunization event is based on" , "AuditEvent.basedOn: Workflow authorization within which this event occurred" , "DiagnosticReport.basedOn: What was requested" , "Encounter.basedOn: The request that initiated this encounter" , "Communication.basedOn: Request fulfilled by this communication" , "SupplyDelivery.basedOn: Fulfills plan, proposal or order" , "RiskAssessment.basedOn: Request fulfilled by this assessment" , "CarePlan.basedOn: Fulfills plan, proposal or order" , "Appointment.basedOn: The request this appointment is allocated to assess" , "Observation.basedOn: Fulfills plan, proposal or order" , "CommunicationRequest.basedOn: Fulfills plan or proposal" , "ImagingStudy.basedOn: Request fulfilled" , "GenomicStudy.basedOn: Event resources that the genomic study is based on" , "NutritionOrder.basedOn: What this order fulfills" , "MedicationRequest.basedOn: A plan or request that is fulfilled in whole or in part by this medication request" , "MedicationAdministration.basedOn: Plan this is fulfilled by this administration" , "MedicationDispense.basedOn: Plan that is fulfilled by this dispense" , "DeviceDispense.basedOn: The order or request that this dispense is fulfilling" , "Procedure.basedOn: A request for this procedure" , "DeviceRequest.basedOn: What request fulfills" , "DocumentReference.basedOn: Procedure that caused this media to be created" , "SupplyRequest.basedOn: What other request is fulfilled by this supply request" , "Task.basedOn: Request fulfilled by this task" , "RequestOrchestration.basedOn: Fulfills plan, proposal, or order" , "QuestionnaireResponse.basedOn: Request fulfilled by this QuestionnaireResponse" , "DeviceUsage.basedOn: Fulfills plan, proposal or order" , "Provenance.basedOn: Workflow authorization within which this event occurred" , "BiologicallyDerivedProductDispense.basedOn: The order or request that this dispense is fulfilling" , "Transport.basedOn: Request fulfilled by this transport" .

fhir:assessmentMethod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.suspectEntity.causality.assessmentMethod: The method of evaluating the relatedness of the suspected entity to the event." ;
        rdfs:label                      "assessmentMethod" ;
        fhir:modifierExtensionProperty  fhir:_assessmentMethod ;
        dc:title                        "AdverseEvent.suspectEntity.causality.assessmentMethod: Method of evaluating the relatedness of the suspected entity to the event" .

fhir:_sourceMaterialClass
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.sourceMaterialClass" ;
        rdfs:label    "_sourceMaterialClass" .

fhir:CarePlanActivityComponent
        a                owl:Class ;
        rdfs:comment     "CarePlanActivityComponent: Identifies an action that has occurred or is a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring that has occurred, education etc." ;
        rdfs:label       "CarePlanActivityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:plannedActivityReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:plannedActivityReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:progress
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:performedActivity
                         ] .

fhir:response  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.operation.response: A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "MessageHeader.response: Information about the message that this message is a response to.  Only present if this message is a response." , "PaymentNotice.response: Reference of response to resource for which payment is being made." , "Bundle.entry.response: Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history." , "ExampleScenario.process.step.alternative.step.operation.response: A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "ExampleScenario.process.step.alternative.step.process.step.operation.response: A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "ExampleScenario.process.step.process.step.operation.response: A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "TestScript.setup.action.assert.response: continue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported." , "ExampleScenario.process.step.operation.response: A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "PaymentReconciliation.allocation.response: A resource, such as a ClaimResponse, which contains a commitment to payment." , "TestScript.test.action.assert.response: continue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported." ;
        rdfs:label                      "response" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_response ;
        dc:title                        "PaymentNotice.response: Response reference" , "PaymentReconciliation.allocation.response: Response committing to a payment" , "ExampleScenario.process.step.alternative.step.operation.response: Instance transmitted on invocation response" , "ExampleScenario.process.step.process.step.operation.response: Instance transmitted on invocation response" , "ExampleScenario.process.step.alternative.step.process.step.operation.response: Instance transmitted on invocation response" , "MessageHeader.response: If this is a reply to prior message" , "ExampleScenario.process.step.operation.response: Instance transmitted on invocation response" , "TestScript.test.action.assert.response: continue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported" , "TestScript.setup.action.assert.response: continue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported" , "Bundle.entry.response: Results of execution (transaction/batch/history)" , "ExampleScenario.process.step.process.step.alternative.step.operation.response: Instance transmitted on invocation response" .

fhir:_singleUse  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.singleUse" ;
        rdfs:label    "_singleUse" .

fhir:ProvenanceAgentComponent
        a                owl:Class ;
        rdfs:comment     "ProvenanceAgentComponent: An actor taking a role in an activity  for which it can be assigned some degree of responsibility for the activity taking place." ;
        rdfs:label       "ProvenanceAgentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:_kingdom  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.organismGeneral.kingdom" ;
        rdfs:label    "_kingdom" .

fhir:error  a                           owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionStatus.error: A record of errors that occurred when the server processed a notification." , "CoverageEligibilityResponse.error: Errors encountered during the processing of the request." , "ClaimResponse.error: Errors encountered during the processing of the adjudication." ;
        rdfs:label                      "error" ;
        fhir:modifierExtensionProperty  fhir:_error ;
        dc:title                        "SubscriptionStatus.error: List of errors on the subscription" , "CoverageEligibilityResponse.error: Processing errors" , "ClaimResponse.error: Processing errors" .

fhir:effect  a                          owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.interaction.effect: The effect of the interaction, for example \"reduced gastric absorption of primary medication\"." ;
        rdfs:label                      "effect" ;
        fhir:modifierExtensionProperty  fhir:_effect ;
        dc:title                        "ClinicalUseDefinition.interaction.effect: The effect of the interaction, for example \"reduced gastric absorption of primary medication\"" .

fhir:verifiedWith  a                    owl:ObjectProperty ;
        rdfs:comment                    "Consent.verification.verifiedWith: Who verified the instruction (Patient, Relative or other Authorized Person)." ;
        rdfs:label                      "verifiedWith" ;
        fhir:modifierExtensionProperty  fhir:_verifiedWith ;
        dc:title                        "Consent.verification.verifiedWith: Person who verified" .

fhir:_packaging  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.packaging.packaging" , "(Modified) PackagedProductDefinition.packaging.packaging.packaging" , "(Modified) PackagedProductDefinition.packaging" , "(Modified) MedicationKnowledge.packaging" , "(Modified) DeviceDefinition.packaging.packaging" , "(Modified) DeviceDefinition.packaging.packaging.packaging" , "(Modified) DeviceDefinition.packaging" ;
        rdfs:label    "_packaging" .

fhir:position  a                        owl:ObjectProperty ;
        rdfs:comment                    "Location.position: The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML)." ;
        rdfs:label                      "position" ;
        fhir:modifierExtensionProperty  fhir:_position ;
        dc:title                        "Location.position: The absolute geographic location" .

fhir:EvidenceCertaintyComponentCertainty
        a                owl:Class ;
        rdfs:comment     "A domain or subdomain of certainty." ;
        rdfs:label       "EvidenceCertaintyComponentCertainty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceCertaintyComponentCertaintyCertainty ;
                           owl:onProperty     fhir:subcomponent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rating
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:rater
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:rating
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rater
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        dc:title         "A domain or subdomain of certainty" .

fhir:low  a                             owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.low: A low expected limit of the amount." , "Range.low: The low limit. The boundary is inclusive." , "Observation.component.referenceRange.low: The value of the low bound of the reference range.  The low bound of the reference range endpoint is inclusive of the value (e.g.  reference range is >=5 - <=9). If the low bound is omitted,  it is assumed to be meaningless (e.g. reference range is <=2.3)." , "Observation.referenceRange.low: The value of the low bound of the reference range.  The low bound of the reference range endpoint is inclusive of the value (e.g.  reference range is >=5 - <=9). If the low bound is omitted,  it is assumed to be meaningless (e.g. reference range is <=2.3)." ;
        rdfs:label                      "low" ;
        fhir:modifierExtensionProperty  fhir:_low ;
        dc:title                        "Observation.referenceRange.low: Low Range, if relevant" , "Range.low: Low limit" , "Observation.component.referenceRange.low: Low Range, if relevant" , "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.low: A low expected limit of the amount" .

fhir:_Device  a          owl:Class ;
        rdfs:comment     "(Modified) Device" ;
        rdfs:label       "_Device" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:AddedItemSubDetail
        a                owl:Class ;
        rdfs:comment     "ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetail: The third-tier service adjudications for payor added services." ;
        rdfs:label       "AddedItemSubDetail" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] .

fhir:_responsible  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.allocation.responsible" , "(Modified) NamingSystem.responsible" , "(Modified) MessageHeader.responsible" , "(Modified) ExplanationOfBenefit.careTeam.responsible" , "(Modified) Contract.term.group.asset.valuedItem.responsible" , "(Modified) Contract.term.asset.valuedItem.responsible" , "(Modified) Claim.careTeam.responsible" ;
        rdfs:label    "_responsible" .

fhir:excludingDate  a                   owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.excludingDate: Any dates, such as holidays, that should be excluded from the recurrence." ;
        rdfs:label                      "excludingDate" ;
        fhir:modifierExtensionProperty  fhir:_excludingDate ;
        dc:title                        "Appointment.recurrenceTemplate.excludingDate: Any dates that should be excluded from the series" .

fhir:_verified  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.verification.verified" ;
        rdfs:label    "_verified" .

fhir:TestScriptMetadataCapabilityComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptMetadataComponent.TestScriptMetadataCapabilityComponent: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested." ;
        rdfs:label       "TestScriptMetadataCapabilityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:link
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:capabilities
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:validated
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:capabilities
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:validated
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:required
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:required
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:destination
                         ] .

fhir:marketingStatus  a                 owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.marketingStatus: Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated." , "MedicinalProductDefinition.marketingStatus: Marketing status of the medicinal product, in contrast to marketing authorization. This refers to the product being actually 'on the market' as opposed to being allowed to be on the market (which is an authorization)." , "ManufacturedItemDefinition.marketingStatus: Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated." ;
        rdfs:label                      "marketingStatus" ;
        fhir:modifierExtensionProperty  fhir:_marketingStatus ;
        dc:title                        "PackagedProductDefinition.marketingStatus: Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated" , "MedicinalProductDefinition.marketingStatus: Marketing status of the medicinal product, in contrast to marketing authorization" , "ManufacturedItemDefinition.marketingStatus: Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated" .

fhir:_ClaimResponse  a   owl:Class ;
        rdfs:comment     "(Modified) ClaimResponse" ;
        rdfs:label       "_ClaimResponse" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:request  a                         owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.request: Original request resource reference." , "ExampleScenario.process.step.process.step.operation.request: A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." , "ExampleScenario.process.step.operation.request: A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." , "Specimen.request: Details concerning a service request that required a specimen to be collected." , "ExplanationOfBenefit.addItem.request: Request or Referral for Goods or Service to be rendered." , "Bundle.entry.request: Additional information about how this entry should be processed as part of a transaction or batch.  For history, it shows how the entry was processed to create the version contained in the entry." , "EnrollmentResponse.request: Original request resource reference." , "CoverageEligibilityResponse.request: Reference to the original request resource." , "ExplanationOfBenefit.item.request: Request or Referral for Goods or Service to be rendered." , "BiologicallyDerivedProduct.request: Request to obtain and/or infuse this biologically derived product." , "ExampleScenario.process.step.alternative.step.operation.request: A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." , "ClaimResponse.addItem.request: Request or Referral for Goods or Service to be rendered." , "ExampleScenario.process.step.process.step.alternative.step.operation.request: A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." , "ExampleScenario.process.step.alternative.step.process.step.operation.request: A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." , "MedicationAdministration.request: The original request, instruction or authority to perform the administration." , "ClaimResponse.request: Original request resource reference." , "Claim.item.request: Request or Referral for Goods or Service to be rendered." , "PaymentNotice.request: Reference of resource for which payment is being made." ;
        rdfs:label                      "request" ;
        rdfs:subPropertyOf              w5:who.focus , w5:why ;
        fhir:modifierExtensionProperty  fhir:_request ;
        dc:title                        "ExampleScenario.process.step.process.step.operation.request: Instance transmitted on invocation" , "BiologicallyDerivedProduct.request: Request to obtain and/or infuse this product" , "ClaimResponse.request: Id of resource triggering adjudication" , "Claim.item.request: Request or Referral for Service" , "ExplanationOfBenefit.addItem.request: Request or Referral for Service" , "PaymentNotice.request: Request reference" , "MedicationAdministration.request: Request administration performed against" , "ExampleScenario.process.step.operation.request: Instance transmitted on invocation" , "ExampleScenario.process.step.process.step.alternative.step.operation.request: Instance transmitted on invocation" , "ExampleScenario.process.step.alternative.step.operation.request: Instance transmitted on invocation" , "ExplanationOfBenefit.item.request: Request or Referral for Service" , "EnrollmentResponse.request: Claim reference" , "ClaimResponse.addItem.request: Request or Referral for Service" , "CoverageEligibilityResponse.request: Eligibility request reference" , "ExampleScenario.process.step.alternative.step.process.step.operation.request: Instance transmitted on invocation" , "Bundle.entry.request: Additional execution information (transaction/batch/history)" , "Specimen.request: Why the specimen was collected" , "PaymentReconciliation.request: Reference to requesting resource" .

fhir:MolecularSequenceRelativeEditComponent
        a                owl:Class ;
        rdfs:comment     "MolecularSequenceRelativeComponent.MolecularSequenceRelativeEditComponent: Changes in sequence from the starting sequence." ;
        rdfs:label       "MolecularSequenceRelativeEditComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:replacementSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:replacedSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:replacementSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:start
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:end
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:replacedSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:start
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:end
                         ] .

fhir:periodType  a                      owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.periodType: Type of Asset availability for use or ownership." , "Contract.term.asset.periodType: Type of Asset availability for use or ownership." ;
        rdfs:label                      "periodType" ;
        fhir:modifierExtensionProperty  fhir:_periodType ;
        dc:title                        "Contract.term.group.asset.periodType: Asset availability types" , "Contract.term.asset.periodType: Asset availability types" .

fhir:approvalDate  a                    owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization)." , "Library.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "ArtifactAssessment.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "NamingSystem.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "ActivityDefinition.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "Questionnaire.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "MetadataResource.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "ConceptMap.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "EventDefinition.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "Measure.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "PlanDefinition.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "Citation.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "SpecimenDefinition.approvalDate: The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "Evidence.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "CodeSystem.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "ChargeItemDefinition.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "SubscriptionTopic.approvalDate: The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "ValueSet.approvalDate: The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage." , "ObservationDefinition.approvalDate: The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage." ;
        rdfs:label                      "approvalDate" ;
        fhir:modifierExtensionProperty  fhir:_approvalDate ;
        dc:title                        "Evidence.approvalDate: When the summary was approved by publisher" , "EventDefinition.approvalDate: When the event definition was approved by publisher" , "NamingSystem.approvalDate: When the NamingSystem was approved by publisher" , "ValueSet.approvalDate: When the ValueSet was approved by publisher" , "Measure.approvalDate: When the measure was approved by publisher" , "Questionnaire.approvalDate: When the questionnaire was approved by publisher" , "EvidenceVariable.approvalDate: When the resource was approved by publisher" , "PlanDefinition.approvalDate: When the plan definition was approved by publisher" , "ObservationDefinition.approvalDate: When ObservationDefinition was approved by publisher" , "ArtifactAssessment.approvalDate: When the artifact assessment was approved by publisher" , "ConceptMap.approvalDate: When the ConceptMap was approved by publisher" , "ActivityDefinition.approvalDate: When the activity definition was approved by publisher" , "Library.approvalDate: When the library was approved by publisher" , "SpecimenDefinition.approvalDate: When SpecimenDefinition was approved by publisher" , "SubscriptionTopic.approvalDate: When SubscriptionTopic is/was approved by publisher" , "CodeSystem.approvalDate: When the CodeSystem was approved by publisher" , "ChargeItemDefinition.approvalDate: When the charge item definition was approved by publisher" , "MetadataResource.approvalDate: When the {{title}} was approved by publisher" , "Citation.approvalDate: When the citation record was approved by publisher" .

fhir:_monomerSet  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.monomerSet" ;
        rdfs:label    "_monomerSet" .

fhir:_eventTrigger  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.eventTrigger" ;
        rdfs:label    "_eventTrigger" .

fhir:_ingredient  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Substance.ingredient" , "(Modified) NutritionProduct.ingredient" , "(Modified) MedicinalProductDefinition.ingredient" , "(Modified) MedicationKnowledge.definitional.ingredient" , "(Modified) Medication.ingredient" , "(Modified) ManufacturedItemDefinition.ingredient" , "(Modified) AdministrableProductDefinition.ingredient" ;
        rdfs:label    "_ingredient" .

fhir:_biologicalSourceEvent
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionProduct.instance.biologicalSourceEvent" , "(Modified) Device.biologicalSourceEvent" , "(Modified) BiologicallyDerivedProduct.biologicalSourceEvent" ;
        rdfs:label    "_biologicalSourceEvent" .

fhir:durationMax  a                     owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.durationMax: If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length." ;
        rdfs:label                      "durationMax" ;
        fhir:modifierExtensionProperty  fhir:_durationMax ;
        dc:title                        "Timing.repeat.durationMax: How long when it happens (Max)" .

fhir:_MolecularSequence
        a                owl:Class ;
        rdfs:comment     "(Modified) MolecularSequence" ;
        rdfs:label       "_MolecularSequence" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_permittedDataType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.permittedDataType" , "(Modified) ObservationDefinition.permittedDataType" ;
        rdfs:label    "_permittedDataType" .

fhir:subtitle  a                        owl:ObjectProperty ;
        rdfs:comment                    "Measure.subtitle: An explanatory or alternate title for the measure giving additional information about its content." , "EventDefinition.subtitle: An explanatory or alternate title for the event definition giving additional information about its content." , "Library.subtitle: An explanatory or alternate title for the library giving additional information about its content." , "ConditionDefinition.subtitle: An explanatory or alternate title for the event definition giving additional information about its content." , "Contract.subtitle: A more detailed or qualifying explanatory or alternate user-friendly title for this Contract definition, derivative, or instance in any legal state." , "ActivityDefinition.subtitle: An explanatory or alternate title for the activity definition giving additional information about its content." , "PlanDefinition.subtitle: An explanatory or alternate title for the plan definition giving additional information about its content." ;
        rdfs:label                      "subtitle" ;
        fhir:modifierExtensionProperty  fhir:_subtitle ;
        dc:title                        "EventDefinition.subtitle: Subordinate title of the event definition" , "Measure.subtitle: Subordinate title of the measure" , "Library.subtitle: Subordinate title of the library" , "ActivityDefinition.subtitle: Subordinate title of the activity definition" , "ConditionDefinition.subtitle: Subordinate title of the event definition" , "Contract.subtitle: Subordinate Friendly name" , "PlanDefinition.subtitle: Subordinate title of the plan definition" .

fhir:ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        dc:title         "Additem subdetail level adjudication results" .

fhir:_SubscriptionStatus
        a                owl:Class ;
        rdfs:comment     "(Modified) SubscriptionStatus" ;
        rdfs:label       "_SubscriptionStatus" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:maxTreatmentPeriod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.maxTreatmentPeriod: The maximum treatment period during which the product can be administered." ;
        rdfs:label                      "maxTreatmentPeriod" ;
        fhir:modifierExtensionProperty  fhir:_maxTreatmentPeriod ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.maxTreatmentPeriod: The maximum treatment period during which the product can be administered" .

fhir:_relatedIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.relatedIdentifier" , "(Modified) Citation.citedArtifact.relatedIdentifier" ;
        rdfs:label    "_relatedIdentifier" .

fhir:_feature  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.feature" ;
        rdfs:label    "_feature" .

fhir:ValueSetExpansionComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetExpansionComponent: A value set can also be \"expanded\", where the value set is turned into a simple collection of enumerated codes. This element holds the expansion, if it has been performed." ;
        rdfs:label       "ValueSetExpansionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:timestamp
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionContainsComponent ;
                           owl:onProperty     fhir:contains
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionPropertyComponent ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:next
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:timestamp
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:offset
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:total
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:next
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:total
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:offset
                         ] .

fhir:_parameterFocus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.orderDetail.parameterFocus" ;
        rdfs:label    "_parameterFocus" .

fhir:_maxDosePerDay  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.maxDosePerDay" ;
        rdfs:label    "_maxDosePerDay" .

fhir:CapabilityStatementMessagingComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementMessagingComponent: A description of the messaging capabilities of the solution." ;
        rdfs:label       "CapabilityStatementMessagingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reliableCache
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementMessagingEndpointComponent ;
                           owl:onProperty     fhir:endpoint
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:reliableCache
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementMessagingSupportedMessageComponent ;
                           owl:onProperty     fhir:supportedMessage
                         ] .

fhir:ResearchStudyObjectiveComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyObjectiveComponent: A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study." ;
        rdfs:label       "ResearchStudyObjectiveComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] .

fhir:MedicationIngredientComponent
        a                owl:Class ;
        rdfs:comment     "MedicationIngredientComponent: Identifies a particular constituent of interest in the product." ;
        rdfs:label       "MedicationIngredientComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:strength
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:strength
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:strength
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isActive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isActive
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] .

fhir:SourceElement  a    owl:Class ;
        rdfs:comment     "ConceptMapGroupComponent.SourceElement: Mappings for an individual concept in the source to one or more concepts in the target." ;
        rdfs:label       "SourceElement" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TargetElement ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:noMap
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:noMap
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] .

fhir:_sequence  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.diagnosis.sequence" , "(Modified) Claim.insurance.sequence" , "(Modified) Claim.careTeam.sequence" , "(Modified) Invoice.lineItem.sequence" , "(Modified) ExplanationOfBenefit.procedure.sequence" , "(Modified) ExplanationOfBenefit.item.sequence" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.sequence" , "(Modified) Claim.item.sequence" , "(Modified) Claim.procedure.sequence" , "(Modified) ExplanationOfBenefit.careTeam.sequence" , "(Modified) SubstanceNucleicAcid.subunit.sequence" , "(Modified) Account.diagnosis.sequence" , "(Modified) MolecularSequence.relative.startingSequence.sequence" , "(Modified) TestPlan.testCase.sequence" , "(Modified) SubstanceProtein.subunit.sequence" , "(Modified) Claim.item.detail.subDetail.sequence" , "(Modified) ExplanationOfBenefit.supportingInfo.sequence" , "(Modified) Dosage.sequence" , "(Modified) Claim.diagnosis.sequence" , "(Modified) CoverageEligibilityRequest.supportingInfo.sequence" , "(Modified) ExplanationOfBenefit.item.detail.sequence" , "(Modified) ClaimResponse.insurance.sequence" , "(Modified) Claim.item.detail.sequence" , "(Modified) Claim.supportingInfo.sequence" , "(Modified) Account.procedure.sequence" ;
        rdfs:label    "_sequence" .

fhir:_validateProfileId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.validateProfileId" , "(Modified) TestScript.setup.action.assert.validateProfileId" ;
        rdfs:label    "_validateProfileId" .

fhir:responsibility  a                  owl:ObjectProperty ;
        rdfs:comment                    "Coverage.paymentBy.responsibility:  Description of the financial responsibility." ;
        rdfs:label                      "responsibility" ;
        fhir:modifierExtensionProperty  fhir:_responsibility ;
        dc:title                        "Coverage.paymentBy.responsibility: Party's responsibility" .

fhir:containedItem  a                   owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packaging.packaging.containedItem: The item(s) within the packaging." , "PackagedProductDefinition.packaging.containedItem: The item(s) within the packaging." ;
        rdfs:label                      "containedItem" ;
        fhir:modifierExtensionProperty  fhir:_containedItem ;
        dc:title                        "PackagedProductDefinition.packaging.packaging.containedItem: The item(s) within the packaging" , "PackagedProductDefinition.packaging.containedItem: The item(s) within the packaging" .

fhir:completionTime  a                  owl:ObjectProperty ;
        rdfs:comment                    "Transport.completionTime: Identifies the completion time of the event (the occurrence)." ;
        rdfs:label                      "completionTime" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_completionTime ;
        dc:title                        "Transport.completionTime: Completion time of the event (the occurrence)" .

fhir:_identifier  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Reference.identifier" , "(Modified) ChargeItemDefinition.identifier" , "(Modified) PackagedProductDefinition.packaging.packaging.identifier" , "(Modified) ResearchSubject.identifier" , "(Modified) AdministrableProductDefinition.identifier" , "(Modified) NutritionOrder.identifier" , "(Modified) Observation.identifier" , "(Modified) OperationDefinition.identifier" , "(Modified) Evidence.identifier" , "(Modified) TestPlan.identifier" , "(Modified) DeviceDefinition.packaging.packaging.identifier" , "(Modified) QuestionnaireResponse.identifier" , "(Modified) EncounterHistory.identifier" , "(Modified) Contract.term.group.identifier" , "(Modified) TerminologyCapabilities.identifier" , "(Modified) GuidanceResponse.identifier" , "(Modified) GraphDefinition.identifier" , "(Modified) Consent.identifier" , "(Modified) SearchParameter.identifier" , "(Modified) Citation.citedArtifact.publicationForm.publishedIn.identifier" , "(Modified) Requirements.identifier" , "(Modified) Coverage.identifier" , "(Modified) Communication.identifier" , "(Modified) DeviceUsage.identifier" , "(Modified) ObservationDefinition.identifier" , "(Modified) DetectedIssue.identifier" , "(Modified) ExplanationOfBenefit.identifier" , "(Modified) BiologicallyDerivedProductDispense.identifier" , "(Modified) SpecimenDefinition.identifier" , "(Modified) ExampleScenario.identifier" , "(Modified) InsurancePlan.identifier" , "(Modified) MeasureReport.identifier" , "(Modified) MolecularSequence.identifier" , "(Modified) DeviceDefinition.identifier" , "(Modified) ClaimResponse.payment.identifier" , "(Modified) Immunization.identifier" , "(Modified) Bundle.identifier" , "(Modified) Invoice.identifier" , "(Modified) HealthcareService.identifier" , "(Modified) ActorDefinition.identifier" , "(Modified) ConditionDefinition.identifier" , "(Modified) TestScript.identifier" , "(Modified) EventDefinition.identifier" , "(Modified) GenomicStudy.identifier" , "(Modified) Basic.identifier" , "(Modified) StructureMap.identifier" , "(Modified) Appointment.identifier" , "(Modified) AppointmentResponse.identifier" , "(Modified) Ingredient.identifier" , "(Modified) Condition.identifier" , "(Modified) CommunicationRequest.identifier" , "(Modified) AdverseEvent.identifier" , "(Modified) BiologicallyDerivedProduct.identifier" , "(Modified) CodeSystem.identifier" , "(Modified) ClinicalImpression.identifier" , "(Modified) Location.identifier" , "(Modified) Organization.qualification.identifier" , "(Modified) SubstancePolymer.identifier" , "(Modified) PackagedProductDefinition.packaging.identifier" , "(Modified) Schedule.identifier" , "(Modified) Procedure.identifier" , "(Modified) Transport.identifier" , "(Modified) Goal.identifier" , "(Modified) CoverageEligibilityResponse.identifier" , "(Modified) EvidenceReport.relatesTo.target.identifier" , "(Modified) Slot.identifier" , "(Modified) RegulatedAuthorization.case.identifier" , "(Modified) InventoryReport.identifier" , "(Modified) Encounter.identifier" , "(Modified) FamilyMemberHistory.identifier" , "(Modified) Endpoint.identifier" , "(Modified) RequestOrchestration.identifier" , "(Modified) Practitioner.qualification.identifier" , "(Modified) ArtifactAssessment.identifier" , "(Modified) Specimen.identifier" , "(Modified) Contract.identifier" , "(Modified) ServiceRequest.identifier" , "(Modified) InventoryItem.instance.identifier" , "(Modified) MessageHeader.response.identifier" , "(Modified) DeviceDispense.identifier" , "(Modified) ResearchStudy.identifier" , "(Modified) DeviceMetric.identifier" , "(Modified) ValueSet.expansion.identifier" , "(Modified) NamingSystem.identifier" , "(Modified) ValueSet.identifier" , "(Modified) List.identifier" , "(Modified) TestReport.identifier" , "(Modified) ImmunizationEvaluation.identifier" , "(Modified) CareTeam.identifier" , "(Modified) FormularyItem.identifier" , "(Modified) Contract.term.group.offer.identifier" , "(Modified) BodyStructure.identifier" , "(Modified) Questionnaire.identifier" , "(Modified) Citation.identifier" , "(Modified) Library.identifier" , "(Modified) Subscription.identifier" , "(Modified) EnrollmentResponse.identifier" , "(Modified) RegulatedAuthorization.identifier" , "(Modified) InsurancePlan.plan.identifier" , "(Modified) ClinicalUseDefinition.identifier" , "(Modified) Contract.term.asset.valuedItem.identifier" , "(Modified) VisionPrescription.identifier" , "(Modified) InventoryItem.identifier" , "(Modified) Claim.identifier" , "(Modified) MedicationAdministration.identifier" , "(Modified) Flag.identifier" , "(Modified) SupplyRequest.identifier" , "(Modified) Person.identifier" , "(Modified) RegulatedAuthorization.case.application.identifier" , "(Modified) PaymentNotice.identifier" , "(Modified) Measure.identifier" , "(Modified) ChargeItem.identifier" , "(Modified) EvidenceVariable.identifier" , "(Modified) PractitionerRole.identifier" , "(Modified) Task.identifier" , "(Modified) Organization.identifier" , "(Modified) DeviceDefinition.packaging.identifier" , "(Modified) PlanDefinition.identifier" , "(Modified) EpisodeOfCare.identifier" , "(Modified) SubstanceDefinition.identifier" , "(Modified) SubstanceNucleicAcid.subunit.sugar.identifier" , "(Modified) DocumentReference.identifier" , "(Modified) CanonicalResource.identifier" , "(Modified) ImmunizationRecommendation.identifier" , "(Modified) MedicinalProductDefinition.identifier" , "(Modified) Citation.citedArtifact.identifier" , "(Modified) OrganizationAffiliation.identifier" , "(Modified) SubscriptionTopic.identifier" , "(Modified) RiskAssessment.identifier" , "(Modified) NutritionProduct.instance.identifier" , "(Modified) DeviceRequest.identifier" , "(Modified) PaymentReconciliation.allocation.identifier" , "(Modified) MedicationRequest.identifier" , "(Modified) PaymentReconciliation.identifier" , "(Modified) CoverageEligibilityRequest.identifier" , "(Modified) Patient.identifier" , "(Modified) ConceptMap.identifier" , "(Modified) NutritionIntake.identifier" , "(Modified) EvidenceReport.identifier" , "(Modified) ImagingSelection.identifier" , "(Modified) DeviceAssociation.identifier" , "(Modified) Substance.identifier" , "(Modified) Device.identifier" , "(Modified) MedicationDispense.identifier" , "(Modified) StructureDefinition.identifier" , "(Modified) CapabilityStatement.identifier" , "(Modified) ActivityDefinition.identifier" , "(Modified) ManufacturedItemDefinition.identifier" , "(Modified) Group.identifier" , "(Modified) Claim.insurance.identifier" , "(Modified) ImagingStudy.identifier" , "(Modified) Practitioner.identifier" , "(Modified) Contract.term.group.asset.valuedItem.identifier" , "(Modified) Composition.identifier" , "(Modified) GenomicStudy.analysis.identifier" , "(Modified) ClaimResponse.identifier" , "(Modified) PackagedProductDefinition.identifier" , "(Modified) SubstanceDefinition.moiety.identifier" , "(Modified) SupplyDelivery.identifier" , "(Modified) SubstanceNucleicAcid.subunit.linkage.identifier" , "(Modified) Account.identifier" , "(Modified) MessageDefinition.identifier" , "(Modified) MedicationKnowledge.identifier" , "(Modified) Medication.identifier" , "(Modified) Contract.term.identifier" , "(Modified) AllergyIntolerance.identifier" , "(Modified) EnrollmentRequest.identifier" , "(Modified) DiagnosticReport.identifier" , "(Modified) CarePlan.identifier" , "(Modified) Contract.term.offer.identifier" , "(Modified) ImplementationGuide.identifier" , "(Modified) RelatedPerson.identifier" , "(Modified) MedicationStatement.identifier" , "(Modified) ExplanationOfBenefit.payment.identifier" ;
        rdfs:label    "_identifier" .

fhir:_scope  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.asset.scope" , "(Modified) OperationDefinition.parameter.part.scope" , "(Modified) ValueSet.scope" , "(Modified) DeviceDefinition.correctiveAction.scope" , "(Modified) TestScript.scope" , "(Modified) TestPlan.scope" , "(Modified) Contract.scope" , "(Modified) Contract.term.group.asset.scope" , "(Modified) TestPlan.testCase.scope" , "(Modified) ImplementationGuide.definition.template.scope" , "(Modified) OperationDefinition.parameter.scope" ;
        rdfs:label    "_scope" .

fhir:currency  a                        owl:ObjectProperty ;
        rdfs:comment                    "Account.currency: The default currency for the account." , "Money.currency: ISO 4217 Currency Code." ;
        rdfs:label                      "currency" ;
        fhir:modifierExtensionProperty  fhir:_currency ;
        dc:title                        "Account.currency: The base or default currency" , "Money.currency: ISO 4217 Currency Code" .

fhir:_inputProfile  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.inputProfile" ;
        rdfs:label    "_inputProfile" .

fhir:TestAction  a       owl:Class ;
        rdfs:comment     "TestScriptTestComponent.TestAction: Action would contain either an operation or an assertion." , "TestReportTestComponent.TestAction: Action would contain either an operation or an assertion." ;
        rdfs:label       "TestAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptTestComponent.TestActionOperation ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportTestComponent.TestActionAssert ;
                           owl:onProperty     fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportTestComponent.TestActionOperation ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptTestComponent.TestActionAssert ;
                           owl:onProperty     fhir:assert
                         ] .

fhir:_performer  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.performer" , "(Modified) Immunization.performer" , "(Modified) Task.performer" , "(Modified) ImagingStudy.series.performer" , "(Modified) GenomicStudy.analysis.performer" , "(Modified) DiagnosticReport.performer" , "(Modified) ChargeItem.performer" , "(Modified) ServiceRequest.performer" , "(Modified) MedicationRequest.performer" , "(Modified) MedicationAdministration.performer" , "(Modified) BiologicallyDerivedProductDispense.performer" , "(Modified) ClinicalImpression.performer" , "(Modified) Contract.term.action.performer" , "(Modified) DeviceDispense.performer" , "(Modified) ImagingSelection.performer" , "(Modified) Contract.term.group.action.performer" , "(Modified) NutritionIntake.performer" , "(Modified) NutritionOrder.performer" , "(Modified) MolecularSequence.performer" , "(Modified) MedicationDispense.performer" , "(Modified) RiskAssessment.performer" , "(Modified) DeviceRequest.performer" , "(Modified) Observation.performer" , "(Modified) GuidanceResponse.performer" ;
        rdfs:label    "_performer" .

fhir:QuestionnaireResponseItemComponentItemItem
        a                owl:Class ;
        rdfs:comment     "Sub-questions, sub-groups or display items nested beneath a group." ;
        rdfs:label       "QuestionnaireResponseItemComponentItemItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Child items of group item" .

fhir:_pushTypeAvailable
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.primarySource.pushTypeAvailable" ;
        rdfs:label    "_pushTypeAvailable" .

fhir:communication  a                   owl:ObjectProperty ;
        rdfs:comment                    "RelatedPerson.communication: A language which may be used to communicate with the related person about the patient's health." , "PractitionerRole.communication: A language the practitioner can use in patient communication. The practitioner may know several languages (listed in practitioner.communication), however these are the languages that could be advertised in a directory for a patient to search." , "HealthcareService.communication: Some services are specifically made available in multiple languages, this property permits a directory to declare the languages this is offered in. Typically this is only provided where a service operates in communities with mixed languages used." , "Practitioner.communication: A language which may be used to communicate with the practitioner, often for correspondence/administrative purposes.\r\rThe `PractitionerRole.communication` property should be used for publishing the languages that a practitioner is able to communicate with patients (on a per Organization/Role basis)." , "Patient.communication: A language which may be used to communicate with the patient about his or her health." , "Person.communication: A language which may be used to communicate with the person about his or her health." ;
        rdfs:label                      "communication" ;
        fhir:modifierExtensionProperty  fhir:_communication ;
        dc:title                        "Practitioner.communication: A language which may be used to communicate with the practitioner" , "PractitionerRole.communication: A language the practitioner (in this role) can use in patient communication" , "HealthcareService.communication: The language that this service is offered in" , "RelatedPerson.communication: A language which may be used to communicate with the related person about the patient's health" , "Patient.communication: A language which may be used to communicate with the patient about his or her health" , "Person.communication: A language which may be used to communicate with the person about his or her health" .

fhir:interpretation  a                  owl:ObjectProperty ;
        rdfs:comment                    "Observation.component.interpretation: A categorical assessment of an observation value.  For example, high, low, normal." , "Observation.interpretation: A categorical assessment of an observation value.  For example, high, low, normal." ;
        rdfs:label                      "interpretation" ;
        fhir:modifierExtensionProperty  fhir:_interpretation ;
        dc:title                        "Observation.component.interpretation: High, low, normal, etc" , "Observation.interpretation: High, low, normal, etc" .

fhir:_capacity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container.capacity" ;
        rdfs:label    "_capacity" .

fhir:topic  a                           owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.topic: Descriptions related to the content of the ConceptMap. Topics provide a high-level categorization as well as keywords for the ConceptMap that can be useful for filtering and searching." , "ValueSet.topic: Descriptions related to the content of the ValueSet. Topics provide a high-level categorization as well as keywords for the ValueSet that can be useful for filtering and searching." , "SubscriptionStatus.topic: The reference to the SubscriptionTopic for the Subscription which generated this notification." , "MetadataResource.topic: Descriptive topics related to the content of the {{title}}. Topics provide a high-level categorization as well as keywords for the {{title}} that can be useful for filtering and searching." , "PlanDefinition.topic: Descriptive topics related to the content of the plan definition. Topics provide a high-level categorization of the definition that can be useful for filtering and searching." , "Communication.topic: Description of the purpose/content, similar to a subject line in an email." , "Contract.term.topic" , "Contract.topic" , "Contract.term.offer.topic: The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30)." , "Measure.topic: Descriptive topics related to the content of the measure. Topics provide a high-level categorization grouping types of measures that can be useful for filtering and searching." , "Subscription.topic: The reference to the subscription topic to be notified about." , "Contract.term.group.topic" , "Library.topic: Descriptive topics related to the content of the library. Topics provide a high-level categorization of the library that can be useful for filtering and searching." , "Contract.term.group.offer.topic: The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30)." , "ActivityDefinition.topic: Descriptive topics related to the content of the activity. Topics provide a high-level categorization of the activity that can be useful for filtering and searching." , "EventDefinition.topic: Descriptive topics related to the module. Topics provide a high-level categorization of the module that can be useful for filtering and searching." , "NamingSystem.topic: Descriptions related to the content of the NamingSystem. Topics provide a high-level categorization as well as keywords for the NamingSystem that can be useful for filtering and searching." , "CodeSystem.topic: Descriptions related to the content of the CodeSystem. Topics provide a high-level categorization as well as keywords for the CodeSystem that can be useful for filtering and searching." ;
        rdfs:label                      "topic" ;
        rdfs:subPropertyOf              w5:what , w5:context ;
        fhir:modifierExtensionProperty  fhir:_topic ;
        dc:title                        "ActivityDefinition.topic: E.g. Education, Treatment, Assessment, etc" , "NamingSystem.topic: E.g. Education, Treatment, Assessment, etc" , "Contract.term.group.offer.topic: Negotiable offer asset" , "CodeSystem.topic: E.g. Education, Treatment, Assessment, etc" , "EventDefinition.topic: E.g. Education, Treatment, Assessment, etc" , "ConceptMap.topic: E.g. Education, Treatment, Assessment, etc" , "SubscriptionStatus.topic: Reference to the SubscriptionTopic this notification relates to" , "Contract.term.offer.topic: Negotiable offer asset" , "Subscription.topic: Reference to the subscription topic being subscribed to" , "PlanDefinition.topic: E.g. Education, Treatment, Assessment" , "Measure.topic: The category of the measure, such as Education, Treatment, Assessment, etc" , "Library.topic: E.g. Education, Treatment, Assessment, etc" , "MetadataResource.topic: E.g. Education, Treatment, Assessment, etc" , "ValueSet.topic: E.g. Education, Treatment, Assessment, etc" , "Communication.topic: Description of the purpose/content" .

fhir:_undesirableEffect
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.undesirableEffect" , "(Modified) ClinicalUseDefinition.indication.undesirableEffect" ;
        rdfs:label    "_undesirableEffect" .

fhir:_noteNumber  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.noteNumber" , "(Modified) ClaimResponse.addItem.noteNumber" , "(Modified) ClaimResponse.addItem.detail.noteNumber" , "(Modified) ClaimResponse.addItem.detail.subDetail.noteNumber" , "(Modified) ClaimResponse.item.noteNumber" , "(Modified) ExplanationOfBenefit.item.noteNumber" , "(Modified) ExplanationOfBenefit.addItem.detail.noteNumber" , "(Modified) ExplanationOfBenefit.addItem.noteNumber" , "(Modified) ExplanationOfBenefit.item.detail.noteNumber" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.noteNumber" , "(Modified) ClaimResponse.item.detail.subDetail.noteNumber" , "(Modified) ClaimResponse.item.detail.noteNumber" ;
        rdfs:label    "_noteNumber" .

fhir:_DeviceRequest  a   owl:Class ;
        rdfs:comment     "(Modified) DeviceRequest" ;
        rdfs:label       "_DeviceRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:courseOfTherapyType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.courseOfTherapyType: The description of the overall pattern of the administration of the medication to the patient." ;
        rdfs:label                      "courseOfTherapyType" ;
        fhir:modifierExtensionProperty  fhir:_courseOfTherapyType ;
        dc:title                        "MedicationRequest.courseOfTherapyType: Overall pattern of medication administration" .

fhir:ordinalPosition  a                 owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.ordinalPosition: Indicates the order in which the sequence should be considered when putting multiple 'relative' elements together." ;
        rdfs:label                      "ordinalPosition" ;
        fhir:modifierExtensionProperty  fhir:_ordinalPosition ;
        dc:title                        "MolecularSequence.relative.ordinalPosition: Indicates the order in which the sequence should be considered when putting multiple 'relative' elements together" .

fhir:ObservationComponentComponentReferenceRange
        a                owl:Class ;
        rdfs:comment     "Guidance on how to interpret the value by comparison to a normal or recommended range." ;
        rdfs:label       "ObservationComponentComponentReferenceRange" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:low
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:high
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:normalValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:low
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:normalValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:high
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:appliesTo
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:age
                         ] ;
        dc:title         "Provides guide for interpretation of component result" .

fhir:_actorId  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.action.participant.actorId" , "(Modified) PlanDefinition.action.participant.actorId" ;
        rdfs:label    "_actorId" .

fhir:conclusion  a                      owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.conclusion: Concise and clinically contextualized summary conclusion (interpretation/impression) of the diagnostic report." ;
        rdfs:label                      "conclusion" ;
        fhir:modifierExtensionProperty  fhir:_conclusion ;
        dc:title                        "DiagnosticReport.conclusion: Clinical conclusion (interpretation) of test results" .

fhir:Resource  a         owl:Class ;
        rdfs:comment     "This is the base resource type for everything." ;
        rdfs:label       "Resource" ;
        rdfs:subClassOf  fhir:Base ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:implicitRules
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:id
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Meta ;
                           owl:onProperty     fhir:meta
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:meta
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:treeRoot ;
                           owl:onProperty     fhir:nodeRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:id
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:nodeRole
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:implicitRules
                         ] .

fhir:accountNumber  a                   owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.accountNumber: A portion of the account number, often the last 4 digits, used for verification not charging purposes." ;
        rdfs:label                      "accountNumber" ;
        fhir:modifierExtensionProperty  fhir:_accountNumber ;
        dc:title                        "PaymentReconciliation.accountNumber: Digits for verification" .

fhir:deliverTo  a                       owl:ObjectProperty ;
        rdfs:comment                    "SupplyRequest.deliverTo: Where the supply is destined to go." ;
        rdfs:label                      "deliverTo" ;
        fhir:modifierExtensionProperty  fhir:_deliverTo ;
        dc:title                        "SupplyRequest.deliverTo: The destination of the supply" .

fhir:multipleResultsAllowed
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.multipleResultsAllowed: Multiple results allowed for observations conforming to this ObservationDefinition." ;
        rdfs:label                      "multipleResultsAllowed" ;
        fhir:modifierExtensionProperty  fhir:_multipleResultsAllowed ;
        dc:title                        "ObservationDefinition.multipleResultsAllowed: Multiple results allowed for conforming observations" .

fhir:_asNeeded  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.supplement.schedule.asNeeded" , "(Modified) DeviceRequest.asNeeded" , "(Modified) PlanDefinition.asNeeded" , "(Modified) ActivityDefinition.asNeeded" , "(Modified) Dosage.asNeeded" , "(Modified) NutritionOrder.enteralFormula.administration.schedule.asNeeded" , "(Modified) ServiceRequest.asNeeded" , "(Modified) NutritionOrder.oralDiet.schedule.asNeeded" ;
        rdfs:label    "_asNeeded" .

fhir:_onHold  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.guarantor.onHold" ;
        rdfs:label    "_onHold" .

fhir:genomeAssembly  a                  owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.startingSequence.genomeAssembly: The genome assembly used for starting sequence, e.g. GRCh38." ;
        rdfs:label                      "genomeAssembly" ;
        fhir:modifierExtensionProperty  fhir:_genomeAssembly ;
        dc:title                        "MolecularSequence.relative.startingSequence.genomeAssembly: The genome assembly used for starting sequence, e.g. GRCh38" .

fhir:_preAuthRefPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.preAuthRefPeriod" ;
        rdfs:label    "_preAuthRefPeriod" .

fhir:itemSequence  a                    owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.item.itemSequence: A number to uniquely reference the claim item entries." , "ExplanationOfBenefit.addItem.itemSequence: Claim items which this service line is intended to replace." , "ClaimResponse.addItem.itemSequence: Claim items which this service line is intended to replace." , "ClaimResponse.error.itemSequence: The sequence number of the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure." ;
        rdfs:label                      "itemSequence" ;
        fhir:modifierExtensionProperty  fhir:_itemSequence ;
        dc:title                        "ClaimResponse.addItem.itemSequence: Item sequence number" , "ClaimResponse.error.itemSequence: Item sequence number" , "ClaimResponse.item.itemSequence: Claim item instance identifier" , "ExplanationOfBenefit.addItem.itemSequence: Item sequence number" .

fhir:_relatedClinicalInformation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationStatement.relatedClinicalInformation" ;
        rdfs:label    "_relatedClinicalInformation" .

fhir:ResearchStudy  a                owl:Class ;
        rdfs:comment                 "A scientific study of nature that sometimes includes processes involved in health and disease. For example, clinical trials are research studies that involve people. These studies may be related to new ways to screen, prevent, diagnose, and treat disease. They may also study certain outcomes and certain groups of people by looking at data collected in the past or future." ;
        rdfs:label                   "ResearchStudy" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.diagnostics ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recruitment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyRecruitmentComponent ;
                                       owl:onProperty     fhir:recruitment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:site
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:region
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:whyStopped
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyOutcomeMeasureComponent ;
                                       owl:onProperty     fhir:outcomeMeasure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyProgressStatusComponent ;
                                       owl:onProperty     fhir:progressStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:phase
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyComparisonGroupComponent ;
                                       owl:onProperty     fhir:comparisonGroup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:primaryPurposeType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:keyword
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:primaryPurposeType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyObjectiveComponent ;
                                       owl:onProperty     fhir:objective
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:classifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RelatedArtifact ;
                                       owl:onProperty     fhir:relatedArtifact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:whyStopped
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:descriptionSummary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyAssociatedPartyComponent ;
                                       owl:onProperty     fhir:associatedParty
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:phase
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:protocol
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:studyDesign
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:result
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchStudyLabelComponent ;
                                       owl:onProperty     fhir:label
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:condition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:descriptionSummary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ResearchStudy .

fhir:_action  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.action" , "(Modified) AuditEvent.action" , "(Modified) Contract.term.action" , "(Modified) PlanDefinition.action" , "(Modified) DetectedIssue.mitigation.action" , "(Modified) Permission.rule.activity.action" , "(Modified) RequestOrchestration.action.action.action" , "(Modified) Contract.term.group.action" , "(Modified) RequestOrchestration.action" , "(Modified) TestScript.setup.action" , "(Modified) Consent.provision.provision.action" , "(Modified) Procedure.focalDevice.action" , "(Modified) TestReport.teardown.action" , "(Modified) TestReport.setup.action" , "(Modified) RequestOrchestration.action.action" , "(Modified) TestScript.teardown.action" , "(Modified) PlanDefinition.action.action.action" , "(Modified) TestReport.test.action" , "(Modified) Consent.provision.action" , "(Modified) TestScript.test.action" ;
        rdfs:label    "_action" .

fhir:_DocumentReference
        a                owl:Class ;
        rdfs:comment     "(Modified) DocumentReference" ;
        rdfs:label       "_DocumentReference" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:ClaimResponse.Item.ItemDetail.SubDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ClaimResponse.Item.ItemDetail.SubDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        dc:title         "Subdetail level adjudication details" .

fhir:_coverageArea  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.coverageArea" , "(Modified) InsurancePlan.coverageArea" , "(Modified) HealthcareService.coverageArea" ;
        rdfs:label    "_coverageArea" .

fhir:DataType  a         owl:Class ;
        rdfs:comment     "The base class for all re-useable types defined as part of the FHIR Specification." ;
        rdfs:label       "DataType" ;
        rdfs:subClassOf  fhir:Element ;
        dc:title         "Reuseable Types" .

fhir:Duration  a         owl:Class ;
        rdfs:comment     "A length of time." ;
        rdfs:label       "Duration" ;
        rdfs:subClassOf  fhir:Quantity ;
        dc:title         "A length of time" .

fhir:_Consent  a         owl:Class ;
        rdfs:comment     "(Modified) Consent" ;
        rdfs:label       "_Consent" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_referencePolicy
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.referencePolicy" ;
        rdfs:label    "_referencePolicy" .

fhir:_virtualService  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.virtualService" , "(Modified) Encounter.virtualService" , "(Modified) Appointment.virtualService" ;
        rdfs:label    "_virtualService" .

fhir:_lastModified  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.lastModified" , "(Modified) Task.lastModified" , "(Modified) Bundle.entry.response.lastModified" ;
        rdfs:label    "_lastModified" .

fhir:destination  a                     owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.operation.destination: The server where the request message is destined for.  Must be one of the server numbers listed in TestScript.destination section." , "DeviceDispense.destination: Identification of the facility/location where the device was /should be shipped to, as part of the dispense process." , "TestScript.teardown.action.operation.destination: The server where the request message is destined for.  Must be one of the server numbers listed in TestScript.destination section." , "Encounter.admission.destination: Location/organization to which the patient is discharged." , "MedicationDispense.destination: Identification of the facility/location where the medication was/will be shipped to, as part of the dispense event." , "MessageHeader.destination: The destination application which the message is intended for." , "SupplyDelivery.destination: Identification of the facility/location where the delivery was shipped to." , "BiologicallyDerivedProductDispense.destination: Link to a resource identifying the physical location that the product was dispatched to." , "TestScript.metadata.capability.destination: Which server these requirements apply to." , "TestScript.setup.action.operation.destination: The server where the request message is destined for.  Must be one of the server numbers listed in TestScript.destination section." , "TestScript.destination: An abstract server used in operations within this test script in the destination element." ;
        rdfs:label                      "destination" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_destination ;
        dc:title                        "BiologicallyDerivedProductDispense.destination: Where the product was dispatched to" , "TestScript.setup.action.operation.destination: Server responding to the request" , "Encounter.admission.destination: Location/organization to which the patient is discharged" , "MessageHeader.destination: Message destination application(s)" , "TestScript.destination: An abstract server representing a destination or receiver in a message exchange" , "SupplyDelivery.destination: Where the delivery was sent" , "DeviceDispense.destination: Where the device was sent or should be sent" , "MedicationDispense.destination: Where the medication was/will be sent" , "TestScript.test.action.operation.destination: Server responding to the request" , "TestScript.metadata.capability.destination: Which server these requirements apply to" , "TestScript.teardown.action.operation.destination: Server responding to the request" .

fhir:_whenHandedOver  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.whenHandedOver" , "(Modified) DeviceDispense.whenHandedOver" , "(Modified) BiologicallyDerivedProductDispense.whenHandedOver" ;
        rdfs:label    "_whenHandedOver" .

fhir:_typeTested  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested" ;
        rdfs:label    "_typeTested" .

fhir:product  a                         owl:ObjectProperty ;
        rdfs:comment                    "ActivityDefinition.product" , "MedicinalProductDefinition.crossReference.product: Reference to another product, e.g. for linking authorised to investigational product." , "BiologicallyDerivedProductDispense.product: A link to a resource identifying the biologically derived product that is being dispensed." , "ChargeItem.product: Identifies the device, food, drug or other product being charged either by type code or reference to an instance." , "ConceptMap.group.element.target.product: Product is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data." , "VisionPrescription.lensSpecification.product: Identifies the type of vision correction product which is required for the patient." ;
        rdfs:label                      "product" ;
        fhir:modifierExtensionProperty  fhir:_product ;
        dc:title                        "ConceptMap.group.element.target.product: Other data elements that this mapping also produces" , "MedicinalProductDefinition.crossReference.product: Reference to another product, e.g. for linking authorised to investigational product" , "BiologicallyDerivedProductDispense.product: The BiologicallyDerivedProduct that is dispensed" , "ChargeItem.product: Product charged" , "VisionPrescription.lensSpecification.product: Product to be supplied" .

fhir:_referrer  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.referrer" , "(Modified) GenomicStudy.referrer" ;
        rdfs:label    "_referrer" .

fhir:plannedEndDate  a                  owl:ObjectProperty ;
        rdfs:comment                    "EncounterHistory.plannedEndDate: The planned end date/time (or discharge date) of the encounter." , "Encounter.plannedEndDate: The planned end date/time (or discharge date) of the encounter." ;
        rdfs:label                      "plannedEndDate" ;
        fhir:modifierExtensionProperty  fhir:_plannedEndDate ;
        dc:title                        "EncounterHistory.plannedEndDate: The planned end date/time (or discharge date) of the encounter" , "Encounter.plannedEndDate: The planned end date/time (or discharge date) of the encounter" .

fhir:_birthDate  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) RelatedPerson.birthDate" , "(Modified) Practitioner.birthDate" , "(Modified) Person.birthDate" , "(Modified) Patient.birthDate" ;
        rdfs:label    "_birthDate" .

fhir:_mustHaveValue  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.mustHaveValue" ;
        rdfs:label    "_mustHaveValue" .

fhir:ClinicalUseDefinition
        a                            owl:Class ;
        rdfs:comment                 "A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure." ;
        rdfs:label                   "ClinicalUseDefinition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClinicalUseDefinitionWarningComponent ;
                                       owl:onProperty     fhir:warning
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClinicalUseDefinitionUndesirableEffectComponent ;
                                       owl:onProperty     fhir:undesirableEffect
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:indication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:library
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:undesirableEffect
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:warning
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClinicalUseDefinitionInteractionComponent ;
                                       owl:onProperty     fhir:interaction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClinicalUseDefinitionContraindicationComponent ;
                                       owl:onProperty     fhir:contraindication
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:contraindication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:population
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClinicalUseDefinitionIndicationComponent ;
                                       owl:onProperty     fhir:indication
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:interaction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:type
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ClinicalUseDefinition .

fhir:dynamicValue  a                    owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.dynamicValue: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." , "ActivityDefinition.dynamicValue: Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the request resource that would contain the result." , "RequestOrchestration.action.action.dynamicValue: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." , "RequestOrchestration.action.dynamicValue: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." , "PlanDefinition.action.action.dynamicValue: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." ;
        rdfs:label                      "dynamicValue" ;
        fhir:modifierExtensionProperty  fhir:_dynamicValue ;
        dc:title                        "PlanDefinition.action.action.dynamicValue: Dynamic aspects of the definition" , "RequestOrchestration.action.dynamicValue: Dynamic aspects of the definition" , "RequestOrchestration.action.action.dynamicValue: Dynamic aspects of the definition" , "ActivityDefinition.dynamicValue: Dynamic aspects of the definition" , "PlanDefinition.action.dynamicValue: Dynamic aspects of the definition" .

fhir:_detailSequence  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.detailSequence" , "(Modified) ClaimResponse.error.detailSequence" , "(Modified) ClaimResponse.addItem.detailSequence" , "(Modified) ClaimResponse.item.detail.detailSequence" ;
        rdfs:label    "_detailSequence" .

fhir:SupportingInformation
        a                owl:Class ;
        rdfs:comment     "Claim.SupportingInformation: Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues." , "CoverageEligibilityRequest.SupportingInformation: Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues." , "ExplanationOfBenefit.SupportingInformation: Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues." ;
        rdfs:label       "SupportingInformation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Identifier ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:information
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:appliesToAll
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Identifier ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:appliesToAll
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:information
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] .

fhir:CitationStatusDateComponent
        a                owl:Class ;
        rdfs:comment     "CitationStatusDateComponent: The state or status of the citation record paired with an effective date or period for that state." ;
        rdfs:label       "CitationStatusDateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:activity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:activity
                         ] .

fhir:subscriberId  a                    owl:ObjectProperty ;
        rdfs:comment                    "Coverage.subscriberId: The insurer assigned ID for the Subscriber." ;
        rdfs:label                      "subscriberId" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_subscriberId ;
        dc:title                        "Coverage.subscriberId: ID assigned to the subscriber" .

fhir:node  a                            owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.node: Potential target for the link." ;
        rdfs:label                      "node" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_node ;
        dc:title                        "GraphDefinition.node: Potential target for the link" .

fhir:details  a                         owl:ObjectProperty ;
        rdfs:comment                    "OperationOutcome.issue.details: Additional details about the error. This may be a text description of the error or a system code that identifies the error." , "MessageHeader.response.details: Full details of any issues found in the message." ;
        rdfs:label                      "details" ;
        fhir:modifierExtensionProperty  fhir:_details ;
        dc:title                        "OperationOutcome.issue.details: Additional details about the error" , "MessageHeader.response.details: Specific list of hints/warnings/errors" .

fhir:GenomicStudyAnalysisInputComponent
        a                owl:Class ;
        rdfs:comment     "GenomicStudyAnalysisComponent.GenomicStudyAnalysisInputComponent: Inputs for the analysis event." ;
        rdfs:label       "GenomicStudyAnalysisInputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Identifier ;
                                            owl:onProperty     fhir:generatedBy
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:generatedBy
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:generatedBy
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:generatedBy
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:file
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:file
                         ] .

fhir:contract  a                        owl:ObjectProperty ;
        rdfs:comment                    "Coverage.contract: The policy(s) which constitute this insurance coverage." ;
        rdfs:label                      "contract" ;
        fhir:modifierExtensionProperty  fhir:_contract ;
        dc:title                        "Coverage.contract: Contract details" .

fhir:_paymentIssuer  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.paymentIssuer" ;
        rdfs:label    "_paymentIssuer" .

fhir:_clinicalTrial  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.clinicalTrial" ;
        rdfs:label    "_clinicalTrial" .

fhir:Adjudication  a     owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Item.Adjudication: If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item." , "ClaimResponse.Item.Adjudication: If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item." ;
        rdfs:label       "Adjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] .

fhir:AdverseEventMitigatingActionComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventMitigatingActionComponent: The ameliorating action taken after the adverse event occured in order to reduce the extent of harm." ;
        rdfs:label       "AdverseEventMitigatingActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                        )
                         ] .

fhir:ratioType  a                       owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.monomerSet.ratioType: Captures the type of ratio to the entire polymer, e.g. Monomer/Polymer ratio, SRU/Polymer Ratio." ;
        rdfs:label                      "ratioType" ;
        fhir:modifierExtensionProperty  fhir:_ratioType ;
        dc:title                        "SubstancePolymer.monomerSet.ratioType: Captures the type of ratio to the entire polymer, e.g. Monomer/Polymer ratio, SRU/Polymer Ratio" .

fhir:authoritative  a                   owl:ObjectProperty ;
        rdfs:comment                    "NamingSystem.uniqueId.authoritative: Indicates whether this identifier ie endorsed by the official owner of the associated naming system." ;
        rdfs:label                      "authoritative" ;
        fhir:modifierExtensionProperty  fhir:_authoritative ;
        dc:title                        "NamingSystem.uniqueId.authoritative: Whether the identifier is authoritative" .

fhir:chromosome  a                      owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.startingSequence.chromosome: Structural unit composed of a nucleic acid molecule which controls its own replication through the interaction of specific proteins at one or more origins of replication ([SO:0000340](http://www.sequenceontology.org/browser/current_svn/term/SO:0000340))." ;
        rdfs:label                      "chromosome" ;
        fhir:modifierExtensionProperty  fhir:_chromosome ;
        dc:title                        "MolecularSequence.relative.startingSequence.chromosome: Chromosome Identifier" .

fhir:referralMethod  a                  owl:ObjectProperty ;
        rdfs:comment                    "HealthcareService.referralMethod: Ways that the service accepts referrals, if this is not provided then it is implied that no referral is required." ;
        rdfs:label                      "referralMethod" ;
        fhir:modifierExtensionProperty  fhir:_referralMethod ;
        dc:title                        "HealthcareService.referralMethod: Ways that the service accepts referrals" .

fhir:MedicationKnowledgeDefinitionalDrugCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeDefinitionalComponent.MedicationKnowledgeDefinitionalDrugCharacteristicComponent: Specifies descriptive properties of the medicine, such as color, shape, imprints, etc." ;
        rdfs:label       "MedicationKnowledgeDefinitionalDrugCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:base64Binary ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_filterParameter
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.canFilterBy.filterParameter" , "(Modified) Subscription.filterBy.filterParameter" ;
        rdfs:label    "_filterParameter" .

fhir:_costCenter  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.costCenter" ;
        rdfs:label    "_costCenter" .

fhir:_maternalOrganismName
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.hybrid.maternalOrganismName" ;
        rdfs:label    "_maternalOrganismName" .

fhir:_CommunicationRequest
        a                owl:Class ;
        rdfs:comment     "(Modified) CommunicationRequest" ;
        rdfs:label       "_CommunicationRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_mapping  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.mapping" , "(Modified) ElementDefinition.mapping" ;
        rdfs:label    "_mapping" .

fhir:_spatialReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.spatialReference" , "(Modified) BodyStructure.includedStructure.spatialReference" ;
        rdfs:label    "_spatialReference" .

fhir:_AppointmentResponse
        a                owl:Class ;
        rdfs:comment     "(Modified) AppointmentResponse" ;
        rdfs:label       "_AppointmentResponse" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:preparation  a                     owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.container.preparation: Special processing that should be applied to the container for this kind of specimen." ;
        rdfs:label                      "preparation" ;
        fhir:modifierExtensionProperty  fhir:_preparation ;
        dc:title                        "SpecimenDefinition.typeTested.container.preparation: Special processing applied to the container for this specimen type" .

fhir:_outcome  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.condition.outcome" , "(Modified) Bundle.entry.response.outcome" , "(Modified) FamilyMemberHistory.procedure.outcome" , "(Modified) Procedure.outcome" , "(Modified) Goal.outcome" , "(Modified) ClaimResponse.outcome" , "(Modified) AuditEvent.outcome" , "(Modified) ExplanationOfBenefit.outcome" , "(Modified) PaymentReconciliation.outcome" , "(Modified) RiskAssessment.prediction.outcome" , "(Modified) AdverseEvent.outcome" , "(Modified) EnrollmentResponse.outcome" , "(Modified) CoverageEligibilityResponse.outcome" ;
        rdfs:label    "_outcome" .

fhir:_policy  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.policy" , "(Modified) AuditEvent.entity.agent.policy" , "(Modified) AuditEvent.agent.policy" ;
        rdfs:label    "_policy" .

fhir:planningHorizon  a                 owl:ObjectProperty ;
        rdfs:comment                    "Schedule.planningHorizon: The period of time that the slots that reference this Schedule resource cover (even if none exist). These  cover the amount of time that an organization's planning horizon; the interval for which they are currently accepting appointments. This does not define a \"template\" for planning outside these dates." ;
        rdfs:label                      "planningHorizon" ;
        rdfs:subPropertyOf              w5:when.planned ;
        fhir:modifierExtensionProperty  fhir:_planningHorizon ;
        dc:title                        "Schedule.planningHorizon: Period of time covered by schedule" .

fhir:_targetSpecies  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.targetSpecies" ;
        rdfs:label    "_targetSpecies" .

fhir:EvidenceVariableCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceVariableCharacteristicComponent: A defining factor of the EvidenceVariable. Multiple characteristics are applied with \"and\" semantics." ;
        rdfs:label       "EvidenceVariableCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionByTypeAndValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definitionCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent ;
                           owl:onProperty     fhir:definitionByTypeAndValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicTimeFromEventComponent ;
                           owl:onProperty     fhir:timeFromEvent
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:duration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:duration
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:duration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:duration
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:definitionId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:definitionExpression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionExpression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicDefinitionByCombinationComponent ;
                           owl:onProperty     fhir:definitionByCombination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:definitionReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionReference
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:instances
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:instances
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:instances
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:instances
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionCodeableConcept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:definitionCodeableConcept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitionByCombination
                         ] .

fhir:_authorization  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.authorization" , "(Modified) PaymentReconciliation.authorization" , "(Modified) AuditEvent.entity.agent.authorization" , "(Modified) AuditEvent.agent.authorization" , "(Modified) AuditEvent.authorization" ;
        rdfs:label    "_authorization" .

fhir:software  a                        owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.software: Software that is covered by this terminology capability statement.  It is used when the statement describes the capabilities of a particular software version, independent of an installation." , "MessageHeader.source.software: May include configuration or other information useful in debugging." , "CapabilityStatement.software: Software that is covered by this capability statement.  It is used when the capability statement describes the capabilities of a particular software version, independent of an installation." ;
        rdfs:label                      "software" ;
        fhir:modifierExtensionProperty  fhir:_software ;
        dc:title                        "TerminologyCapabilities.software: Software that is covered by this terminology capability statement" , "MessageHeader.source.software: Name of software running the system" , "CapabilityStatement.software: Software that is covered by this capability statement" .

fhir:_lastReviewDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ArtifactAssessment.lastReviewDate" , "(Modified) SubscriptionTopic.lastReviewDate" , "(Modified) Evidence.lastReviewDate" , "(Modified) Questionnaire.lastReviewDate" , "(Modified) Measure.lastReviewDate" , "(Modified) EvidenceVariable.lastReviewDate" , "(Modified) SpecimenDefinition.lastReviewDate" , "(Modified) Citation.lastReviewDate" , "(Modified) ValueSet.lastReviewDate" , "(Modified) NamingSystem.lastReviewDate" , "(Modified) Library.lastReviewDate" , "(Modified) MetadataResource.lastReviewDate" , "(Modified) CodeSystem.lastReviewDate" , "(Modified) EventDefinition.lastReviewDate" , "(Modified) ActivityDefinition.lastReviewDate" , "(Modified) PlanDefinition.lastReviewDate" , "(Modified) ObservationDefinition.lastReviewDate" , "(Modified) ConceptMap.lastReviewDate" , "(Modified) ChargeItemDefinition.lastReviewDate" ;
        rdfs:label    "_lastReviewDate" .

fhir:_derivedFromCanonical
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.derivedFromCanonical" , "(Modified) ObservationDefinition.derivedFromCanonical" ;
        rdfs:label    "_derivedFromCanonical" .

fhir:specialCourtesy  a                 owl:ObjectProperty ;
        rdfs:comment                    "Encounter.specialCourtesy: Special courtesies that may be provided to the patient during the encounter (VIP, board member, professional courtesy)." ;
        rdfs:label                      "specialCourtesy" ;
        fhir:modifierExtensionProperty  fhir:_specialCourtesy ;
        dc:title                        "Encounter.specialCourtesy: Special courtesies (VIP, board member)" .

fhir:intraspecificType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.intraspecificType: The Intraspecific type of an organism shall be specified." ;
        rdfs:label                      "intraspecificType" ;
        fhir:modifierExtensionProperty  fhir:_intraspecificType ;
        dc:title                        "SubstanceSourceMaterial.organism.intraspecificType: The Intraspecific type of an organism shall be specified" .

fhir:shortTitle  a                      owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.shortTitle: The short title provides an alternate title for use in informal descriptive contexts where the full, formal title is not necessary." ;
        rdfs:label                      "shortTitle" ;
        fhir:modifierExtensionProperty  fhir:_shortTitle ;
        dc:title                        "EvidenceVariable.shortTitle: Title for use in informal contexts" .

fhir:channelType  a                     owl:ObjectProperty ;
        rdfs:comment                    "Subscription.channelType: The type of channel to send notifications on." , "VirtualServiceDetail.channelType: The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp)." ;
        rdfs:label                      "channelType" ;
        fhir:modifierExtensionProperty  fhir:_channelType ;
        dc:title                        "Subscription.channelType: Channel type for notifications" , "VirtualServiceDetail.channelType: Channel Type" .

fhir:_subSite  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.bodySite.subSite" , "(Modified) ExplanationOfBenefit.item.bodySite.subSite" , "(Modified) ClaimResponse.addItem.bodySite.subSite" , "(Modified) Claim.item.bodySite.subSite" ;
        rdfs:label    "_subSite" .

fhir:use  a                             owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.compose.include.concept.designation.use: A code that represents types of uses of designations." , "ValueSet.expansion.contains.contains.designation.use: A code that represents types of uses of designations." , "Address.use: The purpose of this address." , "ExplanationOfBenefit.use: A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided." , "CodeSystem.concept.concept.designation.use: A code that details how this designation would be used." , "HumanName.use: Identifies the purpose for this name." , "Encounter.reason.use: What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening)." , "ClaimResponse.use: A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided." , "ParameterDefinition.use: Whether the parameter is input or output for the module." , "OperationDefinition.parameter.use: Whether this is an input or an output parameter." , "ValueSet.expansion.contains.designation.use: A code that represents types of uses of designations." , "EpisodeOfCare.diagnosis.use: Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)." , "Encounter.diagnosis.use: Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)." , "CodeSystem.concept.designation.use: A code that details how this designation would be used." , "ValueSet.compose.exclude.concept.designation.use: A code that represents types of uses of designations." , "GraphDefinition.link.compartment.use: Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed." , "Identifier.use: The purpose of this identifier." , "ContactPoint.use: Identifies the purpose for the contact point." , "Claim.use: A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided." , "EpisodeOfCare.reason.use: What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening)." , "OperationDefinition.parameter.part.use: Whether this is an input or an output parameter." ;
        rdfs:label                      "use" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_use ;
        dc:title                        "CodeSystem.concept.concept.designation.use: Details how this designation would be used" , "Encounter.reason.use: What the reason value should be used for/as" , "ValueSet.compose.exclude.concept.designation.use: Types of uses of designations" , "ParameterDefinition.use: in | out" , "Claim.use: claim | preauthorization | predetermination" , "CodeSystem.concept.designation.use: Details how this designation would be used" , "HumanName.use: usual | official | temp | nickname | anonymous | old | maiden" , "OperationDefinition.parameter.part.use: in | out" , "GraphDefinition.link.compartment.use: where | requires" , "ExplanationOfBenefit.use: claim | preauthorization | predetermination" , "EpisodeOfCare.reason.use: What the reason value should be used for/as" , "ValueSet.compose.include.concept.designation.use: Types of uses of designations" , "EpisodeOfCare.diagnosis.use: Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)" , "Identifier.use: usual | official | temp | secondary | old (If known)" , "ContactPoint.use: home | work | temp | old | mobile - purpose of this contact point" , "ValueSet.expansion.contains.contains.designation.use: Types of uses of designations" , "ClaimResponse.use: claim | preauthorization | predetermination" , "Encounter.diagnosis.use: Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)" , "ValueSet.expansion.contains.designation.use: Types of uses of designations" , "OperationDefinition.parameter.use: in | out" , "Address.use: home | work | temp | old | billing - purpose of this address" .

fhir:webLocation  a                     owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.webLocation: Used for any URL for the article or artifact cited." ;
        rdfs:label                      "webLocation" ;
        fhir:modifierExtensionProperty  fhir:_webLocation ;
        dc:title                        "Citation.citedArtifact.webLocation: Used for any URL for the article or artifact cited" .

fhir:PlanDefinitionGoalTargetComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionGoalComponent.PlanDefinitionGoalTargetComponent: Indicates what should be done and within what timeframe." ;
        rdfs:label       "PlanDefinitionGoalTargetComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:due
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:due
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:measure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:measure
                         ] .

fhir:_entryQuantity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.section.section.entryQuantity" , "(Modified) EvidenceReport.section.entryQuantity" ;
        rdfs:label    "_entryQuantity" .

fhir:_seriousness  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.seriousness" ;
        rdfs:label    "_seriousness" .

fhir:_born  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.born" ;
        rdfs:label    "_born" .

fhir:initiator  a                       owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.operation.initiator: The system that invokes the action/transmits the data." , "ExampleScenario.process.step.alternative.step.process.step.operation.initiator: The system that invokes the action/transmits the data." , "ExampleScenario.process.step.process.step.operation.initiator: The system that invokes the action/transmits the data." , "ExampleScenario.process.step.operation.initiator: The system that invokes the action/transmits the data." , "ExampleScenario.process.step.alternative.step.operation.initiator: The system that invokes the action/transmits the data." ;
        rdfs:label                      "initiator" ;
        fhir:modifierExtensionProperty  fhir:_initiator ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.step.operation.initiator: Who starts the operation" , "ExampleScenario.process.step.process.step.operation.initiator: Who starts the operation" , "ExampleScenario.process.step.process.step.alternative.step.operation.initiator: Who starts the operation" , "ExampleScenario.process.step.operation.initiator: Who starts the operation" , "ExampleScenario.process.step.alternative.step.operation.initiator: Who starts the operation" .

fhir:geometry  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.geometry: Polymer geometry, e.g. linear, branched, cross-linked, network or dendritic." ;
        rdfs:label                      "geometry" ;
        fhir:modifierExtensionProperty  fhir:_geometry ;
        dc:title                        "SubstancePolymer.geometry: Polymer geometry, e.g. linear, branched, cross-linked, network or dendritic" .

fhir:_organismGeneral
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.organismGeneral" ;
        rdfs:label    "_organismGeneral" .

fhir:TestReportSetupComponent
        a                owl:Class ;
        rdfs:comment     "TestReportSetupComponent: The results of the series of required setup operations before the tests were executed." ;
        rdfs:label       "TestReportSetupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SetupAction ;
                           owl:onProperty     fhir:action
                         ] .

fhir:message  a                         owl:ObjectProperty ;
        rdfs:comment                    "MessageDefinition.allowedResponse.message: A reference to the message definition that must be adhered to by this supported response." , "TestReport.test.action.assert.message: An explanatory message associated with the result." , "TestReport.setup.action.operation.message: An explanatory message associated with the result." , "TestReport.teardown.action.operation.message: An explanatory message associated with the result." , "TestReport.test.action.operation.message: An explanatory message associated with the result." , "TestReport.setup.action.assert.message: An explanatory message associated with the result." ;
        rdfs:label                      "message" ;
        fhir:modifierExtensionProperty  fhir:_message ;
        dc:title                        "TestReport.test.action.assert.message: A message associated with the result" , "TestReport.test.action.operation.message: A message associated with the result" , "MessageDefinition.allowedResponse.message: Reference to allowed message definition response" , "TestReport.teardown.action.operation.message: A message associated with the result" , "TestReport.setup.action.operation.message: A message associated with the result" , "TestReport.setup.action.assert.message: A message associated with the result" .

fhir:PlanDefinitionActionInputComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponentAction.PlanDefinitionActionInputComponent: Defines input data requirements for the action." , "PlanDefinitionActionComponent.PlanDefinitionActionInputComponent: Defines input data requirements for the action." ;
        rdfs:label       "PlanDefinitionActionInputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] .

fhir:Dosage  a                       owl:Class ;
        rdfs:comment                 "Indicates how the medication is/was taken or should be taken by the patient." ;
        rdfs:label                   "Dosage" ;
        rdfs:subClassOf              fhir:BackboneType ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:patientInstruction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DosageDoseAndRateComponent ;
                                       owl:onProperty     fhir:doseAndRate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:integer ;
                                       owl:onProperty     fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:route
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:timing
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:site
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:site
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:text
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:maxDosePerLifetime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:asNeeded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Timing ;
                                       owl:onProperty     fhir:timing
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:asNeededFor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:maxDosePerLifetime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:route
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:patientInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:additionalInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Ratio ;
                                       owl:onProperty     fhir:maxDosePerPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:maxDosePerAdministration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:maxDosePerAdministration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:asNeeded
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:text
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Dosage ;
        dc:title                     "How the medication is/was taken or should be taken" .

fhir:_structureType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.instance.structureType" ;
        rdfs:label    "_structureType" .

fhir:onAdmission  a                     owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.diagnosis.onAdmission: Indication of whether the diagnosis was present on admission to a facility." , "Claim.diagnosis.onAdmission: Indication of whether the diagnosis was present on admission to a facility." , "Account.diagnosis.onAdmission: Was the Diagnosis present on Admission in the related Encounter." ;
        rdfs:label                      "onAdmission" ;
        fhir:modifierExtensionProperty  fhir:_onAdmission ;
        dc:title                        "ExplanationOfBenefit.diagnosis.onAdmission: Present on admission" , "Claim.diagnosis.onAdmission: Present on admission" , "Account.diagnosis.onAdmission: Diagnosis present on Admission" .

fhir:EncounterLocationComponent
        a                owl:Class ;
        rdfs:comment     "EncounterLocationComponent: List of locations where  the patient has been during this encounter." ;
        rdfs:label       "EncounterLocationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:form
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:form
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] .

fhir:statusHistory  a                   owl:ObjectProperty ;
        rdfs:comment                    "EpisodeOfCare.statusHistory: The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource)." ;
        rdfs:label                      "statusHistory" ;
        fhir:modifierExtensionProperty  fhir:_statusHistory ;
        dc:title                        "EpisodeOfCare.statusHistory: Past list of status codes (the current status may be included to cover the start date of the status)" .

fhir:CitationCitedArtifactComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent: The article or artifact being described." ;
        rdfs:label       "CitationCitedArtifactComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactPartComponent ;
                           owl:onProperty     fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:currentState
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dateAccessed
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactContributorshipComponent ;
                           owl:onProperty     fhir:contributorship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:relatedIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactClassificationComponent ;
                           owl:onProperty     fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactWebLocationComponent ;
                           owl:onProperty     fhir:webLocation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactVersionComponent ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactAbstractComponent ;
                           owl:onProperty     fhir:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactStatusDateComponent ;
                           owl:onProperty     fhir:statusDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contributorship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactTitleComponent ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactPublicationFormComponent ;
                           owl:onProperty     fhir:publicationForm
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:dateAccessed
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactRelatesToComponent ;
                           owl:onProperty     fhir:relatesTo
                         ] .

fhir:_paymentTerms  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.paymentTerms" ;
        rdfs:label    "_paymentTerms" .

fhir:_intendedEffect  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.intendedEffect" ;
        rdfs:label    "_intendedEffect" .

fhir:SubstanceSourceMaterialOrganismAuthorComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceSourceMaterialOrganismComponent.SubstanceSourceMaterialOrganismAuthorComponent: 4.9.13.6.1 Author type (Conditional)." ;
        rdfs:label       "SubstanceSourceMaterialOrganismAuthorComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authorDescription
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:authorDescription
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authorType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authorType
                         ] .

fhir:listMode  a                        owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.source.listMode: How to handle the list mode for this element." , "StructureMap.group.rule.rule.source.listMode: How to handle the list mode for this element." , "StructureMap.group.rule.rule.target.listMode: If field is a list, how to manage the list." , "StructureMap.group.rule.target.listMode: If field is a list, how to manage the list." ;
        rdfs:label                      "listMode" ;
        fhir:modifierExtensionProperty  fhir:_listMode ;
        dc:title                        "StructureMap.group.rule.source.listMode: first | not_first | last | not_last | only_one" , "StructureMap.group.rule.rule.target.listMode: first | share | last | single" , "StructureMap.group.rule.target.listMode: first | share | last | single" , "StructureMap.group.rule.rule.source.listMode: first | not_first | last | not_last | only_one" .

fhir:_typeCollected  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeCollected" ;
        rdfs:label    "_typeCollected" .

fhir:definitional  a                    owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.definitional: Along with the link to a Medicinal Product Definition resource, this information provides common definitional elements that are needed to understand the specific medication that is being described." ;
        rdfs:label                      "definitional" ;
        fhir:modifierExtensionProperty  fhir:_definitional ;
        dc:title                        "MedicationKnowledge.definitional: Minimal definition information about the medication" .

fhir:improvementNotation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.improvementNotation: Whether improvement in the measure is noted by an increase or decrease in the measure score." , "Measure.group.improvementNotation: Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range)." , "Measure.improvementNotation: Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range)." ;
        rdfs:label                      "improvementNotation" ;
        fhir:modifierExtensionProperty  fhir:_improvementNotation ;
        dc:title                        "MeasureReport.improvementNotation: increase | decrease" , "Measure.group.improvementNotation: increase | decrease" , "Measure.improvementNotation: increase | decrease" .

fhir:ValuedItem  a       owl:Class ;
        rdfs:comment     "Contract.TermTerm.ContractAsset.ValuedItem: Contract Valued Item List." , "Contract.Term.ContractAsset.ValuedItem: Contract Valued Item List." ;
        rdfs:label       "ValuedItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:points
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:recipient
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:payment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectiveTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:effectiveTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:payment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectiveTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:points
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:entity
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:entity
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:entity
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:entity
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:payment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:points
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:recipient
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:recipient
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:paymentDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:paymentDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:effectiveTime
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:recipient
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:entity
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:entity
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:entity
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:entity
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:points
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:payment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:paymentDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:paymentDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] .

fhir:ElementDefinitionBaseComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionBaseComponent: Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles. When the element definition is not the original definition of an element - e.g. either in a constraint on another type, or for elements from a super type in a snap shot - then the information in provided in the element definition may be different to the base definition. On the original definition of the element, it will be same." ;
        rdfs:label       "ElementDefinitionBaseComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:path
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] .

fhir:Errors  a           owl:Class ;
        rdfs:comment     "CoverageEligibilityResponse.Errors: Errors encountered during the processing of the request." ;
        rdfs:label       "Errors" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:pattern  a                         owl:ObjectProperty ;
        rdfs:label                      "pattern" ;
        fhir:modifierExtensionProperty  fhir:_pattern .

fhir:TestScriptDestinationComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptDestinationComponent: An abstract server used in operations within this test script in the destination element." ;
        rdfs:label       "TestScriptDestinationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:index
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:index
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] .

fhir:CoveragePaymentByComponent
        a                owl:Class ;
        rdfs:comment     "CoveragePaymentByComponent: Link to the paying party and optionally what specifically they will be responsible to pay." ;
        rdfs:label       "CoveragePaymentByComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responsibility
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:responsibility
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] .

fhir:_AuditEvent  a      owl:Class ;
        rdfs:comment     "(Modified) AuditEvent" ;
        rdfs:label       "_AuditEvent" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:requirements  a                    owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.constraint.requirements: Description of why this constraint is necessary or appropriate." , "ElementDefinition.requirements: This element is for traceability of why the element was created and why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this element." ;
        rdfs:label                      "requirements" ;
        fhir:modifierExtensionProperty  fhir:_requirements ;
        dc:title                        "ElementDefinition.constraint.requirements: Why this constraint is necessary or appropriate" , "ElementDefinition.requirements: Why this resource has been created" .

fhir:authority  a                       owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.name.synonym.official.authority: Which authority uses this official name." , "Immunization.protocolApplied.authority: Indicates the authority who published the protocol (e.g. ACIP) that is being followed." , "SubstanceDefinition.name.official.authority: Which authority uses this official name." , "ImmunizationRecommendation.authority: Indicates the authority who published the protocol (e.g. ACIP)." , "ImmunizationEvaluation.authority: Indicates the authority who published the protocol (e.g. ACIP)." , "Contract.authority: A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies." , "SubstanceDefinition.name.translation.official.authority: Which authority uses this official name." ;
        rdfs:label                      "authority" ;
        fhir:modifierExtensionProperty  fhir:_authority ;
        dc:title                        "SubstanceDefinition.name.translation.official.authority: Which authority uses this official name" , "ImmunizationRecommendation.authority: Who is responsible for protocol" , "ImmunizationEvaluation.authority: Who is responsible for publishing the recommendations" , "SubstanceDefinition.name.synonym.official.authority: Which authority uses this official name" , "Immunization.protocolApplied.authority: Who is responsible for publishing the recommendations" , "Contract.authority: Authority under which this Contract has standing" , "SubstanceDefinition.name.official.authority: Which authority uses this official name" .

fhir:_compareToSourceId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.compareToSourceId" , "(Modified) TestScript.setup.action.assert.compareToSourceId" ;
        rdfs:label    "_compareToSourceId" .

fhir:_Contract  a        owl:Class ;
        rdfs:comment     "(Modified) Contract" ;
        rdfs:label       "_Contract" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_occurrenceChanged
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.occurrenceChanged" ;
        rdfs:label    "_occurrenceChanged" .

fhir:typeReference  a                   owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.action.participant.typeReference: The type of participant in the action." , "PlanDefinition.action.action.participant.typeReference: The type of participant in the action." , "Contract.term.asset.typeReference: Associated entities." , "RequestOrchestration.action.participant.typeReference: The type of participant in the action." , "PlanDefinition.action.participant.typeReference: The type of participant in the action." , "PlanDefinition.actor.option.typeReference: The type of participant in the action." , "ActivityDefinition.participant.typeReference: The type of participant in the action." , "Contract.term.group.asset.typeReference: Associated entities." ;
        rdfs:label                      "typeReference" ;
        fhir:modifierExtensionProperty  fhir:_typeReference ;
        dc:title                        "PlanDefinition.action.participant.typeReference: Who or what can participate" , "RequestOrchestration.action.action.participant.typeReference: Who or what can participate" , "PlanDefinition.action.action.participant.typeReference: Who or what can participate" , "ActivityDefinition.participant.typeReference: Who or what can participate" , "Contract.term.asset.typeReference: Associated entities" , "RequestOrchestration.action.participant.typeReference: Who or what can participate" , "Contract.term.group.asset.typeReference: Associated entities" , "PlanDefinition.actor.option.typeReference: Who or what can participate" .

fhir:detail  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestReport.setup.action.assert.detail: A link to further details on the result." , "ClaimResponse.item.detail: A claim detail. Either a simple (a product or service) or a 'group' of sub-details which are simple items." , "ExplanationOfBenefit.addItem.detail: The second-tier service adjudications for payor added services." , "TestReport.test.action.operation.detail: A link to further details on the result." , "TestReport.setup.action.operation.detail: A link to further details on the result." , "CoverageEligibilityRequest.item.detail: The plan/proposal/order describing the proposed service in detail." , "TestReport.test.action.assert.detail: A link to further details on the result." , "DetectedIssue.detail: A textual explanation of the detected issue." , "AuditEvent.entity.detail: Tagged value pairs for conveying additional information about the entity." , "Goal.target.detail" , "TestReport.teardown.action.operation.detail: A link to further details on the result." , "Composition.event.detail: Represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which case the procedure being documented is necessarily a \"History and Physical\" act. The events may be included as a code or as a reference to an other resource." , "Claim.item.detail: A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items." , "ExplanationOfBenefit.item.detail: Second-tier of goods and services." , "AuditEvent.outcome.detail: Additional details about the error. This may be a text description of the error or a system code that identifies the error." , "PlanDefinition.goal.target.detail" , "DetectedIssue.evidence.detail: Links to resources that constitute evidence for the detected issue such as a GuidanceResponse or MeasureReport." , "ClaimResponse.addItem.detail: The second-tier service adjudications for payor added services." ;
        rdfs:label                      "detail" ;
        rdfs:subPropertyOf              w5:what , w5:why , w5:context ;
        fhir:modifierExtensionProperty  fhir:_detail ;
        dc:title                        "TestReport.test.action.assert.detail: A link to further details on the result" , "TestReport.test.action.operation.detail: A link to further details on the result" , "TestReport.setup.action.assert.detail: A link to further details on the result" , "TestReport.setup.action.operation.detail: A link to further details on the result" , "ExplanationOfBenefit.item.detail: Additional items" , "DetectedIssue.detail: Description and context" , "AuditEvent.entity.detail: Additional Information about the entity" , "ExplanationOfBenefit.addItem.detail: Insurer added line items" , "Claim.item.detail: Product or service provided" , "DetectedIssue.evidence.detail: Supporting information" , "Composition.event.detail: The event(s) being documented, as code(s), reference(s), or both" , "AuditEvent.outcome.detail: Additional outcome detail" , "ClaimResponse.item.detail: Adjudication for claim details" , "CoverageEligibilityRequest.item.detail: Product or service details" , "TestReport.teardown.action.operation.detail: A link to further details on the result" , "ClaimResponse.addItem.detail: Insurer added line details" .

fhir:_alternative  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.alternative" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.alternative" , "(Modified) ExampleScenario.process.step.alternative" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.alternative" , "(Modified) ExampleScenario.process.step.process.step.alternative" ;
        rdfs:label    "_alternative" .

fhir:ClaimResponseAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results which are presented at the header level rather than at the line-item or add-item levels." ;
        rdfs:label       "ClaimResponseAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        dc:title         "Header-level adjudication" .

fhir:Person  a                       owl:Class ;
        rdfs:comment                 "Demographics and administrative information about a person independent of a specific health-related context." ;
        rdfs:label                   "Person" ;
        rdfs:subClassOf              w5:administrative.entity , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PersonLinkComponent ;
                                       owl:onProperty     fhir:link
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:HumanName ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:maritalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:gender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:photo
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PersonCommunicationComponent ;
                                       owl:onProperty     fhir:communication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Address ;
                                       owl:onProperty     fhir:address
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:maritalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:telecom
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:gender
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Person .

fhir:readHistory  a                     owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.readHistory: A flag for whether the server is able to return past versions as part of the vRead operation." ;
        rdfs:label                      "readHistory" ;
        fhir:modifierExtensionProperty  fhir:_readHistory ;
        dc:title                        "CapabilityStatement.rest.resource.readHistory: Whether vRead can return past versions" .

fhir:_subjects  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier.stratum.population.subjects" , "(Modified) MeasureReport.group.population.subjects" ;
        rdfs:label    "_subjects" .

fhir:membership  a                      owl:ObjectProperty ;
        rdfs:comment                    "Group.membership: Basis for membership in the Group:\n\n* 'definitional': The Group.characteristics specified are both necessary and sufficient to determine membership. All entities that meet the criteria are considered to be members of the group, whether referenced by the group or not. If members are present, they are individuals that happen to be known as meeting the Group.characteristics. The list cannot be presumed to be complete.\n* 'enumerated': The Group.characteristics are necessary but not sufficient to determine membership. Membership is determined by being listed as one of the Group.member." ;
        rdfs:label                      "membership" ;
        fhir:modifierExtensionProperty  fhir:_membership ;
        dc:title                        "Group.membership: definitional | enumerated" .

fhir:studyUid  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.studyUid: The Study Instance UID for the DICOM Study from which the images were selected." ;
        rdfs:label                      "studyUid" ;
        fhir:modifierExtensionProperty  fhir:_studyUid ;
        dc:title                        "ImagingSelection.studyUid: DICOM Study Instance UID" .

fhir:GraphDefinitionLinkCompartmentComponent
        a                owl:Class ;
        rdfs:comment     "GraphDefinitionLinkComponent.GraphDefinitionLinkCompartmentComponent: Compartment Consistency Rules." ;
        rdfs:label       "GraphDefinitionLinkCompartmentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:rule
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:rule
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:use
                         ] .

fhir:_occurrence  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyRequest.occurrence" , "(Modified) NutritionIntake.occurrence" , "(Modified) Contract.term.action.occurrence" , "(Modified) ChargeItem.occurrence" , "(Modified) CommunicationRequest.occurrence" , "(Modified) SupplyDelivery.occurrence" , "(Modified) ServiceRequest.occurrence" , "(Modified) Immunization.occurrence" , "(Modified) RiskAssessment.occurrence" , "(Modified) Contract.term.group.action.occurrence" , "(Modified) DeviceRequest.occurrence" , "(Modified) Procedure.occurrence" , "(Modified) AdverseEvent.occurrence" ;
        rdfs:label    "_occurrence" .

fhir:_dayOfMonth  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.monthlyTemplate.dayOfMonth" ;
        rdfs:label    "_dayOfMonth" .

fhir:Extension  a        owl:Class ;
        rdfs:comment     "Optional Extension Element - found in all resources." ;
        rdfs:label       "Extension" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        dc:title         "Optional Extensions Element" .

fhir:StructureMapGroupComponent.StructureMapGroupRuleComponentRuleRule
        a                owl:Class ;
        rdfs:comment     "Rules contained in this rule." ;
        rdfs:label       "StructureMapGroupComponent.StructureMapGroupRuleComponentRuleRule" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Rules contained in this rule" .

fhir:_proxyIdentityCertificate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.proxyIdentityCertificate" ;
        rdfs:label    "_proxyIdentityCertificate" .

fhir:emptyReason  a                     owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.emptyReason: If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." , "EvidenceReport.section.emptyReason: If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." , "Composition.section.section.emptyReason: If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." , "Composition.section.emptyReason: If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." , "List.emptyReason: If the list is empty, why the list is empty." ;
        rdfs:label                      "emptyReason" ;
        fhir:modifierExtensionProperty  fhir:_emptyReason ;
        dc:title                        "Composition.section.emptyReason: Why the section is empty" , "List.emptyReason: Why list is empty" , "EvidenceReport.section.section.emptyReason: Why the section is empty" , "Composition.section.section.emptyReason: Why the section is empty" , "EvidenceReport.section.emptyReason: Why the section is empty" .

fhir:ConceptMapGroupComponent
        a                owl:Class ;
        rdfs:comment     "ConceptMapGroupComponent: A group of mappings that all have the same source and target system." ;
        rdfs:label       "ConceptMapGroupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SourceElement ;
                           owl:onProperty     fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unmapped
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptMapGroupUnmappedComponent ;
                           owl:onProperty     fhir:unmapped
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:target
                         ] .

fhir:laterality  a                      owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.includedStructure.laterality: Code that represents the included structure laterality." , "BodyStructure.excludedStructure.laterality: Code that represents the included structure laterality." , "ImagingStudy.series.laterality: The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite." ;
        rdfs:label                      "laterality" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_laterality ;
        dc:title                        "BodyStructure.excludedStructure.laterality: Code that represents the included structure laterality" , "BodyStructure.includedStructure.laterality: Code that represents the included structure laterality" , "ImagingStudy.series.laterality: Body part laterality" .

fhir:_previous  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.queryCriteria.previous" , "(Modified) ClinicalImpression.previous" ;
        rdfs:label    "_previous" .

fhir:_claimResponse  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.claimResponse" , "(Modified) ClaimResponse.insurance.claimResponse" , "(Modified) Claim.insurance.claimResponse" ;
        rdfs:label    "_claimResponse" .

fhir:dataUpdateType  a                  owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.dataUpdateType: Indicates whether the data submitted in a data-exchange report represents a snapshot or incremental update. A snapshot update replaces all previously submitted data for the receiver, whereas an incremental update represents only updated and/or changed data and should be applied as a differential update to the existing submitted data for the receiver." ;
        rdfs:label                      "dataUpdateType" ;
        fhir:modifierExtensionProperty  fhir:_dataUpdateType ;
        dc:title                        "MeasureReport.dataUpdateType: incremental | snapshot" .

fhir:paymentDate  a                     owl:ObjectProperty ;
        rdfs:comment                    "PaymentNotice.paymentDate: The date when the above payment action occurred." , "Contract.term.group.asset.valuedItem.paymentDate: When payment is due." , "Contract.term.asset.valuedItem.paymentDate: When payment is due." ;
        rdfs:label                      "paymentDate" ;
        fhir:modifierExtensionProperty  fhir:_paymentDate ;
        dc:title                        "PaymentNotice.paymentDate: Payment or clearing date" , "Contract.term.group.asset.valuedItem.paymentDate: When payment is due" , "Contract.term.asset.valuedItem.paymentDate: When payment is due" .

fhir:baseFormulaProductName
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.baseFormulaProductName: The product or brand name of the enteral or infant formula product such as \"ACME Adult Standard Formula\"." ;
        rdfs:label                      "baseFormulaProductName" ;
        fhir:modifierExtensionProperty  fhir:_baseFormulaProductName ;
        dc:title                        "NutritionOrder.enteralFormula.baseFormulaProductName: Product or brand name of the enteral or infant formula" .

fhir:performed  a                       owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.procedure.performed" ;
        rdfs:label                      "performed" ;
        fhir:modifierExtensionProperty  fhir:_performed .

fhir:ServiceRequestOrderDetailComponent
        a                owl:Class ;
        rdfs:comment     "ServiceRequestOrderDetailComponent: Additional details and instructions about the how the services are to be delivered.   For example, and order for a urinary catheter may have an order detail for an external or indwelling catheter, or an order for a bandage may require additional instructions specifying how the bandage should be applied." ;
        rdfs:label       "ServiceRequestOrderDetailComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ServiceRequestOrderDetailParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:parameterFocus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:parameterFocus
                         ] .

fhir:_informationSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.informationSequence" , "(Modified) Claim.item.informationSequence" ;
        rdfs:label    "_informationSequence" .

fhir:_wednesday  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.wednesday" ;
        rdfs:label    "_wednesday" .

fhir:_id  a           owl:ObjectProperty ;
        rdfs:comment  "(Modified) Resource.id" , "(Modified) Element.id" ;
        rdfs:label    "_id" .

fhir:nucleicAcid  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.nucleicAcid: Data items specific to nucleic acids." ;
        rdfs:label                      "nucleicAcid" ;
        fhir:modifierExtensionProperty  fhir:_nucleicAcid ;
        dc:title                        "SubstanceDefinition.nucleicAcid: Data items specific to nucleic acids" .

fhir:implementation  a                  owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.implementation: Identifies a specific implementation instance that is described by the terminology capability statement - i.e. a particular installation, rather than the capabilities of a software program." , "CapabilityStatement.implementation: Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program." ;
        rdfs:label                      "implementation" ;
        fhir:modifierExtensionProperty  fhir:_implementation ;
        dc:title                        "TerminologyCapabilities.implementation: If this describes a specific instance" , "CapabilityStatement.implementation: If this describes a specific instance" .

fhir:_species  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.species" , "(Modified) SubstanceDefinition.sourceMaterial.species" ;
        rdfs:label    "_species" .

fhir:_goalId  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.action.goalId" , "(Modified) PlanDefinition.action.goalId" ;
        rdfs:label    "_goalId" .

fhir:manager  a                         owl:ObjectProperty ;
        rdfs:comment                    "Consent.manager: The actor that manages the consent through its lifecycle." ;
        rdfs:label                      "manager" ;
        rdfs:subPropertyOf              w5:who.witness ;
        fhir:modifierExtensionProperty  fhir:_manager ;
        dc:title                        "Consent.manager: Consent workflow management" .

fhir:Meta  a             owl:Class ;
        rdfs:comment     "The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." ;
        rdfs:label       "Meta" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:security
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:versionId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:lastUpdated
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:tag
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastUpdated
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        dc:title         "Metadata about a resource" .

fhir:interpreter  a                     owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.interpreter: Healthcare professionals who interpreted the genomic study." ;
        rdfs:label                      "interpreter" ;
        fhir:modifierExtensionProperty  fhir:_interpreter ;
        dc:title                        "GenomicStudy.interpreter: Healthcare professionals who interpreted the genomic study" .

fhir:situation  a                       owl:ObjectProperty ;
        rdfs:comment                    "MessageDefinition.allowedResponse.situation: Provides a description of the circumstances in which this response should be used (as opposed to one of the alternative responses)." ;
        rdfs:label                      "situation" ;
        fhir:modifierExtensionProperty  fhir:_situation ;
        dc:title                        "MessageDefinition.allowedResponse.situation: When should this response be used" .

fhir:_recorded  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.recorded" , "(Modified) Procedure.recorded" , "(Modified) NutritionIntake.recorded" , "(Modified) MedicationDispense.recorded" , "(Modified) MedicationAdministration.recorded" , "(Modified) AuditEvent.recorded" ;
        rdfs:label    "_recorded" .

fhir:DiagnosticReport
        a                            owl:Class ;
        rdfs:comment                 "The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances." ;
        rdfs:label                   "DiagnosticReport" ;
        rdfs:subClassOf              w5:clinical.diagnostics , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:resultsInterpreter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:composition
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:conclusionCode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:specimen
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:presentedForm
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:conclusion
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:result
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:composition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:study
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DiagnosticReportMediaComponent ;
                                       owl:onProperty     fhir:media
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:conclusion
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DiagnosticReportSupportingInfoComponent ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DiagnosticReport .

fhir:drugCharacteristic
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.definitional.drugCharacteristic: Specifies descriptive properties of the medicine, such as color, shape, imprints, etc." ;
        rdfs:label                      "drugCharacteristic" ;
        fhir:modifierExtensionProperty  fhir:_drugCharacteristic ;
        dc:title                        "MedicationKnowledge.definitional.drugCharacteristic: Specifies descriptive properties of the medicine" .

fhir:SubstanceDefinitionStructureRepresentationComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionStructureComponent.SubstanceDefinitionStructureRepresentationComponent: A depiction of the structure of the substance." ;
        rdfs:label       "SubstanceDefinitionStructureRepresentationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:format
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:representation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:format
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:document
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:representation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:document
                         ] .

fhir:RequestOrchestrationActionRelatedActionComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponentAction.RequestOrchestrationActionRelatedActionComponent: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." , "RequestOrchestrationActionComponent.RequestOrchestrationActionRelatedActionComponent: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." ;
        rdfs:label       "RequestOrchestrationActionRelatedActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                        )
                         ] .

fhir:variableRole  a                    owl:ObjectProperty ;
        rdfs:comment                    "Evidence.variableDefinition.variableRole: population | subpopulation | exposure | referenceExposure | measuredVariable | confounder." ;
        rdfs:label                      "variableRole" ;
        fhir:modifierExtensionProperty  fhir:_variableRole ;
        dc:title                        "Evidence.variableDefinition.variableRole: population | subpopulation | exposure | referenceExposure | measuredVariable | confounder" .

fhir:failureAction  a                   owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.failureAction: The result if validation fails (fatal; warning; record only; none)." ;
        rdfs:label                      "failureAction" ;
        fhir:modifierExtensionProperty  fhir:_failureAction ;
        dc:title                        "VerificationResult.failureAction: fatal | warn | rec-only | none" .

fhir:suppliedItem  a                    owl:ObjectProperty ;
        rdfs:comment                    "SupplyDelivery.suppliedItem: The item that is being delivered or has been supplied." ;
        rdfs:label                      "suppliedItem" ;
        fhir:modifierExtensionProperty  fhir:_suppliedItem ;
        dc:title                        "SupplyDelivery.suppliedItem: The item that is delivered or supplied" .

fhir:abstract  a                        owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.abstract: Whether structure this definition describes is abstract or not  - that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged  between systems." , "Citation.citedArtifact.abstract: The abstract may be used to convey article-contained abstracts, externally-created abstracts, or other descriptive summaries." , "ValueSet.expansion.contains.abstract: If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value." , "ValueSet.expansion.contains.contains.abstract: If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value." ;
        rdfs:label                      "abstract" ;
        fhir:modifierExtensionProperty  fhir:_abstract ;
        dc:title                        "ValueSet.expansion.contains.abstract: If user cannot select this entry" , "Citation.citedArtifact.abstract: Summary of the article or artifact" , "ValueSet.expansion.contains.contains.abstract: If user cannot select this entry" , "StructureDefinition.abstract: Whether the structure is abstract" .

fhir:valueRange  a                      owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic.variable.valueRange: Range of values for grouping of ordinal or polychotomous variables." ;
        rdfs:label                      "valueRange" ;
        fhir:modifierExtensionProperty  fhir:_valueRange ;
        dc:title                        "Evidence.statistic.modelCharacteristic.variable.valueRange: Range of values for grouping of ordinal or polychotomous variables" .

fhir:_query  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) AuditEvent.entity.query" ;
        rdfs:label    "_query" .

fhir:sigFormat  a                       owl:ObjectProperty ;
        rdfs:comment                    "Signature.sigFormat: A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jose for JWS, and image/* for a graphical image of a signature, etc." ;
        rdfs:label                      "sigFormat" ;
        fhir:modifierExtensionProperty  fhir:_sigFormat ;
        dc:title                        "Signature.sigFormat: The technical format of the signature" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponentStep
        a                owl:Class ;
        rdfs:comment     "Indicates the operation, sub-process or scenario that happens if the alternative option is selected." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponentStep" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Alternative action(s)" .

fhir:VirtualServiceDetail
        a                owl:Class ;
        rdfs:comment     "Virtual Service Contact Details." ;
        rdfs:label       "VirtualServiceDetail" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:maxParticipants
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sessionKey
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:additionalInfo
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:channelType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sessionKey
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxParticipants
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:channelType
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:url ;
                                            owl:onProperty     fhir:address
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:address
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:address
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:address
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:ContactPoint ;
                                            owl:onProperty     fhir:address
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:address
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                            owl:onProperty     fhir:address
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:address
                                          ]
                                        )
                         ] ;
        dc:title         "Virtual Service Contact Details" .

fhir:_rest  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest" ;
        rdfs:label    "_rest" .

fhir:packageCode  a                     owl:ObjectProperty ;
        rdfs:comment                    "Account.procedure.packageCode: The package code can be used to group procedures that may be priced or delivered as a single product. Such as DRGs." , "Account.diagnosis.packageCode: The package code can be used to group diagnoses that may be priced or delivered as a single product. Such as DRGs." ;
        rdfs:label                      "packageCode" ;
        fhir:modifierExtensionProperty  fhir:_packageCode ;
        dc:title                        "Account.procedure.packageCode: Package Code specific for billing" , "Account.diagnosis.packageCode: Package Code specific for billing" .

fhir:_reaction  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.reaction" , "(Modified) AllergyIntolerance.reaction" ;
        rdfs:label    "_reaction" .

fhir:_contributor  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.contributor" , "(Modified) CarePlan.contributor" ;
        rdfs:label    "_contributor" .

fhir:_normalValue  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.component.referenceRange.normalValue" , "(Modified) Observation.referenceRange.normalValue" ;
        rdfs:label    "_normalValue" .

fhir:_resultsInterpreter
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DiagnosticReport.resultsInterpreter" ;
        rdfs:label    "_resultsInterpreter" .

fhir:_tester  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.tester" ;
        rdfs:label    "_tester" .

fhir:denominator  a                     owl:ObjectProperty ;
        rdfs:comment                    "RatioRange.denominator: The value of the denominator." , "Ratio.denominator: The value of the denominator." ;
        rdfs:label                      "denominator" ;
        fhir:modifierExtensionProperty  fhir:_denominator ;
        dc:title                        "RatioRange.denominator: Denominator value" , "Ratio.denominator: Denominator value" .

fhir:uniqueId  a                        owl:ObjectProperty ;
        rdfs:comment                    "NamingSystem.uniqueId: Indicates how the system may be identified when referenced in electronic exchange." ;
        rdfs:label                      "uniqueId" ;
        fhir:modifierExtensionProperty  fhir:_uniqueId ;
        dc:title                        "NamingSystem.uniqueId: Unique identifiers used for system" .

fhir:readOnly  a                        owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.readOnly: An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire." , "Questionnaire.item.readOnly: An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire." ;
        rdfs:label                      "readOnly" ;
        fhir:modifierExtensionProperty  fhir:_readOnly ;
        dc:title                        "Questionnaire.item.item.readOnly: Don't allow human editing" , "Questionnaire.item.readOnly: Don't allow human editing" .

fhir:_effectiveDosePeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.effectiveDosePeriod" ;
        rdfs:label    "_effectiveDosePeriod" .

fhir:_patientInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.patientInstruction" , "(Modified) Appointment.patientInstruction" , "(Modified) Dosage.patientInstruction" ;
        rdfs:label    "_patientInstruction" .

fhir:focusReference  a                  owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.focusReference: A definitional Resource identifying the kind of content contained within the section. This should be consistent with the section title." , "EvidenceReport.section.focusReference: A definitional Resource identifying the kind of content contained within the section. This should be consistent with the section title." ;
        rdfs:label                      "focusReference" ;
        fhir:modifierExtensionProperty  fhir:_focusReference ;
        dc:title                        "EvidenceReport.section.section.focusReference: Classification of section by Resource" , "EvidenceReport.section.focusReference: Classification of section by Resource" .

fhir:_sopClass  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.series.instance.sopClass" , "(Modified) ImagingSelection.instance.sopClass" ;
        rdfs:label    "_sopClass" .

fhir:_brand  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.brand" ;
        rdfs:label    "_brand" .

fhir:SubscriptionStatusNotificationEventComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionStatusNotificationEventComponent: Detailed information about events relevant to this subscription notification." ;
        rdfs:label       "SubscriptionStatusNotificationEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:additionalContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:timestamp
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:eventNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:timestamp
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer64 ;
                           owl:onProperty     fhir:eventNumber
                         ] .

fhir:specialArrangement
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Encounter.specialArrangement: Any special requests that have been made for this encounter, such as the provision of specific equipment or other things." ;
        rdfs:label                      "specialArrangement" ;
        fhir:modifierExtensionProperty  fhir:_specialArrangement ;
        dc:title                        "Encounter.specialArrangement: Wheelchair, translator, stretcher, etc" .

fhir:_autocreate  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.fixture.autocreate" ;
        rdfs:label    "_autocreate" .

fhir:_responsibility  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.paymentBy.responsibility" ;
        rdfs:label    "_responsibility" .

fhir:any  a                             owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.binding.additional.any: Whether the binding applies to all repeats, or just to any one of them. This is only relevant for elements that can repeat." ;
        rdfs:label                      "any" ;
        fhir:modifierExtensionProperty  fhir:_any ;
        dc:title                        "ElementDefinition.binding.additional.any: Whether binding can applies to all repeats, or just one" .

fhir:protocolApplied  a                 owl:ObjectProperty ;
        rdfs:comment                    "Immunization.protocolApplied: The protocol (set of recommendations) being followed by the provider who administered the dose." ;
        rdfs:label                      "protocolApplied" ;
        fhir:modifierExtensionProperty  fhir:_protocolApplied ;
        dc:title                        "Immunization.protocolApplied: Protocol followed by the provider" .

fhir:PaymentNotice  a                owl:Class ;
        rdfs:comment                 "This resource provides the status of the payment for goods and services rendered, and the request and response resource references." ;
        rdfs:label                   "PaymentNotice" ;
        rdfs:subClassOf              w5:financial.payment , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payment
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:amount
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:paymentDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payee
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:paymentStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:paymentStatus
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:amount
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recipient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:payee
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:payment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:response
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reporter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:paymentDate
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:recipient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:reporter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:response
                                     ] ;
        fhir:modifierExtensionClass  fhir:_PaymentNotice .

fhir:_completionTime  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.completionTime" ;
        rdfs:label    "_completionTime" .

fhir:_preAdmissionIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.admission.preAdmissionIdentifier" ;
        rdfs:label    "_preAdmissionIdentifier" .

fhir:_interpretation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.component.interpretation" , "(Modified) Observation.interpretation" ;
        rdfs:label    "_interpretation" .

fhir:testingDestination
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.testingDestination: Where the specimen will be tested: e.g., lab, sector, device or any combination of these." ;
        rdfs:label                      "testingDestination" ;
        fhir:modifierExtensionProperty  fhir:_testingDestination ;
        dc:title                        "SpecimenDefinition.typeTested.testingDestination: Where the specimen will be tested" .

fhir:ExtendedContactDetail
        a                owl:Class ;
        rdfs:comment     "Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization." ;
        rdfs:label       "ExtendedContactDetail" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:address
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:HumanName ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Address ;
                           owl:onProperty     fhir:address
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactPoint ;
                           owl:onProperty     fhir:telecom
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organization
                         ] ;
        dc:title         "Contact information" .

fhir:administrableDoseForm
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.administrableDoseForm: The dose form of the final product after necessary reconstitution or processing. Contrasts to the manufactured dose form (see ManufacturedItemDefinition). If the manufactured form was 'powder for solution for injection', the administrable dose form could be 'solution for injection' (once mixed with another item having manufactured form 'solvent for solution for injection')." ;
        rdfs:label                      "administrableDoseForm" ;
        fhir:modifierExtensionProperty  fhir:_administrableDoseForm ;
        dc:title                        "AdministrableProductDefinition.administrableDoseForm: The dose form of the final product after necessary reconstitution or processing" .

fhir:repeat  a                          owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat: Specifies and quantifies the repeated units and their configuration." , "Timing.repeat: A set of rules that describe when the event is scheduled." ;
        rdfs:label                      "repeat" ;
        fhir:modifierExtensionProperty  fhir:_repeat ;
        dc:title                        "SubstancePolymer.repeat: Specifies and quantifies the repeated units and their configuration" , "Timing.repeat: When the event is to occur" .

fhir:CapabilityStatementRestResourceSearchParamComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent.CapabilityStatementRestResourceComponent.CapabilityStatementRestResourceSearchParamComponent: Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation." ;
        rdfs:label       "CapabilityStatementRestResourceSearchParamComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:interactant  a                     owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.interaction.interactant: The specific medication, product, food, substance etc. or laboratory test that interacts." ;
        rdfs:label                      "interactant" ;
        fhir:modifierExtensionProperty  fhir:_interactant ;
        dc:title                        "ClinicalUseDefinition.interaction.interactant: The specific medication, product, food etc. or laboratory test that interacts" .

fhir:_groupDefinition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.group.stratifier.component.groupDefinition" , "(Modified) Measure.group.stratifier.groupDefinition" , "(Modified) Measure.group.population.groupDefinition" ;
        rdfs:label    "_groupDefinition" .

fhir:_effective  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.effective" , "(Modified) MedicationStatement.effective" , "(Modified) DiagnosticReport.effective" , "(Modified) ClinicalImpression.effective" ;
        rdfs:label    "_effective" .

fhir:_service  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.service" , "(Modified) CapabilityStatement.rest.security.service" ;
        rdfs:label    "_service" .

fhir:admitSource  a                     owl:ObjectProperty ;
        rdfs:comment                    "Encounter.admission.admitSource: From where patient was admitted (physician referral, transfer)." ;
        rdfs:label                      "admitSource" ;
        fhir:modifierExtensionProperty  fhir:_admitSource ;
        dc:title                        "Encounter.admission.admitSource: From where patient was admitted (physician referral, transfer)" .

fhir:_cap  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container.cap" ;
        rdfs:label    "_cap" .

fhir:_structure  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure" , "(Modified) StructureMap.structure" , "(Modified) BodyStructure.excludedStructure.structure" , "(Modified) BodyStructure.includedStructure.structure" ;
        rdfs:label    "_structure" .

fhir:_preferred  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.name.translation.preferred" , "(Modified) SubstanceDefinition.name.preferred" , "(Modified) SubstanceDefinition.name.synonym.preferred" , "(Modified) RelatedPerson.communication.preferred" , "(Modified) NamingSystem.uniqueId.preferred" , "(Modified) Practitioner.communication.preferred" , "(Modified) Person.communication.preferred" , "(Modified) Patient.communication.preferred" ;
        rdfs:label    "_preferred" .

fhir:human  a                           owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.constraint.human: Text that can be used to describe the constraint in messages identifying that the constraint has been violated." ;
        rdfs:label                      "human" ;
        fhir:modifierExtensionProperty  fhir:_human ;
        dc:title                        "ElementDefinition.constraint.human: Human description of constraint" .

fhir:_genomeAssembly  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.startingSequence.genomeAssembly" ;
        rdfs:label    "_genomeAssembly" .

fhir:_dimensions  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.dimensions" ;
        rdfs:label    "_dimensions" .

fhir:Reason  a           owl:Class ;
        rdfs:comment     "Encounter.Reason: The list of medical reasons that are expected to be addressed during the episode of care." , "EpisodeOfCare.Reason: The list of medical reasons that are expected to be addressed during the episode of care." ;
        rdfs:label       "Reason" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:value
                         ] .

fhir:eligibility  a                     owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.recruitment.eligibility: Inclusion and exclusion criteria." , "HealthcareService.eligibility: Does this service have specific eligibility requirements that need to be met in order to use the service?" ;
        rdfs:label                      "eligibility" ;
        fhir:modifierExtensionProperty  fhir:_eligibility ;
        dc:title                        "ResearchStudy.recruitment.eligibility: Inclusion and exclusion criteria" , "HealthcareService.eligibility: Specific eligibility requirements required to use the service" .

fhir:resultForCreate  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.queryCriteria.resultForCreate: For `create` interactions, should the `previous` criteria count as an automatic pass or an automatic fail. If not present, the testing behavior during `create` interactions is unspecified (server discretion)." ;
        rdfs:label                      "resultForCreate" ;
        fhir:modifierExtensionProperty  fhir:_resultForCreate ;
        dc:title                        "SubscriptionTopic.resourceTrigger.queryCriteria.resultForCreate: test-passes | test-fails" .

fhir:PersonLinkComponent
        a                owl:Class ;
        rdfs:comment     "PersonLinkComponent: Link to a resource that concerns the same actual person." ;
        rdfs:label       "PersonLinkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assurance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:assurance
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:target
                         ] .

fhir:EvidenceCertaintyComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceCertaintyComponent: Assessment of certainty, confidence in the estimates, or quality of the evidence." ;
        rdfs:label       "EvidenceCertaintyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceCertaintyComponentCertainty ;
                           owl:onProperty     fhir:subcomponent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rating
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rater
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:rater
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:rating
                         ] .

fhir:texture  a                         owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.oralDiet.texture: Class that describes any texture modifications required for the patient to safely consume various types of solid foods." ;
        rdfs:label                      "texture" ;
        fhir:modifierExtensionProperty  fhir:_texture ;
        dc:title                        "NutritionOrder.oralDiet.texture: Required  texture modifications" .

fhir:characterization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.characterization: General specifications for this substance." ;
        rdfs:label                      "characterization" ;
        fhir:modifierExtensionProperty  fhir:_characterization ;
        dc:title                        "SubstanceDefinition.characterization: General specifications for this substance" .

fhir:TerminologyCapabilitiesExpansionComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesExpansionComponent: Information about the [ValueSet/$expand](valueset-operation-expand.html) operation." ;
        rdfs:label       "TerminologyCapabilitiesExpansionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:textFilter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:hierarchical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:incomplete
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesExpansionParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textFilter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:paging
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:incomplete
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hierarchical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:paging
                         ] .

fhir:DataRequirementCodeFilterComponent
        a                owl:Class ;
        rdfs:comment     "DataRequirementCodeFilterComponent: Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed." ;
        rdfs:label       "DataRequirementCodeFilterComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:searchParam
                         ] .

fhir:_derivedFrom  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Requirements.statement.derivedFrom" , "(Modified) SearchParameter.derivedFrom" , "(Modified) NutritionIntake.derivedFrom" , "(Modified) Observation.derivedFrom" , "(Modified) MedicationStatement.derivedFrom" , "(Modified) ActorDefinition.derivedFrom" , "(Modified) DeviceUsage.derivedFrom" , "(Modified) ImagingSelection.derivedFrom" , "(Modified) Requirements.derivedFrom" , "(Modified) SubscriptionTopic.derivedFrom" , "(Modified) Questionnaire.derivedFrom" ;
        rdfs:label    "_derivedFrom" .

fhir:_doseAdministrationAid
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.doseAdministrationAid" ;
        rdfs:label    "_doseAdministrationAid" .

fhir:productOrService
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.detail.subDetail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ExplanationOfBenefit.item.detail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ClaimResponse.addItem.detail.subDetail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "CoverageEligibilityResponse.insurance.item.productOrService: This contains the product, service, drug or other billing code for the item." , "ClaimResponse.addItem.detail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ExplanationOfBenefit.addItem.detail.subDetail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ClaimResponse.addItem.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "CoverageEligibilityRequest.item.productOrService: This contains the product, service, drug or other billing code for the item." , "Claim.item.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "Claim.item.detail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ExplanationOfBenefit.addItem.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ExplanationOfBenefit.addItem.detail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "ExplanationOfBenefit.item.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." , "Claim.item.detail.subDetail.productOrService: When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used." ;
        rdfs:label                      "productOrService" ;
        fhir:modifierExtensionProperty  fhir:_productOrService ;
        dc:title                        "Claim.item.productOrService: Billing, service, product, or drug code" , "Claim.item.detail.productOrService: Billing, service, product, or drug code" , "ClaimResponse.addItem.detail.productOrService: Billing, service, product, or drug code" , "ExplanationOfBenefit.addItem.detail.productOrService: Billing, service, product, or drug code" , "ClaimResponse.addItem.productOrService: Billing, service, product, or drug code" , "ExplanationOfBenefit.item.detail.productOrService: Billing, service, product, or drug code" , "ExplanationOfBenefit.addItem.productOrService: Billing, service, product, or drug code" , "ExplanationOfBenefit.addItem.detail.subDetail.productOrService: Billing, service, product, or drug code" , "ClaimResponse.addItem.detail.subDetail.productOrService: Billing, service, product, or drug code" , "ExplanationOfBenefit.item.productOrService: Billing, service, product, or drug code" , "ExplanationOfBenefit.item.detail.subDetail.productOrService: Billing, service, product, or drug code" , "CoverageEligibilityResponse.insurance.item.productOrService: Billing, service, product, or drug code" , "CoverageEligibilityRequest.item.productOrService: Billing, service, product, or drug code" , "Claim.item.detail.subDetail.productOrService: Billing, service, product, or drug code" .

fhir:_plannedEndDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EncounterHistory.plannedEndDate" , "(Modified) Encounter.plannedEndDate" ;
        rdfs:label    "_plannedEndDate" .

fhir:conformsTo  a                      owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.conformsTo: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards." , "Device.conformsTo: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards." ;
        rdfs:label                      "conformsTo" ;
        fhir:modifierExtensionProperty  fhir:_conformsTo ;
        dc:title                        "DeviceDefinition.conformsTo: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device" , "Device.conformsTo: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device" .

fhir:_detected  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.detected" ;
        rdfs:label    "_detected" .

fhir:_threePrime  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.subunit.threePrime" ;
        rdfs:label    "_threePrime" .

fhir:referencedFrom  a                  owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.referencedFrom: Identifies other resource parameters within the operation invocation that are expected to resolve to this resource." , "OperationDefinition.parameter.referencedFrom: Identifies other resource parameters within the operation invocation that are expected to resolve to this resource." ;
        rdfs:label                      "referencedFrom" ;
        fhir:modifierExtensionProperty  fhir:_referencedFrom ;
        dc:title                        "OperationDefinition.parameter.part.referencedFrom: References to this parameter" , "OperationDefinition.parameter.referencedFrom: References to this parameter" .

fhir:targetFormat  a                    owl:ObjectProperty ;
        rdfs:comment                    "Signature.targetFormat: A mime type that indicates the technical format of the target resources signed by the signature." ;
        rdfs:label                      "targetFormat" ;
        fhir:modifierExtensionProperty  fhir:_targetFormat ;
        dc:title                        "Signature.targetFormat: The technical format of the signed resources" .

fhir:_characteristicType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.characteristic.characteristicType" ;
        rdfs:label    "_characteristicType" .

fhir:StructureDefinitionMappingComponent
        a                owl:Class ;
        rdfs:comment     "StructureDefinitionMappingComponent: An external specification that the content is mapped to." ;
        rdfs:label       "StructureDefinitionMappingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:identity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:identity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:uri
                         ] .

fhir:_initiatorActive
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.operation.initiatorActive" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.initiatorActive" , "(Modified) ExampleScenario.process.step.operation.initiatorActive" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.initiatorActive" , "(Modified) ExampleScenario.process.step.process.step.operation.initiatorActive" ;
        rdfs:label    "_initiatorActive" .

fhir:supportedInteraction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.supportedInteraction: The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic. Multiple values are considered OR joined (e.g., CREATE or UPDATE). If not present, all supported interactions are assumed." ;
        rdfs:label                      "supportedInteraction" ;
        fhir:modifierExtensionProperty  fhir:_supportedInteraction ;
        dc:title                        "SubscriptionTopic.resourceTrigger.supportedInteraction: create | update | delete" .

fhir:vaccineCode  a                     owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.vaccineCode: Vaccine(s) or vaccine group that pertain to the recommendation." , "Immunization.vaccineCode: Vaccine that was administered or was to be administered." ;
        rdfs:label                      "vaccineCode" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_vaccineCode ;
        dc:title                        "ImmunizationRecommendation.recommendation.vaccineCode: Vaccine  or vaccine group recommendation applies to" , "Immunization.vaccineCode: Vaccine administered" .

fhir:seriesNumber  a                    owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.seriesNumber: The Series Number for the DICOM Series from which the images were selected." ;
        rdfs:label                      "seriesNumber" ;
        fhir:modifierExtensionProperty  fhir:_seriesNumber ;
        dc:title                        "ImagingSelection.seriesNumber: DICOM Series Number" .

fhir:pageCount  a                       owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.pageCount: Actual or approximate number of pages or screens. Distinct from reporting the page numbers." ;
        rdfs:label                      "pageCount" ;
        fhir:modifierExtensionProperty  fhir:_pageCount ;
        dc:title                        "Citation.citedArtifact.publicationForm.pageCount: Number of pages or screens" .

fhir:_who  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.who" , "(Modified) VerificationResult.primarySource.who" , "(Modified) Provenance.entity.agent.who" , "(Modified) Provenance.agent.who" , "(Modified) AuditEvent.entity.agent.who" , "(Modified) AuditEvent.agent.who" , "(Modified) Signature.who" ;
        rdfs:label    "_who" .

fhir:PermissionRuleActivityComponent
        a                owl:Class ;
        rdfs:comment     "Permission.Rule.PermissionRuleActivityComponent: A description or definition of which activities are allowed to be done on the data." ;
        rdfs:label       "PermissionRuleActivityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] .

fhir:careManager  a                     owl:ObjectProperty ;
        rdfs:comment                    "EpisodeOfCare.careManager: The practitioner that is the care manager/care coordinator for this patient." ;
        rdfs:label                      "careManager" ;
        fhir:modifierExtensionProperty  fhir:_careManager ;
        dc:title                        "EpisodeOfCare.careManager: Care manager/care coordinator for the patient" .

fhir:CodeSystem  a       owl:Class ;
        rdfs:comment     "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content." ;
        rdfs:label       "CodeSystem" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:conformance.terminology ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:supplements
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptDefinition ;
                           owl:onProperty     fhir:concept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:hierarchyMeaning
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:content
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:caseSensitive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:content
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:compositional
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Property ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hierarchyMeaning
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:versionNeeded
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:caseSensitive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeSystemFilterComponent ;
                           owl:onProperty     fhir:filter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:supplements
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compositional
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] .

fhir:MedicinalProductDefinitionNamePartComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionNameComponent.MedicinalProductDefinitionNamePartComponent: Coding words or phrases of the name." ;
        rdfs:label       "MedicinalProductDefinitionNamePartComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:part
                         ] .

fhir:_requestingOrganization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.requestingOrganization" ;
        rdfs:label    "_requestingOrganization" .

fhir:_referralMethod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) HealthcareService.referralMethod" ;
        rdfs:label    "_referralMethod" .

fhir:_suspectEntity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.suspectEntity" ;
        rdfs:label    "_suspectEntity" .

fhir:_exclusionCriteria
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.scope.exclusionCriteria" ;
        rdfs:label    "_exclusionCriteria" .

fhir:ObservationComponentComponent
        a                owl:Class ;
        rdfs:comment     "ObservationComponentComponent: Some observations have multiple component observations.  These component observations are expressed as separate code value pairs that share the same attributes.  Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations." ;
        rdfs:label       "ObservationComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ObservationComponentComponentReferenceRange ;
                           owl:onProperty     fhir:referenceRange
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dataAbsentReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SampledData ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:dataAbsentReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:interpretation
                         ] .

fhir:_testScript  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.testScript" ;
        rdfs:label    "_testScript" .

fhir:manufactureDate  a                 owl:ObjectProperty ;
        rdfs:comment                    "Device.manufactureDate: The date and time when the device was manufactured." ;
        rdfs:label                      "manufactureDate" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_manufactureDate ;
        dc:title                        "Device.manufactureDate: Date when the device was made" .

fhir:_textPresentation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.substance.strength.textPresentation" ;
        rdfs:label    "_textPresentation" .

fhir:TestReportSetupActionOperationComponent
        a                owl:Class ;
        rdfs:comment     "TestReportSetupComponent.SetupAction.TestReportSetupActionOperationComponent: The operation performed." ;
        rdfs:label       "TestReportSetupActionOperationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:message
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:result
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:message
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:detail
                         ] .

fhir:legal  a                           owl:ObjectProperty ;
        rdfs:comment                    "Contract.legal: List of Legal expressions or representations of this Contract." ;
        rdfs:label                      "legal" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_legal ;
        dc:title                        "Contract.legal: Contract Legal Language" .

fhir:provider  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.provider: The providers who are authorized for the services rendered to the patient." , "ExplanationOfBenefit.careTeam.provider: Member of the team who provided the product or service." , "ClaimResponse.addItem.provider: The providers who are authorized for the services rendered to the patient." , "EnrollmentRequest.provider: The practitioner who is responsible for the services rendered to the patient." , "CoverageEligibilityResponse.insurance.item.provider: The practitioner who is eligible for the provision of the product or service." , "CoverageEligibilityRequest.provider: The provider which is responsible for the request." , "Claim.provider: The provider which is responsible for the claim, predetermination or preauthorization." , "CoverageEligibilityRequest.item.provider: The practitioner who is responsible for the product or service to be rendered to the patient." , "Claim.careTeam.provider: Member of the team who provided the product or service." , "ExplanationOfBenefit.provider: The provider which is responsible for the claim, predetermination or preauthorization." ;
        rdfs:label                      "provider" ;
        rdfs:subPropertyOf              w5:who.actor , w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_provider ;
        dc:title                        "Claim.provider: Party responsible for the claim" , "CoverageEligibilityRequest.item.provider: Perfoming practitioner" , "ClaimResponse.addItem.provider: Authorized providers" , "ExplanationOfBenefit.addItem.provider: Authorized providers" , "ExplanationOfBenefit.careTeam.provider: Practitioner or organization" , "ExplanationOfBenefit.provider: Party responsible for the claim" , "CoverageEligibilityResponse.insurance.item.provider: Performing practitioner" , "CoverageEligibilityRequest.provider: Party responsible for the request" , "EnrollmentRequest.provider: Responsible practitioner" , "Claim.careTeam.provider: Practitioner or organization" .

fhir:exitCriteria  a                    owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.exitCriteria: The threshold or criteria for the test plan to be considered successfully executed - narrative." ;
        rdfs:label                      "exitCriteria" ;
        fhir:modifierExtensionProperty  fhir:_exitCriteria ;
        dc:title                        "TestPlan.exitCriteria: The threshold or criteria for the test plan to be considered successfully executed - narrative" .

fhir:image  a                           owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.manifest.image: Indicates a relative path to an image that exists within the IG." , "BodyStructure.image: Image or images used to identify a location." ;
        rdfs:label                      "image" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_image ;
        dc:title                        "ImplementationGuide.manifest.image: Image within the IG" , "BodyStructure.image: Attached images" .

fhir:SupplyRequest  a                owl:Class ;
        rdfs:comment                 "A record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting." ;
        rdfs:label                   "SupplyRequest" ;
        rdfs:subClassOf              fhir:DomainResource , w5:workflow.order ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:deliverTo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SupplyRequestParameterComponent ;
                                       owl:onProperty     fhir:parameter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supplier
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:deliverFor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:deliverFor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:deliverTo
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:deliverFrom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:deliverFrom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Quantity ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SupplyRequest .

fhir:_periodMax  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.periodMax" ;
        rdfs:label    "_periodMax" .

fhir:_monograph  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.monograph" ;
        rdfs:label    "_monograph" .

fhir:_decision  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.decision" , "(Modified) Contract.term.group.offer.decision" , "(Modified) ExplanationOfBenefit.addItem.reviewOutcome.decision" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.decision" , "(Modified) ClaimResponse.addItem.detail.subDetail.reviewOutcome.decision" , "(Modified) ClaimResponse.item.detail.reviewOutcome.decision" , "(Modified) Contract.term.offer.decision" , "(Modified) ExplanationOfBenefit.item.reviewOutcome.decision" , "(Modified) ClaimResponse.addItem.reviewOutcome.decision" , "(Modified) ExplanationOfBenefit.addItem.detail.reviewOutcome.decision" , "(Modified) ClaimResponse.item.reviewOutcome.decision" , "(Modified) ClaimResponse.decision" , "(Modified) Consent.decision" , "(Modified) ClaimResponse.item.detail.subDetail.reviewOutcome.decision" , "(Modified) ClaimResponse.addItem.detail.reviewOutcome.decision" , "(Modified) ExplanationOfBenefit.decision" , "(Modified) ExplanationOfBenefit.item.detail.reviewOutcome.decision" ;
        rdfs:label    "_decision" .

fhir:_diagnostics  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationOutcome.issue.diagnostics" ;
        rdfs:label    "_diagnostics" .

fhir:_origin  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.origin" , "(Modified) TestScript.test.action.operation.origin" , "(Modified) TestScript.setup.action.operation.origin" , "(Modified) TestScript.metadata.capability.origin" , "(Modified) TestScript.origin" , "(Modified) Encounter.admission.origin" , "(Modified) SampledData.origin" ;
        rdfs:label    "_origin" .

fhir:_durationUnit  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.durationUnit" ;
        rdfs:label    "_durationUnit" .

fhir:contact  a                         owl:ObjectProperty ;
        rdfs:comment                    "MessageHeader.source.contact: An e-mail, phone, website or other contact point to use to resolve issues with message communications." , "SpecimenDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "Measure.contact: Contact details to assist a user in finding and communicating with the publisher." , "PractitionerRole.contact: The contact details of communication devices available relevant to the specific PractitionerRole. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites." , "PlanDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "GraphDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "ActorDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "Evidence.contact: Contact details to assist a user in finding and communicating with the publisher." , "OperationDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "ObservationDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "StructureMap.contact: Contact details to assist a user in finding and communicating with the publisher." , "EvidenceVariable.contact: Contact details to assist a user in finding and communicating with the publisher." , "EventDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "Device.contact: Contact details for an organization or a particular human that is responsible for the device." , "Library.contact: Contact details to assist a user in finding and communicating with the publisher." , "TestPlan.contact: Contact details to assist a user in finding and communicating with the publisher." , "Organization.contact: The contact details of communication devices available relevant to the specific Organization. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites." , "ConceptMap.contact: Contact details to assist a user in finding and communicating with the publisher." , "ExampleScenario.contact: Contact details to assist a user in finding and communicating with the publisher." , "ImplementationGuide.contact: Contact details to assist a user in finding and communicating with the publisher." , "CodeSystem.contact: Contact details to assist a user in finding and communicating with the publisher." , "MedicinalProductDefinition.contact: A product specific contact, person (in a role), or an organization." , "ValueSet.contact: Contact details to assist a user in finding and communicating with the publisher." , "ActivityDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "CompartmentDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "Contributor.contact: Contact details to assist a user in finding and communicating with the contributor." , "SearchParameter.contact: Contact details to assist a user in finding and communicating with the publisher." , "NamingSystem.contact: Contact details to assist a user in finding and communicating with the publisher." , "ConditionDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "Requirements.contact: Contact details to assist a user in finding and communicating with the publisher." , "ChargeItemDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "Subscription.contact: Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting." , "Questionnaire.contact: Contact details to assist a user in finding and communicating with the publisher." , "HealthcareService.contact: The contact details of communication devices available relevant to the specific HealthcareService. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites." , "MedicinalProductDefinition.contact.contact: A product specific contact, person (in a role), or an organization." , "MessageDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "CanonicalResource.contact: Contact details to assist a user in finding and communicating with the publisher." , "OrganizationAffiliation.contact: The contact details of communication devices available at the participatingOrganization relevant to this Affiliation." , "StructureDefinition.contact: Contact details to assist a user in finding and communicating with the publisher." , "CapabilityStatement.contact: Contact details to assist a user in finding and communicating with the publisher." , "SubscriptionTopic.contact: Contact details to assist a user in finding and communicating with the publisher." , "DeviceDefinition.contact: Contact details for an organization or a particular human that is responsible for the device." , "Endpoint.contact: Contact details for a human to contact about the endpoint. The primary use of this for system administrator troubleshooting." , "Patient.contact: A contact party (e.g. guardian, partner, friend) for the patient." , "TerminologyCapabilities.contact: Contact details to assist a user in finding and communicating with the publisher." , "Location.contact: The contact details of communication devices available at the location. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites." , "EvidenceReport.contact: Contact details to assist a user in finding and communicating with the publisher." , "Citation.contact: Contact details to assist a user in finding and communicating with the publisher." , "InsurancePlan.contact: The contact details of communication devices available relevant to the specific Insurance Plan/Product. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites." , "TestScript.contact: Contact details to assist a user in finding and communicating with the publisher." ;
        rdfs:label                      "contact" ;
        rdfs:subPropertyOf              w5:who.focus , w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_contact ;
        dc:title                        "ConceptMap.contact: Contact details for the publisher" , "CodeSystem.contact: Contact details for the publisher" , "Contributor.contact: Contact details of the contributor" , "DeviceDefinition.contact: Details for human/organization for support" , "ActivityDefinition.contact: Contact details for the publisher" , "PractitionerRole.contact: Official contact details relating to this PractitionerRole" , "TestScript.contact: Contact details for the publisher" , "Measure.contact: Contact details for the publisher" , "GraphDefinition.contact: Contact details for the publisher" , "SearchParameter.contact: Contact details for the publisher" , "HealthcareService.contact: Official contact details for the HealthcareService" , "MessageHeader.source.contact: Human contact for problems" , "StructureMap.contact: Contact details for the publisher" , "Library.contact: Contact details for the publisher" , "ChargeItemDefinition.contact: Contact details for the publisher" , "ValueSet.contact: Contact details for the publisher" , "EvidenceVariable.contact: Contact details for the publisher" , "ActorDefinition.contact: Contact details for the publisher" , "ImplementationGuide.contact: Contact details for the publisher" , "CompartmentDefinition.contact: Contact details for the publisher" , "Questionnaire.contact: Contact details for the publisher" , "ConditionDefinition.contact: Contact details for the publisher" , "EventDefinition.contact: Contact details for the publisher" , "CanonicalResource.contact: Contact details for the publisher" , "EvidenceReport.contact: Contact details for the publisher" , "Location.contact: Official contact details for the location" , "SpecimenDefinition.contact: Contact details for the publisher" , "Organization.contact: Official contact details for the Organization" , "CapabilityStatement.contact: Contact details for the publisher" , "Subscription.contact: Contact details for source (e.g. troubleshooting)" , "MedicinalProductDefinition.contact.contact: A product specific contact, person (in a role), or an organization" , "Patient.contact: A contact party (e.g. guardian, partner, friend) for the patient" , "TestPlan.contact: Contact details for the publisher" , "StructureDefinition.contact: Contact details for the publisher" , "MedicinalProductDefinition.contact: A product specific contact, person (in a role), or an organization" , "NamingSystem.contact: Contact details for the publisher" , "TerminologyCapabilities.contact: Contact details for the publisher" , "ExampleScenario.contact: Contact details for the publisher" , "Endpoint.contact: Contact details for source (e.g. troubleshooting)" , "InsurancePlan.contact: Official contact details relevant to the health insurance plan/product" , "OrganizationAffiliation.contact: Official contact details at the participatingOrganization relevant to this Affiliation" , "MessageDefinition.contact: Contact details for the publisher" , "Device.contact: Details for human/organization for support" , "OperationDefinition.contact: Contact details for the publisher" , "Requirements.contact: Contact details for the publisher" , "Evidence.contact: Contact details for the publisher" , "ObservationDefinition.contact: Contact details for the publisher" , "SubscriptionTopic.contact: Contact details for the publisher" , "PlanDefinition.contact: Contact details for the publisher" , "Citation.contact: Contact details for the publisher of the citation record" .

fhir:_disabledDisplay
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.disabledDisplay" , "(Modified) Questionnaire.item.disabledDisplay" ;
        rdfs:label    "_disabledDisplay" .

fhir:_attestation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation" ;
        rdfs:label    "_attestation" .

fhir:PackagedProductDefinitionPackagingComponentPackaging
        a                owl:Class ;
        rdfs:comment     "Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition)." ;
        rdfs:label       "PackagedProductDefinitionPackagingComponentPackaging" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:alternateMaterial
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:material
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:componentPart
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingPropertyComponent ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingComponentPackagingPackaging ;
                           owl:onProperty     fhir:packaging
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:componentPart
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ProductShelfLife ;
                           owl:onProperty     fhir:shelfLifeStorage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingContainedItemComponent ;
                           owl:onProperty     fhir:containedItem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:manufacturer
                         ] ;
        dc:title         "Allows containers (and parts of containers) within containers, still as a part of single packaged product" .

fhir:OperationOutcomeIssueComponent
        a                owl:Class ;
        rdfs:comment     "OperationOutcomeIssueComponent: An error, warning, or information message that results from a system action." ;
        rdfs:label       "OperationOutcomeIssueComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:details
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:diagnostics
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:diagnostics
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:details
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:severity
                         ] .

fhir:_hash  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.hash" ;
        rdfs:label    "_hash" .

fhir:_pageString  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.pageString" ;
        rdfs:label    "_pageString" .

fhir:_constituent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ManufacturedItemDefinition.component.component.constituent" , "(Modified) ManufacturedItemDefinition.component.constituent" ;
        rdfs:label    "_constituent" .

fhir:DeviceAssociation
        a                            owl:Class ;
        rdfs:comment                 "A record of association of a device." ;
        rdfs:label                   "DeviceAssociation" ;
        rdfs:subClassOf              w5:administrative.device , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:bodyStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:bodyStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceAssociationOperationComponent ;
                                       owl:onProperty     fhir:operation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DeviceAssociation .

fhir:_dayOfWeek  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.monthlyTemplate.dayOfWeek" , "(Modified) Timing.repeat.dayOfWeek" ;
        rdfs:label    "_dayOfWeek" .

fhir:_inventoryListing
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.inventoryListing" ;
        rdfs:label    "_inventoryListing" .

fhir:_hierarchyMeaning
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CodeSystem.hierarchyMeaning" ;
        rdfs:label    "_hierarchyMeaning" .

fhir:_dispenseRequest
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest" ;
        rdfs:label    "_dispenseRequest" .

fhir:legallyBinding  a                  owl:ObjectProperty ;
        rdfs:comment                    "Contract.legallyBinding" ;
        rdfs:label                      "legallyBinding" ;
        fhir:modifierExtensionProperty  fhir:_legallyBinding .

fhir:_manufacturer  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.manufacturer" , "(Modified) PackagedProductDefinition.packaging.manufacturer" , "(Modified) PackagedProductDefinition.manufacturer" , "(Modified) NutritionProduct.manufacturer" , "(Modified) PackagedProductDefinition.packaging.packaging.manufacturer" , "(Modified) Immunization.manufacturer" , "(Modified) Device.manufacturer" , "(Modified) Ingredient.manufacturer.manufacturer" , "(Modified) DeviceDefinition.manufacturer" , "(Modified) Ingredient.manufacturer" , "(Modified) ManufacturedItemDefinition.manufacturer" ;
        rdfs:label    "_manufacturer" .

fhir:_answerConstraint
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.answerConstraint" , "(Modified) Questionnaire.item.answerConstraint" ;
        rdfs:label    "_answerConstraint" .

fhir:_when  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.event.when" , "(Modified) ExplanationOfBenefit.event.when" , "(Modified) Claim.event.when" , "(Modified) CoverageEligibilityResponse.event.when" , "(Modified) Timing.repeat.when" , "(Modified) RiskAssessment.prediction.when" , "(Modified) CoverageEligibilityRequest.event.when" , "(Modified) Signature.when" ;
        rdfs:label    "_when" .

fhir:_form  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.characterization.form" , "(Modified) Location.form" , "(Modified) ExplanationOfBenefit.form" , "(Modified) EncounterHistory.location.form" , "(Modified) Encounter.location.form" , "(Modified) CoverageEligibilityResponse.form" , "(Modified) ClaimResponse.form" ;
        rdfs:label    "_form" .

fhir:businessStatus  a                  owl:ObjectProperty ;
        rdfs:comment                    "Task.businessStatus: Contains business-specific nuances of the business state." ;
        rdfs:label                      "businessStatus" ;
        fhir:modifierExtensionProperty  fhir:_businessStatus ;
        dc:title                        "Task.businessStatus: E.g. \"Specimen collected\", \"IV prepped\"" .

fhir:comparisonGroup  a                 owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.comparisonGroup: Describes an expected event or sequence of events for one of the subjects of a study. E.g. for a living subject: exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. E.g. for a stability study: {store sample from lot A at 25 degrees for 1 month}, {store sample from lot A at 40 degrees for 1 month}." ;
        rdfs:label                      "comparisonGroup" ;
        fhir:modifierExtensionProperty  fhir:_comparisonGroup ;
        dc:title                        "ResearchStudy.comparisonGroup: Defined path through the study for a subject" .

fhir:_instance  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.instance" , "(Modified) NutritionProduct.instance" , "(Modified) AdverseEvent.suspectEntity.instance" , "(Modified) ImagingSelection.instance" , "(Modified) OperationDefinition.instance" , "(Modified) Substance.instance" , "(Modified) ChargeItemDefinition.instance" , "(Modified) InventoryItem.instance" , "(Modified) ImagingStudy.series.instance" ;
        rdfs:label    "_instance" .

fhir:_itemStatus  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.inventoryListing.itemStatus" ;
        rdfs:label    "_itemStatus" .

fhir:_conditionalDelete
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.conditionalDelete" ;
        rdfs:label    "_conditionalDelete" .

fhir:_grade  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.grade" ;
        rdfs:label    "_grade" .

fhir:_process  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.process" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.process" , "(Modified) ExampleScenario.process.step.process" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.process" , "(Modified) ExampleScenario.process.step.process.step.process" , "(Modified) ExampleScenario.process" ;
        rdfs:label    "_process" .

fhir:_articleDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.articleDate" ;
        rdfs:label    "_articleDate" .

fhir:additionalMonitoringIndicator
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.additionalMonitoringIndicator: Whether the Medicinal Product is subject to additional monitoring for regulatory reasons, such as heightened reporting requirements." ;
        rdfs:label                      "additionalMonitoringIndicator" ;
        fhir:modifierExtensionProperty  fhir:_additionalMonitoringIndicator ;
        dc:title                        "MedicinalProductDefinition.additionalMonitoringIndicator: Whether the Medicinal Product is subject to additional monitoring for regulatory reasons" .

fhir:title  a                           owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.title: A short, descriptive, user-friendly title for the value set." , "CapabilityStatement.title: A short, descriptive, user-friendly title for the capability statement." , "List.title: A label for the list assigned by the author." , "StructureDefinition.title: A short, descriptive, user-friendly title for the structure definition." , "PlanDefinition.action.action.title: The textual description of the action displayed to a user. For example, when the action is a test to be performed, the title would be the title of the test such as Assay by HPLC." , "ActivityDefinition.title: A short, descriptive, user-friendly title for the activity definition." , "Library.title: A short, descriptive, user-friendly title for the library." , "ExampleScenario.process.title: A short descriptive label the process to be used in tables or diagrams." , "ActorDefinition.title: A short, descriptive, user-friendly title for the actor definition." , "ExampleScenario.process.step.alternative.step.process.title: A short descriptive label the process to be used in tables or diagrams." , "ConceptMap.title: A short, descriptive, user-friendly title for the concept map." , "Citation.citedArtifact.title: The title details of the article or artifact." , "PlanDefinition.action.action.input.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "Composition.section.title: The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." , "Composition.title: Official human-readable label for the composition." , "RequestOrchestration.action.action.title: The title of the action displayed to a user." , "ImagingStudy.series.instance.title: The description of the instance." , "TestScript.title: A short, descriptive, user-friendly title for the test script." , "ExampleScenario.process.step.process.step.alternative.title: The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." , "ExampleScenario.instance.title: A short descriptive label the instance to be used in tables or diagrams." , "EventDefinition.title: A short, descriptive, user-friendly title for the event definition." , "GenomicStudy.analysis.title: Name of the analysis event (human friendly)." , "ConditionDefinition.title: A short, descriptive, user-friendly title for the condition definition." , "ExampleScenario.instance.version.title: A short descriptive label the version to be used in tables or diagrams." , "Composition.section.section.title: The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." , "EvidenceReport.section.title: The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." , "ExampleScenario.title: A short, descriptive, user-friendly title for the ExampleScenario." , "CarePlan.title: Human-friendly name for the care plan." , "Citation.citedArtifact.publicationForm.publishedIn.title: Name of the database or title of the book or journal." , "RequestOrchestration.action.action.input.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "Contract.title: A short, descriptive, user-friendly title for this Contract definition, derivative, or instance in any legal state." , "ExampleScenario.actor.title: The human-readable name for the actor used when rendering the scenario." , "TestPlan.title: A short, descriptive, user-friendly title for the test plan." , "SubscriptionTopic.title: A short, descriptive, user-friendly title for the subscription topic.  For example, \"admission\"." , "EvidenceReport.section.section.title: The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." , "PlanDefinition.action.output.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "ExampleScenario.process.step.alternative.step.alternative.title: The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." , "ImplementationGuide.definition.page.title: A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc." , "ImplementationGuide.definition.page.page.title: A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc." , "CompartmentDefinition.title: A short, descriptive, user-friendly title for the capability statement." , "RequestOrchestration.action.title: The title of the action displayed to a user." , "ExampleScenario.process.step.alternative.title: The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." , "Attachment.title: A label or set of text to display in place of the data." , "RequestOrchestration.action.input.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "StructureMap.title: A short, descriptive, user-friendly title for the structure map." , "OperationDefinition.title: A short, descriptive, user-friendly title for the operation definition." , "PlanDefinition.actor.title: A descriptive label for the actor." , "Measure.title: A short, descriptive, user-friendly title for the measure." , "PlanDefinition.action.action.output.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "CodeSystem.title: A short, descriptive, user-friendly title for the code system." , "ExampleScenario.process.step.process.step.alternative.step.alternative.title: The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." , "Requirements.title: A short, descriptive, user-friendly title for the Requirements." , "ObservationDefinition.title: A short, descriptive, user-friendly title for the ObservationDefinition." , "PlanDefinition.action.title: The textual description of the action displayed to a user. For example, when the action is a test to be performed, the title would be the title of the test such as Assay by HPLC." , "Citation.title: A short, descriptive, user-friendly title for the citation record." , "ExampleScenario.process.step.process.step.alternative.step.operation.title: A short descriptive label the step to be used in tables or diagrams." , "ImplementationGuide.title: A short, descriptive, user-friendly title for the implementation guide." , "CanonicalResource.title: A short, descriptive, user-friendly title for the {{title}}." , "ResearchStudy.title: The human readable name of the research study." , "Questionnaire.title: A short, descriptive, user-friendly title for the questionnaire." , "SearchParameter.title: A short, descriptive, user-friendly title for the search parameter." , "ArtifactAssessment.title: A short title for the assessment for use in displaying and selecting." , "ChargeItemDefinition.title: A short, descriptive, user-friendly title for the charge item definition." , "ExampleScenario.process.step.alternative.step.process.step.operation.title: A short descriptive label the step to be used in tables or diagrams." , "ExampleScenario.process.step.alternative.step.operation.title: A short descriptive label the step to be used in tables or diagrams." , "PlanDefinition.action.input.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "Evidence.title: A short, descriptive, user-friendly title for the summary." , "MessageDefinition.title: A short, descriptive, user-friendly title for the message definition." , "PlanDefinition.title: A short, descriptive, user-friendly title for the plan definition." , "ExampleScenario.process.step.alternative.step.process.step.alternative.title: The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." , "NamingSystem.title: A short, descriptive, user-friendly title for the naming system." , "ExampleScenario.process.step.process.title: A short descriptive label the process to be used in tables or diagrams." , "GraphDefinition.title: A short, descriptive, user-friendly title for the capability statement." , "EvidenceVariable.title: A short, descriptive, user-friendly title for the evidence variable." , "ExampleScenario.process.step.process.step.operation.title: A short descriptive label the step to be used in tables or diagrams." , "TerminologyCapabilities.title: A short, descriptive, user-friendly title for the terminology capabilities." , "RequestOrchestration.action.action.output.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "ExampleScenario.process.step.operation.title: A short descriptive label the step to be used in tables or diagrams." , "RequestOrchestration.action.output.title: A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers." , "SpecimenDefinition.title: A short, descriptive, user-friendly title for the SpecimenDefinition." , "ImplementationGuide.manifest.page.title: Label for the page intended for human display." ;
        rdfs:label                      "title" ;
        fhir:modifierExtensionProperty  fhir:_title ;
        dc:title                        "PlanDefinition.action.output.title: User-visible title" , "RequestOrchestration.action.title: User-visible title" , "Citation.citedArtifact.publicationForm.publishedIn.title: Name of the database or title of the book or journal" , "Citation.title: Name for this citation record (human friendly)" , "ExampleScenario.process.step.process.title: Label for procss" , "ExampleScenario.instance.version.title: Label for instance version" , "ResearchStudy.title: Human readable name of the study" , "ExampleScenario.process.step.process.step.alternative.step.alternative.title: Label for alternative" , "ImplementationGuide.definition.page.page.title: Short title shown for navigational assistance" , "CodeSystem.title: Name for this code system (human friendly)" , "ExampleScenario.process.step.process.step.alternative.step.operation.title: Label for step" , "ExampleScenario.process.step.process.step.operation.title: Label for step" , "ExampleScenario.process.step.alternative.step.process.step.operation.title: Label for step" , "Composition.section.section.title: Label for section (e.g. for ToC)" , "TestScript.title: Name for this test script (human friendly)" , "EventDefinition.title: Name for this event definition (human friendly)" , "GraphDefinition.title: Name for this graph definition (human friendly)" , "ImagingStudy.series.instance.title: Description of instance" , "RequestOrchestration.action.action.output.title: User-visible title" , "RequestOrchestration.action.action.input.title: User-visible title" , "ExampleScenario.title: Name for this example scenario (human friendly)" , "CapabilityStatement.title: Name for this capability statement (human friendly)" , "CarePlan.title: Human-friendly name for the care plan" , "PlanDefinition.action.action.title: User-visible title" , "PlanDefinition.action.action.input.title: User-visible title" , "ConditionDefinition.title: Name for this condition definition (human friendly)" , "TestPlan.title: Name for this test plan (human friendly)" , "NamingSystem.title: Title for this naming system (human friendly)" , "ImplementationGuide.definition.page.title: Short title shown for navigational assistance" , "ImplementationGuide.manifest.page.title: Title of the page, for references" , "ExampleScenario.process.step.alternative.title: Label for alternative" , "RequestOrchestration.action.input.title: User-visible title" , "ActorDefinition.title: Name for this actor definition (human friendly)" , "ArtifactAssessment.title: A short title for the assessment for use in displaying and selecting" , "PlanDefinition.action.action.output.title: User-visible title" , "ConceptMap.title: Name for this concept map (human friendly)" , "Measure.title: Name for this measure (human friendly)" , "PlanDefinition.action.title: User-visible title" , "RequestOrchestration.action.output.title: User-visible title" , "PlanDefinition.title: Name for this plan definition (human friendly)" , "ExampleScenario.process.step.alternative.step.alternative.title: Label for alternative" , "Attachment.title: Label to display in place of the data" , "StructureDefinition.title: Name for this structure definition (human friendly)" , "PlanDefinition.action.input.title: User-visible title" , "ExampleScenario.process.title: Label for procss" , "ExampleScenario.process.step.alternative.step.process.title: Label for procss" , "SubscriptionTopic.title: Name for this subscription topic (human friendly)" , "StructureMap.title: Name for this structure map (human friendly)" , "ExampleScenario.instance.title: Label for instance" , "CompartmentDefinition.title: Name for this compartment definition (human friendly)" , "EvidenceReport.section.section.title: Label for section (e.g. for ToC)" , "Library.title: Name for this library (human friendly)" , "ChargeItemDefinition.title: Name for this charge item definition (human friendly)" , "TerminologyCapabilities.title: Name for this terminology capabilities (human friendly)" , "ExampleScenario.process.step.alternative.step.process.step.alternative.title: Label for alternative" , "Composition.section.title: Label for section (e.g. for ToC)" , "Composition.title: Human Readable name/title" , "List.title: Descriptive name for the list" , "ExampleScenario.actor.title: Label for actor when rendering" , "Questionnaire.title: Name for this questionnaire (human friendly)" , "SpecimenDefinition.title: Name for this SpecimenDefinition (Human friendly)" , "EvidenceReport.section.title: Label for section (e.g. for ToC)" , "RequestOrchestration.action.action.title: User-visible title" , "ExampleScenario.process.step.operation.title: Label for step" , "Evidence.title: Name for this summary (human friendly)" , "PlanDefinition.actor.title: User-visible title" , "Requirements.title: Name for this Requirements (human friendly)" , "ExampleScenario.process.step.process.step.alternative.title: Label for alternative" , "EvidenceVariable.title: Name for this evidence variable (human friendly)" , "ImplementationGuide.title: Name for this implementation guide (human friendly)" , "Citation.citedArtifact.title: The title details of the article or artifact" , "SearchParameter.title: Name for this search parameter (human friendly)" , "ValueSet.title: Name for this value set (human friendly)" , "Contract.title: Human Friendly name" , "ObservationDefinition.title: Name for this ObservationDefinition (human friendly)" , "CanonicalResource.title: Name for this {{title}} (human friendly)" , "ExampleScenario.process.step.alternative.step.operation.title: Label for step" , "GenomicStudy.analysis.title: Name of the analysis event (human friendly)" , "MessageDefinition.title: Name for this message definition (human friendly)" , "ActivityDefinition.title: Name for this activity definition (human friendly)" , "OperationDefinition.title: Name for this operation definition (human friendly)" .

fhir:_courseOfTherapyType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.courseOfTherapyType" ;
        rdfs:label    "_courseOfTherapyType" .

fhir:_identity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.mapping.identity" , "(Modified) ElementDefinition.mapping.identity" ;
        rdfs:label    "_identity" .

fhir:CapabilityStatementRestComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent: A definition of the restful capabilities of the solution, if any." ;
        rdfs:label       "CapabilityStatementRestComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SystemInteraction ;
                           owl:onProperty     fhir:interaction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestResourceComponent ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestSecurityComponent ;
                           owl:onProperty     fhir:security
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:security
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestComponentSearchParam ;
                           owl:onProperty     fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:compartment
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestComponentOperation ;
                           owl:onProperty     fhir:operation
                         ] .

fhir:additionalAttribute
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.additionalAttribute: An additionalAttribute defines an additional data element found in the source or target data model where the data will come from or be mapped to. Some mappings are based on data in addition to the source data element, where codes in multiple fields are combined to a single field (or vice versa)." ;
        rdfs:label                      "additionalAttribute" ;
        fhir:modifierExtensionProperty  fhir:_additionalAttribute ;
        dc:title                        "ConceptMap.additionalAttribute: Definition of an additional attribute to act as a data source or target" .

fhir:monomerSet  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.monomerSet: Todo." ;
        rdfs:label                      "monomerSet" ;
        fhir:modifierExtensionProperty  fhir:_monomerSet ;
        dc:title                        "SubstancePolymer.monomerSet: Todo" .

fhir:ingredient  a                      owl:ObjectProperty ;
        rdfs:comment                    "Medication.ingredient: Identifies a particular constituent of interest in the product." , "NutritionProduct.ingredient: Ingredients contained in this product." , "Substance.ingredient: A substance can be composed of other substances." , "ManufacturedItemDefinition.ingredient: The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource." , "MedicationKnowledge.definitional.ingredient: Identifies a particular constituent of interest in the product." , "AdministrableProductDefinition.ingredient: The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton (via AdministrableProductDefinition.producedFrom) to state which component items are used to make this, or using by incoming references from the Ingredient resource, to state in detail which substances exist within this. This element allows a basic coded ingredient to be used." , "MedicinalProductDefinition.ingredient: The ingredients of this medicinal product - when not detailed in other resources. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, or indirectly via incoming AdministrableProductDefinition, PackagedProductDefinition or ManufacturedItemDefinition references. In cases where those levels of detail are not used, the ingredients may be specified directly here as codes." ;
        rdfs:label                      "ingredient" ;
        fhir:modifierExtensionProperty  fhir:_ingredient ;
        dc:title                        "AdministrableProductDefinition.ingredient: The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton, or using by incoming references from the Ingredient resource" , "MedicinalProductDefinition.ingredient: The ingredients of this medicinal product - when not detailed in other resources" , "MedicationKnowledge.definitional.ingredient: Active or inactive ingredient" , "Substance.ingredient: Composition information about the substance" , "ManufacturedItemDefinition.ingredient: The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource" , "NutritionProduct.ingredient: Ingredients contained in this product" , "Medication.ingredient: Active or inactive ingredient" .

fhir:TestReportTestComponent.TestActionAssert
        a                owl:Class ;
        rdfs:comment     "The results of the assertion performed on the previous operations." ;
        rdfs:label       "TestReportTestComponent.TestActionAssert" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportSetupActionAssertRequirementComponent ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:message
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:message
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:result
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:detail
                         ] ;
        dc:title         "The assertion performed" .

fhir:_subPotentReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationAdministration.subPotentReason" ;
        rdfs:label    "_subPotentReason" .

fhir:_supportedMessage
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.messaging.supportedMessage" ;
        rdfs:label    "_supportedMessage" .

fhir:DataRequirementDateFilterComponent
        a                owl:Class ;
        rdfs:comment     "DataRequirementDateFilterComponent: Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed." ;
        rdfs:label       "DataRequirementDateFilterComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] .

fhir:_performedActivity
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CarePlan.activity.performedActivity" ;
        rdfs:label    "_performedActivity" .

fhir:_specialty  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Claim.careTeam.specialty" , "(Modified) OrganizationAffiliation.specialty" , "(Modified) Slot.specialty" , "(Modified) HealthcareService.specialty" , "(Modified) Schedule.specialty" , "(Modified) Appointment.specialty" , "(Modified) PractitionerRole.specialty" , "(Modified) ExplanationOfBenefit.careTeam.specialty" ;
        rdfs:label    "_specialty" .

fhir:_weekInterval  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.weekInterval" ;
        rdfs:label    "_weekInterval" .

fhir:publicationDate  a                 owl:ObjectProperty ;
        rdfs:comment                    "Contract.contentDefinition.publicationDate: The date (and optionally time) when the contract was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the contract changes." , "RelatedArtifact.publicationDate: The date of publication of the artifact being referred to." ;
        rdfs:label                      "publicationDate" ;
        fhir:modifierExtensionProperty  fhir:_publicationDate ;
        dc:title                        "Contract.contentDefinition.publicationDate: When published" , "RelatedArtifact.publicationDate: Date of publication of the artifact being referred to" .

fhir:administrationInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.administrationInstruction: Free text formula administration, feeding instructions or additional instructions or information." ;
        rdfs:label                      "administrationInstruction" ;
        fhir:modifierExtensionProperty  fhir:_administrationInstruction ;
        dc:title                        "NutritionOrder.enteralFormula.administrationInstruction: Formula feeding instructions expressed as text" .

fhir:fivePrime  a                       owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.fivePrime: The nucleotide present at the 5’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the first position in the sequence. A separate representation would be redundant." ;
        rdfs:label                      "fivePrime" ;
        fhir:modifierExtensionProperty  fhir:_fivePrime ;
        dc:title                        "SubstanceNucleicAcid.subunit.fivePrime: The nucleotide present at the 5’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the first position in the sequence. A separate representation would be redundant" .

fhir:_points  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.valuedItem.points" , "(Modified) Contract.term.asset.valuedItem.points" ;
        rdfs:label    "_points" .

fhir:TestScriptSetupActionAssertComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptSetupComponent.SetupAction.TestScriptSetupActionAssertComponent: Evaluates the results of previous operations to determine if the server under test behaves appropriately." ;
        rdfs:label       "TestScriptSetupActionAssertComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:direction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:compareToSourceExpression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:direction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:requestMethod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:defaultManualCompletion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:navigationLinks
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:compareToSourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:stopTestOnFail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validateProfileId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestURL
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compareToSourcePath
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionAssertRequirementComponent ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:requestURL
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:validateProfileId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:warningOnly
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:navigationLinks
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:defaultManualCompletion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compareToSourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:minimumId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:warningOnly
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:headerField
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:headerField
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compareToSourceExpression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:responseCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responseCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:compareToSourcePath
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:stopTestOnFail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:minimumId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestMethod
                         ] .

fhir:referralRequest  a                 owl:ObjectProperty ;
        rdfs:comment                    "EpisodeOfCare.referralRequest: Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals." ;
        rdfs:label                      "referralRequest" ;
        fhir:modifierExtensionProperty  fhir:_referralRequest ;
        dc:title                        "EpisodeOfCare.referralRequest: Originating Referral Request(s)" .

fhir:_timeAspect  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.timeAspect" ;
        rdfs:label    "_timeAspect" .

fhir:_presentedForm  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DiagnosticReport.presentedForm" ;
        rdfs:label    "_presentedForm" .

fhir:_seriesDoses  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.seriesDoses" , "(Modified) ImmunizationEvaluation.seriesDoses" , "(Modified) Immunization.protocolApplied.seriesDoses" ;
        rdfs:label    "_seriesDoses" .

fhir:milestone  a                       owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.progress.milestone: The milestones the subject has passed through." ;
        rdfs:label                      "milestone" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_milestone ;
        dc:title                        "ResearchSubject.progress.milestone: SignedUp | Screened | Randomized" .

fhir:MedicationAdministrationPerformerComponent
        a                owl:Class ;
        rdfs:comment     "MedicationAdministrationPerformerComponent: The performer of the medication treatment.  For devices this is the device that performed the administration of the medication.  An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers." ;
        rdfs:label       "MedicationAdministrationPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:Invoice  a                      owl:Class ;
        rdfs:comment                 "Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose." ;
        rdfs:label                   "Invoice" ;
        rdfs:subClassOf              fhir:DomainResource , w5:financial.support ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recipient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:creation
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MonetaryComponent ;
                                       owl:onProperty     fhir:totalPriceComponent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:account
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:cancelledReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:totalNet
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:totalGross
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:totalNet
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issuer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InvoiceLineItemComponent ;
                                       owl:onProperty     fhir:lineItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:cancelledReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:creation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InvoiceParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:paymentTerms
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:totalGross
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:issuer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:paymentTerms
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:account
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recipient
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:period
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:period
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:period
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:period
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Invoice .

fhir:additionalContext
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionStatus.notificationEvent.additionalContext: Additional context information for this event. Generally, this will contain references to additional resources included with the event (e.g., the Patient relevant to an Encounter), however it MAY refer to non-FHIR objects." ;
        rdfs:label                      "additionalContext" ;
        fhir:modifierExtensionProperty  fhir:_additionalContext ;
        dc:title                        "SubscriptionStatus.notificationEvent.additionalContext: References related to the focus resource and/or context of this event" .

fhir:_satisfiedBy  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Requirements.statement.satisfiedBy" ;
        rdfs:label    "_satisfiedBy" .

fhir:identifier  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.identifier: A formal identifier that is used to identify this implementation guide when it is represented in other formats, or referenced in a specification, model, design or an instance." , "HealthcareService.identifier: External identifiers for this item." , "EvidenceReport.relatesTo.target.identifier: Target of the relationship Identifier." , "ObservationDefinition.identifier: Business identifiers assigned to this ObservationDefinition. by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server." , "ImmunizationEvaluation.identifier: A unique identifier assigned to this immunization evaluation record." , "ConditionDefinition.identifier: A formal identifier that is used to identify this condition definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "RegulatedAuthorization.case.identifier: Identifier by which this case can be referenced." , "CarePlan.identifier: Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "Measure.identifier: A formal identifier that is used to identify this measure when it is represented in other formats, or referenced in a specification, model, design or an instance." , "ImagingSelection.identifier: A unique identifier assigned to this imaging selection." , "Communication.identifier: Business identifiers assigned to this communication by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "ArtifactAssessment.identifier: A formal identifier that is used to identify this artifact assessment when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Invoice.identifier: Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments." , "PackagedProductDefinition.identifier: A unique identifier for this package as whole - not the the content of the package. Unique instance identifiers assigned to a package by manufacturers, regulators, drug catalogue custodians or other organizations." , "MedicationKnowledge.identifier: Business identifier for this medication." , "AdverseEvent.identifier: Business identifiers assigned to this adverse event by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "Task.identifier: The business identifier for this task." , "SubstanceNucleicAcid.subunit.sugar.identifier: The Substance ID of the sugar or sugar-like component that make up the nucleotide." , "ServiceRequest.identifier: Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller." , "PaymentReconciliation.identifier: A unique identifier assigned to this payment reconciliation." , "RequestOrchestration.identifier: Allows a service to provide a unique, business identifier for the request." , "DocumentReference.identifier: Other business identifiers associated with the document, including version independent identifiers." , "Contract.term.group.asset.valuedItem.identifier: Identifies a Contract Valued Item instance." , "ResearchSubject.identifier: Identifiers assigned to this research subject for a study." , "SubscriptionTopic.identifier: Business identifiers assigned to this subscription topic by the performer and/or other systems.  These identifiers remain constant as the resource is updated and propagates from server to server." , "QuestionnaireResponse.identifier: Business identifiers assigned to this questionnaire response by the performer and/or other systems.  These identifiers remain constant as the resource is updated and propagates from server to server." , "Practitioner.qualification.identifier: An identifier that applies to this person's qualification." , "Composition.identifier: A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time." , "MeasureReport.identifier: A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance." , "SupplyRequest.identifier: Business identifiers assigned to this SupplyRequest by the author and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server." , "InventoryItem.identifier: Business identifier for the inventory item." , "ClinicalImpression.identifier: Business identifiers assigned to this clinical impression by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "EpisodeOfCare.identifier: The EpisodeOfCare may be known by different identifiers for different contexts of use, such as when an external agency is tracking the Episode for funding purposes." , "Organization.identifier: Identifier for the organization that is used to identify the organization across multiple disparate systems." , "DeviceDefinition.packaging.identifier: The business identifier of the packaged medication." , "VisionPrescription.identifier: A unique identifier assigned to this vision prescription." , "ClaimResponse.identifier: A unique identifier assigned to this claim response." , "Encounter.identifier: Identifier(s) by which this encounter is known." , "FormularyItem.identifier: Business identifier for this formulary item." , "MedicationRequest.identifier: Identifiers associated with this medication request that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server." , "RiskAssessment.identifier: Business identifier assigned to the risk assessment." , "ExampleScenario.identifier: A formal identifier that is used to identify this example scenario when it is represented in other formats, or referenced in a specification, model, design or an instance." , "ExplanationOfBenefit.payment.identifier: Issuer's unique identifier for the payment instrument." , "SearchParameter.identifier: A formal identifier that is used to identify this search parameter when it is represented in other formats, or referenced in a specification, model, design or an instance." , "DeviceDefinition.packaging.packaging.identifier: The business identifier of the packaged medication." , "Observation.identifier: A unique identifier assigned to this observation." , "Person.identifier: Identifier for a person within a particular scope." , "Consent.identifier: Unique identifier for this copy of the Consent Statement." , "InsurancePlan.plan.identifier: Business identifiers assigned to this health insurance plan which remain constant as the resource is updated and propagates from server to server." , "CareTeam.identifier: Business identifiers assigned to this care team by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "Contract.term.asset.valuedItem.identifier: Identifies a Contract Valued Item instance." , "ValueSet.expansion.identifier: An identifier that uniquely identifies this expansion of the valueset, based on a unique combination of the provided parameters, the system default parameters, and the underlying system code system versions etc. Systems may re-use the same identifier as long as those factors remain the same, and the expansion is the same, but are not required to do so. This is a business identifier." , "ValueSet.identifier: A formal identifier that is used to identify this value set when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Transport.identifier: Identifier for the transport event that is used to identify it across multiple disparate systems." , "DeviceUsage.identifier: An external identifier for this statement such as an IRI." , "Contract.term.group.offer.identifier: Unique identifier for this particular Contract Provision." , "NamingSystem.identifier: A formal identifier that is used to identify this naming system when it is represented in other formats, or referenced in a specification, model, design or an instance." , "ActorDefinition.identifier: A formal identifier that is used to identify this actor definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "EvidenceReport.identifier: A formal identifier that is used to identify this EvidenceReport when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Immunization.identifier: A unique identifier assigned to this immunization record." , "MolecularSequence.identifier: A unique identifier for this particular sequence instance." , "Location.identifier: Unique code or number identifying the location to its users." , "Citation.identifier: A formal identifier that is used to identify this citation record when it is represented in other formats, or referenced in a specification, model, design or an instance." , "DiagnosticReport.identifier: Identifiers assigned to this report by the performer or other systems." , "CodeSystem.identifier: A formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance." , "CoverageEligibilityResponse.identifier: A unique identifier assigned to this coverage eligiblity request." , "Coverage.identifier: The identifier of the coverage as issued by the insurer." , "Reference.identifier: An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference." , "DeviceMetric.identifier: Instance identifiers assigned to a device, by the device or gateway software, manufacturers, other organizations or owners. For example, handle ID." , "Group.identifier: Business identifiers assigned to this participant by one of the applications involved.  These identifiers remain constant as the resource is updated and propagates from server to server." , "PlanDefinition.identifier: A formal identifier that is used to identify this plan definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Appointment.identifier: This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation)." , "Library.identifier: A formal identifier that is used to identify this library when it is represented in other formats, or referenced in a specification, model, design or an instance. e.g. CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifacts." , "ManufacturedItemDefinition.identifier: Unique identifier." , "Practitioner.identifier: An identifier that applies to this person in this role." , "Endpoint.identifier: Identifier for the organization that is used to identify the endpoint across multiple disparate systems." , "ImagingStudy.identifier: Identifiers for the ImagingStudy such as DICOM Study Instance UID." , "NutritionProduct.instance.identifier: The identifier for the physical instance, typically a serial number or manufacturer number." , "AdministrableProductDefinition.identifier: An identifier for the administrable product." , "Procedure.identifier: Business identifiers assigned to this procedure by the performer or other systems which remain constant as the resource is updated and is propagated from server to server." , "Organization.qualification.identifier: An identifier allocated to this qualification for this organization." , "TestReport.identifier: Identifier for the TestReport assigned for external purposes outside the context of FHIR." , "List.identifier: Identifier for the List assigned for business purposes outside the context of FHIR." , "DeviceRequest.identifier: Identifiers assigned to this order by the orderer or by the receiver." , "RegulatedAuthorization.identifier: Business identifier for the authorization, typically assigned by the authorizing body." , "RelatedPerson.identifier: Identifier for a person within a particular scope." , "Questionnaire.identifier: A formal identifier that is used to identify this questionnaire when it is represented in other formats, or referenced in a specification, model, design or an instance." , "NutritionOrder.identifier: Identifiers assigned to this order by the order sender or by the order receiver." , "TerminologyCapabilities.identifier: A formal identifier that is used to identify this terminology capabilities when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Claim.insurance.identifier: The business identifier to be used when the claim is sent for adjudication against this insurance policy." , "RegulatedAuthorization.case.application.identifier: Identifier by which this case can be referenced." , "Patient.identifier: An identifier for this patient." , "ConceptMap.identifier: A formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance." , "EncounterHistory.identifier: Identifier(s) by which this encounter is known." , "Medication.identifier: Business identifier for this medication." , "NutritionIntake.identifier: Identifiers associated with this Nutrition Intake that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server." , "DeviceDefinition.identifier: Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID. The identifier is typically valued if the udiDeviceIdentifier, partNumber or modelNumber is not valued and represents a different type of identifier.  However, it is permissible to still include those identifiers in DeviceDefinition.identifier with the appropriate identifier.type." , "Contract.term.group.identifier: Unique identifier for this particular Contract Provision." , "ClaimResponse.payment.identifier: Issuer's unique identifier for the payment instrument." , "TestPlan.identifier: A formal identifier that is used to identify this test plan when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Requirements.identifier: A formal identifier that is used to identify this Requirements when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Goal.identifier: Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "SupplyDelivery.identifier: Identifier for the supply delivery event that is used to identify it across multiple disparate systems." , "PackagedProductDefinition.packaging.packaging.identifier: A business identifier that is specific to this particular part of the packaging, often assigned by the manufacturer. Including possibly Data Carrier Identifier (a GS1 barcode)." , "GraphDefinition.identifier: A formal identifier that is used to identify this GraphDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "DetectedIssue.identifier: Business identifier associated with the detected issue record." , "MessageHeader.response.identifier: The Bundle.identifier of the message to which this message is a response." , "Citation.citedArtifact.publicationForm.publishedIn.identifier: Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN." , "MedicationDispense.identifier: Identifiers associated with this Medication Dispense that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server." , "EnrollmentRequest.identifier: The Response business identifier." , "MessageDefinition.identifier: A formal identifier that is used to identify this message definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "BiologicallyDerivedProduct.identifier: Unique instance identifiers assigned to a biologically derived product. Note: This is a business identifier, not a resource identifier." , "SubstanceDefinition.identifier: Identifier by which this substance is known." , "StructureDefinition.identifier: A formal identifier that is used to identify this structure definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "CommunicationRequest.identifier: Business identifiers assigned to this communication request by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "ImmunizationRecommendation.identifier: A unique identifier assigned to this particular recommendation record." , "Condition.identifier: Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "Flag.identifier: Business identifiers assigned to this flag by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "Specimen.identifier: Id for specimen." , "Bundle.identifier: A persistent identifier for the bundle that won't change as a bundle is copied from server to server." , "SubstancePolymer.identifier: A business idenfier for this polymer, but typically this is handled by a SubstanceDefinition identifier." , "ActivityDefinition.identifier: A formal identifier that is used to identify this activity definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "InsurancePlan.identifier: Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to server." , "GenomicStudy.analysis.identifier: Identifiers for the analysis event." , "DeviceAssociation.identifier: Instance identifier." , "BiologicallyDerivedProductDispense.identifier: Unique instance identifiers assigned to a biologically derived product dispense. Note: This is a business identifier, not a resource identifier." , "CapabilityStatement.identifier: A formal identifier that is used to identify this CapabilityStatement when it is represented in other formats, or referenced in a specification, model, design or an instance." , "TestScript.identifier: A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance." , "BodyStructure.identifier: Identifier for this instance of the anatomical structure." , "MedicationAdministration.identifier: Identifiers associated with this Medication Administration that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server." , "GuidanceResponse.identifier: Allows a service to provide  unique, business identifiers for the response." , "AppointmentResponse.identifier: This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate." , "Basic.identifier: Identifier assigned to the resource for business purposes, outside the context of FHIR." , "ChargeItemDefinition.identifier: A formal identifier that is used to identify this charge item definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Contract.term.identifier: Unique identifier for this particular Contract Provision." , "Ingredient.identifier: The identifier(s) of this Ingredient that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate." , "ChargeItem.identifier: Identifiers assigned to this event performer or other systems." , "OrganizationAffiliation.identifier: Business identifiers that are specific to this role." , "SubstanceNucleicAcid.subunit.linkage.identifier: Each linkage will be registered as a fragment and have an ID." , "DeviceDispense.identifier: Business identifier for this dispensation." , "CoverageEligibilityRequest.identifier: A unique identifier assigned to this coverage eligiblity request." , "ResearchStudy.identifier: Identifiers assigned to this research study by the sponsor or other systems." , "FamilyMemberHistory.identifier: Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "PaymentReconciliation.allocation.identifier: Unique identifier for the current payment item for the referenced payable." , "AllergyIntolerance.identifier: Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server." , "PaymentNotice.identifier: A unique identifier assigned to this payment notice." , "PractitionerRole.identifier: Business Identifiers that are specific to a role/location." , "Claim.identifier: A unique identifier assigned to this claim." , "Contract.term.offer.identifier: Unique identifier for this particular Contract Provision." , "Evidence.identifier: A formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Account.identifier: Unique identifier used to reference the account.  Might or might not be intended for human use (e.g. credit card number)." , "Device.identifier: Unique instance identifiers assigned to a device by manufacturers other organizations or owners." , "GenomicStudy.identifier: Identifiers for this genomic study." , "OperationDefinition.identifier: A formal identifier that is used to identify this implementation guide when it is represented in other formats, or referenced in a specification, model, design or an instance." , "InventoryReport.identifier: Business identifier for the InventoryReport." , "InventoryItem.instance.identifier: The identifier for the physical instance, typically a serial number." , "Slot.identifier: External Ids for this item." , "CanonicalResource.identifier: A formal identifier that is used to identify this {{title}} when it is represented in other formats, or referenced in a specification, model, design or an instance." , "EvidenceVariable.identifier: A formal identifier that is used to identify this evidence variable when it is represented in other formats, or referenced in a specification, model, design or an instance." , "Schedule.identifier: External Ids for this item." , "Subscription.identifier: A formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance." , "MedicationStatement.identifier: Identifiers associated with this Medication Statement that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server." , "SpecimenDefinition.identifier: A business identifier assigned to this SpecimenDefinition." , "Citation.citedArtifact.identifier: A formal identifier that is used to identify the cited artifact when it is represented in other formats, or referenced in a specification, model, design or an instance." , "ClinicalUseDefinition.identifier: Business identifier for this issue." , "EventDefinition.identifier: A formal identifier that is used to identify this event definition when it is represented in other formats, or referenced in a specification, model, design or an instance." , "StructureMap.identifier: A formal identifier that is used to identify this structure map when it is represented in other formats, or referenced in a specification, model, design or an instance." , "EnrollmentResponse.identifier: The Response business identifier." , "Substance.identifier: Unique identifier for the substance. For an instance, an identifier associated with the package/container (usually a label affixed directly)." , "Contract.identifier: Unique identifier for this Contract or a derivative that references a Source Contract." , "MedicinalProductDefinition.identifier: Business identifier for this product. Could be an MPID. When in development or being regulated, products are typically referenced by official identifiers, assigned by a manufacturer or regulator, and unique to a product (which, when compared to a product instance being prescribed, is actually a product type). See also MedicinalProductDefinition.code." , "SubstanceDefinition.moiety.identifier: Identifier by which this moiety substance is known." , "PackagedProductDefinition.packaging.identifier: A business identifier that is specific to this particular part of the packaging, often assigned by the manufacturer. Including possibly Data Carrier Identifier (a GS1 barcode)." , "ExplanationOfBenefit.identifier: A unique identifier assigned to this explanation of benefit." ;
        rdfs:label                      "identifier" ;
        rdfs:subPropertyOf              w5:id , w5:class ;
        fhir:modifierExtensionProperty  fhir:_identifier ;
        dc:title                        "Claim.insurance.identifier: Pre-assigned Claim number" , "Encounter.identifier: Identifier(s) by which this encounter is known" , "ResearchSubject.identifier: Business Identifier for research subject in a study" , "Requirements.identifier: Additional identifier for the Requirements (business identifier)" , "Contract.term.offer.identifier: Offer business ID" , "ClinicalUseDefinition.identifier: Business identifier for this issue" , "ConceptMap.identifier: Additional identifier for the concept map" , "EvidenceReport.relatesTo.target.identifier: Target of the relationship Identifier" , "BiologicallyDerivedProduct.identifier: Instance identifier" , "EvidenceVariable.identifier: Additional identifier for the evidence variable" , "DeviceDispense.identifier: Business identifier for this dispensation" , "Consent.identifier: Identifier for this record (external references)" , "PractitionerRole.identifier: Identifiers for a role/location" , "GenomicStudy.analysis.identifier: Identifiers for the analysis event" , "SubstanceNucleicAcid.subunit.linkage.identifier: Each linkage will be registered as a fragment and have an ID" , "List.identifier: Business identifier" , "PaymentReconciliation.identifier: Business Identifier for a payment reconciliation" , "ValueSet.identifier: Additional identifier for the value set (business identifier)" , "Immunization.identifier: Business identifier" , "StructureMap.identifier: Additional identifier for the structure map" , "DetectedIssue.identifier: Unique id for the detected issue" , "SupplyDelivery.identifier: External identifier" , "TestReport.identifier: External identifier" , "Slot.identifier: External Ids for this item" , "FamilyMemberHistory.identifier: External Id(s) for this record" , "ActorDefinition.identifier: Additional identifier for the actor definition (business identifier)" , "TerminologyCapabilities.identifier: Additional identifier for the terminology capabilities" , "Contract.identifier: Contract number" , "ManufacturedItemDefinition.identifier: Unique identifier" , "ConditionDefinition.identifier: Additional identifier for the condition definition" , "Patient.identifier: An identifier for this patient" , "DeviceUsage.identifier: External identifier for this record" , "CapabilityStatement.identifier: Additional identifier for the CapabilityStatement (business identifier)" , "NutritionIntake.identifier: External identifier" , "Citation.identifier: Identifier for the citation record itself" , "DeviceAssociation.identifier: Instance identifier" , "Practitioner.qualification.identifier: An identifier for this qualification for the practitioner" , "DeviceDefinition.packaging.identifier: Business identifier of the packaged medication" , "MeasureReport.identifier: Additional identifier for the MeasureReport" , "SubstanceDefinition.identifier: Identifier by which this substance is known" , "ExplanationOfBenefit.identifier: Business Identifier for the resource" , "NutritionProduct.instance.identifier: The identifier for the physical instance, typically a serial number or manufacturer number" , "Citation.citedArtifact.identifier: Unique identifier. May include DOI, PMID, PMCID, etc" , "BiologicallyDerivedProductDispense.identifier: Business identifier for this dispense" , "InsurancePlan.plan.identifier: Business Identifier for Product" , "NamingSystem.identifier: Additional identifier for the naming system (business identifier)" , "SubscriptionTopic.identifier: Business identifier for subscription topic" , "Subscription.identifier: Additional identifiers (business identifier)" , "MedicationKnowledge.identifier: Business identifier for this medication" , "CodeSystem.identifier: Additional identifier for the code system (business identifier)" , "ActivityDefinition.identifier: Additional identifier for the activity definition" , "ClinicalImpression.identifier: Business identifier" , "InsurancePlan.identifier: Business Identifier for Product" , "MedicationAdministration.identifier: External identifier" , "ExplanationOfBenefit.payment.identifier: Business identifier for the payment" , "AdverseEvent.identifier: Business identifier for the event" , "Composition.identifier: Version-independent identifier for the Composition" , "Evidence.identifier: Additional identifier for the summary" , "QuestionnaireResponse.identifier: Business identifier for this set of answers" , "Bundle.identifier: Persistent identifier for the bundle" , "OrganizationAffiliation.identifier: Business identifiers that are specific to this role" , "PackagedProductDefinition.packaging.identifier: An identifier that is specific to this particular part of the packaging. Including possibly a Data Carrier Identifier" , "Basic.identifier: Business identifier" , "Transport.identifier: External identifier" , "Substance.identifier: Unique identifier" , "ValueSet.expansion.identifier: Identifies the value set expansion (business identifier)" , "RegulatedAuthorization.case.identifier: Identifier by which this case can be referenced" , "MedicinalProductDefinition.identifier: Business identifier for this product. Could be an MPID" , "Measure.identifier: Additional identifier for the measure" , "Task.identifier: Task Instance Identifier" , "EnrollmentResponse.identifier: Business Identifier" , "Person.identifier: A human identifier for this person" , "HealthcareService.identifier: External identifiers for this item" , "Ingredient.identifier: An identifier or code by which the ingredient can be referenced" , "CommunicationRequest.identifier: Unique identifier" , "Account.identifier: Account number" , "MedicationRequest.identifier: External ids for this request" , "PaymentNotice.identifier: Business Identifier for the payment notice" , "SupplyRequest.identifier: Business Identifier for SupplyRequest" , "Library.identifier: Additional identifier for the library" , "ImmunizationRecommendation.identifier: Business identifier" , "AllergyIntolerance.identifier: External ids for this item" , "Endpoint.identifier: Identifies this endpoint across multiple systems" , "Medication.identifier: Business identifier for this medication" , "ExampleScenario.identifier: Additional identifier for the example scenario" , "CareTeam.identifier: External Ids for this team" , "Reference.identifier: Logical reference, when literal reference is not known" , "Invoice.identifier: Business Identifier for item" , "Communication.identifier: Unique identifier" , "TestScript.identifier: Additional identifier for the test script" , "Specimen.identifier: External Identifier" , "EpisodeOfCare.identifier: Business Identifier(s) relevant for this EpisodeOfCare" , "EncounterHistory.identifier: Identifier(s) by which this encounter is known" , "Practitioner.identifier: An identifier for the person as this agent" , "ImplementationGuide.identifier: Additional identifier for the implementation guide (business identifier)" , "RiskAssessment.identifier: Unique identifier for the assessment" , "GraphDefinition.identifier: Additional identifier for the GraphDefinition (business identifier)" , "Coverage.identifier: Business identifier(s) for this coverage" , "Procedure.identifier: External Identifiers for this procedure" , "ResearchStudy.identifier: Business Identifier for study" , "ImagingSelection.identifier: Business Identifier for Imaging Selection" , "CoverageEligibilityResponse.identifier: Business Identifier for coverage eligiblity request" , "ChargeItem.identifier: Business Identifier for item" , "RelatedPerson.identifier: A human identifier for this person" , "MessageDefinition.identifier: Business Identifier for a given MessageDefinition" , "Claim.identifier: Business Identifier for claim" , "MedicationStatement.identifier: External identifier" , "SubstanceDefinition.moiety.identifier: Identifier by which this moiety substance is known" , "Schedule.identifier: External Ids for this item" , "CanonicalResource.identifier: Additional identifier for the {{title}}" , "ArtifactAssessment.identifier: Additional identifier for the artifact assessment" , "RegulatedAuthorization.case.application.identifier: Identifier by which this case can be referenced" , "Contract.term.asset.valuedItem.identifier: Contract Valued Item Number" , "Goal.identifier: External Ids for this goal" , "DocumentReference.identifier: Business identifiers for the document" , "PlanDefinition.identifier: Additional identifier for the plan definition" , "InventoryItem.identifier: Business identifier for the inventory item" , "AdministrableProductDefinition.identifier: An identifier for the administrable product" , "SubstanceNucleicAcid.subunit.sugar.identifier: The Substance ID of the sugar or sugar-like component that make up the nucleotide" , "Contract.term.group.identifier: Contract Term Number" , "GenomicStudy.identifier: Identifiers for this genomic study" , "SearchParameter.identifier: Additional identifier for the search parameter (business identifier)" , "Organization.qualification.identifier: An identifier for this qualification for the organization" , "MedicationDispense.identifier: External identifier" , "ClaimResponse.payment.identifier: Business identifier for the payment" , "BodyStructure.identifier: Bodystructure identifier" , "OperationDefinition.identifier: Additional identifier for the implementation guide (business identifier)" , "Organization.identifier: Identifies this organization  across multiple systems" , "Contract.term.group.asset.valuedItem.identifier: Contract Valued Item Number" , "DiagnosticReport.identifier: Business identifier for report" , "DeviceDefinition.identifier: Instance identifier" , "PackagedProductDefinition.identifier: A unique identifier for this package as whole - not for the content of the package" , "ObservationDefinition.identifier: Business identifier of the ObservationDefinition" , "DeviceDefinition.packaging.packaging.identifier: Business identifier of the packaged medication" , "MessageHeader.response.identifier: Bundle.identifier of original message" , "CoverageEligibilityRequest.identifier: Business Identifier for coverage eligiblity request" , "PaymentReconciliation.allocation.identifier: Business identifier of the payment detail" , "Location.identifier: Unique code or number identifying the location to its users" , "GuidanceResponse.identifier: Business identifier" , "ImmunizationEvaluation.identifier: Business identifier" , "Condition.identifier: External Ids for this condition" , "FormularyItem.identifier: Business identifier for this formulary item" , "InventoryItem.instance.identifier: The identifier for the physical instance, typically a serial number" , "CarePlan.identifier: External Ids for this plan" , "ImagingStudy.identifier: Identifiers for the whole study" , "TestPlan.identifier: Business identifier identifier for the test plan" , "AppointmentResponse.identifier: External Ids for this item" , "Observation.identifier: Business Identifier for observation" , "Device.identifier: Instance identifier" , "StructureDefinition.identifier: Additional identifier for the structure definition" , "EvidenceReport.identifier: Unique identifier for the evidence report" , "Contract.term.identifier: Contract Term Number" , "ChargeItemDefinition.identifier: Additional identifier for the charge item definition" , "Contract.term.group.offer.identifier: Offer business ID" , "Flag.identifier: Business identifier" , "SubstancePolymer.identifier: A business idenfier for this polymer, but typically this is handled by a SubstanceDefinition identifier" , "EnrollmentRequest.identifier: Business Identifier" , "ClaimResponse.identifier: Business Identifier for a claim response" , "VisionPrescription.identifier: Business Identifier for vision prescription" , "NutritionOrder.identifier: Identifiers assigned to this order" , "Questionnaire.identifier: Business identifier for questionnaire" , "RequestOrchestration.identifier: Business identifier" , "ServiceRequest.identifier: Identifiers assigned to this order" , "DeviceRequest.identifier: External Request identifier" , "Appointment.identifier: External Ids for this item" , "Citation.citedArtifact.publicationForm.publishedIn.identifier: Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN" , "InventoryReport.identifier: Business identifier for the report" , "SpecimenDefinition.identifier: Business identifier" , "PackagedProductDefinition.packaging.packaging.identifier: An identifier that is specific to this particular part of the packaging. Including possibly a Data Carrier Identifier" , "EventDefinition.identifier: Additional identifier for the event definition" , "MolecularSequence.identifier: Unique ID for this particular sequence" , "Group.identifier: Business Identifier for this Group" , "DeviceMetric.identifier: Instance identifier" , "RegulatedAuthorization.identifier: Business identifier for the authorization, typically assigned by the authorizing body" .

fhir:SubstanceNucleicAcid
        a                            owl:Class ;
        rdfs:comment                 "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction." ;
        rdfs:label                   "SubstanceNucleicAcid" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceNucleicAcidSubunitComponent ;
                                       owl:onProperty     fhir:subunit
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:oligoNucleotideType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sequenceType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:areaOfHybridisation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:areaOfHybridisation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:integer ;
                                       owl:onProperty     fhir:numberOfSubunits
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:oligoNucleotideType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:sequenceType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:numberOfSubunits
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubstanceNucleicAcid .

fhir:resourceTrigger  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger: A definition of a resource-based event that triggers a notification based on the SubscriptionTopic. The criteria may be just a human readable description and/or a full FHIR search string or FHIRPath expression. Multiple triggers are considered OR joined (e.g., a resource update matching ANY of the definitions will trigger a notification)." ;
        rdfs:label                      "resourceTrigger" ;
        fhir:modifierExtensionProperty  fhir:_resourceTrigger ;
        dc:title                        "SubscriptionTopic.resourceTrigger: Definition of a resource-based trigger for the subscription topic" .

fhir:_overload  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.overload" ;
        rdfs:label    "_overload" .

fhir:organization  a                    owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.validator.organization: Reference to the organization validating information." , "Patient.contact.organization: Organization on behalf of which the contact is acting or for which the contact is working." , "OrganizationAffiliation.organization: Organization where the role is available (primary organization/has members)." , "InventoryItem.responsibleOrganization.organization: An organization that has an association with the item, e.g. manufacturer, distributor, responsible, etc." , "EnrollmentResponse.organization: The Insurer who produced this adjudicated response." , "ExtendedContactDetail.organization: This contact detail is handled/monitored by a specific organization. If the name is provided in the contact, then it is referring to the named individual within this organization." , "PractitionerRole.organization: The organization where the Practitioner performs the roles associated." , "MedicinalProductDefinition.operation.organization: The organization or establishment responsible for (or associated with) the particular process or step, examples include the manufacturer, importer, agent." ;
        rdfs:label                      "organization" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_organization ;
        dc:title                        "MedicinalProductDefinition.operation.organization: The organization responsible for the particular process, e.g. the manufacturer or importer" , "EnrollmentResponse.organization: Insurer" , "PractitionerRole.organization: Organization where the roles are available" , "OrganizationAffiliation.organization: Organization where the role is available" , "ExtendedContactDetail.organization: This contact detail is handled/monitored by a specific organization" , "Patient.contact.organization: Organization that is associated with the contact" , "VerificationResult.validator.organization: Reference to the organization validating information" , "InventoryItem.responsibleOrganization.organization: An organization that is associated with the item" .

fhir:PlanDefinitionActionConditionComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponentAction.PlanDefinitionActionConditionComponent: An expression that describes applicability criteria or start/stop conditions for the action." , "PlanDefinitionActionComponent.PlanDefinitionActionConditionComponent: An expression that describes applicability criteria or start/stop conditions for the action." ;
        rdfs:label       "PlanDefinitionActionConditionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] .

fhir:RegulatedAuthorizationCaseComponentCaseCase
        a                owl:Class ;
        rdfs:comment     "A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process." ;
        rdfs:label       "RegulatedAuthorizationCaseComponentCaseCase" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure" .

fhir:sliceIsConstraining
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.sliceIsConstraining: If true, indicates that this slice definition is constraining a slice definition with the same name in an inherited profile. If false, the slice is not overriding any slice in an inherited profile. If missing, the slice might or might not be overriding a slice in an inherited profile, depending on the sliceName." ;
        rdfs:label                      "sliceIsConstraining" ;
        fhir:modifierExtensionProperty  fhir:_sliceIsConstraining ;
        dc:title                        "ElementDefinition.sliceIsConstraining: If this slice definition constrains an inherited slice definition (or not)" .

fhir:_dataUpdateType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.dataUpdateType" ;
        rdfs:label    "_dataUpdateType" .

fhir:noteNumber  a                      owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.item.detail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ClaimResponse.addItem.detail.subDetail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ExplanationOfBenefit.item.detail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ExplanationOfBenefit.addItem.detail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ClaimResponse.item.detail.subDetail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ExplanationOfBenefit.addItem.detail.subDetail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ExplanationOfBenefit.item.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ClaimResponse.addItem.detail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ExplanationOfBenefit.item.detail.subDetail.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ExplanationOfBenefit.addItem.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ClaimResponse.item.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." , "ClaimResponse.addItem.noteNumber: The numbers associated with notes below which apply to the adjudication of this item." ;
        rdfs:label                      "noteNumber" ;
        fhir:modifierExtensionProperty  fhir:_noteNumber ;
        dc:title                        "ClaimResponse.item.noteNumber: Applicable note numbers" , "ExplanationOfBenefit.item.detail.subDetail.noteNumber: Applicable note numbers" , "ClaimResponse.addItem.noteNumber: Applicable note numbers" , "ClaimResponse.item.detail.noteNumber: Applicable note numbers" , "ExplanationOfBenefit.addItem.detail.subDetail.noteNumber: Applicable note numbers" , "ExplanationOfBenefit.addItem.noteNumber: Applicable note numbers" , "ExplanationOfBenefit.item.detail.noteNumber: Applicable note numbers" , "ClaimResponse.addItem.detail.noteNumber: Applicable note numbers" , "ExplanationOfBenefit.addItem.detail.noteNumber: Applicable note numbers" , "ExplanationOfBenefit.item.noteNumber: Applicable note numbers" , "ClaimResponse.addItem.detail.subDetail.noteNumber: Applicable note numbers" , "ClaimResponse.item.detail.subDetail.noteNumber: Applicable note numbers" .

fhir:installDate  a                     owl:ObjectProperty ;
        rdfs:comment                    "Device.version.installDate: The date the version was installed on the device." ;
        rdfs:label                      "installDate" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_installDate ;
        dc:title                        "Device.version.installDate: The date the version was installed on the device" .

fhir:cardBrand  a                       owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.cardBrand: The card brand such as debit, Visa, Amex etc. used if a card is the method of payment." ;
        rdfs:label                      "cardBrand" ;
        fhir:modifierExtensionProperty  fhir:_cardBrand ;
        dc:title                        "PaymentReconciliation.cardBrand: Type of card" .

fhir:_fullUrl  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.entry.fullUrl" ;
        rdfs:label    "_fullUrl" .

fhir:codeMap  a                         owl:ObjectProperty ;
        rdfs:comment                    "SampledData.codeMap: Reference to ConceptMap that defines the codes used in the data." ;
        rdfs:label                      "codeMap" ;
        fhir:modifierExtensionProperty  fhir:_codeMap ;
        dc:title                        "SampledData.codeMap: Defines the codes used in the data" .

fhir:ConditionDefinitionObservationComponent
        a                owl:Class ;
        rdfs:comment     "ConditionDefinitionObservationComponent: Observations particularly relevant to this condition." ;
        rdfs:label       "ConditionDefinitionObservationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] .

fhir:FamilyMemberHistory
        a                            owl:Class ;
        rdfs:comment                 "Significant health conditions for a person related to the patient relevant in the context of care for the patient." ;
        rdfs:label                   "FamilyMemberHistory" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sex
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:born
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:born
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:born
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:born
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:born
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:born
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:estimatedAge
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:dataAbsentReason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:FamilyMemberHistoryConditionComponent ;
                                       owl:onProperty     fhir:condition
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:relationship
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:FamilyMemberHistoryProcedureComponent ;
                                       owl:onProperty     fhir:procedure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:sex
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dataAbsentReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:estimatedAge
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Age ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:relationship
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:FamilyMemberHistoryParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Age ;
                                                        owl:onProperty     fhir:age
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:age
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:age
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:age
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:age
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:age
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        fhir:modifierExtensionClass  fhir:_FamilyMemberHistory .

fhir:operationTypeReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.operationTypeReason: The reason for this count - regular count, ad-hoc count, new arrivals, etc." ;
        rdfs:label                      "operationTypeReason" ;
        fhir:modifierExtensionProperty  fhir:_operationTypeReason ;
        dc:title                        "InventoryReport.operationTypeReason: The reason for this count - regular count, ad-hoc count, new arrivals, etc" .

fhir:SpecimenDefinitionTypeTestedContainerAdditiveComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenDefinitionTypeTestedComponent.SpecimenDefinitionTypeTestedContainerComponent.SpecimenDefinitionTypeTestedContainerAdditiveComponent: Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA." ;
        rdfs:label       "SpecimenDefinitionTypeTestedContainerAdditiveComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:additive
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:additive
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:additive
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:additive
                                          ]
                                        )
                         ] .

fhir:_element  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.differential.element" , "(Modified) ConceptMap.group.element" , "(Modified) StructureDefinition.snapshot.element" , "(Modified) StructureMap.group.rule.rule.target.element" , "(Modified) SubstanceReferenceInformation.geneElement.element" , "(Modified) StructureMap.group.rule.rule.source.element" , "(Modified) StructureMap.group.rule.target.element" , "(Modified) StructureMap.group.rule.source.element" ;
        rdfs:label    "_element" .

fhir:_attachedDocument
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.attachedDocument" , "(Modified) PackagedProductDefinition.attachedDocument" , "(Modified) MedicinalProductDefinition.attachedDocument" ;
        rdfs:label    "_attachedDocument" .

fhir:_implementation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.implementation" , "(Modified) CapabilityStatement.implementation" ;
        rdfs:label    "_implementation" .

fhir:sourceMaterialType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.sourceMaterialType: The type of the source material shall be specified based on a controlled vocabulary. For vaccines, this subclause refers to the class of infectious agent." ;
        rdfs:label                      "sourceMaterialType" ;
        fhir:modifierExtensionProperty  fhir:_sourceMaterialType ;
        dc:title                        "SubstanceSourceMaterial.sourceMaterialType: The type of the source material shall be specified based on a controlled vocabulary. For vaccines, this subclause refers to the class of infectious agent" .

fhir:_substance  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Substance.ingredient.substance" , "(Modified) Ingredient.substance.strength.referenceStrength.substance" , "(Modified) Ingredient.substance" , "(Modified) DeviceDefinition.material.substance" , "(Modified) AllergyIntolerance.reaction.substance" ;
        rdfs:label    "_substance" .

fhir:_qualification  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Practitioner.qualification" , "(Modified) Organization.qualification" ;
        rdfs:label    "_qualification" .

fhir:_countType  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.countType" ;
        rdfs:label    "_countType" .

fhir:ExplanationOfBenefit.AddedItem.AddedItemDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ExplanationOfBenefit.AddedItem.AddedItemDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        dc:title         "Added items adjudication" .

fhir:sourceMaterialState
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.sourceMaterialState: The state of the source material when extracted." ;
        rdfs:label                      "sourceMaterialState" ;
        fhir:modifierExtensionProperty  fhir:_sourceMaterialState ;
        dc:title                        "SubstanceSourceMaterial.sourceMaterialState: The state of the source material when extracted" .

fhir:_observationResultRequirement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ActivityDefinition.observationResultRequirement" ;
        rdfs:label    "_observationResultRequirement" .

fhir:attestationSignature
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.validator.attestationSignature: Signed assertion by the validator that they have validated the information." ;
        rdfs:label                      "attestationSignature" ;
        fhir:modifierExtensionProperty  fhir:_attestationSignature ;
        dc:title                        "VerificationResult.validator.attestationSignature: Validator signature (digital or image)" .

fhir:PackagedProductDefinitionPackagingComponentPackagingPackaging
        a                owl:Class ;
        rdfs:comment     "Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition)." ;
        rdfs:label       "PackagedProductDefinitionPackagingComponentPackagingPackaging" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Allows containers (and parts of containers) within containers, still as a part of single packaged product" .

fhir:_marketingAuthorizationHolder
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Medication.marketingAuthorizationHolder" ;
        rdfs:label    "_marketingAuthorizationHolder" .

fhir:_decisionMode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.offer.decisionMode" , "(Modified) Contract.term.offer.decisionMode" ;
        rdfs:label    "_decisionMode" .

fhir:repeats  a                         owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.repeats: An indication, if true, that a QuestionnaireResponse for this item may include multiple answers associated with a single instance of this item (for question-type items) or multiple repetitions of the item (for group-type items)." , "Questionnaire.item.repeats: An indication, if true, that a QuestionnaireResponse for this item may include multiple answers associated with a single instance of this item (for question-type items) or multiple repetitions of the item (for group-type items)." ;
        rdfs:label                      "repeats" ;
        fhir:modifierExtensionProperty  fhir:_repeats ;
        dc:title                        "Questionnaire.item.item.repeats: Whether the item may repeat" , "Questionnaire.item.repeats: Whether the item may repeat" .

fhir:typeTested  a                      owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested: Specimen conditioned in a container as expected by the testing laboratory." ;
        rdfs:label                      "typeTested" ;
        fhir:modifierExtensionProperty  fhir:_typeTested ;
        dc:title                        "SpecimenDefinition.typeTested: Specimen in container intended for testing by lab" .

fhir:_rankingOrder  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.rankingOrder" ;
        rdfs:label    "_rankingOrder" .

fhir:end  a                             owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.edit.end: End position of the edit on the starting sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position." , "Subscription.end: The time for the server to turn the subscription off." , "Period.end: The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time." , "Appointment.end: Date/Time that the appointment is to conclude." , "AppointmentResponse.end: This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time." , "Slot.end: Date/Time that the slot is to conclude." ;
        rdfs:label                      "end" ;
        rdfs:subPropertyOf              w5:when.planned , w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_end ;
        dc:title                        "MolecularSequence.relative.edit.end: End position of the edit on the starting sequence" , "Period.end: End time with inclusive boundary, if not ongoing" , "AppointmentResponse.end: Time from appointment, or requested new end time" , "Appointment.end: When appointment is to conclude" , "Slot.end: Date/Time that the slot is to conclude" , "Subscription.end: When to automatically delete the subscription" .

fhir:GenomicStudyAnalysisComponent
        a                owl:Class ;
        rdfs:comment     "GenomicStudyAnalysisComponent: The details about a specific analysis that was performed in this GenomicStudy." ;
        rdfs:label       "GenomicStudyAnalysisComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:instantiatesUri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GenomicStudyAnalysisDeviceComponent ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:instantiatesCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:instantiatesCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GenomicStudyAnalysisOutputComponent ;
                           owl:onProperty     fhir:output
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:instantiatesUri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GenomicStudyAnalysisInputComponent ;
                           owl:onProperty     fhir:input
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:genomeBuild
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:specimen
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:changeType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:regionsCalled
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:genomeBuild
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:protocolPerformed
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:methodType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:protocolPerformed
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GenomicStudyAnalysisPerformerComponent ;
                           owl:onProperty     fhir:performer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:regionsStudied
                         ] .

fhir:excluded  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.benefitBalance.excluded: True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage." , "CoverageEligibilityResponse.insurance.item.excluded: True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage." ;
        rdfs:label                      "excluded" ;
        fhir:modifierExtensionProperty  fhir:_excluded ;
        dc:title                        "ExplanationOfBenefit.benefitBalance.excluded: Excluded from the plan" , "CoverageEligibilityResponse.insurance.item.excluded: Excluded from the plan" .

fhir:BundleEntryRequestComponent
        a                owl:Class ;
        rdfs:comment     "BundleEntryComponent.BundleEntryRequestComponent: Additional information about how this entry should be processed as part of a transaction or batch.  For history, it shows how the entry was processed to create the version contained in the entry." ;
        rdfs:label       "BundleEntryRequestComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:ifMatch
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:ifModifiedSince
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:ifNoneMatch
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ifModifiedSince
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ifNoneMatch
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:ifNoneExist
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ifNoneExist
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:method
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ifMatch
                         ] .

fhir:DeviceDefinitionDeviceNameComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionDeviceNameComponent: The name or names of the device as given by the manufacturer." ;
        rdfs:label       "DeviceDefinitionDeviceNameComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_eventNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionStatus.notificationEvent.eventNumber" ;
        rdfs:label    "_eventNumber" .

fhir:FormularyItem  a                owl:Class ;
        rdfs:comment                 "This resource describes a product or service that is available through a program and includes the conditions and constraints of availability.  All of the information in this resource is specific to the inclusion of the item in the formulary and is not inherent to the item itself." ;
        rdfs:label                   "FormularyItem" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_FormularyItem .

fhir:_marketDistribution
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution" , "(Modified) DeviceDefinition.udiDeviceIdentifier.marketDistribution" ;
        rdfs:label    "_marketDistribution" .

fhir:_searchParam  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.searchParam" , "(Modified) CapabilityStatement.rest.resource.searchParam" , "(Modified) DataRequirement.valueFilter.searchParam" , "(Modified) DataRequirement.dateFilter.searchParam" , "(Modified) DataRequirement.codeFilter.searchParam" ;
        rdfs:label    "_searchParam" .

fhir:countryOfOrigin  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.countryOfOrigin: The country where the plant material is harvested or the countries where the plasma is sourced from as laid down in accordance with the Plasma Master File. For “Plasma-derived substances” the attribute country of origin provides information about the countries used for the manufacturing of the Cryopoor plama or Crioprecipitate." , "SubstanceDefinition.sourceMaterial.countryOfOrigin: The country or countries where the material is harvested." ;
        rdfs:label                      "countryOfOrigin" ;
        fhir:modifierExtensionProperty  fhir:_countryOfOrigin ;
        dc:title                        "SubstanceSourceMaterial.countryOfOrigin: The country where the plant material is harvested or the countries where the plasma is sourced from as laid down in accordance with the Plasma Master File. For “Plasma-derived substances” the attribute country of origin provides information about the countries used for the manufacturing of the Cryopoor plama or Crioprecipitate" , "SubstanceDefinition.sourceMaterial.countryOfOrigin: The country or countries where the material is harvested" .

fhir:AuditEventAgentComponent
        a                owl:Class ;
        rdfs:comment     "AuditEventAgentComponent: An actor taking an active role in the event or activity that is logged." ;
        rdfs:label       "AuditEventAgentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:requestor
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:who
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authorization
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestor
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:network
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:network
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:network
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:network
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:network
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:network
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:policy
                         ] .

fhir:_regulatoryAuthority
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.regulatory.regulatoryAuthority" ;
        rdfs:label    "_regulatoryAuthority" .

fhir:_subjectState  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.progress.subjectState" ;
        rdfs:label    "_subjectState" .

fhir:actualComparisonGroup
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.actualComparisonGroup: The name of the arm in the study the subject actually followed as part of this study." ;
        rdfs:label                      "actualComparisonGroup" ;
        fhir:modifierExtensionProperty  fhir:_actualComparisonGroup ;
        dc:title                        "ResearchSubject.actualComparisonGroup: What path was followed" .

fhir:_focusReference  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.section.section.focusReference" , "(Modified) EvidenceReport.section.focusReference" ;
        rdfs:label    "_focusReference" .

fhir:_statusReason  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.statusReason" , "(Modified) DeviceDispense.statusReason" , "(Modified) ClinicalImpression.statusReason" , "(Modified) Procedure.statusReason" , "(Modified) DeviceAssociation.statusReason" , "(Modified) CommunicationRequest.statusReason" , "(Modified) Immunization.statusReason" , "(Modified) Task.statusReason" , "(Modified) Communication.statusReason" , "(Modified) NutritionIntake.statusReason" , "(Modified) MedicationAdministration.statusReason" , "(Modified) MedicationRequest.statusReason" , "(Modified) Goal.statusReason" ;
        rdfs:label    "_statusReason" .

fhir:ingredientLabel  a                 owl:ObjectProperty ;
        rdfs:comment                    "NutritionIntake.ingredientLabel: Total nutrient amounts for the whole meal, product, serving, etc." ;
        rdfs:label                      "ingredientLabel" ;
        fhir:modifierExtensionProperty  fhir:_ingredientLabel ;
        dc:title                        "NutritionIntake.ingredientLabel: Total nutrient for the whole meal, product, serving" .

fhir:_whenPrepared  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.whenPrepared" ;
        rdfs:label    "_whenPrepared" .

fhir:costCenter  a                      owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.costCenter: The financial cost center permits the tracking of charge attribution." ;
        rdfs:label                      "costCenter" ;
        fhir:modifierExtensionProperty  fhir:_costCenter ;
        dc:title                        "ChargeItem.costCenter: Organization that has ownership of the (potential, future) revenue" .

fhir:outputParameters
        a                               owl:ObjectProperty ;
        rdfs:comment                    "GuidanceResponse.outputParameters: The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element." ;
        rdfs:label                      "outputParameters" ;
        fhir:modifierExtensionProperty  fhir:_outputParameters ;
        dc:title                        "GuidanceResponse.outputParameters: The output parameters of the evaluation, if any" .

fhir:DevicePropertyComponent
        a                owl:Class ;
        rdfs:comment     "DevicePropertyComponent: Static or essentially fixed characteristics or features of the device (e.g., time or timing attributes, resolution, accuracy, intended use or instructions for use, and physical attributes) that are not otherwise captured in more specific attributes." ;
        rdfs:label       "DevicePropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:productCategory  a                 owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.productCategory: Broad category of this product." ;
        rdfs:label                      "productCategory" ;
        fhir:modifierExtensionProperty  fhir:_productCategory ;
        dc:title                        "BiologicallyDerivedProduct.productCategory: organ | tissue | fluid | cells | biologicalAgent" .

fhir:serviceType  a                     owl:ObjectProperty ;
        rdfs:comment                    "Schedule.serviceType: The specific service that is to be performed during this appointment." , "Slot.serviceType: The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the Schedule resource." , "Appointment.serviceType: The specific service that is to be performed during this appointment." , "Encounter.serviceType: Broad categorization of the service that is to be provided (e.g. cardiology)." , "EncounterHistory.serviceType: Broad categorization of the service that is to be provided (e.g. cardiology)." ;
        rdfs:label                      "serviceType" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_serviceType ;
        dc:title                        "Schedule.serviceType: Specific service" , "EncounterHistory.serviceType: Specific type of service" , "Slot.serviceType: The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the Schedule resource" , "Encounter.serviceType: Specific type of service" , "Appointment.serviceType: The specific service that is to be performed during this appointment" .

fhir:_verification  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.verification" ;
        rdfs:label    "_verification" .

fhir:reliableCache  a                   owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.messaging.reliableCache: Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender)." ;
        rdfs:label                      "reliableCache" ;
        fhir:modifierExtensionProperty  fhir:_reliableCache ;
        dc:title                        "CapabilityStatement.messaging.reliableCache: Reliable Message Cache Length (min)" .

fhir:_Flag  a            owl:Class ;
        rdfs:comment     "(Modified) Flag" ;
        rdfs:label       "_Flag" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:numberAffected  a                  owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.numberAffected: The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants." ;
        rdfs:label                      "numberAffected" ;
        fhir:modifierExtensionProperty  fhir:_numberAffected ;
        dc:title                        "Evidence.statistic.numberAffected: The number of participants affected" .

fhir:StructureMapGroupRuleDependentComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleDependentComponent: Which other rules to apply in the context of this rule." , "StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleDependentComponent: Which other rules to apply in the context of this rule." ;
        rdfs:label       "StructureMapGroupRuleDependentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleDependentComponentParameter ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleDependentComponentParameter ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] .

fhir:relationshipType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.otherTherapy.relationshipType: The type of relationship between the medicinal product indication or contraindication and another therapy." , "ClinicalUseDefinition.contraindication.otherTherapy.relationshipType: The type of relationship between the medicinal product indication or contraindication and another therapy." ;
        rdfs:label                      "relationshipType" ;
        fhir:modifierExtensionProperty  fhir:_relationshipType ;
        dc:title                        "ClinicalUseDefinition.indication.otherTherapy.relationshipType: The type of relationship between the product indication/contraindication and another therapy" , "ClinicalUseDefinition.contraindication.otherTherapy.relationshipType: The type of relationship between the product indication/contraindication and another therapy" .

fhir:_statement  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Requirements.statement" ;
        rdfs:label    "_statement" .

fhir:_Goal  a            owl:Class ;
        rdfs:comment     "(Modified) Goal" ;
        rdfs:label       "_Goal" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:issued  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestReport.issued: When the TestScript was executed and this TestReport was generated." , "Contract.issued: When this  Contract was issued." , "DiagnosticReport.issued: The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified." , "ImagingSelection.issued: The date and time this imaging selection was created." , "Contract.term.group.issued: When this Contract Provision was issued." , "Contract.term.issued: When this Contract Provision was issued." , "Observation.issued: The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified." ;
        rdfs:label                      "issued" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_issued ;
        dc:title                        "Observation.issued: Date/Time this version was made available" , "DiagnosticReport.issued: DateTime this version was made" , "Contract.issued: When this Contract was issued" , "Contract.term.group.issued: Contract Term Issue Date Time" , "ImagingSelection.issued: Date / Time when this imaging selection was created" , "TestReport.issued: When the TestScript was executed and this TestReport was generated" , "Contract.term.issued: Contract Term Issue Date Time" .

fhir:_instruction  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.handling.instruction" , "(Modified) ServiceRequest.patientInstruction.instruction" , "(Modified) NutritionOrder.supplement.instruction" , "(Modified) NutritionOrder.oralDiet.instruction" ;
        rdfs:label    "_instruction" .

fhir:inclusionCriteria
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.scope.inclusionCriteria: Criteria describing which concepts or codes should be included and why." ;
        rdfs:label                      "inclusionCriteria" ;
        fhir:modifierExtensionProperty  fhir:_inclusionCriteria ;
        dc:title                        "ValueSet.scope.inclusionCriteria: Criteria describing which concepts or codes should be included and why" .

fhir:about  a                           owl:ObjectProperty ;
        rdfs:comment                    "CommunicationRequest.about: Other resources that pertain to this communication request and to which this communication request should be associated." , "Communication.about: Other resources that pertain to this communication and to which this communication should be associated." ;
        rdfs:label                      "about" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_about ;
        dc:title                        "CommunicationRequest.about: Resources that pertain to this communication request" , "Communication.about: Resources that pertain to this communication" .

fhir:Practitioner  a                 owl:Class ;
        rdfs:comment                 "A person who is directly or indirectly involved in the provisioning of healthcare or related services." ;
        rdfs:label                   "Practitioner" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.individual ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PractitionerQualificationComponent ;
                                       owl:onProperty     fhir:qualification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PractitionerCommunicationComponent ;
                                       owl:onProperty     fhir:communication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:gender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:HumanName ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:photo
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:gender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:telecom
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Address ;
                                       owl:onProperty     fhir:address
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Practitioner .

fhir:prognosisCodeableConcept
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalImpression.prognosisCodeableConcept: Estimate of likely outcome." ;
        rdfs:label                      "prognosisCodeableConcept" ;
        fhir:modifierExtensionProperty  fhir:_prognosisCodeableConcept ;
        dc:title                        "ClinicalImpression.prognosisCodeableConcept: Estimate of likely outcome" .

fhir:ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ClaimResponse.AddedItem.AddedItemDetail.AddedItemSubDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        dc:title         "Added items subdetail level adjudication results" .

fhir:AdverseEventParticipantComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventParticipantComponent: Indicates who or what participated in the adverse event and how they were involved." ;
        rdfs:label       "AdverseEventParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:_maxValue  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.maxValue" ;
        rdfs:label    "_maxValue" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance
        a                owl:Class ;
        rdfs:comment     "A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." , "A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        dc:title         "Instance transmitted on invocation" , "Instance transmitted on invocation response" .

fhir:ItemDetail  a       owl:Class ;
        rdfs:comment     "ClaimResponse.Item.ItemDetail: A claim detail. Either a simple (a product or service) or a 'group' of sub-details which are simple items." ;
        rdfs:label       "ItemDetail" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.Item.ItemDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:detailSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.Item.ItemDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:detailSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubDetail ;
                           owl:onProperty     fhir:subDetail
                         ] .

fhir:_hasBodySite  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConditionDefinition.hasBodySite" ;
        rdfs:label    "_hasBodySite" .

fhir:_metadata  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.metadata" ;
        rdfs:label    "_metadata" .

fhir:rejectionCriterion
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.rejectionCriterion: Criterion for rejection of the specimen in its container by the laboratory." ;
        rdfs:label                      "rejectionCriterion" ;
        fhir:modifierExtensionProperty  fhir:_rejectionCriterion ;
        dc:title                        "SpecimenDefinition.typeTested.rejectionCriterion: Criterion specified for specimen rejection" .

fhir:cors  a                            owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.security.cors: Server adds CORS headers when responding to requests - this enables Javascript applications to use the server." ;
        rdfs:label                      "cors" ;
        fhir:modifierExtensionProperty  fhir:_cors ;
        dc:title                        "CapabilityStatement.rest.security.cors: Adds CORS Headers (http://enable-cors.org/)" .

fhir:_option  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.actor.option" ;
        rdfs:label    "_option" .

fhir:TypeRefComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinition.TypeRefComponent: The data type or resource that the value of this element is permitted to be." ;
        rdfs:label       "TypeRefComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versioning
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:aggregation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:versioning
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:targetProfile
                         ] .

fhir:minValue  a                        owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.minValue" ;
        rdfs:label                      "minValue" ;
        fhir:modifierExtensionProperty  fhir:_minValue .

fhir:_tuesday  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.tuesday" ;
        rdfs:label    "_tuesday" .

fhir:_offset  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.offset" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offset" , "(Modified) PlanDefinition.action.relatedAction.offset" , "(Modified) EvidenceVariable.characteristic.definitionByTypeAndValue.offset" , "(Modified) RequestOrchestration.action.action.relatedAction.offset" , "(Modified) Timing.repeat.offset" , "(Modified) RequestOrchestration.action.relatedAction.offset" , "(Modified) PlanDefinition.action.action.relatedAction.offset" ;
        rdfs:label    "_offset" .

fhir:report  a                          owl:ObjectProperty ;
        rdfs:comment                    "Procedure.report: This could be a histology result, pathology report, surgical report, etc." ;
        rdfs:label                      "report" ;
        fhir:modifierExtensionProperty  fhir:_report ;
        dc:title                        "Procedure.report: Any report resulting from the procedure" .

fhir:_fhirPathCriteria
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.fhirPathCriteria" ;
        rdfs:label    "_fhirPathCriteria" .

fhir:editor  a                          owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.editor: An individual or organization primarily responsible for internal coherence of the ValueSet." , "Library.editor: An individual or organization primarily responsible for internal coherence of the content." , "ActivityDefinition.editor: An individual or organization primarily responsible for internal coherence of the content." , "EvidenceVariable.editor: An individual or organization primarily responsible for internal coherence of the content." , "MetadataResource.editor: An individual or organization primarily responsible for internal coherence of the {{title}}." , "CodeSystem.editor: An individual or organization primarily responsible for internal coherence of the CodeSystem." , "Evidence.editor: An individiual, organization, or device primarily responsible for internal coherence of the content." , "ConceptMap.editor: An individual or organization primarily responsible for internal coherence of the ConceptMap." , "PlanDefinition.editor: An individual or organization primarily responsible for internal coherence of the content." , "EvidenceReport.editor: An individiual, organization, or device primarily responsible for internal coherence of the content." , "Measure.editor: An individual or organization primarily responsible for internal coherence of the content." , "NamingSystem.editor: An individual or organization primarily responsible for internal coherence of the NamingSystem." , "Citation.editor: Who edited or revised the citation record." , "EventDefinition.editor: An individual or organization primarily responsible for internal coherence of the content." ;
        rdfs:label                      "editor" ;
        fhir:modifierExtensionProperty  fhir:_editor ;
        dc:title                        "ActivityDefinition.editor: Who edited the content" , "ConceptMap.editor: Who edited the ConceptMap" , "Measure.editor: Who edited the content" , "Library.editor: Who edited the content" , "EventDefinition.editor: Who edited the content" , "MetadataResource.editor: Who edited the {{title}}" , "Citation.editor: Who edited the citation record" , "ValueSet.editor: Who edited the ValueSet" , "NamingSystem.editor: Who edited the NamingSystem" , "Evidence.editor: Who edited the content" , "EvidenceVariable.editor: Who edited the content" , "PlanDefinition.editor: Who edited the content" , "CodeSystem.editor: Who edited the CodeSystem" , "EvidenceReport.editor: Who edited the content" .

fhir:_firstDose  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.firstDose" ;
        rdfs:label    "_firstDose" .

fhir:procedureSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.procedureSequence: Procedures applicable for this service or product." , "Claim.item.procedureSequence: Procedures applicable for this service or product." ;
        rdfs:label                      "procedureSequence" ;
        fhir:modifierExtensionProperty  fhir:_procedureSequence ;
        dc:title                        "ExplanationOfBenefit.item.procedureSequence: Applicable procedures" , "Claim.item.procedureSequence: Applicable procedures" .

fhir:MedicinalProductDefinitionContactComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionContactComponent: A product specific contact, person (in a role), or an organization." ;
        rdfs:label       "MedicinalProductDefinitionContactComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_Communication  a   owl:Class ;
        rdfs:comment     "(Modified) Communication" ;
        rdfs:label       "_Communication" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_controller  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.controller" ;
        rdfs:label    "_controller" .

fhir:TestScriptSetupActionAssertRequirementComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptTestComponent.TestActionAssert.TestScriptSetupActionAssertRequirementComponent: Links or references providing traceability to the testing requirements for this assert." , "TestScriptSetupComponent.SetupAction.TestScriptSetupActionAssertComponent.TestScriptSetupActionAssertRequirementComponent: Links or references providing traceability to the testing requirements for this assert." ;
        rdfs:label       "TestScriptSetupActionAssertRequirementComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                        )
                         ] .

fhir:_allocation  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.allocation" ;
        rdfs:label    "_allocation" .

fhir:otherTherapy  a                    owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.otherTherapy: Information about the use of the medicinal product in relation to other therapies described as part of the indication." , "ClinicalUseDefinition.contraindication.otherTherapy: Information about the use of the medicinal product in relation to other therapies described as part of the contraindication." ;
        rdfs:label                      "otherTherapy" ;
        fhir:modifierExtensionProperty  fhir:_otherTherapy ;
        dc:title                        "ClinicalUseDefinition.indication.otherTherapy: The use of the medicinal product in relation to other therapies described as part of the indication" , "ClinicalUseDefinition.contraindication.otherTherapy: Information about use of the product in relation to other therapies described as part of the contraindication" .

fhir:_requestedLocation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.requestedLocation" ;
        rdfs:label    "_requestedLocation" .

fhir:_referencedFrom  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part.referencedFrom" , "(Modified) OperationDefinition.parameter.referencedFrom" ;
        rdfs:label    "_referencedFrom" .

fhir:eventsSinceSubscriptionStart
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionStatus.eventsSinceSubscriptionStart: The total number of actual events which have been generated since the Subscription was created (inclusive of this notification) - regardless of how many have been successfully communicated.  This number is NOT incremented for handshake and heartbeat notifications." ;
        rdfs:label                      "eventsSinceSubscriptionStart" ;
        fhir:modifierExtensionProperty  fhir:_eventsSinceSubscriptionStart ;
        dc:title                        "SubscriptionStatus.eventsSinceSubscriptionStart: Events since the Subscription was created" .

fhir:_question  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.enableWhen.question" , "(Modified) Questionnaire.item.enableWhen.question" ;
        rdfs:label    "_question" .

fhir:_drugCharacteristic
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.definitional.drugCharacteristic" ;
        rdfs:label    "_drugCharacteristic" .

fhir:_total  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.total" , "(Modified) ExplanationOfBenefit.total" , "(Modified) ClaimResponse.total" , "(Modified) Claim.total" , "(Modified) Bundle.total" ;
        rdfs:label    "_total" .

fhir:AuditEvent  a                   owl:Class ;
        rdfs:comment                 "A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis." ;
        rdfs:label                   "AuditEvent" ;
        rdfs:subClassOf              fhir:DomainResource , w5:infrastructure.information ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:severity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AuditEventSourceComponent ;
                                       owl:onProperty     fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AuditEventOutcomeComponent ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:action
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:patient
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurred
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurred
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurred
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurred
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:agent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:severity
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AuditEventEntityComponent ;
                                       owl:onProperty     fhir:entity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:action
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AuditEventAgentComponent ;
                                       owl:onProperty     fhir:agent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:authorization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        fhir:modifierExtensionClass  fhir:_AuditEvent .

fhir:_environmentType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Endpoint.environmentType" ;
        rdfs:label    "_environmentType" .

fhir:AssetContext  a     owl:Class ;
        rdfs:comment     "Contract.TermTerm.ContractAsset.AssetContext: Circumstance of the asset." , "Contract.Term.ContractAsset.AssetContext: Circumstance of the asset." ;
        rdfs:label       "AssetContext" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] .

fhir:_rangeCategory  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.rangeCategory" , "(Modified) ObservationDefinition.qualifiedValue.rangeCategory" ;
        rdfs:label    "_rangeCategory" .

fhir:Location  a                     owl:Class ;
        rdfs:comment                 "Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated." ;
        rdfs:label                   "Location" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.entity ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VirtualServiceDetail ;
                                       owl:onProperty     fhir:virtualService
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:alias
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coding ;
                                       owl:onProperty     fhir:operationalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Availability ;
                                       owl:onProperty     fhir:hoursOfOperation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:operationalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:mode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:LocationPositionComponent ;
                                       owl:onProperty     fhir:position
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:mode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:address
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:position
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Address ;
                                       owl:onProperty     fhir:address
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Location .

fhir:rank  a                            owl:ObjectProperty ;
        rdfs:comment                    "ContactPoint.rank: Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values." ;
        rdfs:label                      "rank" ;
        fhir:modifierExtensionProperty  fhir:_rank ;
        dc:title                        "ContactPoint.rank: Specify preferred order of use (1 = highest)" .

fhir:PlanDefinitionActionComponentActionAction
        a                owl:Class ;
        rdfs:comment     "Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition." ;
        rdfs:label       "PlanDefinitionActionComponentActionAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A sub-action" .

fhir:_occurrenceCount
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.occurrenceCount" ;
        rdfs:label    "_occurrenceCount" .

fhir:entryType  a                       owl:ObjectProperty ;
        rdfs:comment                    "Device.udiCarrier.entryType: A coded entry to indicate how the data was entered." ;
        rdfs:label                      "entryType" ;
        fhir:modifierExtensionProperty  fhir:_entryType ;
        dc:title                        "Device.udiCarrier.entryType: barcode | rfid | manual | card | self-reported | electronic-transmission | unknown" .

fhir:_trigger  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.action.trigger" , "(Modified) PlanDefinition.action.trigger" , "(Modified) EventDefinition.trigger" ;
        rdfs:label    "_trigger" .

fhir:_contextInvariant
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.contextInvariant" ;
        rdfs:label    "_contextInvariant" .

fhir:id  a                              owl:ObjectProperty , owl:Class ;
        rdfs:comment                    "Element.id: Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." , "Any combination of letters, numerals, \"-\" and \".\", with a length limit of 64 characters.  (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.)  Ids are case-insensitive." , "Resource.id: The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." ;
        rdfs:label                      "id" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  xsd:string ;
                                          owl:onProperty     fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        fhir:modifierExtensionProperty  fhir:_id ;
        dc:title                        "Element.id: Unique id for inter-element referencing" , "Resource.id: Logical id of this artifact" .

fhir:_productionIdentifierInUDI
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.productionIdentifierInUDI" ;
        rdfs:label    "_productionIdentifierInUDI" .

fhir:_variable  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.variable" , "(Modified) StructureMap.group.rule.rule.target.variable" , "(Modified) StructureMap.group.rule.rule.source.variable" , "(Modified) StructureMap.group.rule.target.variable" , "(Modified) StructureMap.group.rule.source.variable" , "(Modified) Evidence.statistic.modelCharacteristic.variable" ;
        rdfs:label    "_variable" .

fhir:occurrence  a                      owl:ObjectProperty ;
        rdfs:comment                    "Immunization.occurrence" , "Contract.term.action.occurrence" , "Contract.term.group.action.occurrence" , "CommunicationRequest.occurrence" , "SupplyRequest.occurrence" , "Procedure.occurrence" , "RiskAssessment.occurrence" , "DeviceRequest.occurrence" , "SupplyDelivery.occurrence" , "NutritionIntake.occurrence" , "AdverseEvent.occurrence" , "ChargeItem.occurrence" , "ServiceRequest.occurrence" ;
        rdfs:label                      "occurrence" ;
        fhir:modifierExtensionProperty  fhir:_occurrence .

fhir:dayOfMonth  a                      owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.monthlyTemplate.dayOfMonth: Indicates that appointments in the series of recurring appointments should occur on a specific day of the month." ;
        rdfs:label                      "dayOfMonth" ;
        fhir:modifierExtensionProperty  fhir:_dayOfMonth ;
        dc:title                        "Appointment.recurrenceTemplate.monthlyTemplate.dayOfMonth: Recurs on a specific day of the month" .

fhir:_maxDosePerPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Dosage.maxDosePerPeriod" ;
        rdfs:label    "_maxDosePerPeriod" .

fhir:_MeasureReport  a   owl:Class ;
        rdfs:comment     "(Modified) MeasureReport" ;
        rdfs:label       "_MeasureReport" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:MedicationKnowledgeCostComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeCostComponent: The price of the medication." ;
        rdfs:label       "MedicationKnowledgeCostComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectiveDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:cost
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:cost
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:cost
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:cost
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] .

fhir:uuid  a             owl:Class ;
        rdfs:comment     "A UUID, represented as a URI" ;
        rdfs:label       "uuid" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:anyURI ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_range  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.range" , "(Modified) ObservationDefinition.qualifiedValue.range" , "(Modified) EvidenceVariable.characteristic.timeFromEvent.range" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.range" , "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.range" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.range" , "(Modified) Evidence.statistic.attributeEstimate.range" ;
        rdfs:label    "_range" .

fhir:related  a                         owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.related: Other claims which are related to this claim such as prior submissions or claims for related services or for the same event." , "Claim.related: Other claims which are related to this claim such as prior submissions or claims for related services or for the same event." ;
        rdfs:label                      "related" ;
        fhir:modifierExtensionProperty  fhir:_related ;
        dc:title                        "ExplanationOfBenefit.related: Prior or corollary claims" , "Claim.related: Prior or corollary claims" .

fhir:endpoint  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.endpoint: The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.connectionType." , "Organization.endpoint: Technical endpoints providing access to services operated for the organization." , "Subscription.endpoint: The url that describes the actual end-point to send notifications to." , "HealthcareService.endpoint: Technical endpoints providing access to services operated for the specific healthcare services defined at this resource." , "OrganizationAffiliation.endpoint: Technical endpoints providing access to services operated for this role." , "InsurancePlan.endpoint: The technical endpoints providing access to services operated for the health insurance product." , "ImagingSelection.endpoint: The network service providing retrieval access to the selected images, frames, etc. See implementation notes for information about using DICOM endpoints." , "Device.endpoint: Technical endpoints providing access to services provided by the device defined at this resource." , "Location.endpoint: Technical endpoints providing access to services operated for the location." , "CapabilityStatement.messaging.endpoint: An endpoint (network accessible address) to which messages and/or replies are to be sent." , "ImagingStudy.series.endpoint: The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.connectionType." , "MessageHeader.destination.endpoint" , "PractitionerRole.endpoint:  Technical endpoints providing access to services operated for the practitioner with this role. Commonly used for locating scheduling services, or identifying where to send referrals electronically." , "MessageHeader.source.endpoint" ;
        rdfs:label                      "endpoint" ;
        fhir:modifierExtensionProperty  fhir:_endpoint ;
        dc:title                        "Subscription.endpoint: Where the channel points to" , "Location.endpoint: Technical endpoints providing access to services operated for the location" , "CapabilityStatement.messaging.endpoint: Where messages should be sent" , "ImagingSelection.endpoint: The network service providing retrieval for the images referenced in the imaging selection" , "Device.endpoint: Technical endpoints providing access to electronic services provided by the device" , "PractitionerRole.endpoint: Endpoints for interacting with the practitioner in this role" , "HealthcareService.endpoint: Technical endpoints providing access to electronic services operated for the healthcare service" , "InsurancePlan.endpoint: Technical endpoint" , "OrganizationAffiliation.endpoint: Technical endpoints providing access to services operated for this role" , "Organization.endpoint: Technical endpoints providing access to services operated for the organization" , "ImagingStudy.series.endpoint: Series access endpoint" , "ImagingStudy.endpoint: Study access endpoint" .

fhir:ValueSetExpansionParameterComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetExpansionComponent.ValueSetExpansionParameterComponent: A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion." ;
        rdfs:label       "ValueSetExpansionParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_logMessage  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule.source.logMessage" , "(Modified) StructureMap.group.rule.source.logMessage" ;
        rdfs:label    "_logMessage" .

fhir:SubscriptionTopicResourceTriggerQueryCriteriaComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionTopicResourceTriggerComponent.SubscriptionTopicResourceTriggerQueryCriteriaComponent: The FHIR query based rules that the server should use to determine when to trigger a notification for this subscription topic." ;
        rdfs:label       "SubscriptionTopicResourceTriggerQueryCriteriaComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:previous
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:resultForCreate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resultForCreate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:current
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resultForDelete
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requireBoth
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:previous
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:resultForDelete
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:current
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:requireBoth
                         ] .

fhir:_supportingImmunization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.supportingImmunization" ;
        rdfs:label    "_supportingImmunization" .

fhir:StructureMapConstComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapConstComponent: Definition of a constant value used in the map rules." ;
        rdfs:label       "StructureMapConstComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] .

fhir:NutritionIntakeConsumedItemComponent
        a                owl:Class ;
        rdfs:comment     "NutritionIntakeConsumedItemComponent: What food or fluid product or item was consumed." ;
        rdfs:label       "NutritionIntakeConsumedItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:notConsumedReason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:notConsumed
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:nutritionProduct
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:notConsumedReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Timing ;
                           owl:onProperty     fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:nutritionProduct
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:rate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:notConsumed
                         ] .

fhir:PlanDefinitionGoalComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionGoalComponent: A goal describes an expected outcome that activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, meeting the acceptance criteria for a test as specified by a quality specification, etc." ;
        rdfs:label       "PlanDefinitionGoalComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:start
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionGoalTargetComponent ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:addresses
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:start
                         ] .

fhir:precondition  a                    owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.precondition: An observation that suggests that this condition applies." ;
        rdfs:label                      "precondition" ;
        fhir:modifierExtensionProperty  fhir:_precondition ;
        dc:title                        "ConditionDefinition.precondition: Observation that suggets this condition" .

fhir:_CoverageEligibilityResponse
        a                owl:Class ;
        rdfs:comment     "(Modified) CoverageEligibilityResponse" ;
        rdfs:label       "_CoverageEligibilityResponse" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_duration  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.duration" , "(Modified) ClinicalUseDefinition.indication.duration" , "(Modified) EvidenceVariable.characteristic.duration" , "(Modified) VisionPrescription.lensSpecification.duration" , "(Modified) Device.duration" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.duration" , "(Modified) Specimen.collection.duration" , "(Modified) Timing.repeat.duration" , "(Modified) MedicationRequest.dispenseRequest.initialFill.duration" ;
        rdfs:label    "_duration" .

fhir:_routeOfAdministration
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.routeOfAdministration" , "(Modified) AdministrableProductDefinition.routeOfAdministration" ;
        rdfs:label    "_routeOfAdministration" .

fhir:_legallyBinding  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.legallyBinding" ;
        rdfs:label    "_legallyBinding" .

fhir:rendering  a                       owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.manifest.rendering: A pointer to official web page, PDF or other rendering of the implementation guide." ;
        rdfs:label                      "rendering" ;
        fhir:modifierExtensionProperty  fhir:_rendering ;
        dc:title                        "ImplementationGuide.manifest.rendering: Location of rendered implementation guide" .

fhir:_hierarchical  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.expansion.hierarchical" ;
        rdfs:label    "_hierarchical" .

fhir:_nameType  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.name.nameType" ;
        rdfs:label    "_nameType" .

fhir:_businessStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Task.businessStatus" ;
        rdfs:label    "_businessStatus" .

fhir:_maxLength  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.maxLength" , "(Modified) Questionnaire.item.maxLength" , "(Modified) ElementDefinition.maxLength" ;
        rdfs:label    "_maxLength" .

fhir:SubstancePolymerRepeatComponent
        a                owl:Class ;
        rdfs:comment     "SubstancePolymerRepeatComponent: Specifies and quantifies the repeated units and their configuration." ;
        rdfs:label       "SubstancePolymerRepeatComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstancePolymerRepeatRepeatUnitComponent ;
                           owl:onProperty     fhir:repeatUnit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:repeatUnitAmountType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:repeatUnitAmountType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:averageMolecularFormula
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:averageMolecularFormula
                         ] .

fhir:responsibleParty
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.substitution.responsibleParty: The person or organization that has primary responsibility for the substitution." ;
        rdfs:label                      "responsibleParty" ;
        fhir:modifierExtensionProperty  fhir:_responsibleParty ;
        dc:title                        "MedicationDispense.substitution.responsibleParty: Who is responsible for the substitution" .

fhir:BundleEntryComponent
        a                owl:Class ;
        rdfs:comment     "BundleEntryComponent: An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only)." ;
        rdfs:label       "BundleEntryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:fullUrl
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BundleEntryRequestComponent ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BundleEntryComponentLink ;
                           owl:onProperty     fhir:link
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:fullUrl
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BundleEntrySearchComponent ;
                           owl:onProperty     fhir:search
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:search
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BundleEntryResponseComponent ;
                           owl:onProperty     fhir:response
                         ] .

fhir:_input  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.input" , "(Modified) PlanDefinition.action.input" , "(Modified) RequestOrchestration.action.action.input" , "(Modified) Transport.input" , "(Modified) StructureMap.group.input" , "(Modified) Task.input" , "(Modified) GenomicStudy.analysis.input" , "(Modified) PlanDefinition.action.action.input" ;
        rdfs:label    "_input" .

fhir:_languageCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.languageCode" ;
        rdfs:label    "_languageCode" .

fhir:_patient  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyDelivery.patient" , "(Modified) ImmunizationRecommendation.patient" , "(Modified) ClaimResponse.patient" , "(Modified) Claim.patient" , "(Modified) ImmunizationEvaluation.patient" , "(Modified) EpisodeOfCare.patient" , "(Modified) AuditEvent.patient" , "(Modified) VisionPrescription.patient" , "(Modified) BodyStructure.patient" , "(Modified) RelatedPerson.patient" , "(Modified) AllergyIntolerance.patient" , "(Modified) Provenance.patient" , "(Modified) BiologicallyDerivedProductDispense.patient" , "(Modified) Immunization.patient" , "(Modified) FamilyMemberHistory.patient" , "(Modified) DeviceUsage.patient" , "(Modified) ExplanationOfBenefit.patient" , "(Modified) CoverageEligibilityResponse.patient" , "(Modified) CoverageEligibilityRequest.patient" ;
        rdfs:label    "_patient" .

fhir:direction  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.direction: The direction to use for the assertion." , "TestScript.setup.action.assert.direction: The direction to use for the assertion." , "DataRequirement.sort.direction: The direction of the sort, ascending or descending." ;
        rdfs:label                      "direction" ;
        fhir:modifierExtensionProperty  fhir:_direction ;
        dc:title                        "TestScript.test.action.assert.direction: response | request" , "TestScript.setup.action.assert.direction: response | request" , "DataRequirement.sort.direction: ascending | descending" .

fhir:_publicationDateSeason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.publicationDateSeason" ;
        rdfs:label    "_publicationDateSeason" .

fhir:maritalStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "Person.maritalStatus: This field contains a person's most recent marital (civil) status." , "Patient.maritalStatus: This field contains a patient's most recent marital (civil) status." ;
        rdfs:label                      "maritalStatus" ;
        fhir:modifierExtensionProperty  fhir:_maritalStatus ;
        dc:title                        "Person.maritalStatus: Marital (civil) status of a person" , "Patient.maritalStatus: Marital (civil) status of a patient" .

fhir:AllergyIntoleranceReactionComponent
        a                owl:Class ;
        rdfs:comment     "AllergyIntoleranceReactionComponent: Details about each adverse reaction event linked to exposure to the identified substance." ;
        rdfs:label       "AllergyIntoleranceReactionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:exposureRoute
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:manifestation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:substance
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:onset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:exposureRoute
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:manifestation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:substance
                         ] .

fhir:_observer  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) AuditEvent.source.observer" ;
        rdfs:label    "_observer" .

fhir:SubscriptionParameterComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionParameterComponent: Channel-dependent information to send as part of the notification (e.g., HTTP Headers)." ;
        rdfs:label       "SubscriptionParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:doseAdministrationAid
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.doseAdministrationAid: Provides information about the type of adherence packaging to be supplied for the medication dispense." ;
        rdfs:label                      "doseAdministrationAid" ;
        fhir:modifierExtensionProperty  fhir:_doseAdministrationAid ;
        dc:title                        "MedicationRequest.dispenseRequest.doseAdministrationAid: Type of adherence packaging to use for the dispense" .

fhir:DeviceDefinitionClassificationComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionClassificationComponent: What kind of device or device system this is." ;
        rdfs:label       "DeviceDefinitionClassificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:justification
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_measure  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.goal.target.measure" , "(Modified) MeasureReport.measure" , "(Modified) Goal.target.measure" ;
        rdfs:label    "_measure" .

fhir:_maxDosePerAdministration
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Dosage.maxDosePerAdministration" ;
        rdfs:label    "_maxDosePerAdministration" .

fhir:CompositionAttesterComponent
        a                owl:Class ;
        rdfs:comment     "CompositionAttesterComponent: A participant who has attested to the accuracy of the composition/document." ;
        rdfs:label       "CompositionAttesterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:time
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:time
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:party
                         ] .

fhir:_valueFilter  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DataRequirement.valueFilter" ;
        rdfs:label    "_valueFilter" .

fhir:studyDesign  a                     owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.studyDesign: Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc." , "Evidence.studyDesign: The design of the study that produced this evidence. The design is described with any number of study design characteristics." ;
        rdfs:label                      "studyDesign" ;
        fhir:modifierExtensionProperty  fhir:_studyDesign ;
        dc:title                        "ResearchStudy.studyDesign: Classifications of the study design characteristics" , "Evidence.studyDesign: The design of the study that produced this evidence" .

fhir:_relation  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.link.relation" , "(Modified) Bundle.entry.link.relation" , "(Modified) Bundle.link.relation" ;
        rdfs:label    "_relation" .

fhir:_priority  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.priority" , "(Modified) CommunicationRequest.priority" , "(Modified) ActivityDefinition.priority" , "(Modified) ServiceRequest.priority" , "(Modified) Communication.priority" , "(Modified) RequestOrchestration.priority" , "(Modified) CoverageEligibilityRequest.priority" , "(Modified) PlanDefinition.goal.priority" , "(Modified) MedicationRequest.priority" , "(Modified) Goal.priority" , "(Modified) Account.coverage.priority" , "(Modified) RequestOrchestration.action.action.priority" , "(Modified) Encounter.priority" , "(Modified) SupplyRequest.priority" , "(Modified) Claim.priority" , "(Modified) DeviceRequest.priority" , "(Modified) Transport.priority" , "(Modified) PlanDefinition.action.action.priority" , "(Modified) PlanDefinition.action.priority" , "(Modified) NutritionOrder.priority" , "(Modified) Appointment.priority" , "(Modified) Task.priority" , "(Modified) RequestOrchestration.action.priority" ;
        rdfs:label    "_priority" .

fhir:MessageDefinition
        a                owl:Class ;
        rdfs:comment     "Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted." ;
        rdfs:label       "MessageDefinition" ;
        rdfs:subClassOf  w5:infrastructure.exchange , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MessageDefinitionAllowedResponseComponent ;
                           owl:onProperty     fhir:allowedResponse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:responseRequired
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:replaces
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responseRequired
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MessageDefinitionFocusComponent ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:event
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:graph
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:base
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:graph
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:base
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:parent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] .

fhir:_description  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.description" , "(Modified) ExampleScenario.process.step.process.step.operation.description" , "(Modified) ExampleScenario.process.step.process.description" , "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.description" , "(Modified) Appointment.description" , "(Modified) SubstanceDefinition.description" , "(Modified) Specimen.processing.description" , "(Modified) TestScript.variable.description" , "(Modified) ResearchStudy.description" , "(Modified) TestScript.setup.action.assert.description" , "(Modified) Evidence.statistic.sampleSize.description" , "(Modified) TerminologyCapabilities.description" , "(Modified) Measure.supplementalData.description" , "(Modified) GenomicStudy.description" , "(Modified) NamingSystem.description" , "(Modified) CapabilityStatement.description" , "(Modified) Expression.description" , "(Modified) ExampleScenario.process.step.process.step.alternative.description" , "(Modified) ImplementationGuide.definition.grouping.description" , "(Modified) ElementDefinition.binding.description" , "(Modified) TerminologyCapabilities.implementation.description" , "(Modified) SubscriptionTopic.description" , "(Modified) CapabilityStatement.implementation.description" , "(Modified) ElementDefinition.slicing.description" , "(Modified) TestScript.teardown.action.operation.description" , "(Modified) SubscriptionTopic.resourceTrigger.description" , "(Modified) Questionnaire.description" , "(Modified) DeviceDefinition.description" , "(Modified) PlanDefinition.goal.description" , "(Modified) PlanDefinition.action.description" , "(Modified) ExampleScenario.actor.description" , "(Modified) Transport.description" , "(Modified) AdministrableProductDefinition.description" , "(Modified) TestScript.test.description" , "(Modified) Library.description" , "(Modified) ImmunizationEvaluation.description" , "(Modified) Availability.notAvailableTime.description" , "(Modified) PlanDefinition.description" , "(Modified) CompartmentDefinition.description" , "(Modified) ValueSet.description" , "(Modified) ExampleScenario.process.step.alternative.step.operation.description" , "(Modified) TestPlan.description" , "(Modified) GraphDefinition.link.compartment.description" , "(Modified) ExampleScenario.instance.version.description" , "(Modified) ResearchStudy.objective.description" , "(Modified) Measure.group.population.description" , "(Modified) EvidenceVariable.characteristic.timeFromEvent.description" , "(Modified) ClinicalUseDefinition.warning.description" , "(Modified) ResearchStudy.comparisonGroup.description" , "(Modified) TestPlan.testCase.dependency.description" , "(Modified) ExampleScenario.process.step.alternative.step.process.description" , "(Modified) CanonicalResource.description" , "(Modified) ChargeItemDefinition.description" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.alternative.description" , "(Modified) GraphDefinition.description" , "(Modified) TestScript.test.action.operation.description" , "(Modified) SpecimenDefinition.description" , "(Modified) Task.description" , "(Modified) OperationDefinition.description" , "(Modified) Specimen.feature.description" , "(Modified) EventDefinition.description" , "(Modified) Measure.group.stratifier.description" , "(Modified) SubscriptionTopic.eventTrigger.description" , "(Modified) SearchParameter.description" , "(Modified) InventoryItem.description.description" , "(Modified) ExampleScenario.description" , "(Modified) RegulatedAuthorization.description" , "(Modified) StructureMap.description" , "(Modified) RequestOrchestration.action.description" , "(Modified) StructureDefinition.description" , "(Modified) CodeSystem.filter.description" , "(Modified) Evidence.statistic.attributeEstimate.description" , "(Modified) CodeSystem.property.description" , "(Modified) Goal.description" , "(Modified) Measure.group.description" , "(Modified) ExampleScenario.process.description" , "(Modified) TestScript.metadata.capability.description" , "(Modified) PlanDefinition.action.action.description" , "(Modified) MedicinalProductDefinition.description" , "(Modified) EvidenceVariable.characteristic.description" , "(Modified) ConceptMap.additionalAttribute.description" , "(Modified) Requirements.description" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.alternative.description" , "(Modified) GraphDefinition.link.description" , "(Modified) ExplanationOfBenefit.benefitBalance.description" , "(Modified) ExampleScenario.process.step.alternative.description" , "(Modified) EvidenceVariable.description" , "(Modified) TestReport.test.description" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.description" , "(Modified) TestPlan.dependency.description" , "(Modified) ImagingStudy.series.description" , "(Modified) GraphDefinition.node.description" , "(Modified) Account.description" , "(Modified) ExampleScenario.instance.description" , "(Modified) Endpoint.description" , "(Modified) Evidence.variableDefinition.description" , "(Modified) SubstanceDefinition.characterization.description" , "(Modified) CodeSystem.description" , "(Modified) Location.description" , "(Modified) PackagedProductDefinition.description" , "(Modified) Evidence.statistic.description" , "(Modified) ObservationDefinition.description" , "(Modified) ActorDefinition.description" , "(Modified) TestScript.description" , "(Modified) MessageDefinition.description" , "(Modified) Measure.description" , "(Modified) ImplementationGuide.description" , "(Modified) ImmunizationRecommendation.recommendation.description" , "(Modified) ConditionDefinition.description" , "(Modified) TestScript.test.action.assert.description" , "(Modified) PlanDefinition.actor.description" , "(Modified) DocumentReference.description" , "(Modified) ImplementationGuide.definition.resource.description" , "(Modified) Evidence.certainty.description" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.description" , "(Modified) Citation.description" , "(Modified) ImagingStudy.description" , "(Modified) ExampleScenario.process.step.operation.description" , "(Modified) AllergyIntolerance.reaction.description" , "(Modified) Measure.group.stratifier.component.description" , "(Modified) ConceptMap.property.description" , "(Modified) ClinicalImpression.description" , "(Modified) Evidence.certainty.subcomponent.description" , "(Modified) CapabilityStatement.rest.security.description" , "(Modified) ActivityDefinition.description" , "(Modified) Organization.description" , "(Modified) Group.description" , "(Modified) Substance.description" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.description" , "(Modified) ResearchStudy.outcomeMeasure.description" , "(Modified) TestScript.setup.action.operation.description" , "(Modified) CoverageEligibilityResponse.insurance.item.description" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.description" , "(Modified) Evidence.description" , "(Modified) SpecimenDefinition.typeTested.container.description" , "(Modified) TestScript.metadata.link.description" , "(Modified) SubscriptionTopic.canFilterBy.description" , "(Modified) CarePlan.description" , "(Modified) InventoryItem.description" , "(Modified) BodyStructure.description" , "(Modified) ExampleScenario.process.step.alternative.step.alternative.description" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.description" , "(Modified) ConceptMap.description" ;
        rdfs:label    "_description" .

fhir:TestPlanTestCaseTestDataComponent
        a                owl:Class ;
        rdfs:comment     "TestPlanTestCaseComponent.TestPlanTestCaseTestDataComponent: The test data used in the test case." ;
        rdfs:label       "TestPlanTestCaseTestDataComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:content
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:content
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] .

fhir:HealthcareServiceEligibilityComponent
        a                owl:Class ;
        rdfs:comment     "HealthcareServiceEligibilityComponent: Does this service have specific eligibility requirements that need to be met in order to use the service?" ;
        rdfs:label       "HealthcareServiceEligibilityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:category  a                        owl:ObjectProperty ;
        rdfs:comment                    "Flag.category: Allows a flag to be divided into different categories like clinical, administrative etc. Intended to be used as a means of filtering which flags are displayed to particular user or in a given context." , "Device.category: Devices may be associated with one or more categories." , "Contract.term.group.securityLabel.category: Security label privacy tag that specifies the applicable privacy and security policies governing this term and/or term elements." , "PlanDefinition.goal.category: Indicates a category the goal falls within." , "AuditEvent.category: Classification of the type of event." , "MessageDefinition.category: The impact of the content of the message." , "ExplanationOfBenefit.total.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "ObservationDefinition.category: A code that classifies the general type of observation." , "InventoryReport.inventoryListing.item.category: The inventory category or classification of the items being reported. This is meant not for defining the product, but for inventory categories e.g. 'pending recount' or 'damaged'." , "Procedure.category: A code that classifies the procedure for searching, sorting and display purposes (e.g. \"Surgical Procedure\")." , "Consent.category: A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements." , "EvidenceVariable.category: A grouping for ordinal or polychotomous variables." , "ExplanationOfBenefit.item.detail.subDetail.category: Code to identify the general type of benefits under which products and services are provided." , "Claim.item.detail.category: Code to identify the general type of benefits under which products and services are provided." , "DeviceUsage.category: This attribute indicates a category for the statement - The device statement may be made in an inpatient or outpatient settting (inpatient | outpatient | community | patientspecified)." , "ExplanationOfBenefit.item.category: Code to identify the general type of benefits under which products and services are provided." , "CommunicationRequest.category: The type of message to be sent such as alert, notification, reminder, instruction, etc." , "ClinicalUseDefinition.category: A categorisation of the issue, primarily for dividing warnings into subject heading areas such as \"Pregnancy and Lactation\", \"Overdose\", \"Effects on Ability to Drive and Use Machines\"." , "InsurancePlan.plan.specificCost.category: General category of benefit (Medical; Dental; Vision; Drug; Mental Health; Substance Abuse; Hospice, Home Health)." , "TestPlan.category: The category of the Test Plan - can be acceptance, unit, performance, etc." , "AdverseEvent.category: The overall type of event, intended for search and filtering purposes." , "ClaimResponse.total.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "Device.conformsTo.category: Describes the type of the standard, specification, or formal guidance." , "ClaimResponse.addItem.detail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "MedicationRequest.category: An arbitrary categorization or grouping of the medication request.  It could be used for indicating where meds are intended to be administered, eg. in an inpatient setting or in a patient's home, or a legal category of the medication." , "ExplanationOfBenefit.addItem.detail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "Coverage.costToBeneficiary.category: Code to identify the general type of benefits under which products and services are provided." , "InventoryItem.category: Category or class of the item." , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "ExplanationOfBenefit.item.detail.subDetail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "Claim.supportingInfo.category: The general class of the information supplied: information; exception; accident, employment; onset, etc." , "CoverageEligibilityResponse.insurance.item.category: Code to identify the general type of benefits under which products and services are provided." , "Goal.category: Indicates a category the goal falls within." , "DiagnosticReport.category: A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes." , "DocumentReference.category: A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type." , "Contract.term.securityLabel.category: Security label privacy tag that specifies the applicable privacy and security policies governing this term and/or term elements." , "ClaimResponse.item.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "ExplanationOfBenefit.item.detail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "CareTeam.category: Identifies what kind of team.  This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team." , "Evidence.statistic.category: When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting." , "ExplanationOfBenefit.item.detail.category: Code to identify the general type of benefits under which products and services are provided." , "DetectedIssue.category: A code that classifies the general type of detected issue." , "AllergyIntolerance.category: Category of the identified substance." , "DeviceDispense.category: Indicates the type of device dispense." , "ClaimResponse.addItem.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "Communication.category: The type of message conveyed such as alert, notification, reminder, instruction, etc." , "Substance.category: A code that classifies the general type of substance.  This is used  for searching, sorting and display purposes." , "ExplanationOfBenefit.addItem.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "DeviceDefinition.conformsTo.category: Describes the type of the standard, specification, or formal guidance." , "ExplanationOfBenefit.benefitBalance.category: Code to identify the general type of benefits under which products and services are provided." , "DeviceMetric.category: Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation." , "MedicationDispense.category: Indicates the type of medication dispense (for example, drug classification like ATC, where meds would be administered, legal category of the medication.)." , "ConditionDefinition.medication.category: Category that is relevant." , "ClaimResponse.item.detail.subDetail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "ExplanationOfBenefit.supportingInfo.category: The general class of the information supplied: information; exception; accident, employment; onset, etc." , "MedicationStatement.category: Type of medication statement (for example, drug classification like ATC, where meds would be administered, legal category of the medication.)." , "ImagingSelection.category: Classifies the imaging selection." , "CarePlan.category: Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc." , "ClaimResponse.item.detail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "Claim.item.category: Code to identify the general type of benefits under which products and services are provided." , "ConditionDefinition.observation.category: Category that is relevant." , "SubstancePolymer.monomerSet.startingMaterial.category: Substance high level category, e.g. chemical substance." , "HealthcareService.category: Identifies the broad category of service being performed or delivered." , "Condition.category: A category assigned to the condition." , "SupplyRequest.category: Category of supply, e.g.  central, non-stock, etc. This is used to support work flows associated with the supply process." , "DeviceAssociation.category: Describes the relationship between the device and subject." , "CoverageEligibilityRequest.item.category: Code to identify the general type of benefits under which products and services are provided." , "ClaimResponse.addItem.detail.subDetail.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "Observation.category: A code that classifies the general type of observation being made." , "ServiceRequest.category: A code that classifies the service for searching, sorting and display purposes (e.g. \"Surgical Procedure\")." , "ClaimResponse.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item." , "Composition.category: A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type." , "ExplanationOfBenefit.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "MedicationAdministration.category: The type of medication administration (for example, drug classification like ATC, where meds would be administered, legal category of the medication)." , "ExplanationOfBenefit.item.adjudication.category: A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item." , "Claim.item.detail.subDetail.category: Code to identify the general type of benefits under which products and services are provided." , "NutritionProduct.category: Nutrition products can have different classifications - according to its nutritional properties, preparation methods, etc." ;
        rdfs:label                      "category" ;
        rdfs:subPropertyOf              w5:what , w5:class ;
        fhir:modifierExtensionProperty  fhir:_category ;
        dc:title                        "DocumentReference.category: Categorization of document" , "InventoryReport.inventoryListing.item.category: The inventory category or classification of the items being reported" , "CareTeam.category: Type of team" , "InsurancePlan.plan.specificCost.category: General category of benefit" , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.category: Type of adjudication information" , "ImagingSelection.category: Classifies the imaging selection" , "MedicationAdministration.category: Type of medication administration" , "DeviceDefinition.conformsTo.category: Describes the common type of the standard, specification, or formal guidance" , "ExplanationOfBenefit.item.detail.subDetail.category: Benefit classification" , "ExplanationOfBenefit.total.category: Type of adjudication information" , "ExplanationOfBenefit.adjudication.category: Type of adjudication information" , "Contract.term.securityLabel.category: Applicable Policy" , "NutritionProduct.category: Broad product groups or categories used to classify the product, such as Legume and Legume Products, Beverages, or Beef Products" , "AllergyIntolerance.category: food | medication | environment | biologic" , "DeviceMetric.category: measurement | setting | calculation | unspecified" , "CoverageEligibilityResponse.insurance.item.category: Benefit classification" , "CarePlan.category: Type of plan" , "ExplanationOfBenefit.item.adjudication.category: Type of adjudication information" , "Goal.category: E.g. Treatment, dietary, behavioral, etc" , "AdverseEvent.category: wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site" , "Claim.supportingInfo.category: Classification of the supplied information" , "TestPlan.category: The category of the Test Plan - can be acceptance, unit, performance" , "SupplyRequest.category: The kind of supply (central, non-stock, etc.)" , "ClaimResponse.addItem.detail.subDetail.adjudication.category: Type of adjudication information" , "DeviceUsage.category: The category of the statement - classifying how the statement is made" , "Procedure.category: Classification of the procedure" , "ExplanationOfBenefit.item.detail.subDetail.adjudication.category: Type of adjudication information" , "MessageDefinition.category: consequence | currency | notification" , "ClaimResponse.item.detail.adjudication.category: Type of adjudication information" , "ExplanationOfBenefit.addItem.detail.adjudication.category: Type of adjudication information" , "ConditionDefinition.observation.category: Category that is relevant" , "DeviceAssociation.category: Describes the relationship between the device and subject" , "PlanDefinition.goal.category: E.g. Treatment, dietary, behavioral" , "InventoryItem.category: Category or class of the item" , "DiagnosticReport.category: Service category" , "ClaimResponse.addItem.adjudication.category: Type of adjudication information" , "ClaimResponse.total.category: Type of adjudication information" , "ExplanationOfBenefit.item.detail.adjudication.category: Type of adjudication information" , "Composition.category: Categorization of Composition" , "Condition.category: problem-list-item | encounter-diagnosis" , "DetectedIssue.category: Type of detected issue, e.g. drug-drug, duplicate therapy, etc" , "DeviceDispense.category: Type of device dispense" , "ExplanationOfBenefit.addItem.adjudication.category: Type of adjudication information" , "AuditEvent.category: Type/identifier of event" , "Substance.category: What class/type of substance this is" , "CoverageEligibilityRequest.item.category: Benefit classification" , "ExplanationOfBenefit.item.category: Benefit classification" , "ClinicalUseDefinition.category: A categorisation of the issue, primarily for dividing warnings into subject heading areas such as \"Pregnancy\", \"Overdose\"" , "ExplanationOfBenefit.benefitBalance.category: Benefit classification" , "Communication.category: Message category" , "SubstancePolymer.monomerSet.startingMaterial.category: Substance high level category, e.g. chemical substance" , "ExplanationOfBenefit.supportingInfo.category: Classification of the supplied information" , "Flag.category: Clinical, administrative, etc" , "MedicationStatement.category: Type of medication statement" , "ClaimResponse.adjudication.category: Type of adjudication information" , "Evidence.statistic.category: Associated category for categorical variable" , "MedicationRequest.category: Grouping or category of medication request" , "Claim.item.detail.category: Benefit classification" , "CommunicationRequest.category: Message category" , "MedicationDispense.category: Type of medication dispense" , "ClaimResponse.addItem.detail.adjudication.category: Type of adjudication information" , "Consent.category: Classification of the consent statement - for indexing/retrieval" , "Claim.item.category: Benefit classification" , "Claim.item.detail.subDetail.category: Benefit classification" , "ConditionDefinition.medication.category: Category that is relevant" , "Observation.category: Classification of  type of observation" , "Coverage.costToBeneficiary.category: Benefit classification" , "ServiceRequest.category: Classification of service" , "ClaimResponse.item.adjudication.category: Type of adjudication information" , "HealthcareService.category: Broad category of service being performed or delivered" , "Device.conformsTo.category: Describes the common type of the standard, specification, or formal guidance.  communication | performance | measurement" , "Contract.term.group.securityLabel.category: Applicable Policy" , "Device.category: Indicates a high-level grouping of the device" , "EvidenceVariable.category: A grouping for ordinal or polychotomous variables" , "ExplanationOfBenefit.item.detail.category: Benefit classification" , "ClaimResponse.item.detail.subDetail.adjudication.category: Type of adjudication information" , "ObservationDefinition.category: General type of observation" .

fhir:Details  a          owl:Class ;
        rdfs:comment     "CoverageEligibilityRequest.Details: Service categories or billable services for which benefit details and/or an authorization prior to service delivery may be required by the payor." ;
        rdfs:label       "Details" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:provider
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:facility
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Diagnosis ;
                           owl:onProperty     fhir:diagnosis
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:provider
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:supportingInfoSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:facility
                         ] .

fhir:verificationDate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Consent.verification.verificationDate: Date(s) verification was collected." ;
        rdfs:label                      "verificationDate" ;
        fhir:modifierExtensionProperty  fhir:_verificationDate ;
        dc:title                        "Consent.verification.verificationDate: When consent verified" .

fhir:ExampleScenarioActorComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioActorComponent: A system or person who shares or receives an instance within the scenario." ;
        rdfs:label       "ExampleScenarioActorComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:key
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] .

fhir:_specimenQuantity
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.container.specimenQuantity" ;
        rdfs:label    "_specimenQuantity" .

fhir:DeviceDefinitionPackagingComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionPackagingComponent: Information about the packaging of the device, i.e. how the device is packaged." ;
        rdfs:label       "DeviceDefinitionPackagingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DeviceDefinitionPackagingComponentPackaging ;
                           owl:onProperty     fhir:packaging
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DeviceDefinitionPackagingComponentUdiDeviceIdentifier ;
                           owl:onProperty     fhir:udiDeviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagingDistributor ;
                           owl:onProperty     fhir:distributor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] .

fhir:autocreate  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestScript.fixture.autocreate: Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section." ;
        rdfs:label                      "autocreate" ;
        fhir:modifierExtensionProperty  fhir:_autocreate ;
        dc:title                        "TestScript.fixture.autocreate: Whether or not to implicitly create the fixture during setup" .

fhir:_structuralRepresentation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.structuralRepresentation" ;
        rdfs:label    "_structuralRepresentation" .

fhir:agent  a                           owl:ObjectProperty ;
        rdfs:comment                    "AuditEvent.entity.agent: The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent." , "Provenance.entity.agent: The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which used the entity." , "Provenance.agent: An actor taking a role in an activity  for which it can be assigned some degree of responsibility for the activity taking place." , "AuditEvent.agent: An actor taking an active role in the event or activity that is logged." ;
        rdfs:label                      "agent" ;
        rdfs:subPropertyOf              w5:who ;
        fhir:modifierExtensionProperty  fhir:_agent ;
        dc:title                        "Provenance.entity.agent: Entity is attributed to this agent" , "AuditEvent.agent: Actor involved in the event" , "AuditEvent.entity.agent: Entity is attributed to this agent" , "Provenance.agent: Actor involved" .

fhir:_request  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.request" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.request" , "(Modified) ClaimResponse.addItem.request" , "(Modified) BiologicallyDerivedProduct.request" , "(Modified) Claim.item.request" , "(Modified) Specimen.request" , "(Modified) ExampleScenario.process.step.operation.request" , "(Modified) Bundle.entry.request" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.request" , "(Modified) CoverageEligibilityResponse.request" , "(Modified) ExampleScenario.process.step.process.step.operation.request" , "(Modified) PaymentReconciliation.request" , "(Modified) ClaimResponse.request" , "(Modified) ExplanationOfBenefit.addItem.request" , "(Modified) ExampleScenario.process.step.alternative.step.operation.request" , "(Modified) PaymentNotice.request" , "(Modified) EnrollmentResponse.request" , "(Modified) MedicationAdministration.request" ;
        rdfs:label    "_request" .

fhir:_deliverTo  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyRequest.deliverTo" ;
        rdfs:label    "_deliverTo" .

fhir:_textConcentration
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.substance.strength.textConcentration" ;
        rdfs:label    "_textConcentration" .

fhir:benefitPeriod  a                   owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.benefitPeriod: The term of the benefits documented in this response." , "CoverageEligibilityResponse.insurance.benefitPeriod: The term of the benefits documented in this response." ;
        rdfs:label                      "benefitPeriod" ;
        fhir:modifierExtensionProperty  fhir:_benefitPeriod ;
        dc:title                        "ExplanationOfBenefit.benefitPeriod: When the benefits are applicable" , "CoverageEligibilityResponse.insurance.benefitPeriod: When the benefits are applicable" .

fhir:SpecimenDefinitionTypeTestedContainerComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenDefinitionTypeTestedComponent.SpecimenDefinitionTypeTestedContainerComponent: The specimen's container." ;
        rdfs:label       "SpecimenDefinitionTypeTestedContainerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:capacity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SpecimenDefinitionTypeTestedContainerAdditiveComponent ;
                           owl:onProperty     fhir:additive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:cap
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:minimumVolume
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:minimumVolume
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:minimumVolume
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:minimumVolume
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cap
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preparation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:material
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:preparation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:capacity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:material
                         ] .

fhir:ServiceRequestPatientInstructionComponent
        a                owl:Class ;
        rdfs:comment     "ServiceRequestPatientInstructionComponent: Instructions in terms that are understood by the patient or consumer." ;
        rdfs:label       "ServiceRequestPatientInstructionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:instruction
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:instruction
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:instruction
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:instruction
                                          ]
                                        )
                         ] .

fhir:_adjustment  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.payment.adjustment" , "(Modified) ClaimResponse.payment.adjustment" ;
        rdfs:label    "_adjustment" .

fhir:_guidance  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.guidance" ;
        rdfs:label    "_guidance" .

fhir:productReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.productReference: Link to a product resource used in clinical workflows." ;
        rdfs:label                      "productReference" ;
        fhir:modifierExtensionProperty  fhir:_productReference ;
        dc:title                        "InventoryItem.productReference: Link to a product resource used in clinical workflows" .

fhir:_for  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.for" , "(Modified) Task.for" , "(Modified) Ingredient.for" ;
        rdfs:label    "_for" .

fhir:_intended  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.variableDefinition.intended" ;
        rdfs:label    "_intended" .

fhir:_additionalUse  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.contains.designation.additionalUse" , "(Modified) ValueSet.expansion.contains.designation.additionalUse" , "(Modified) ValueSet.compose.exclude.concept.designation.additionalUse" , "(Modified) ValueSet.compose.include.concept.designation.additionalUse" , "(Modified) CodeSystem.concept.concept.designation.additionalUse" , "(Modified) CodeSystem.concept.designation.additionalUse" ;
        rdfs:label    "_additionalUse" .

fhir:MetadataResource
        a                owl:Class ;
        rdfs:comment     "Common Interface declaration for conformance and knowledge artifact resources." ;
        rdfs:label       "MetadataResource" ;
        rdfs:subClassOf  w5:conformance.behavior , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] .

fhir:_startingSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.startingSequence" ;
        rdfs:label    "_startingSequence" .

fhir:MedicationStatement
        a                            owl:Class ;
        rdfs:comment                 "A record of a medication that is being consumed by a patient.   A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future.  The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician.  A common scenario where this information is captured is during the history taking process during a patient visit or stay.   The medication information may come from sources such as the patient's memory, from a prescription bottle,  or from a list of medications the patient, clinician or other party maintains. \n\nThe primary difference between a medicationstatement and a medicationadministration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication.  A medicationstatement is often, if not always, less specific.  There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise.  As stated earlier, the Medication Statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains.  Medication administration is more formal and is not missing detailed information." ;
        rdfs:label                   "MedicationStatement" ;
        rdfs:subClassOf              w5:clinical.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:adherence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:relatedClinicalInformation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dateAsserted
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationStatementAdherenceComponent ;
                                       owl:onProperty     fhir:adherence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:renderedDosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:renderedDosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Dosage ;
                                       owl:onProperty     fhir:dosage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:informationSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:derivedFrom
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:dateAsserted
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MedicationStatement .

fhir:medium  a                          owl:ObjectProperty ;
        rdfs:comment                    "CommunicationRequest.medium: A channel that was used for this communication (e.g. email, fax)." , "Communication.medium: A channel that was used for this communication (e.g. email, fax)." ;
        rdfs:label                      "medium" ;
        fhir:modifierExtensionProperty  fhir:_medium ;
        dc:title                        "CommunicationRequest.medium: A channel of communication" , "Communication.medium: A channel of communication" .

fhir:_baseUnit  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.baseUnit" ;
        rdfs:label    "_baseUnit" .

fhir:_doseStatusReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationEvaluation.doseStatusReason" ;
        rdfs:label    "_doseStatusReason" .

fhir:unitOfPresentation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ManufacturedItemDefinition.unitOfPresentation: The “real-world” units in which the quantity of the manufactured item is described." , "AdministrableProductDefinition.unitOfPresentation: The presentation type in which this item is given to a patient. e.g. for a spray - 'puff' (as in 'contains 100 mcg per puff'), or for a liquid - 'vial' (as in 'contains 5 ml per vial')." ;
        rdfs:label                      "unitOfPresentation" ;
        fhir:modifierExtensionProperty  fhir:_unitOfPresentation ;
        dc:title                        "ManufacturedItemDefinition.unitOfPresentation: The “real-world” units in which the quantity of the item is described" , "AdministrableProductDefinition.unitOfPresentation: The presentation type in which this item is given to a patient. e.g. for a spray - 'puff'" .

fhir:CareTeam  a                     owl:Class ;
        rdfs:comment                 "ExplanationOfBenefit.CareTeam: The members of the team who provided the products and services." , "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care." , "Claim.CareTeam: The members of the team who provided the products and services." ;
        rdfs:label                   "CareTeam" ;
        rdfs:subClassOf              w5:clinical.careprovision , fhir:BackboneElement , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:role
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:responsible
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:responsible
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:responsible
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:responsible
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:role
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:role
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:sequence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:telecom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CareTeamParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:role
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        fhir:modifierExtensionClass  fhir:_CareTeam .

fhir:sourceSignature  a                 owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.attestation.sourceSignature: Signed assertion by the attestation source that they have attested to the information." ;
        rdfs:label                      "sourceSignature" ;
        fhir:modifierExtensionProperty  fhir:_sourceSignature ;
        dc:title                        "VerificationResult.attestation.sourceSignature: Attester signature (digital or image)" .

fhir:availableStartTime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Availability.availableTime.availableStartTime: Opening time of day (ignored if allDay = true)." ;
        rdfs:label                      "availableStartTime" ;
        fhir:modifierExtensionProperty  fhir:_availableStartTime ;
        dc:title                        "Availability.availableTime.availableStartTime: Opening time of day (ignored if allDay = true)" .

fhir:_effectiveDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.operation.effectiveDate" , "(Modified) MedicationKnowledge.packaging.cost.effectiveDate" , "(Modified) MedicationKnowledge.cost.effectiveDate" ;
        rdfs:label    "_effectiveDate" .

fhir:_relevantHistory
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.relevantHistory" , "(Modified) Task.relevantHistory" , "(Modified) ServiceRequest.relevantHistory" , "(Modified) DeviceRequest.relevantHistory" , "(Modified) Contract.relevantHistory" ;
        rdfs:label    "_relevantHistory" .

fhir:ParametersParameterComponent
        a                owl:Class ;
        rdfs:comment     "ParametersParameterComponent: A parameter passed to or received from the operation." ;
        rdfs:label       "ParametersParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ParametersParameterComponentParameter ;
                           owl:onProperty     fhir:part
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] .

fhir:MessageDefinitionFocusComponent
        a                owl:Class ;
        rdfs:comment     "MessageDefinitionFocusComponent: Identifies the resource (or resources) that are being addressed by the event.  For example, the Encounter for an admit message or two Account records for a merge." ;
        rdfs:label       "MessageDefinitionFocusComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:min
                         ] .

fhir:EnrollmentResponse
        a                            owl:Class ;
        rdfs:comment                 "This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource." ;
        rdfs:label                   "EnrollmentResponse" ;
        rdfs:subClassOf              w5:financial.support , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:organization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestProvider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requestProvider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:organization
                                     ] ;
        fhir:modifierExtensionClass  fhir:_EnrollmentResponse .

fhir:ListEntryComponent
        a                owl:Class ;
        rdfs:comment     "ListEntryComponent: Entries in this list." ;
        rdfs:label       "ListEntryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:flag
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:deleted
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:flag
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:deleted
                         ] .

fhir:_subset  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.instance.subset" ;
        rdfs:label    "_subset" .

fhir:dimensions  a                      owl:ObjectProperty ;
        rdfs:comment                    "SampledData.dimensions: The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once." ;
        rdfs:label                      "dimensions" ;
        fhir:modifierExtensionProperty  fhir:_dimensions ;
        dc:title                        "SampledData.dimensions: Number of sample points at each time point" .

fhir:_function  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ManufacturedItemDefinition.component.component.function" , "(Modified) ImagingStudy.series.performer.function" , "(Modified) ChargeItem.performer.function" , "(Modified) Procedure.performer.function" , "(Modified) AllergyIntolerance.participant.function" , "(Modified) NutritionIntake.performer.function" , "(Modified) Task.performer.function" , "(Modified) PlanDefinition.action.participant.function" , "(Modified) AdverseEvent.participant.function" , "(Modified) RequestOrchestration.action.participant.function" , "(Modified) ActivityDefinition.participant.function" , "(Modified) MedicationAdministration.performer.function" , "(Modified) ManufacturedItemDefinition.component.constituent.function" , "(Modified) ImagingSelection.performer.function" , "(Modified) PlanDefinition.action.action.participant.function" , "(Modified) Ingredient.function" , "(Modified) BiologicallyDerivedProductDispense.performer.function" , "(Modified) MedicationDispense.performer.function" , "(Modified) DeviceDispense.performer.function" , "(Modified) Immunization.performer.function" , "(Modified) Condition.participant.function" , "(Modified) ManufacturedItemDefinition.component.component.constituent.function" , "(Modified) GenomicStudy.analysis.device.function" , "(Modified) RequestOrchestration.action.action.participant.function" , "(Modified) FamilyMemberHistory.participant.function" , "(Modified) ManufacturedItemDefinition.component.function" ;
        rdfs:label    "_function" .

fhir:recommendation  a                  owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation: Vaccine administration recommendations." ;
        rdfs:label                      "recommendation" ;
        fhir:modifierExtensionProperty  fhir:_recommendation ;
        dc:title                        "ImmunizationRecommendation.recommendation: Vaccine administration recommendations" .

fhir:_prescription  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.prescription" , "(Modified) Claim.prescription" ;
        rdfs:label    "_prescription" .

fhir:prognosisReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalImpression.prognosisReference: RiskAssessment expressing likely outcome." ;
        rdfs:label                      "prognosisReference" ;
        fhir:modifierExtensionProperty  fhir:_prognosisReference ;
        dc:title                        "ClinicalImpression.prognosisReference: RiskAssessment expressing likely outcome" .

fhir:_hint  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.variable.hint" ;
        rdfs:label    "_hint" .

fhir:_ownedBy  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.ownedBy" ;
        rdfs:label    "_ownedBy" .

fhir:measurementFrequency
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceMetric.measurementFrequency: The frequency at which the metric is taken or recorded. Devices measure metrics at a wide range of frequencies; for example, an ECG might sample measurements in the millisecond range, while an NIBP might trigger only once an hour. Less often, the measurementFrequency may be based on a unit other than time, such as distance (e.g. for a measuring wheel). The update period may be different than the measurement frequency, if the device does not update the published observed value with the same frequency as it was measured." ;
        rdfs:label                      "measurementFrequency" ;
        fhir:modifierExtensionProperty  fhir:_measurementFrequency ;
        dc:title                        "DeviceMetric.measurementFrequency: Indicates how often the metric is taken or recorded" .

fhir:_traceNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.addItem.detail.traceNumber" , "(Modified) Claim.item.detail.subDetail.traceNumber" , "(Modified) ExplanationOfBenefit.addItem.traceNumber" , "(Modified) ExplanationOfBenefit.addItem.detail.traceNumber" , "(Modified) ExplanationOfBenefit.item.traceNumber" , "(Modified) ClaimResponse.item.detail.subDetail.traceNumber" , "(Modified) Claim.item.detail.traceNumber" , "(Modified) ClaimResponse.traceNumber" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.traceNumber" , "(Modified) Claim.item.traceNumber" , "(Modified) ClaimResponse.item.detail.traceNumber" , "(Modified) ClaimResponse.addItem.traceNumber" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.traceNumber" , "(Modified) Claim.traceNumber" , "(Modified) ClaimResponse.item.traceNumber" , "(Modified) ClaimResponse.addItem.detail.subDetail.traceNumber" , "(Modified) ExplanationOfBenefit.item.detail.traceNumber" , "(Modified) ExplanationOfBenefit.traceNumber" ;
        rdfs:label    "_traceNumber" .

fhir:_excludingDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.excludingDate" ;
        rdfs:label    "_excludingDate" .

fhir:_required  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.metadata.capability.required" , "(Modified) Questionnaire.item.item.required" , "(Modified) Questionnaire.item.required" , "(Modified) Appointment.participant.required" ;
        rdfs:label    "_required" .

fhir:correctiveAction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.correctiveAction: Tracking of latest field safety corrective action." ;
        rdfs:label                      "correctiveAction" ;
        fhir:modifierExtensionProperty  fhir:_correctiveAction ;
        dc:title                        "DeviceDefinition.correctiveAction: Tracking of latest field safety corrective action" .

fhir:schedule  a                        owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.regulatory.schedule: Specifies the schedule of a medication in jurisdiction." , "NutritionOrder.oralDiet.schedule: Schedule information for an oral diet." , "NutritionIntake.consumedItem.schedule: Scheduled frequency of consumption." , "NutritionOrder.enteralFormula.administration.schedule: Schedule information for an enteral formula." , "NutritionOrder.supplement.schedule: Schedule information for a supplement." , "Slot.schedule: The schedule resource that this slot defines an interval of status information." ;
        rdfs:label                      "schedule" ;
        fhir:modifierExtensionProperty  fhir:_schedule ;
        dc:title                        "Slot.schedule: The schedule resource that this slot defines an interval of status information" , "NutritionOrder.oralDiet.schedule: Scheduling information for oral diets" , "MedicationKnowledge.regulatory.schedule: Specifies the schedule of a medication in jurisdiction" , "NutritionOrder.supplement.schedule: Scheduling information for supplements" , "NutritionIntake.consumedItem.schedule: Scheduled frequency of consumption" , "NutritionOrder.enteralFormula.administration.schedule: Scheduling information for enteral formula products" .

fhir:_referral  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.referral" , "(Modified) Claim.referral" ;
        rdfs:label    "_referral" .

fhir:alternate  a                       owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.material.alternate: Indicates an alternative material of the device." ;
        rdfs:label                      "alternate" ;
        fhir:modifierExtensionProperty  fhir:_alternate ;
        dc:title                        "DeviceDefinition.material.alternate: Indicates an alternative material of the device" .

fhir:intendedExposure
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.comparisonGroup.intendedExposure: Interventions or exposures in this comparisonGroup or cohort." ;
        rdfs:label                      "intendedExposure" ;
        fhir:modifierExtensionProperty  fhir:_intendedExposure ;
        dc:title                        "ResearchStudy.comparisonGroup.intendedExposure: Interventions or exposures in this comparisonGroup or cohort" .

fhir:threePrime  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.threePrime: The nucleotide present at the 3’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the last position in the sequence. A separate representation would be redundant." ;
        rdfs:label                      "threePrime" ;
        fhir:modifierExtensionProperty  fhir:_threePrime ;
        dc:title                        "SubstanceNucleicAcid.subunit.threePrime: The nucleotide present at the 3’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the last position in the sequence. A separate representation would be redundant" .

fhir:param  a                           owl:ObjectProperty ;
        rdfs:comment                    "CompartmentDefinition.resource.param: The name of a search parameter that represents the link to the compartment. More than one may be listed because a resource may be linked to a compartment in more than one way,." ;
        rdfs:label                      "param" ;
        fhir:modifierExtensionProperty  fhir:_param ;
        dc:title                        "CompartmentDefinition.resource.param: Search Parameter Name, or chained parameters" .

fhir:_proposedNewTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AppointmentResponse.proposedNewTime" ;
        rdfs:label    "_proposedNewTime" .

fhir:power  a                           owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.power: Contact lens power measured in dioptres (0.25 units)." ;
        rdfs:label                      "power" ;
        fhir:modifierExtensionProperty  fhir:_power ;
        dc:title                        "VisionPrescription.lensSpecification.power: Contact lens power" .

fhir:cardinalityBehavior
        a                               owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.action.cardinalityBehavior: Defines whether the action can be selected multiple times." , "PlanDefinition.action.action.cardinalityBehavior: Defines whether the action can be selected multiple times." , "PlanDefinition.action.cardinalityBehavior: Defines whether the action can be selected multiple times." , "RequestOrchestration.action.cardinalityBehavior: Defines whether the action can be selected multiple times." ;
        rdfs:label                      "cardinalityBehavior" ;
        fhir:modifierExtensionProperty  fhir:_cardinalityBehavior ;
        dc:title                        "PlanDefinition.action.cardinalityBehavior: single | multiple" , "RequestOrchestration.action.cardinalityBehavior: single | multiple" , "PlanDefinition.action.action.cardinalityBehavior: single | multiple" , "RequestOrchestration.action.action.cardinalityBehavior: single | multiple" .

fhir:supportingPatientInformation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.supportingPatientInformation: Patient Information that supports the status and recommendation.  This includes patient observations, adverse reactions and allergy/intolerance information." ;
        rdfs:label                      "supportingPatientInformation" ;
        fhir:modifierExtensionProperty  fhir:_supportingPatientInformation ;
        dc:title                        "ImmunizationRecommendation.recommendation.supportingPatientInformation: Patient observations supporting recommendation" .

fhir:_predecessor  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.dependency.predecessor" , "(Modified) TestPlan.dependency.predecessor" , "(Modified) PaymentReconciliation.allocation.predecessor" ;
        rdfs:label    "_predecessor" .

fhir:allergenicIndicator
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.allergenicIndicator: If the ingredient is a known or suspected allergen. Note that this is a property of the substance, so if a reference to a SubstanceDefinition is used to decribe that (rather than just a code), the allergen information should go there, not here." , "DeviceDefinition.material.allergenicIndicator: Whether the substance is a known or suspected allergen." ;
        rdfs:label                      "allergenicIndicator" ;
        fhir:modifierExtensionProperty  fhir:_allergenicIndicator ;
        dc:title                        "Ingredient.allergenicIndicator: If the ingredient is a known or suspected allergen" , "DeviceDefinition.material.allergenicIndicator: Whether the substance is a known or suspected allergen" .

fhir:_regulator  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.regulator" ;
        rdfs:label    "_regulator" .

fhir:issue  a                           owl:ObjectProperty ;
        rdfs:comment                    "OperationOutcome.issue: An error, warning, or information message that results from a system action." , "Citation.citedArtifact.publicationForm.issue: Issue, part or supplement of journal or other collection in which the article is published." ;
        rdfs:label                      "issue" ;
        fhir:modifierExtensionProperty  fhir:_issue ;
        dc:title                        "OperationOutcome.issue: A single issue associated with the action" , "Citation.citedArtifact.publicationForm.issue: Issue, part or supplement of journal or other collection in which the article is published" .

fhir:_admission  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.admission" ;
        rdfs:label    "_admission" .

fhir:_extension  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DomainResource.extension" , "(Modified) Element.extension" ;
        rdfs:label    "_extension" .

fhir:_notificationShape
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.notificationShape" ;
        rdfs:label    "_notificationShape" .

fhir:Device  a                       owl:Class ;
        rdfs:comment                 "This resource describes the properties (regulated, has real time clock, etc.), adminstrative (manufacturer name, model number, serial number, firmware, etc.), and type (knee replacement, blood pressure cuff, MRI, etc.) of a physical unit (these values do not change much within a given module, for example the serail number, manufacturer name, and model number). An actual unit may consist of several modules in a distinct hierarchy and these are represented by multiple Device resources and bound through the 'parent' element." ;
        rdfs:label                   "Device" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.device ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:mode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:availabilityStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Duration ;
                                       owl:onProperty     fhir:duration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:modelNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:mode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DevicePropertyComponent ;
                                       owl:onProperty     fhir:property
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:biologicalSourceEvent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:manufactureDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:partNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:modelNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:partNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:manufactureDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:parent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:biologicalSourceEvent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:displayName
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:safety
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceConformsToComponent ;
                                       owl:onProperty     fhir:conformsTo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:duration
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:displayName
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceUdiCarrierComponent ;
                                       owl:onProperty     fhir:udiCarrier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:definition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:availabilityStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:gateway
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:serialNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:serialNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceNameComponent ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:cycle
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Count ;
                                       owl:onProperty     fhir:cycle
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:lotNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:parent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lotNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceVersionComponent ;
                                       owl:onProperty     fhir:version
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Device .

fhir:Range  a            owl:Class ;
        rdfs:comment     "A set of ordered Quantities defined by a low and high limit." ;
        rdfs:label       "Range" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:high
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:high
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:low
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:low
                         ] ;
        dc:title         "Set of values bounded by low and high" .

fhir:ItemBodySite  a     owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Item.ItemBodySite: Physical location where the service is performed or applies." ;
        rdfs:label       "ItemBodySite" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subSite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:site
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:site
                         ] .

fhir:average  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.average: An average amount of polymerisation." ;
        rdfs:label                      "average" ;
        fhir:modifierExtensionProperty  fhir:_average ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.average: An average amount of polymerisation" .

fhir:SubstanceNucleicAcidSubunitSugarComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceNucleicAcidSubunitComponent.SubstanceNucleicAcidSubunitSugarComponent: 5.3.6.8.1 Sugar ID (Mandatory)." ;
        rdfs:label       "SubstanceNucleicAcidSubunitSugarComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:residueSite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:residueSite
                         ] .

fhir:Composition  a                  owl:Class ;
        rdfs:comment                 "A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.)." ;
        rdfs:label                   "Composition" ;
        rdfs:subClassOf              w5:infrastructure.documents , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CompositionAttesterComponent ;
                                       owl:onProperty     fhir:attester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RelatedArtifact ;
                                       owl:onProperty     fhir:relatesTo
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:custodian
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:UsageContext ;
                                       owl:onProperty     fhir:useContext
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Section ;
                                       owl:onProperty     fhir:section
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:custodian
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CompositionEventComponent ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Composition .

fhir:_otherMap  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.group.unmapped.otherMap" ;
        rdfs:label    "_otherMap" .

fhir:Rule  a             owl:Class ;
        rdfs:comment     "Permission.Rule: A set of rules." ;
        rdfs:label       "Rule" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:limit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PermissionRuleActivityComponent ;
                           owl:onProperty     fhir:activity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PermissionRuleDataComponent ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:testScript  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestReport.testScript: Ideally this is an absolute URL that is used to identify the version-specific TestScript that was executed, matching the `TestScript.url`." ;
        rdfs:label                      "testScript" ;
        fhir:modifierExtensionProperty  fhir:_testScript ;
        dc:title                        "TestReport.testScript: Canonical URL to the  version-specific TestScript that was executed to produce this TestReport" .

fhir:targetId  a                        owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.link.targetId: The target node for this link." , "RequestOrchestration.action.relatedAction.targetId: The element id of the target related action." , "TestScript.test.action.operation.targetId: Id of fixture used for extracting the [id],  [type], and [vid] for GET requests." , "TestScript.teardown.action.operation.targetId: Id of fixture used for extracting the [id],  [type], and [vid] for GET requests." , "RequestOrchestration.action.action.relatedAction.targetId: The element id of the target related action." , "PlanDefinition.action.relatedAction.targetId: The element id of the target related action." , "TestScript.setup.action.operation.targetId: Id of fixture used for extracting the [id],  [type], and [vid] for GET requests." , "PlanDefinition.action.action.relatedAction.targetId: The element id of the target related action." ;
        rdfs:label                      "targetId" ;
        fhir:modifierExtensionProperty  fhir:_targetId ;
        dc:title                        "TestScript.setup.action.operation.targetId: Id of fixture used for extracting the [id],  [type], and [vid] for GET requests" , "PlanDefinition.action.action.relatedAction.targetId: What action is this related to" , "PlanDefinition.action.relatedAction.targetId: What action is this related to" , "RequestOrchestration.action.action.relatedAction.targetId: What action this is related to" , "TestScript.test.action.operation.targetId: Id of fixture used for extracting the [id],  [type], and [vid] for GET requests" , "TestScript.teardown.action.operation.targetId: Id of fixture used for extracting the [id],  [type], and [vid] for GET requests" , "RequestOrchestration.action.relatedAction.targetId: What action this is related to" , "GraphDefinition.link.targetId: Target Node for this link" .

fhir:_additionalAttribute
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.additionalAttribute" ;
        rdfs:label    "_additionalAttribute" .

fhir:_validity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.validity" ;
        rdfs:label    "_validity" .

fhir:_product  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.product" , "(Modified) MedicinalProductDefinition.crossReference.product" , "(Modified) ConceptMap.group.element.target.product" , "(Modified) ChargeItem.product" , "(Modified) BiologicallyDerivedProductDispense.product" , "(Modified) ActivityDefinition.product" ;
        rdfs:label    "_product" .

fhir:objective  a                       owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.objective: A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study." ;
        rdfs:label                      "objective" ;
        fhir:modifierExtensionProperty  fhir:_objective ;
        dc:title                        "ResearchStudy.objective: A goal for the study" .

fhir:_containedItem  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.packaging.packaging.containedItem" , "(Modified) PackagedProductDefinition.packaging.containedItem" ;
        rdfs:label    "_containedItem" .

fhir:MedicationKnowledgePackagingComponentCost
        a                owl:Class ;
        rdfs:comment     "The cost of the packaged medication." ;
        rdfs:label       "MedicationKnowledgePackagingComponentCost" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectiveDate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:cost
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:cost
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:cost
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:cost
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:source
                         ] ;
        dc:title         "Cost of the packaged medication" .

fhir:relatedDevice  a                   owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.link.relatedDevice: A reference to the linked device." ;
        rdfs:label                      "relatedDevice" ;
        fhir:modifierExtensionProperty  fhir:_relatedDevice ;
        dc:title                        "DeviceDefinition.link.relatedDevice: A reference to the linked device" .

fhir:QuestionnaireItemEnableWhenComponent
        a                owl:Class ;
        rdfs:comment     "QuestionnaireItemComponentItem.QuestionnaireItemEnableWhenComponent: A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true." , "QuestionnaireItemComponent.QuestionnaireItemEnableWhenComponent: A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true." ;
        rdfs:label       "QuestionnaireItemEnableWhenComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:question
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:question
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:question
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:operator
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:question
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:operator
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:answer
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:answer
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:operator
                         ] .

fhir:_numberAffected  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.numberAffected" ;
        rdfs:label    "_numberAffected" .

fhir:_batch  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Medication.batch" ;
        rdfs:label    "_batch" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess
        a                owl:Class ;
        rdfs:comment     "Indicates that the step is a complex sub-process with its own steps." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:postConditions
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepComponent ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:preConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:postConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        dc:title         "Step is nested process" .

fhir:preparationInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.preparationInstruction: The instructions for preparing the medication." ;
        rdfs:label                      "preparationInstruction" ;
        fhir:modifierExtensionProperty  fhir:_preparationInstruction ;
        dc:title                        "MedicationKnowledge.preparationInstruction: The instructions for preparing the medication" .

fhir:EpisodeOfCare  a                owl:Class ;
        rdfs:comment                 "An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time." ;
        rdfs:label                   "EpisodeOfCare" ;
        rdfs:subClassOf              w5:workflow.encounter , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:careManager
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reason ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:careManager
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:careTeam
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:referralRequest
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:account
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:EpisodeOfCareStatusHistoryComponent ;
                                       owl:onProperty     fhir:statusHistory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Diagnosis ;
                                       owl:onProperty     fhir:diagnosis
                                     ] ;
        fhir:modifierExtensionClass  fhir:_EpisodeOfCare .

fhir:_entity  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.entity" , "(Modified) Group.member.entity" , "(Modified) Contract.term.group.asset.valuedItem.entity" , "(Modified) Contract.term.asset.valuedItem.entity" , "(Modified) AuditEvent.entity" ;
        rdfs:label    "_entity" .

fhir:_initiator  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.operation.initiator" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.initiator" , "(Modified) ExampleScenario.process.step.operation.initiator" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.initiator" , "(Modified) ExampleScenario.process.step.process.step.operation.initiator" ;
        rdfs:label    "_initiator" .

fhir:_communication  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RelatedPerson.communication" , "(Modified) PractitionerRole.communication" , "(Modified) Practitioner.communication" , "(Modified) Person.communication" , "(Modified) Patient.communication" , "(Modified) HealthcareService.communication" ;
        rdfs:label    "_communication" .

fhir:programEligibility
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Immunization.programEligibility: Indicates a patient's eligibility for a funding program." ;
        rdfs:label                      "programEligibility" ;
        fhir:modifierExtensionProperty  fhir:_programEligibility ;
        dc:title                        "Immunization.programEligibility: Patient eligibility for a specific vaccination program" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( fhir:BackboneType fhir:_BackboneType )
] .

fhir:addItem  a                         owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem: The first-tier service adjudications for payor added product or service lines." , "ClaimResponse.addItem: The first-tier service adjudications for payor added product or service lines." ;
        rdfs:label                      "addItem" ;
        fhir:modifierExtensionProperty  fhir:_addItem ;
        dc:title                        "ExplanationOfBenefit.addItem: Insurer added line items" , "ClaimResponse.addItem: Insurer added line items" .

fhir:_details  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationOutcome.issue.details" , "(Modified) MessageHeader.response.details" ;
        rdfs:label    "_details" .

fhir:pageString  a                      owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.pageString: Used for full display of pagination." ;
        rdfs:label                      "pageString" ;
        fhir:modifierExtensionProperty  fhir:_pageString ;
        dc:title                        "Citation.citedArtifact.publicationForm.pageString: Used for full display of pagination" .

fhir:expansion  a                       owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion: A value set can also be \"expanded\", where the value set is turned into a simple collection of enumerated codes. This element holds the expansion, if it has been performed." , "TerminologyCapabilities.expansion: Information about the [ValueSet/$expand](valueset-operation-expand.html) operation." ;
        rdfs:label                      "expansion" ;
        fhir:modifierExtensionProperty  fhir:_expansion ;
        dc:title                        "ValueSet.expansion: Used when the value set is \"expanded\"" , "TerminologyCapabilities.expansion: Information about the [ValueSet/$expand](valueset-operation-expand.html) operation" .

fhir:MedicationKnowledgeRegulatoryComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeRegulatoryComponent: Regulatory information about a medication." ;
        rdfs:label       "MedicationKnowledgeRegulatoryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:regulatoryAuthority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxDispense
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeRegulatoryMaxDispenseComponent ;
                           owl:onProperty     fhir:maxDispense
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:regulatoryAuthority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeRegulatorySubstitutionComponent ;
                           owl:onProperty     fhir:substitution
                         ] .

fhir:_affiliation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.affiliation" ;
        rdfs:label    "_affiliation" .

fhir:_contentDefinition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.contentDefinition" ;
        rdfs:label    "_contentDefinition" .

fhir:marketPeriod  a                    owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod: Begin and end dates for the commercial distribution of the device." , "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod: Begin and end dates for the commercial distribution of the device." , "DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod: Begin and end dates for the commercial distribution of the device." ;
        rdfs:label                      "marketPeriod" ;
        fhir:modifierExtensionProperty  fhir:_marketPeriod ;
        dc:title                        "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod: Begin and end dates for the commercial distribution of the device" , "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod: Begin and end dates for the commercial distribution of the device" , "DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod: Begin and end dates for the commercial distribution of the device" .

fhir:_reportingPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.reportingPeriod" ;
        rdfs:label    "_reportingPeriod" .

fhir:_accountNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.accountNumber" ;
        rdfs:label    "_accountNumber" .

fhir:_geneSequenceOrigin
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceReferenceInformation.gene.geneSequenceOrigin" ;
        rdfs:label    "_geneSequenceOrigin" .

fhir:subpotentReason  a                 owl:ObjectProperty ;
        rdfs:comment                    "Immunization.subpotentReason: Reason why a dose is considered to be subpotent." ;
        rdfs:label                      "subpotentReason" ;
        fhir:modifierExtensionProperty  fhir:_subpotentReason ;
        dc:title                        "Immunization.subpotentReason: Reason for being subpotent" .

fhir:inventoryStatus  a                 owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.inventoryStatus: The usage status e.g. recalled, in use, discarded... This can be used to indicate that the items have been taken out of inventory, or are in use, etc." ;
        rdfs:label                      "inventoryStatus" ;
        fhir:modifierExtensionProperty  fhir:_inventoryStatus ;
        dc:title                        "InventoryItem.inventoryStatus: The usage status like recalled, in use, discarded" .

fhir:subunit  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.subunit: This subclause refers to the description of each subunit constituting the SubstanceProtein. A subunit is a linear sequence of amino acids linked through peptide bonds. The Subunit information shall be provided when the finished SubstanceProtein is a complex of multiple sequences; subunits are not used to delineate domains within a single sequence. Subunits are listed in order of decreasing length; sequences of the same length will be ordered by decreasing molecular weight; subunits that have identical sequences will be repeated multiple times." , "SubstanceNucleicAcid.subunit.subunit: Index of linear sequences of nucleic acids in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts." , "SubstanceNucleicAcid.subunit: Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times." , "SubstanceProtein.subunit.subunit: Index of primary sequences of amino acids linked through peptide bonds in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts." ;
        rdfs:label                      "subunit" ;
        fhir:modifierExtensionProperty  fhir:_subunit ;
        dc:title                        "SubstanceProtein.subunit: This subclause refers to the description of each subunit constituting the SubstanceProtein. A subunit is a linear sequence of amino acids linked through peptide bonds. The Subunit information shall be provided when the finished SubstanceProtein is a complex of multiple sequences; subunits are not used to delineate domains within a single sequence. Subunits are listed in order of decreasing length; sequences of the same length will be ordered by decreasing molecular weight; subunits that have identical sequences will be repeated multiple times" , "SubstanceNucleicAcid.subunit: Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times" , "SubstanceNucleicAcid.subunit.subunit: Index of linear sequences of nucleic acids in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts" , "SubstanceProtein.subunit.subunit: Index of primary sequences of amino acids linked through peptide bonds in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts" .

fhir:orderer  a                         owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.orderer: The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings." ;
        rdfs:label                      "orderer" ;
        rdfs:subPropertyOf              w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_orderer ;
        dc:title                        "NutritionOrder.orderer: Who ordered the diet, formula or nutritional supplement" .

fhir:ExampleScenarioInstanceVersionComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioInstanceComponent.ExampleScenarioInstanceVersionComponent: Represents the instance as it was at a specific time-point." ;
        rdfs:label       "ExampleScenarioInstanceVersionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:content
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:content
                         ] .

fhir:itemStatus  a                      owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.inventoryListing.itemStatus: The status of the items." ;
        rdfs:label                      "itemStatus" ;
        fhir:modifierExtensionProperty  fhir:_itemStatus ;
        dc:title                        "InventoryReport.inventoryListing.itemStatus: The status of the items that are being reported" .

fhir:_ResearchStudy  a   owl:Class ;
        rdfs:comment     "(Modified) ResearchStudy" ;
        rdfs:label       "_ResearchStudy" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:resourceType  a                    owl:ObjectProperty ;
        rdfs:comment                    "Subscription.filterBy.resourceType: A resource listed in the `SubscriptionTopic` this `Subscription` references (`SubscriptionTopic.canFilterBy.resource`). This element can be used to differentiate filters for topics that include more than one resource type." , "Consent.provision.provision.resourceType: The resourceType(s) covered by this provision. The type can be a FHIR resource type or a profile on a type that indicates what information the consent relates to." , "Consent.provision.resourceType: The resourceType(s) covered by this provision. The type can be a FHIR resource type or a profile on a type that indicates what information the consent relates to." ;
        rdfs:label                      "resourceType" ;
        fhir:modifierExtensionProperty  fhir:_resourceType ;
        dc:title                        "Subscription.filterBy.resourceType: Allowed Resource (reference to definition) for this Subscription filter" , "Consent.provision.provision.resourceType: e.g. Resource Type, Profile, etc" , "Consent.provision.resourceType: e.g. Resource Type, Profile, etc" .

fhir:Quantity  a         owl:Class ;
        rdfs:comment     "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies." ;
        rdfs:label       "Quantity" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:value
                         ] ;
        dc:title         "A measured or measurable amount" .

fhir:contained  a                       owl:ObjectProperty ;
        rdfs:comment                    "DomainResource.contained: These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning." ;
        rdfs:label                      "contained" ;
        fhir:modifierExtensionProperty  fhir:_contained ;
        dc:title                        "DomainResource.contained: Contained, inline Resources" .

fhir:_appointmentType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Slot.appointmentType" , "(Modified) Appointment.appointmentType" ;
        rdfs:label    "_appointmentType" .

fhir:SpecimenDefinitionTypeTestedComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenDefinitionTypeTestedComponent: Specimen conditioned in a container as expected by the testing laboratory." ;
        rdfs:label       "SpecimenDefinitionTypeTestedComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SpecimenDefinitionTypeTestedHandlingComponent ;
                           owl:onProperty     fhir:handling
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:preference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:testingDestination
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isDerived
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:singleUse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:preference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:retentionTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:rejectionCriterion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:container
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isDerived
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SpecimenDefinitionTypeTestedContainerComponent ;
                           owl:onProperty     fhir:container
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:retentionTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:singleUse
                         ] .

fhir:_actual  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.progressStatus.actual" , "(Modified) EvidenceVariable.actual" , "(Modified) Citation.citedArtifact.statusDate.actual" , "(Modified) Citation.statusDate.actual" ;
        rdfs:label    "_actual" .

fhir:CostToBeneficiary
        a                owl:Class ;
        rdfs:comment     "Coverage.CostToBeneficiary: A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been  included on the health card." ;
        rdfs:label       "CostToBeneficiary" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:term
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Exemption ;
                           owl:onProperty     fhir:exception
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:network
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:term
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:network
                         ] .

fhir:_Schedule  a        owl:Class ;
        rdfs:comment     "(Modified) Schedule" ;
        rdfs:label       "_Schedule" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:programCode  a                     owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.programCode: Identifies the program under which this may be recovered." , "ExplanationOfBenefit.item.programCode: Identifies the program under which this may be recovered." , "ExplanationOfBenefit.item.detail.programCode: Identifies the program under which this may be recovered." , "Claim.item.detail.programCode: Identifies the program under which this may be recovered." , "Claim.item.programCode: Identifies the program under which this may be recovered." , "ClaimResponse.addItem.programCode: Identifies the program under which this may be recovered." , "Claim.item.detail.subDetail.programCode: Identifies the program under which this may be recovered." , "ExplanationOfBenefit.item.detail.subDetail.programCode: Identifies the program under which this may be recovered." ;
        rdfs:label                      "programCode" ;
        fhir:modifierExtensionProperty  fhir:_programCode ;
        dc:title                        "ExplanationOfBenefit.item.detail.subDetail.programCode: Program the product or service is provided under" , "ExplanationOfBenefit.item.detail.programCode: Program the product or service is provided under" , "Claim.item.detail.subDetail.programCode: Program the product or service is provided under" , "ClaimResponse.addItem.programCode: Program the product or service is provided under" , "ExplanationOfBenefit.item.programCode: Program the product or service is provided under" , "Claim.item.programCode: Program the product or service is provided under" , "ExplanationOfBenefit.addItem.programCode: Program the product or service is provided under" , "Claim.item.detail.programCode: Program the product or service is provided under" .

fhir:_PractitionerRole
        a                owl:Class ;
        rdfs:comment     "(Modified) PractitionerRole" ;
        rdfs:label       "_PractitionerRole" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:guarantor  a                       owl:ObjectProperty ;
        rdfs:comment                    "Account.guarantor: The parties responsible for balancing the account if other payment options fall short." ;
        rdfs:label                      "guarantor" ;
        fhir:modifierExtensionProperty  fhir:_guarantor ;
        dc:title                        "Account.guarantor: The parties ultimately responsible for balancing the Account" .

fhir:_FamilyMemberHistory
        a                owl:Class ;
        rdfs:comment     "(Modified) FamilyMemberHistory" ;
        rdfs:label       "_FamilyMemberHistory" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_operationTypeReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.operationTypeReason" ;
        rdfs:label    "_operationTypeReason" .

fhir:_programStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.programEligibility.programStatus" ;
        rdfs:label    "_programStatus" .

fhir:_performerLinkId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.action.performerLinkId" , "(Modified) Contract.term.action.performerLinkId" ;
        rdfs:label    "_performerLinkId" .

fhir:onHold  a                          owl:ObjectProperty ;
        rdfs:comment                    "Account.guarantor.onHold: A guarantor may be placed on credit hold or otherwise have their role temporarily suspended." ;
        rdfs:label                      "onHold" ;
        fhir:modifierExtensionProperty  fhir:_onHold ;
        dc:title                        "Account.guarantor.onHold: Credit or other hold applied" .

fhir:ClaimResponse.Item.ItemDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ClaimResponse.Item.ItemDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        dc:title         "Detail level adjudication details" .

fhir:_copackagedIndicator
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.copackagedIndicator" ;
        rdfs:label    "_copackagedIndicator" .

fhir:storageGuideline
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.storageGuideline: Information on how the medication should be stored, for example, refrigeration temperatures and length of stability at a given temperature." ;
        rdfs:label                      "storageGuideline" ;
        fhir:modifierExtensionProperty  fhir:_storageGuideline ;
        dc:title                        "MedicationKnowledge.storageGuideline: How the medication should be stored" .

fhir:_receiver  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyDelivery.receiver" , "(Modified) ExampleScenario.process.step.operation.receiver" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.receiver" , "(Modified) MessageHeader.destination.receiver" , "(Modified) DeviceDispense.receiver" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.receiver" , "(Modified) ExampleScenario.process.step.process.step.operation.receiver" , "(Modified) MedicationDispense.receiver" , "(Modified) ExampleScenario.process.step.alternative.step.operation.receiver" ;
        rdfs:label    "_receiver" .

fhir:_whyStopped  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.whyStopped" ;
        rdfs:label    "_whyStopped" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponentStep
        a                owl:Class ;
        rdfs:comment     "Indicates the operation, sub-process or scenario that happens if the alternative option is selected." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepAlternativeComponentStep" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Alternative action(s)" .

fhir:_packageFor  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.packageFor" ;
        rdfs:label    "_packageFor" .

fhir:action  a                          owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.action: Sub actions." , "RequestOrchestration.action: The actions, if any, produced by the evaluation of the artifact." , "AuditEvent.action: Indicator for type of action performed during the event that generated the audit." , "TestScript.setup.action: Action would contain either an operation or an assertion." , "Consent.provision.provision.action: Actions controlled by this provision." , "Permission.rule.activity.action: Actions controlled by this Rule." , "PlanDefinition.action.action: Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition." , "PlanDefinition.action: An action or group of actions to be taken as part of the plan. For example, in clinical care, an action would be to prescribe a particular indicated medication, or perform a particular test as appropriate. In pharmaceutical quality, an action would be the test that needs to be performed on a drug product as defined in the quality specification." , "RequestOrchestration.action.action.action: Sub actions." , "DetectedIssue.mitigation.action: Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue." , "Procedure.focalDevice.action: The kind of change that happened to the device during the procedure." , "Contract.term.group.action: An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place." , "PlanDefinition.action.action.action: Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition." , "Consent.provision.action: Actions controlled by this provision." , "TestScript.test.action: Action would contain either an operation or an assertion." , "TestReport.test.action: Action would contain either an operation or an assertion." , "TestReport.setup.action: Action would contain either an operation or an assertion." , "Contract.term.action: An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place." , "TestReport.teardown.action: The teardown action will only contain an operation." , "TestScript.teardown.action: The teardown action will only contain an operation." ;
        rdfs:label                      "action" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_action ;
        dc:title                        "TestReport.teardown.action: One or more teardown operations performed" , "TestScript.setup.action: A setup operation or assert to perform" , "PlanDefinition.action.action: A sub-action" , "Contract.term.group.action: Entity being ascribed responsibility" , "Consent.provision.action: Actions controlled by this provision" , "Permission.rule.activity.action: Actions controlled by this rule" , "TestScript.test.action: A test operation or assert to perform" , "RequestOrchestration.action: Proposed actions, if any" , "PlanDefinition.action.action.action: A sub-action" , "Consent.provision.provision.action: Actions controlled by this provision" , "DetectedIssue.mitigation.action: What mitigation?" , "TestScript.teardown.action: One or more teardown operations to perform" , "TestReport.test.action: A test operation or assert that was performed" , "AuditEvent.action: Type of action performed during the event" , "RequestOrchestration.action.action.action: Sub action" , "Procedure.focalDevice.action: Kind of change to device" , "TestReport.setup.action: A setup operation or assert that was executed" , "Contract.term.action: Entity being ascribed responsibility" , "PlanDefinition.action: Action defined by the plan" , "RequestOrchestration.action.action: Sub action" .

fhir:_sourceMaterialState
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.sourceMaterialState" ;
        rdfs:label    "_sourceMaterialState" .

fhir:indicationGuideline
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.indicationGuideline: Guidelines or protocols that are applicable for the administration of the medication based on indication." ;
        rdfs:label                      "indicationGuideline" ;
        fhir:modifierExtensionProperty  fhir:_indicationGuideline ;
        dc:title                        "MedicationKnowledge.indicationGuideline: Guidelines or protocols for administration of the medication for an indication" .

fhir:_interaction  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceReferenceInformation.target.interaction" , "(Modified) ClinicalUseDefinition.interaction" , "(Modified) CapabilityStatement.rest.interaction" , "(Modified) CapabilityStatement.rest.resource.interaction" ;
        rdfs:label    "_interaction" .

fhir:aggregateMethod  a                 owl:ObjectProperty ;
        rdfs:comment                    "Measure.group.population.aggregateMethod: Specifies which method should be used to aggregate measure observation values. For most scoring types, this is implied by scoring (e.g. a proportion measure counts members of the populations). For continuous variables, however, this information must be specified to ensure correct calculation." ;
        rdfs:label                      "aggregateMethod" ;
        fhir:modifierExtensionProperty  fhir:_aggregateMethod ;
        dc:title                        "Measure.group.population.aggregateMethod: Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)" .

fhir:_authorizingPrescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.authorizingPrescription" ;
        rdfs:label    "_authorizingPrescription" .

fhir:_authoritative  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NamingSystem.uniqueId.authoritative" ;
        rdfs:label    "_authoritative" .

fhir:timeAspect  a                      owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.timeAspect: Time aspect of specimen collection (duration or offset)." ;
        rdfs:label                      "timeAspect" ;
        fhir:modifierExtensionProperty  fhir:_timeAspect ;
        dc:title                        "SpecimenDefinition.timeAspect: Time aspect for collection" .

fhir:_valueSet  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.binding.additional.valueSet" , "(Modified) OperationDefinition.parameter.part.binding.valueSet" , "(Modified) OperationDefinition.parameter.binding.valueSet" , "(Modified) ValueSet.compose.exclude.valueSet" , "(Modified) ConceptMap.group.unmapped.valueSet" , "(Modified) ConceptMap.group.element.target.dependsOn.valueSet" , "(Modified) DataRequirement.codeFilter.valueSet" , "(Modified) ElementDefinition.binding.valueSet" , "(Modified) CodeSystem.valueSet" , "(Modified) ValueSet.compose.include.valueSet" , "(Modified) ConceptMap.group.element.valueSet" , "(Modified) ConceptMap.group.element.target.product.valueSet" , "(Modified) ConceptMap.group.element.target.valueSet" ;
        rdfs:label    "_valueSet" .

fhir:OperationOutcome
        a                            owl:Class ;
        rdfs:comment                 "A collection of error, warning, or information messages that result from a system action." ;
        rdfs:label                   "OperationOutcome" ;
        rdfs:subClassOf              w5:infrastructure.exchange , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:issue
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:OperationOutcomeIssueComponent ;
                                       owl:onProperty     fhir:issue
                                     ] ;
        fhir:modifierExtensionClass  fhir:_OperationOutcome .

fhir:Contributor  a      owl:Class ;
        rdfs:comment     "A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers." ;
        rdfs:label       "Contributor" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        dc:title         "Contributor information" .

fhir:_message  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.teardown.action.operation.message" , "(Modified) TestReport.test.action.assert.message" , "(Modified) TestReport.test.action.operation.message" , "(Modified) TestReport.setup.action.assert.message" , "(Modified) TestReport.setup.action.operation.message" , "(Modified) MessageDefinition.allowedResponse.message" ;
        rdfs:label    "_message" .

fhir:import  a                          owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.import: Other maps used by this map (canonical URLs)." ;
        rdfs:label                      "import" ;
        fhir:modifierExtensionProperty  fhir:_import ;
        dc:title                        "StructureMap.import: Other maps used by this map (canonical URLs)" .

fhir:definitionByTypeAndValue
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue: Defines the characteristic using both a type and value[x] elements." , "EvidenceVariable.characteristic.definitionByTypeAndValue: Defines the characteristic using both a type and value[x] elements." ;
        rdfs:label                      "definitionByTypeAndValue" ;
        fhir:modifierExtensionProperty  fhir:_definitionByTypeAndValue ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue: Defines the characteristic using type and value" , "EvidenceVariable.characteristic.definitionByTypeAndValue: Defines the characteristic using type and value" .

fhir:TestScriptSetupActionOperationComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptSetupComponent.SetupAction.TestScriptSetupActionOperationComponent: The operation to perform." ;
        rdfs:label       "TestScriptSetupActionOperationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:responseId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:accept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:requestId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:encodeRequestUrl
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:params
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:accept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responseId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionOperationRequestHeaderComponent ;
                           owl:onProperty     fhir:requestHeader
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:encodeRequestUrl
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:params
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:mitigatingAction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.mitigatingAction: The ameliorating action taken after the adverse event occured in order to reduce the extent of harm." ;
        rdfs:label                      "mitigatingAction" ;
        fhir:modifierExtensionProperty  fhir:_mitigatingAction ;
        dc:title                        "AdverseEvent.mitigatingAction: Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm" .

fhir:validationDate  a                  owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.primarySource.validationDate: When the target was validated against the primary source." ;
        rdfs:label                      "validationDate" ;
        fhir:modifierExtensionProperty  fhir:_validationDate ;
        dc:title                        "VerificationResult.primarySource.validationDate: When the target was validated against the primary source" .

fhir:healthcareService
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PractitionerRole.healthcareService: The list of healthcare services that this worker provides for this role's Organization/Location(s)." , "OrganizationAffiliation.healthcareService: Healthcare services provided through the role." ;
        rdfs:label                      "healthcareService" ;
        fhir:modifierExtensionProperty  fhir:_healthcareService ;
        dc:title                        "PractitionerRole.healthcareService: Healthcare services provided for this role's Organization/Location(s)" , "OrganizationAffiliation.healthcareService: Healthcare services provided through the role" .

fhir:conditionalPatch
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.conditionalPatch: A flag that indicates that the server supports conditional patch." ;
        rdfs:label                      "conditionalPatch" ;
        fhir:modifierExtensionProperty  fhir:_conditionalPatch ;
        dc:title                        "CapabilityStatement.rest.resource.conditionalPatch: If allows/uses conditional patch" .

fhir:minimumVolume  a                   owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.container.minimumVolume" ;
        rdfs:label                      "minimumVolume" ;
        fhir:modifierExtensionProperty  fhir:_minimumVolume .

fhir:_practiceSetting
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DocumentReference.practiceSetting" ;
        rdfs:label    "_practiceSetting" .

fhir:protocol  a                        owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.protocol: The set of steps expected to be performed as part of the execution of the study." , "ClinicalImpression.protocol: Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis." , "CapabilityStatement.messaging.endpoint.protocol: A list of the messaging transport protocol(s) identifiers, supported by this endpoint." ;
        rdfs:label                      "protocol" ;
        fhir:modifierExtensionProperty  fhir:_protocol ;
        dc:title                        "ResearchStudy.protocol: Steps followed in executing study" , "ClinicalImpression.protocol: Clinical Protocol followed" , "CapabilityStatement.messaging.endpoint.protocol: http | ftp | mllp +" .

fhir:_structureProfile
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.instance.structureProfile" ;
        rdfs:label    "_structureProfile" .

fhir:_Coverage  a        owl:Class ;
        rdfs:comment     "(Modified) Coverage" ;
        rdfs:label       "_Coverage" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_issuerType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.issuerType" ;
        rdfs:label    "_issuerType" .

fhir:MedicationRequest
        a                            owl:Class ;
        rdfs:comment                 "An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns." ;
        rdfs:label                   "MedicationRequest" ;
        rdfs:subClassOf              w5:clinical.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performerType
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationRequestDispenseRequestComponent ;
                                       owl:onProperty     fhir:dispenseRequest
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priorPrescription
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:substitution
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:reported
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Dosage ;
                                       owl:onProperty     fhir:dosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reported
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:priorPrescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:effectiveDosePeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recorder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:renderedDosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:renderedDosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:eventHistory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:effectiveDosePeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:courseOfTherapyType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:performerType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dispenseRequest
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationRequestSubstitutionComponent ;
                                       owl:onProperty     fhir:substitution
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:statusChanged
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:informationSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:courseOfTherapyType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusChanged
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MedicationRequest .

fhir:_pattern  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.pattern" ;
        rdfs:label    "_pattern" .

fhir:processingFacility
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.processingFacility: Processing facilities responsible for the labeling and distribution of this biologically derived product." ;
        rdfs:label                      "processingFacility" ;
        fhir:modifierExtensionProperty  fhir:_processingFacility ;
        dc:title                        "BiologicallyDerivedProduct.processingFacility: Processing facilities responsible for the labeling and distribution of this biologically derived product" .

fhir:_situation  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MessageDefinition.allowedResponse.situation" ;
        rdfs:label    "_situation" .

fhir:_patchFormat  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.patchFormat" ;
        rdfs:label    "_patchFormat" .

fhir:alternateMaterial
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packaging.packaging.alternateMaterial: A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material (e.g. different types of plastic for a blister sleeve)." , "PackagedProductDefinition.packaging.alternateMaterial: A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material (e.g. different types of plastic for a blister sleeve)." ;
        rdfs:label                      "alternateMaterial" ;
        fhir:modifierExtensionProperty  fhir:_alternateMaterial ;
        dc:title                        "PackagedProductDefinition.packaging.packaging.alternateMaterial: A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material" , "PackagedProductDefinition.packaging.alternateMaterial: A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material" .

fhir:responsible  a                     owl:ObjectProperty ;
        rdfs:comment                    "NamingSystem.responsible: The name of the organization that is responsible for issuing identifiers or codes for this namespace and ensuring their non-collision." , "ExplanationOfBenefit.careTeam.responsible: The party who is billing and/or responsible for the claimed products or services." , "Claim.careTeam.responsible: The party who is billing and/or responsible for the claimed products or services." , "Contract.term.asset.valuedItem.responsible: Who will make payment." , "Contract.term.group.asset.valuedItem.responsible: Who will make payment." , "PaymentReconciliation.allocation.responsible: A reference to the individual who is responsible for inquiries regarding the response and its payment." , "MessageHeader.responsible: The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party." ;
        rdfs:label                      "responsible" ;
        rdfs:subPropertyOf              w5:who.witness ;
        fhir:modifierExtensionProperty  fhir:_responsible ;
        dc:title                        "ExplanationOfBenefit.careTeam.responsible: Indicator of the lead practitioner" , "Contract.term.group.asset.valuedItem.responsible: Who will make payment" , "MessageHeader.responsible: Final responsibility for event" , "Claim.careTeam.responsible: Indicator of the lead practitioner" , "NamingSystem.responsible: Who maintains system namespace?" , "PaymentReconciliation.allocation.responsible: Contact for the response" , "Contract.term.asset.valuedItem.responsible: Who will make payment" .

fhir:PlanDefinitionActionRelatedActionComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponent.PlanDefinitionActionRelatedActionComponent: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." , "PlanDefinitionActionComponentAction.PlanDefinitionActionRelatedActionComponent: A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." ;
        rdfs:label       "PlanDefinitionActionRelatedActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:offset
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:offset
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:endRelationship
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:endRelationship
                         ] .

fhir:_security  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.rule.data.security" , "(Modified) CapabilityStatement.rest.security" , "(Modified) Meta.security" ;
        rdfs:label    "_security" .

fhir:combined  a                        owl:ObjectProperty ;
        rdfs:comment                    "Specimen.combined: This element signifies if the specimen is part of a group or pooled." ;
        rdfs:label                      "combined" ;
        fhir:modifierExtensionProperty  fhir:_combined ;
        dc:title                        "Specimen.combined: grouped | pooled" .

fhir:contains  a                        owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.contains: The codes that are contained in the value set expansion." , "ValueSet.expansion.contains.contains: Other codes and entries contained under this entry in the hierarchy." , "ValueSet.expansion.contains.contains.contains: Other codes and entries contained under this entry in the hierarchy." ;
        rdfs:label                      "contains" ;
        fhir:modifierExtensionProperty  fhir:_contains ;
        dc:title                        "ValueSet.expansion.contains: Codes in the value set" , "ValueSet.expansion.contains.contains: Codes contained under this entry" , "ValueSet.expansion.contains.contains.contains: Codes contained under this entry" .

fhir:_addresses  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.goal.addresses" , "(Modified) Goal.addresses" , "(Modified) CarePlan.addresses" ;
        rdfs:label    "_addresses" .

fhir:expirationDate  a                  owl:ObjectProperty ;
        rdfs:comment                    "Immunization.expirationDate: Date vaccine batch expires." , "BiologicallyDerivedProduct.expirationDate: Date, and where relevant time, of expiration." , "Medication.batch.expirationDate: When this specific batch of product will expire." , "Device.expirationDate: The date and time beyond which this device is no longer valid or should not be used (if applicable)." , "PaymentReconciliation.expirationDate: The year and month (YYYY-MM) when the instrument, typically card, expires." ;
        rdfs:label                      "expirationDate" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_expirationDate ;
        dc:title                        "Immunization.expirationDate: Vaccine expiration date" , "Medication.batch.expirationDate: When batch will expire" , "PaymentReconciliation.expirationDate: Expiration year-month" , "BiologicallyDerivedProduct.expirationDate: Date, and where relevant time, of expiration" , "Device.expirationDate: Date and time of expiry of this device (if applicable)" .

fhir:compartment  a                     owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.link.compartment: Compartment Consistency Rules." , "CapabilityStatement.rest.compartment: An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL ." ;
        rdfs:label                      "compartment" ;
        fhir:modifierExtensionProperty  fhir:_compartment ;
        dc:title                        "GraphDefinition.link.compartment: Compartment Consistency Rules" , "CapabilityStatement.rest.compartment: Compartments served/used by system" .

fhir:_scoring  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.scoring" , "(Modified) Measure.group.scoring" , "(Modified) Measure.scoring" ;
        rdfs:label    "_scoring" .

fhir:policy  a                          owl:ObjectProperty ;
        rdfs:comment                    "AuditEvent.agent.policy: Where the policy(ies) are known that authorized the agent participation in the event. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used." , "AuditEvent.entity.agent.policy: Where the policy(ies) are known that authorized the agent participation in the event. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used." , "Provenance.policy: Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc." ;
        rdfs:label                      "policy" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_policy ;
        dc:title                        "AuditEvent.agent.policy: Policy that authorized the agent participation in the event" , "AuditEvent.entity.agent.policy: Policy that authorized the agent participation in the event" , "Provenance.policy: Policy or plan the activity was defined by" .

fhir:recordedDate  a                    owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.recordedDate: The date on which the existence of the AdverseEvent was first recorded." , "Condition.recordedDate: The recordedDate represents when this particular Condition record was created in the system, which is often a system-generated date." , "AllergyIntolerance.recordedDate: The recordedDate represents when this particular AllergyIntolerance record was created in the system, which is often a system-generated date." ;
        rdfs:label                      "recordedDate" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_recordedDate ;
        dc:title                        "AdverseEvent.recordedDate: When the event was recorded" , "AllergyIntolerance.recordedDate: Date allergy or intolerance was first recorded" , "Condition.recordedDate: Date condition was first recorded" .

fhir:_sourceScope  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.sourceScope" ;
        rdfs:label    "_sourceScope" .

fhir:_chain  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SearchParameter.chain" ;
        rdfs:label    "_chain" .

fhir:ImplementationGuideManifestComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideManifestComponent: Information about an assembled implementation guide, created by the publication tooling." ;
        rdfs:label       "ImplementationGuideManifestComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:other
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rendering
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:image
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManifestPage ;
                           owl:onProperty     fhir:page
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManifestResource ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:rendering
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] .

fhir:_contributedToDeath
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.procedure.contributedToDeath" , "(Modified) FamilyMemberHistory.condition.contributedToDeath" ;
        rdfs:label    "_contributedToDeath" .

fhir:_diagnosisRelatedGroup
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.diagnosisRelatedGroup" , "(Modified) ClaimResponse.diagnosisRelatedGroup" , "(Modified) Claim.diagnosisRelatedGroup" ;
        rdfs:label    "_diagnosisRelatedGroup" .

fhir:_referenceNumber
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.referenceNumber" ;
        rdfs:label    "_referenceNumber" .

fhir:_template  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.definition.template" ;
        rdfs:label    "_template" .

fhir:_preConditions  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.process.preConditions" , "(Modified) ExampleScenario.process.step.process.preConditions" , "(Modified) ExampleScenario.process.preConditions" ;
        rdfs:label    "_preConditions" .

fhir:_score  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.score" , "(Modified) Bundle.entry.search.score" ;
        rdfs:label    "_score" .

fhir:SubstancePolymerMonomerSetComponent
        a                owl:Class ;
        rdfs:comment     "SubstancePolymerMonomerSetComponent: Todo." ;
        rdfs:label       "SubstancePolymerMonomerSetComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstancePolymerMonomerSetStartingMaterialComponent ;
                           owl:onProperty     fhir:startingMaterial
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ratioType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:ratioType
                         ] .

fhir:_requiredBehavior
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.requiredBehavior" , "(Modified) RequestOrchestration.action.requiredBehavior" , "(Modified) PlanDefinition.action.action.requiredBehavior" , "(Modified) PlanDefinition.action.requiredBehavior" ;
        rdfs:label    "_requiredBehavior" .

fhir:_statusHistory  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EpisodeOfCare.statusHistory" ;
        rdfs:label    "_statusHistory" .

fhir:replacementSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.edit.replacementSequence: Allele that was observed. Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the observed sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end." ;
        rdfs:label                      "replacementSequence" ;
        fhir:modifierExtensionProperty  fhir:_replacementSequence ;
        dc:title                        "MolecularSequence.relative.edit.replacementSequence: Allele that was observed" .

fhir:_file  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.characterization.file" , "(Modified) GenomicStudy.analysis.output.file" , "(Modified) GenomicStudy.analysis.input.file" ;
        rdfs:label    "_file" .

fhir:_height  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.height" ;
        rdfs:label    "_height" .

fhir:_groupSize  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.generalCost.groupSize" ;
        rdfs:label    "_groupSize" .

fhir:observedGroup  a                   owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.comparisonGroup.observedGroup: Group of participants who were enrolled in study comparisonGroup." ;
        rdfs:label                      "observedGroup" ;
        fhir:modifierExtensionProperty  fhir:_observedGroup ;
        dc:title                        "ResearchStudy.comparisonGroup.observedGroup: Group of participants who were enrolled in study comparisonGroup" .

fhir:receivedTime  a                    owl:ObjectProperty ;
        rdfs:comment                    "Specimen.receivedTime: Time when specimen is received by the testing laboratory for processing or testing." ;
        rdfs:label                      "receivedTime" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_receivedTime ;
        dc:title                        "Specimen.receivedTime: The time when specimen is received by the testing laboratory" .

fhir:_doseAndRate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Dosage.doseAndRate" ;
        rdfs:label    "_doseAndRate" .

fhir:definitionCanonical
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionCanonical: Defines the characteristic using Canonical." , "EvidenceVariable.characteristic.definitionCanonical: Defines the characteristic using Canonical." , "ChargeItem.definitionCanonical: References the source of pricing information, rules of application for the code this ChargeItem uses." ;
        rdfs:label                      "definitionCanonical" ;
        fhir:modifierExtensionProperty  fhir:_definitionCanonical ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionCanonical: Defines the characteristic (without using type and value) by a Canonical" , "EvidenceVariable.characteristic.definitionCanonical: Defines the characteristic (without using type and value) by a Canonical" , "ChargeItem.definitionCanonical: Resource defining the code of this ChargeItem" .

fhir:QuestionnaireResponseItemComponent
        a                owl:Class ;
        rdfs:comment     "QuestionnaireResponseItemComponent: A group or question item from the original questionnaire for which answers are provided." ;
        rdfs:label       "QuestionnaireResponseItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemAnswerComponent ;
                           owl:onProperty     fhir:answer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemComponentItem ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] .

fhir:_typeReference  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.actor.option.typeReference" , "(Modified) RequestOrchestration.action.action.participant.typeReference" , "(Modified) ActivityDefinition.participant.typeReference" , "(Modified) PlanDefinition.action.action.participant.typeReference" , "(Modified) Contract.term.group.asset.typeReference" , "(Modified) PlanDefinition.action.participant.typeReference" , "(Modified) Contract.term.asset.typeReference" , "(Modified) RequestOrchestration.action.participant.typeReference" ;
        rdfs:label    "_typeReference" .

fhir:PractitionerQualificationComponent
        a                owl:Class ;
        rdfs:comment     "PractitionerQualificationComponent: The official qualifications, certifications, accreditations, training, licenses (and other types of educations/skills/capabilities) that authorize or otherwise pertain to the provision of care by the practitioner.\r\rFor example, a medical license issued by a medical board of licensure authorizing the practitioner to practice medicine within a certain locality." ;
        rdfs:label       "PractitionerQualificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] .

fhir:cTerminalModificationId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.subunit.cTerminalModificationId: Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID." ;
        rdfs:label                      "cTerminalModificationId" ;
        fhir:modifierExtensionProperty  fhir:_cTerminalModificationId ;
        dc:title                        "SubstanceProtein.subunit.cTerminalModificationId: Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID" .

fhir:_requireBoth  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.queryCriteria.requireBoth" ;
        rdfs:label    "_requireBoth" .

fhir:dataAbsentReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Observation.component.dataAbsentReason: Provides a reason why the expected value in the element Observation.component.value[x] is missing." , "Observation.dataAbsentReason: Provides a reason why the expected value in the element Observation.value[x] is missing." , "FamilyMemberHistory.dataAbsentReason: Describes why the family member's history is not available." ;
        rdfs:label                      "dataAbsentReason" ;
        fhir:modifierExtensionProperty  fhir:_dataAbsentReason ;
        dc:title                        "Observation.component.dataAbsentReason: Why the component result is missing" , "Observation.dataAbsentReason: Why the result is missing" , "FamilyMemberHistory.dataAbsentReason: subject-unknown | withheld | unable-to-obtain | deferred" .

fhir:_criticality  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AllergyIntolerance.criticality" ;
        rdfs:label    "_criticality" .

fhir:_subjectStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EncounterHistory.subjectStatus" , "(Modified) Encounter.subjectStatus" ;
        rdfs:label    "_subjectStatus" .

fhir:_expiry  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Substance.expiry" , "(Modified) NutritionProduct.instance.expiry" , "(Modified) InventoryItem.instance.expiry" ;
        rdfs:label    "_expiry" .

fhir:usage  a                           owl:ObjectProperty ;
        rdfs:comment                    "ActivityDefinition.usage: A detailed description of how the activity definition is used from a clinical perspective." , "MedicinalProductDefinition.name.usage: Country and jurisdiction where the name applies, and associated language." , "Measure.supplementalData.usage: An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation." , "Library.usage: A detailed description of how the library is used from a clinical perspective." , "NamingSystem.usage: Provides guidance on the use of the namespace, including the handling of formatting characters, use of upper vs. lower case, etc." , "Measure.usage: A detailed description, from a clinical perspective, of how the measure is used." , "EventDefinition.usage: A detailed description of how the event definition is used from a clinical perspective." , "ElementDefinition.binding.additional.usage: Qualifies the usage of the binding. Typically bindings are qualified by jurisdiction, but they may also be qualified by gender, workflow status, clinical domain etc. The information to decide whether a usege context applies is usually outside the resource, determined by context, and this might present challenges for validation tooling." , "PlanDefinition.usage: A detailed description of how the plan definition is used from a clinical perspective." ;
        rdfs:label                      "usage" ;
        fhir:modifierExtensionProperty  fhir:_usage ;
        dc:title                        "Measure.supplementalData.usage: supplemental-data | risk-adjustment-factor" , "ActivityDefinition.usage: Describes the clinical usage of the activity definition" , "NamingSystem.usage: How/where is it used" , "PlanDefinition.usage: Describes the clinical usage of the plan" , "MedicinalProductDefinition.name.usage: Country and jurisdiction where the name applies" , "EventDefinition.usage: Describes the clinical usage of the event definition" , "Measure.usage: Describes the clinical usage of the measure" , "Library.usage: Describes the clinical usage of the library" , "ElementDefinition.binding.additional.usage: Qualifies the usage - jurisdiction, gender, workflow status etc." .

fhir:city  a                            owl:ObjectProperty ;
        rdfs:comment                    "Address.city: The name of the city, town, suburb, village or other community or delivery center." ;
        rdfs:label                      "city" ;
        fhir:modifierExtensionProperty  fhir:_city ;
        dc:title                        "Address.city: Name of city, town etc." .

fhir:_instances  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.instances" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.instances" ;
        rdfs:label    "_instances" .

fhir:stratum  a                         owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier.stratum: This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value." ;
        rdfs:label                      "stratum" ;
        fhir:modifierExtensionProperty  fhir:_stratum ;
        dc:title                        "MeasureReport.group.stratifier.stratum: Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components" .

fhir:MeasureReportGroupStratifierComponent
        a                owl:Class ;
        rdfs:comment     "MeasureReportGroupComponent.MeasureReportGroupStratifierComponent: When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure." ;
        rdfs:label       "MeasureReportGroupStratifierComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StratifierGroup ;
                           owl:onProperty     fhir:stratum
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] .

fhir:_ratioHighLimitAmount
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.relationship.ratioHighLimitAmount" ;
        rdfs:label    "_ratioHighLimitAmount" .

fhir:route  a                           owl:ObjectProperty ;
        rdfs:comment                    "Dosage.route: How drug should enter body." , "MedicinalProductDefinition.route: The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. See also AdministrableProductDefinition resource. MedicinalProductDefinition.route is the same concept as AdministrableProductDefinition.routeOfAdministration.code, and they cannot be used together." , "Immunization.route: The path by which the vaccine product is taken into the body." , "MedicationAdministration.dosage.route: A code specifying the route or physiological path of administration of a therapeutic agent into or onto the patient.  For example, topical, intravenous, etc." ;
        rdfs:label                      "route" ;
        fhir:modifierExtensionProperty  fhir:_route ;
        dc:title                        "MedicinalProductDefinition.route: The path by which the product is taken into or makes contact with the body" , "Dosage.route: How drug should enter body" , "MedicationAdministration.dosage.route: Path of substance into body" , "Immunization.route: How vaccine entered body" .

fhir:TestScriptMetadataLinkComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptMetadataComponent.TestScriptMetadataLinkComponent: A link to the FHIR specification that this test is covering." ;
        rdfs:label       "TestScriptMetadataLinkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] .

fhir:DeviceDispensePerformerComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDispensePerformerComponent: Indicates who or what performed the event." ;
        rdfs:label       "DeviceDispensePerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:frequencyMax  a                    owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.frequencyMax: If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range." ;
        rdfs:label                      "frequencyMax" ;
        fhir:modifierExtensionProperty  fhir:_frequencyMax ;
        dc:title                        "Timing.repeat.frequencyMax: Event occurs up to frequencyMax times per period" .

fhir:_number  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.process.step.number" , "(Modified) ExampleScenario.process.step.number" , "(Modified) ClaimResponse.processNote.number" , "(Modified) Contract.term.group.securityLabel.number" , "(Modified) ImagingStudy.series.instance.number" , "(Modified) ImagingSelection.instance.number" , "(Modified) Contract.term.securityLabel.number" , "(Modified) ExplanationOfBenefit.processNote.number" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.number" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.number" , "(Modified) ExampleScenario.process.step.alternative.step.number" , "(Modified) ImagingStudy.series.number" ;
        rdfs:label    "_number" .

fhir:QuestionnaireResponse
        a                            owl:Class ;
        rdfs:comment                 "A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to." ;
        rdfs:label                   "QuestionnaireResponse" ;
        rdfs:subClassOf              w5:infrastructure.information , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authored
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:QuestionnaireResponseItemComponent ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:questionnaire
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:questionnaire
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authored
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        fhir:modifierExtensionClass  fhir:_QuestionnaireResponse .

fhir:MappingProperty  a  owl:Class ;
        rdfs:comment     "ConceptMapGroupComponent.SourceElement.TargetElement.MappingProperty: A property value for this source -> target mapping." ;
        rdfs:label       "MappingProperty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_securityContext
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Binary.securityContext" ;
        rdfs:label    "_securityContext" .

fhir:display  a                         owl:ObjectProperty ;
        rdfs:comment                    "TestReport.participant.display: The display name of the participant." , "Citation.citedArtifact.relatesTo.display: A brief description of the document or knowledge resource being referenced, suitable for display to a consumer." , "RelatedArtifact.display: A brief description of the document or knowledge resource being referenced, suitable for display to a consumer." , "Device.name.display: Indicates the default or preferred name to be displayed." , "Coding.display: A representation of the meaning of the code in the system, following the rules of the system." , "CodeSystem.concept.concept.display: A human readable string that is the recommended default way to present this concept to a user." , "CodeSystem.concept.display: A human readable string that is the recommended default way to present this concept to a user." , "EvidenceReport.relatesTo.target.display: Target of the relationship Display." , "ConceptMap.group.unmapped.display: The display for the code. The display is only provided to help editors when editing the concept map." , "ValueSet.expansion.contains.display: The recommended display for this item in the expansion." , "ConceptMap.group.element.display: The display for the code. The display is only provided to help editors when editing the concept map." , "Reference.display: Plain text narrative that identifies the resource in addition to the resource reference." , "ValueSet.expansion.contains.contains.display: The recommended display for this item in the expansion." , "ValueSet.compose.include.concept.display: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system." , "ConceptMap.group.element.target.display: The display for the code. The display is only provided to help editors when editing the concept map." , "ValueSet.compose.exclude.concept.display: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system." ;
        rdfs:label                      "display" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_display ;
        dc:title                        "ConceptMap.group.element.display: Display for the code" , "CodeSystem.concept.display: Text to display to the user" , "ValueSet.compose.include.concept.display: Text to display for this code for this value set in this valueset" , "ValueSet.compose.exclude.concept.display: Text to display for this code for this value set in this valueset" , "ConceptMap.group.element.target.display: Display for the code" , "ConceptMap.group.unmapped.display: Display for the code" , "Reference.display: Text alternative for the resource" , "CodeSystem.concept.concept.display: Text to display to the user" , "RelatedArtifact.display: Brief description of the related artifact" , "Citation.citedArtifact.relatesTo.display: Brief description of the related artifact" , "EvidenceReport.relatesTo.target.display: Target of the relationship Display" , "Coding.display: Representation defined by the system" , "ValueSet.expansion.contains.contains.display: User display for the concept" , "Device.name.display: The preferred device name" , "ValueSet.expansion.contains.display: User display for the concept" , "TestReport.participant.display: The display name of the participant" .

fhir:yearlyTemplate  a                  owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.yearlyTemplate: Information about yearly recurring appointments." ;
        rdfs:label                      "yearlyTemplate" ;
        fhir:modifierExtensionProperty  fhir:_yearlyTemplate ;
        dc:title                        "Appointment.recurrenceTemplate.yearlyTemplate: Information about yearly recurring appointments" .

fhir:ChargeItemPerformerComponent
        a                owl:Class ;
        rdfs:comment     "ChargeItemPerformerComponent: Indicates who or what performed or participated in the charged service." ;
        rdfs:label       "ChargeItemPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:Contact  a          owl:Class ;
        rdfs:comment     "Patient.Contact: A contact party (e.g. guardian, partner, friend) for the patient." ;
        rdfs:label       "Contact" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Address ;
                           owl:onProperty     fhir:address
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:address
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:gender
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:gender
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:HumanName ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactPoint ;
                           owl:onProperty     fhir:telecom
                         ] .

fhir:EndpointPayloadComponent
        a                owl:Class ;
        rdfs:comment     "EndpointPayloadComponent: The set of payloads that are provided/available at this endpoint." ;
        rdfs:label       "EndpointPayloadComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mimeType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_relatedArtifact
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItemDefinition.propertyGroup.applicability.relatedArtifact" , "(Modified) ArtifactAssessment.content.component.relatedArtifact" , "(Modified) EventDefinition.relatedArtifact" , "(Modified) Citation.relatedArtifact" , "(Modified) NamingSystem.relatedArtifact" , "(Modified) MetadataResource.relatedArtifact" , "(Modified) ActivityDefinition.relatedArtifact" , "(Modified) DeviceDefinition.guideline.relatedArtifact" , "(Modified) EvidenceReport.relatedArtifact" , "(Modified) ResearchStudy.relatedArtifact" , "(Modified) PlanDefinition.relatedArtifact" , "(Modified) ValueSet.relatedArtifact" , "(Modified) CodeSystem.relatedArtifact" , "(Modified) Library.relatedArtifact" , "(Modified) Evidence.relatedArtifact" , "(Modified) EvidenceVariable.relatedArtifact" , "(Modified) ChargeItemDefinition.applicability.relatedArtifact" , "(Modified) Measure.relatedArtifact" , "(Modified) ConceptMap.relatedArtifact" , "(Modified) ArtifactAssessment.content.relatedArtifact" ;
        rdfs:label    "_relatedArtifact" .

fhir:updateCreate  a                    owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.updateCreate: A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server." ;
        rdfs:label                      "updateCreate" ;
        fhir:modifierExtensionProperty  fhir:_updateCreate ;
        dc:title                        "CapabilityStatement.rest.resource.updateCreate: If update can commit to a new identity" .

fhir:_subtype  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.subtype" , "(Modified) Contract.term.asset.subtype" ;
        rdfs:label    "_subtype" .

fhir:ExplanationOfBenefit.AddedItemAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ExplanationOfBenefit.AddedItemAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        dc:title         "Added items adjudication" .

fhir:_stereochemistry
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.stereochemistry" , "(Modified) SubstanceDefinition.moiety.stereochemistry" ;
        rdfs:label    "_stereochemistry" .

fhir:_upperLimit  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.upperLimit" ;
        rdfs:label    "_upperLimit" .

fhir:routeOfAdministration
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.routeOfAdministration: The route or physiological path of administration into the patient's gastrointestinal  tract for purposes of providing the formula feeding, e.g. nasogastric tube." , "AdministrableProductDefinition.routeOfAdministration: The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. RouteOfAdministration cannot be used when the 'formOf' product already uses MedicinalProductDefinition.route (and vice versa)." ;
        rdfs:label                      "routeOfAdministration" ;
        fhir:modifierExtensionProperty  fhir:_routeOfAdministration ;
        dc:title                        "NutritionOrder.enteralFormula.routeOfAdministration: How the formula should enter the patient's gastrointestinal tract" , "AdministrableProductDefinition.routeOfAdministration: The path by which the product is taken into or makes contact with the body" .

fhir:_amountType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceReferenceInformation.target.amountType" ;
        rdfs:label    "_amountType" .

fhir:_organismType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceReferenceInformation.target.organismType" ;
        rdfs:label    "_organismType" .

fhir:bodySite  a                        owl:ObjectProperty ;
        rdfs:comment                    "Specimen.collection.bodySite: Anatomical location from which the specimen was collected (if subject is a patient). This is the target site.  This element is not used for environmental specimens." , "DeviceUsage.bodySite: Indicates the anotomic location on the subject's body where the device was used ( i.e. the target)." , "ExplanationOfBenefit.addItem.bodySite: Physical location where the service is performed or applies." , "ConditionDefinition.bodySite: The anatomical location where this condition manifests itself." , "Claim.item.bodySite: Physical location where the service is performed or applies." , "ClaimResponse.addItem.bodySite: Physical location where the service is performed or applies." , "Procedure.bodySite: Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion." , "ExplanationOfBenefit.item.bodySite: Physical location where the service is performed or applies." , "ImagingStudy.series.bodySite: The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality." , "Condition.bodySite: The anatomical location where this condition manifests itself." , "ImagingSelection.bodySite: The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings." , "ServiceRequest.bodySite: Anatomic location where the procedure should be performed. This is the target site." , "ObservationDefinition.bodySite: The site on the subject's body where the  observation is to be made." , "Observation.bodySite: Indicates the site on the subject's body where the observation was made (i.e. the target site)." , "ActivityDefinition.bodySite: Indicates the sites on the subject's body where the procedure should be performed (I.e. the target sites)." , "DocumentReference.bodySite: The anatomic structures included in the document." ;
        rdfs:label                      "bodySite" ;
        fhir:modifierExtensionProperty  fhir:_bodySite ;
        dc:title                        "ServiceRequest.bodySite: Coded location on Body" , "ActivityDefinition.bodySite: What part of body to perform on" , "Claim.item.bodySite: Anatomical location" , "ExplanationOfBenefit.item.bodySite: Anatomical location" , "Condition.bodySite: Anatomical location, if relevant" , "Specimen.collection.bodySite: Anatomical collection site" , "ConditionDefinition.bodySite: Anatomical location, if relevant" , "ImagingStudy.series.bodySite: Body part examined" , "Procedure.bodySite: Target body sites" , "ImagingSelection.bodySite: Body part examined" , "ObservationDefinition.bodySite: Body part to be observed" , "Observation.bodySite: Observed body part" , "DeviceUsage.bodySite: Target body site" , "ClaimResponse.addItem.bodySite: Anatomical location" , "ExplanationOfBenefit.addItem.bodySite: Anatomical location" , "DocumentReference.bodySite: Body part included" .

fhir:_moiety  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.moiety" ;
        rdfs:label    "_moiety" .

fhir:_recommendation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation" ;
        rdfs:label    "_recommendation" .

fhir:grouping  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.definition.grouping: A logical group of resources. Logical groups can be used when building pages." ;
        rdfs:label                      "grouping" ;
        fhir:modifierExtensionProperty  fhir:_grouping ;
        dc:title                        "ImplementationGuide.definition.grouping: Grouping used to present related resources in the IG" .

fhir:_pause  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.pause" , "(Modified) ExampleScenario.process.step.alternative.step.pause" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.pause" , "(Modified) ExampleScenario.process.step.process.step.pause" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.pause" ;
        rdfs:label    "_pause" .

fhir:_primaryPurposeType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.primaryPurposeType" ;
        rdfs:label    "_primaryPurposeType" .

fhir:ConceptSubProperty
        a                owl:Class ;
        rdfs:comment     "ValueSetExpansionComponent.ValueSetExpansionContainsComponentContains.ConceptProperty.ConceptSubProperty: A subproperty value for this concept." , "ValueSetExpansionComponent.ValueSetExpansionContainsComponent.ConceptProperty.ConceptSubProperty: A subproperty value for this concept." ;
        rdfs:label       "ConceptSubProperty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:subscription  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionStatus.subscription: The reference to the Subscription which generated this notification." ;
        rdfs:label                      "subscription" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_subscription ;
        dc:title                        "SubscriptionStatus.subscription: Reference to the Subscription responsible for this notification" .

fhir:_lastPage  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.lastPage" ;
        rdfs:label    "_lastPage" .

fhir:partLocation  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.partDescription.partLocation: The detailed anatomic location when the part can be extracted from different anatomical locations of the organism. Multiple alternative locations may apply." ;
        rdfs:label                      "partLocation" ;
        fhir:modifierExtensionProperty  fhir:_partLocation ;
        dc:title                        "SubstanceSourceMaterial.partDescription.partLocation: The detailed anatomic location when the part can be extracted from different anatomical locations of the organism. Multiple alternative locations may apply" .

fhir:controller  a                      owl:ObjectProperty ;
        rdfs:comment                    "Consent.controller: The actor that controls/enforces the access according to the consent." ;
        rdfs:label                      "controller" ;
        fhir:modifierExtensionProperty  fhir:_controller ;
        dc:title                        "Consent.controller: Consent Enforcer" .

fhir:publicationDateSeason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.publicationDateSeason: Spring, Summer, Fall/Autumn, Winter." ;
        rdfs:label                      "publicationDateSeason" ;
        fhir:modifierExtensionProperty  fhir:_publicationDateSeason ;
        dc:title                        "Citation.citedArtifact.publicationForm.publicationDateSeason: Season in which the cited artifact was published" .

fhir:imports  a                         owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.imports: Reference to a canonical URL of another CapabilityStatement that this software adds to. The capability statement automatically includes everything in the other statement, and it is not duplicated, though the server may repeat the same resources, interactions and operations to add additional details to them." ;
        rdfs:label                      "imports" ;
        fhir:modifierExtensionProperty  fhir:_imports ;
        dc:title                        "CapabilityStatement.imports: Canonical URL of another capability statement this adds to" .

fhir:allocation  a                      owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.allocation: Distribution of the payment amount for a previously acknowledged payable." ;
        rdfs:label                      "allocation" ;
        fhir:modifierExtensionProperty  fhir:_allocation ;
        dc:title                        "PaymentReconciliation.allocation: Settlement particulars" .

fhir:_pageCount  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.pageCount" ;
        rdfs:label    "_pageCount" .

fhir:_failureAction  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.failureAction" ;
        rdfs:label    "_failureAction" .

fhir:profile  a                         owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.global.profile: A reference to the profile that all instances must conform to." , "TestScript.destination.profile: The type of destination profile the test system supports." , "DataRequirement.profile: The profile of the required data, specified as the uri of the profile definition." , "TestScript.origin.profile: The type of origin profile the test system supports." , "ImplementationGuide.manifest.resource.profile: If present, indicates profile(s) the instance is valid against." , "ParameterDefinition.profile: If specified, this indicates a profile that the input data must conform to, or that the output data will conform to." , "ActivityDefinition.profile: A profile to which the target of the activity definition is expected to conform." , "ImplementationGuide.definition.resource.profile: If present, indicates profile(s) the instance is valid against." , "CapabilityStatement.document.profile: A profile on the document Bundle that constrains which resources are present, and their contents." , "ElementDefinition.type.profile: Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide." , "CapabilityStatement.rest.resource.profile: A system-wide profile that is applied across *all* instances of the resource supported by the system. For example, if declared on Observation, this profile is the \"superset\" of capabilities for laboratory *and* vitals *and* other domains. See further discussion in [Using Profiles](profiling.html#profile-uses)." , "TestScript.profile: Reference to the profile to be used for validation." , "MessageDefinition.focus.profile: A profile that reflects constraints for the focal resource (and potentially for related resources)." , "DocumentReference.content.profile: An identifier of the document constraints, encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType." , "GraphDefinition.node.profile: Profile for the target resource." , "Meta.profile: A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]]." ;
        rdfs:label                      "profile" ;
        fhir:modifierExtensionProperty  fhir:_profile ;
        dc:title                        "ImplementationGuide.manifest.resource.profile: Profile(s) this is an example of" , "TestScript.destination.profile: FHIR-Server | FHIR-SDC-FormManager | FHIR-SDC-FormReceiver | FHIR-SDC-FormProcessor" , "CapabilityStatement.rest.resource.profile: System-wide profile" , "CapabilityStatement.document.profile: Constraint on the resources used in the document" , "TestScript.origin.profile: FHIR-Client | FHIR-SDC-FormFiller" , "MessageDefinition.focus.profile: Profile that must be adhered to by focus" , "ImplementationGuide.definition.resource.profile: Profile(s) this is an example of" , "ElementDefinition.type.profile: Profiles (StructureDefinition or IG) - one must apply" , "ImplementationGuide.global.profile: Profile that all resources must conform to" , "Meta.profile: Profiles this resource claims to conform to" , "ParameterDefinition.profile: What profile the value is expected to be" , "ActivityDefinition.profile: What profile the resource needs to conform to" , "GraphDefinition.node.profile: Profile for the target resource" , "DocumentReference.content.profile: Content profile rules for the document" , "DataRequirement.profile: The profile of the required data" , "TestScript.profile: Reference of the validation profile" .

fhir:cylinder  a                        owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.cylinder: Power adjustment for astigmatism measured in dioptres (0.25 units)." ;
        rdfs:label                      "cylinder" ;
        fhir:modifierExtensionProperty  fhir:_cylinder ;
        dc:title                        "VisionPrescription.lensSpecification.cylinder: Lens power for astigmatism" .

fhir:deleted  a                         owl:ObjectProperty ;
        rdfs:comment                    "List.entry.deleted: True if this item is marked as deleted in the list." ;
        rdfs:label                      "deleted" ;
        fhir:modifierExtensionProperty  fhir:_deleted ;
        dc:title                        "List.entry.deleted: If this item is actually marked as deleted" .

fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentDesignation
        a                owl:Class ;
        rdfs:comment     "Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation." ;
        rdfs:label       "ValueSetExpansionComponent.ValueSetExpansionContainsComponentDesignation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:additionalUse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        dc:title         "Additional representations for this item" .

fhir:episodeOfCare  a                   owl:ObjectProperty ;
        rdfs:comment                    "Encounter.episodeOfCare: Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem.  The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years)." ;
        rdfs:label                      "episodeOfCare" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_episodeOfCare ;
        dc:title                        "Encounter.episodeOfCare: Episode(s) of care that this encounter should be recorded against" .

fhir:saturday  a                        owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.saturday: Indicates that recurring appointments should occur on Saturdays." ;
        rdfs:label                      "saturday" ;
        fhir:modifierExtensionProperty  fhir:_saturday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.saturday: Recurs on Saturday" .

fhir:_expectedInResearchStudy
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.expectedInResearchStudy" ;
        rdfs:label    "_expectedInResearchStudy" .

fhir:CommunicationRequestPayloadComponent
        a                owl:Class ;
        rdfs:comment     "CommunicationRequestPayloadComponent: Text, attachment(s), or resource(s) to be communicated to the recipient." ;
        rdfs:label       "CommunicationRequestPayloadComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                        )
                         ] .

fhir:_calculatedAt  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.calculatedAt" ;
        rdfs:label    "_calculatedAt" .

fhir:_impurity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.impurity" ;
        rdfs:label    "_impurity" .

fhir:type  a                            owl:ObjectProperty ;
        rdfs:comment                    "NamingSystem.type: Categorizes a naming system for easier search by grouping related naming systems." , "EvidenceVariable.characteristic.definitionByTypeAndValue.type: Used to express the type of characteristic." , "MedicationKnowledge.relatedMedicationKnowledge.type: The category of the associated medication knowledge reference." , "Device.version.type: The type of the device version, e.g. manufacturer, approved, internal." , "Claim.procedure.type: When the condition was observed or the relative ranking." , "ExampleScenario.process.step.operation.type: The standardized type of action (FHIR or otherwise)." , "Claim.accident.type: The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers." , "RequestOrchestration.action.action.type: The type of action to perform (create, update, remove)." , "ExplanationOfBenefit.payment.type: Whether this represents partial or complete payment of the benefits payable." , "ManufacturedItemDefinition.component.property.type: A code expressing the type of characteristic." , "Evidence.certainty.type: Aspect of certainty being rated." , "Coverage.type: The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization." , "TestScript.setup.action.operation.type: Server interaction or operation type." , "NutritionOrder.enteralFormula.additive.type: Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula." , "Coverage.costToBeneficiary.type: The category of patient centric costs associated with treatment." , "OperationDefinition.type: Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a specific resource id for the context)." , "Group.type: Identifies the broad classification of the kind of resources the group includes." , "RegulatedAuthorization.type: Overall type of this authorization, for example drug marketing approval, orphan drug designation." , "AuditEvent.agent.type: The Functional Role of the user when performing the event." , "PlanDefinition.actor.option.type: The type of participant in the action." , "ExplanationOfBenefit.benefitBalance.financial.type: Classification of benefit being provided." , "ExplanationOfBenefit.event.type: A coded event such as when a service is expected or a card printed." , "Patient.link.type: The type of link between this patient resource and another patient resource." , "MedicationKnowledge.monitoringProgram.type: Type of program under which the medication is monitored." , "Citation.citedArtifact.contributorship.summary.type: Used most commonly to express an author list or a contributorship statement." , "NutritionOrder.supplement.type: The kind of nutritional supplement product required such as a high protein or pediatric clear liquid supplement." , "DiagnosticReport.supportingInfo.type: The code value for the role of the supporting information in the diagnostic report." , "CoverageEligibilityRequest.event.type: A coded event such as when a service is expected or a card printed." , "ProductShelfLife.type: This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." , "RegulatedAuthorization.case.application.type: The defining type of case." , "Citation.citedArtifact.classification.type: The kind of classifier (e.g. publication type, keyword)." , "Coverage.costToBeneficiary.exception.type: The code for the specific exception." , "ExplanationOfBenefit.type: The category of claim, e.g. oral, pharmacy, vision, institutional, professional." , "SpecimenDefinition.typeTested.type: The kind of specimen conditioned for testing expected by lab." , "Signature.type: An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document." , "CapabilityStatement.rest.resource.searchParam.type: The type of value a search parameter refers to, and how the content is interpreted." , "Claim.event.type: A coded event such as when a service is expected or a card printed." , "Account.procedure.type: How this procedure value should be used in charging the account." , "CapabilityStatement.rest.resource.type: A type of resource exposed via the restful interface." , "MedicationKnowledge.medicineClassification.type: The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)." , "Linkage.item.type: Distinguishes which item is \"source of truth\" (if any) and which items are no longer considered to be current representations." , "ConceptMap.additionalAttribute.type: The type of the source data contained in this concept map for this data element." , "SubstanceReferenceInformation.geneElement.type: Todo." , "Provenance.entity.agent.type: The Functional Role of the agent with respect to the activity." , "MedicationKnowledge.definitional.drugCharacteristic.type: A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint)." , "SearchParameter.type: The type of value that a search parameter may contain, and how the content is interpreted." , "Transport.input.type: A code or description indicating how the input is intended to be used as part of the transport execution." , "PackagedProductDefinition.packaging.type: The physical type of the container of the items." , "OperationDefinition.parameter.type: The type for this parameter." , "NamingSystem.uniqueId.type: Identifies the unique identifier scheme used for this particular identifier." , "AuditEvent.entity.agent.type: The Functional Role of the user when performing the event." , "DataRequirement.type: The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile." , "Questionnaire.item.type: The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, Coding, etc.)." , "DeviceDefinition.deviceName.type: The type of deviceName.\nRegisteredName | UserFriendlyName | PatientReportedName." , "DeviceMetric.type: Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc." , "MedicationKnowledge.storageGuideline.environmentalSetting.type: Identifies the category or type of setting (e.g., type of location, temperature, humidity)." , "RelatedArtifact.type: The type of relationship to the related artifact." , "ParameterDefinition.type: The type of the parameter." , "ExplanationOfBenefit.payee.type: Type of Party to be reimbursed: Subscriber, provider, other." , "InsurancePlan.coverage.type: Type of coverage  (Medical; Dental; Mental Health; Substance Abuse; Vision; Drug; Short Term; Long Term Care; Hospice; Home Health)." , "TestScript.teardown.action.operation.type: Server interaction or operation type." , "Observation.triggeredBy.type: The type of trigger.\nReflex | Repeat | Re-run." , "ClaimResponse.type: A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service." , "VerificationResult.primarySource.type: Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source)." , "PaymentReconciliation.allocation.type: Code to indicate the nature of the payment." , "RequestOrchestration.action.action.participant.type: The type of participant in the action." , "StructureMap.group.input.type: Type for this instance of data." , "AdministrableProductDefinition.property.type: A code expressing the type of characteristic." , "Endpoint.payload.type: The payload type describes the acceptable content that can be communicated on the endpoint." , "TestReport.participant.type: The type of participant." , "SubscriptionStatus.type: The type of event being conveyed with this notification." , "Evidence.statistic.attributeEstimate.type: The type of attribute estimate, e.g., confidence interval or p value." , "DeviceDefinition.classification.type: A classification or risk class of the device model." , "Contract.contentDefinition.type: Precusory content structure and use, i.e., a boilerplate, template, application for a contract such as an insurance policy or benefits under a program, e.g., workers compensation." , "StructureDefinition.context.type: Defines how to interpret the expression that defines what the context of the extension is." , "TestScript.test.action.operation.type: Server interaction or operation type." , "DeviceDefinition.packaging.packaging.type: A code that defines the specific type of packaging." , "SubstanceDefinition.molecularWeight.type: Type of molecular weight such as exact, average (also known as. number average), weight average." , "Citation.citedArtifact.publicationForm.publishedIn.type: Kind of container (e.g. Periodical, database, or book)." , "PackagedProductDefinition.packaging.packaging.type: The physical type of the container of the items." , "Evidence.statistic.attributeEstimate.attributeEstimate.type: The type of attribute estimate, e.g., confidence interval or p value." , "ManufacturedItemDefinition.component.type: Defining type of the component e.g. shell, layer, ink." , "Specimen.feature.type: The landmark or feature being highlighted." , "Contract.term.offer.type: Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit." , "MedicinalProductDefinition.type: Regulatory type, e.g. Investigational or Authorized." , "EvidenceReport.type: Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression." , "Measure.group.type: Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization." , "ArtifactAssessment.content.type: Indicates what type of content this component represents." , "SubstanceDefinition.property.type: A code expressing the type of property." , "Condition.stage.type: The kind of staging, such as pathological or clinical staging." , "Claim.type: The category of claim, e.g. oral, pharmacy, vision, institutional, professional." , "Encounter.type: Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation)." , "MedicationKnowledge.packaging.cost.type: The category of the cost information.  For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost." , "ManufacturedItemDefinition.property.type: A code expressing the type of characteristic." , "InsurancePlan.plan.specificCost.benefit.cost.type: Type of cost (copay; individual cap; family cap; coinsurance; deductible)." , "DeviceMetric.calibration.type: Describes the type of the calibration method." , "CoverageEligibilityResponse.event.type: A coded event such as when a service is expected or a card printed." , "ImplementationGuide.global.type: The type of resource that all instances must conform to." , "SupplyDelivery.type: Indicates the type of supply being provided.  Examples include: Medication, Device, Biologically Derived Product." , "Identifier.type: A coded type for the identifier that can be used to determine which identifier to use for a specific purpose." , "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.type: The type of the degree of polymerisation shall be described, e.g. SRU/Polymer Ratio." , "MonetaryComponent.type: base | surcharge | deduction | discount | tax | informational." , "DeviceDefinition.packaging.type: A code that defines the specific type of packaging." , "PackagedProductDefinition.packaging.property.type: A code expressing the type of characteristic." , "NutritionProduct.characteristic.type: A code specifying which characteristic of the product is being described (for example, colour, shape)." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.type: Used to express the type of characteristic." , "SubstanceDefinition.structure.molecularWeight.type: Type of molecular weight such as exact, average (also known as. number average), weight average." , "GenomicStudy.analysis.input.type: Type of input data, e.g., BAM, CRAM, or FASTA." , "TestPlan.testCase.testData.type: The type of test data description, e.g. 'synthea'." , "SubstanceReferenceInformation.target.type: Todo." , "CodeSystem.property.type: The type of the property value. Properties of type \"code\" contain a code defined by the code system (e.g. a reference to another defined concept)." , "ResearchStudy.outcomeMeasure.type: The parameter or characteristic being assessed as one of the values by which the study is assessed." , "SubstanceDefinition.name.synonym.type: Name type, for example 'systematic',  'scientific, 'brand'." , "Citation.citedArtifact.relatesTo.type: The type of relationship to the related artifact." , "InsurancePlan.type: The kind of health insurance product." , "PackagedProductDefinition.packaging.packaging.property.type: A code expressing the type of characteristic." , "MedicinalProductDefinition.name.type: Type of product name, such as rINN, BAN, Proprietary, Non-Proprietary." , "Device.type: The kind or type of device. A device instance may have more than one type - in which case those are the types that apply to the specific instance of the device." , "Device.property.type: Code that specifies the property, such as resolution, color, size, being represented." , "Library.type: Identifies the type of library such as a Logic Library, Model Definition, Asset Collection, or Module Definition." , "ExampleScenario.actor.type: The category of actor - person or system." , "ClaimResponse.processNote.type: The business purpose of the note text." , "PaymentReconciliation.processNote.type: The business purpose of the note text." , "AuditEvent.entity.detail.type: The type of extra detail provided in the value." , "GenomicStudy.analysis.output.type: Type of output data, e.g., VCF, MAF, or BAM." , "StructureDefinition.type: The type this structure describes. If the derivation kind is 'specialization' then this is the master definition for a type, and there is always one of these (a data type, an extension, a resource, including abstract ones). Otherwise the structure definition is a constraint on the stated type (and in this case, the type cannot be an abstract type).  References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. \"string\" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models, where they are required." , "OperationDefinition.parameter.part.type: The type for this parameter." , "BiologicallyDerivedProduct.property.type: Code that specifies the property. It should reference an established coding system." , "MolecularSequence.type: Amino Acid Sequence/ DNA Sequence / RNA Sequence." , "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type: The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender)." , "DocumentReference.type: Specifies the particular kind of document referenced  (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced." , "InsurancePlan.plan.generalCost.type: Type of cost." , "ClaimResponse.payment.type: Whether this represents partial or complete payment of the benefits payable." , "StructureMap.group.rule.source.type: Specified type for the element. This works as a condition on the mapping - use for polymorphic elements." , "NutritionIntake.consumedItem.type: Indicates what a category of item that was consumed: e.g., food, fluid, enteral, etc." , "ActorDefinition.type: Whether the actor represents a human or an appliction." , "HealthcareService.type: The specific type of service that may be delivered or performed." , "Specimen.type: The kind of material that forms the specimen." , "ConceptMap.property.type: The type of the property value." , "Encounter.participant.type: Role of participant in encounter." , "EncounterHistory.type: Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation)." , "TestPlan.testCase.assertion.type: The test assertion type - this can be used to group assertions as 'required' or 'optional', or can be used for other classification of the assertion." , "Evidence.statistic.modelCharacteristic.attributeEstimate.type: The type of attribute estimate, e.g., confidence interval or p value." , "InsurancePlan.plan.type: Type of plan. For example, \"Platinum\" or \"High Deductable\"." , "RequestOrchestration.action.participant.type: The type of participant in the action." , "Contract.term.group.asset.type: Target entity type about which the term may be concerned." , "ExplanationOfBenefit.accident.type: The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers." , "GenomicStudy.type: The type of the study, e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling." , "Contract.term.group.offer.type: Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit." , "RegulatedAuthorization.case.type: The defining type of case." , "ElementDefinition.slicing.discriminator.type: How the element value is interpreted when discrimination is evaluated." , "ExplanationOfBenefit.procedure.type: When the condition was observed or the relative ranking." , "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type: The type of structure (e.g. Full, Partial, Representative)." , "MedicationKnowledge.regulatory.substitution.type: Specifies the type of substitution allowed." , "ExampleScenario.process.step.process.step.operation.type: The standardized type of action (FHIR or otherwise)." , "GraphDefinition.node.type: Type of resource this link refers to." , "SubstanceDefinition.relationship.type: For example \"salt to parent\", \"active moiety\", \"starting material\", \"polymorph\", \"impurity of\"." , "Account.diagnosis.type: Type that this diagnosis has relevant to the account (e.g. admission, billing, discharge …)." , "PlanDefinition.type: A high-level category for the plan definition that distinguishes the kinds of systems that would be interested in the plan definition." , "Task.input.type: A code or description indicating how the input is intended to be used as part of the task execution." , "Contract.term.type: A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time." , "CapabilityStatement.rest.searchParam.type: The type of value a search parameter refers to, and how the content is interpreted." , "DeviceDefinition.version.type: The type of the device version, e.g. manufacturer, approved, internal." , "Claim.payee.type: Type of Party to be reimbursed: subscriber, provider, other." , "RequestOrchestration.action.type: The type of action to perform (create, update, remove)." , "SubstanceDefinition.structure.representation.type: The kind of structural representation (e.g. full, partial)." , "MedicationDispense.substitution.type: A code signifying whether a different drug was dispensed from what was prescribed." , "Citation.citedArtifact.title.type: Used to express the reason for or classification of the title." , "MedicationKnowledge.monograph.type: The category of documentation about the medication. (e.g. professional monograph, patient education monograph)." , "Composition.type: Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition." , "ActivityDefinition.participant.type: The type of participant in the action." , "PlanDefinition.action.action.type: The type of action to perform (create, update, remove)." , "Bundle.type: Indicates the purpose of this bundle - how it is intended to be used." , "DeviceDispense.type: Indicates the type of dispensing event that is performed." , "DeviceDefinition.property.type: Code that specifies the property such as a resolution or color being represented." , "ElementDefinition.type: The data type or resource that the value of this element is permitted to be." , "Citation.citedArtifact.contributorship.entry.contributionInstance.type: The specific contribution." , "ArtifactAssessment.content.component.type: Indicates what type of content this component represents." , "Contributor.type: The type of contributor." , "Measure.type: Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization." , "AuditEvent.source.type: Code specifying the type of source where event originated." , "ExampleScenario.process.step.process.step.alternative.step.operation.type: The standardized type of action (FHIR or otherwise)." , "Invoice.type: Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary)." , "Contract.term.group.action.type: Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term." , "Evidence.certainty.subcomponent.type: Aspect of certainty being rated." , "Location.type: Indicates the type of function performed at the location." , "MedicationKnowledge.cost.type: The category of the cost information.  For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost." , "Observation.component.referenceRange.type: Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range." , "CoverageEligibilityResponse.insurance.item.benefit.type: Classification of benefit being provided." , "ExplanationOfBenefit.diagnosis.type: When the condition was observed or the relative ranking." , "Contract.term.asset.type: Target entity type about which the term may be concerned." , "Questionnaire.item.item.type: The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, Coding, etc.)." , "ResearchStudy.comparisonGroup.type: Categorization of study comparisonGroup, e.g. experimental, active comparator, placebo comparater." , "PlanDefinition.action.participant.type: The type of participant in the action." , "TriggerDefinition.type: The type of triggering event." , "MedicinalProductDefinition.operation.type: The type of manufacturing operation e.g. manufacturing itself, re-packaging. For the authorization of this, a RegulatedAuthorization would point to the same plan or activity referenced here." , "Permission.rule.type: deny | permit." , "ExampleScenario.process.step.alternative.step.process.step.operation.type: The standardized type of action (FHIR or otherwise)." , "MeasureReport.type: The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure." , "Contract.term.group.type: A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time." , "SubstanceDefinition.name.type: Name type, for example 'systematic',  'scientific, 'brand'." , "Claim.diagnosis.type: When the condition was observed or the relative ranking." , "ClaimResponse.event.type: A coded event such as when a service is expected or a card printed." , "Appointment.participant.type: Role of participant in the appointment." , "Task.output.type: The name of the Output parameter." , "SubstanceDefinition.name.translation.type: Name type, for example 'systematic',  'scientific, 'brand'." , "PackagedProductDefinition.type: A high level category e.g. medicinal product, raw material, shipping/transport container, etc." , "SpecimenDefinition.typeTested.container.type: The type of container used to contain this kind of specimen." , "ResearchStudy.label.type: Kind of name." , "Contract.term.action.type: Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term." , "Account.type: Categorizes the account for reporting and searching purposes." , "Contract.signer.type: Role of this Contract signer, e.g. notary, grantee." , "Citation.citedArtifact.abstract.type: Used to express the reason for or classification of the abstract." , "EpisodeOfCare.type: A classification of the type of episode of care; e.g. specialist referral, disease management, type of funded care." , "NutritionOrder.oralDiet.type: The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet." , "ExampleScenario.process.step.alternative.step.operation.type: The standardized type of action (FHIR or otherwise)." , "ResearchSubject.progress.type: Identifies the aspect of the subject's journey that the state refers to." , "InsurancePlan.plan.specificCost.benefit.type: Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care)." , "Citation.citedArtifact.part.type: The kind of component." , "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type: The type or category of dosage for a given medication (for example, prophylaxis, maintenance, therapeutic, etc.)." , "MedicinalProductDefinition.characteristic.type: A code expressing the type of characteristic." , "InsurancePlan.coverage.benefit.type: Type of benefit (primary care; speciality care; inpatient; outpatient)." , "ConditionDefinition.precondition.type: Kind of pre-condition." , "MedicationKnowledge.definitional.ingredient.type: Indication of whether this ingredient affects the therapeutic action of the drug." , "Dosage.doseAndRate.type: The kind of dose or rate specified, for example, ordered or calculated." , "Contract.type: A high-level category for the legal instrument, whether constructed as a Contract definition, derivative, or instance in any legal state.  Provides additional information about its content within the context of the Contract's scope to distinguish the kinds of systems that would be interested in the contract." , "PlanDefinition.action.action.participant.type: The type of participant in the action." , "SubstanceDefinition.sourceMaterial.type: A classification that provides the origin of the raw material. Example: cat hair would be an Animal source type." , "ClinicalUseDefinition.interaction.type: The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction." , "Address.type: Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both." , "PaymentReconciliation.type: Code to indicate the nature of the payment such as payment, adjustment." , "Observation.referenceRange.type: Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range." , "MedicinalProductDefinition.crossReference.type: The type of relationship, for instance branded to generic, virtual to actual product, product to development product (investigational), parallel import version." , "ManufacturedItemDefinition.component.component.property.type: A code expressing the type of characteristic." , "Transport.output.type: The name of the Output parameter." , "Organization.type: The kind(s) of organization that this is." , "PlanDefinition.action.type: The type of action to perform (create, update, remove)." , "AllergyIntolerance.type: Identification of the underlying physiological mechanism for the reaction risk." , "ClinicalUseDefinition.type: indication | contraindication | interaction | undesirable-effect | warning." , "DeviceDefinition.regulatoryIdentifier.type: The type of identifier itself." , "Coverage.class.type: The type of classification for which an insurer-specific class label or number and optional name is provided.  For example, type may be used to identify a class of coverage or employer group, policy, or plan." , "ResearchStudy.objective.type: The kind of study objective." , "MedicinalProductDefinition.name.part.type: Identifying type for this part of the name (e.g. strength part)." , "MedicationDispense.type: Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc." , "ExplanationOfBenefit.processNote.type: The business purpose of the note text." , "Device.name.type: Indicates the kind of name. RegisteredName | UserFriendlyName | PatientReportedName." , "Provenance.agent.type: The Functional Role of the agent with respect to the activity." , "StructureMap.group.rule.rule.source.type: Specified type for the element. This works as a condition on the mapping - use for polymorphic elements." , "PackagedProductDefinition.characteristic.type: A code expressing the type of characteristic." , "Citation.classification.type: The kind of classifier (e.g. publication type, keyword)." , "Reference.type: The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources)." , "MedicinalProductDefinition.contact.type: Allows the contact to be classified, for example QPPV, Pharmacovigilance Enquiry Information." , "ManufacturedItemDefinition.component.component.type: Defining type of the component e.g. shell, layer, ink." ;
        rdfs:label                      "type" ;
        rdfs:subPropertyOf              w5:who.witness , w5:who , w5:class , w5:context , w5:who.actor , w5:what ;
        fhir:modifierExtensionProperty  fhir:_type ;
        dc:title                        "Organization.type: Kind of organization" , "NutritionOrder.supplement.type: Type of supplement product requested" , "ProductShelfLife.type: This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified" , "MedicationKnowledge.regulatory.substitution.type: Specifies the type of substitution allowed" , "NutritionIntake.consumedItem.type: The type of food or fluid product" , "Location.type: Type of function performed" , "Observation.triggeredBy.type: reflex | repeat | re-run" , "Claim.accident.type: The nature of the accident" , "NutritionOrder.oralDiet.type: Type of oral diet or diet restrictions that describe what can be consumed orally" , "ArtifactAssessment.content.component.type: What type of content" , "SubstanceDefinition.structure.molecularWeight.type: Type of molecular weight e.g. exact, average, weight average" , "AllergyIntolerance.type: allergy | intolerance - Underlying mechanism (if known)" , "Citation.citedArtifact.contributorship.entry.contributionInstance.type: The specific contribution" , "ExampleScenario.process.step.process.step.operation.type: Kind of action" , "ExampleScenario.process.step.operation.type: Kind of action" , "Account.procedure.type: How this procedure value should be used in charging the account" , "SubstanceDefinition.name.translation.type: Name type e.g. 'systematic',  'scientific, 'brand'" , "Observation.component.referenceRange.type: Reference range qualifier" , "MedicationKnowledge.medicineClassification.type: The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.type: Expresses the type of characteristic" , "Citation.citedArtifact.relatesTo.type: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as | reprint | reprint-of" , "ResearchStudy.label.type: primary | official | scientific | plain-language | subtitle | short-title | acronym | earlier-title | language | auto-translated | human-use | machine-use | duplicate-uid" , "SpecimenDefinition.typeTested.container.type: Kind of container associated with the kind of specimen" , "EpisodeOfCare.type: Type/class  - e.g. specialist referral, disease management" , "CoverageEligibilityRequest.event.type: Specific event" , "Device.property.type: Code that specifies the property being represented" , "ManufacturedItemDefinition.component.component.type: Defining type of the component e.g. shell, layer, ink" , "Provenance.entity.agent.type: How the agent participated" , "RegulatedAuthorization.case.application.type: The defining type of case" , "PaymentReconciliation.allocation.type: Category of payment" , "ElementDefinition.slicing.discriminator.type: value | exists | type | profile | position" , "PaymentReconciliation.processNote.type: display | print | printoper" , "Citation.citedArtifact.part.type: The kind of component" , "Coverage.costToBeneficiary.exception.type: Exception category" , "AdministrableProductDefinition.property.type: A code expressing the type of characteristic" , "ManufacturedItemDefinition.component.component.property.type: A code expressing the type of characteristic" , "ExampleScenario.process.step.alternative.step.operation.type: Kind of action" , "OperationDefinition.parameter.type: What type this parameter has" , "MedicationKnowledge.monitoringProgram.type: Type of program under which the medication is monitored" , "ExplanationOfBenefit.procedure.type: Category of Procedure" , "PlanDefinition.action.action.participant.type: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson" , "TestPlan.testCase.testData.type: The type of test data description, e.g. 'synthea'" , "TestScript.setup.action.operation.type: The operation code type that will be executed" , "DeviceMetric.type: Identity of metric, for example Heart Rate or PEEP Setting" , "GraphDefinition.node.type: Type of resource this link refers to" , "RequestOrchestration.action.action.type: create | update | remove | fire-event" , "RelatedArtifact.type: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as" , "MedicationDispense.type: Trial fill, partial fill, emergency fill, etc" , "ConceptMap.property.type: Coding | string | integer | boolean | dateTime | decimal | code" , "Appointment.participant.type: Role of participant in the appointment" , "VerificationResult.primarySource.type: Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source)" , "SubstanceDefinition.relationship.type: For example \"salt to parent\", \"active moiety\"" , "MedicinalProductDefinition.characteristic.type: A code expressing the type of characteristic" , "Citation.classification.type: The kind of classifier (e.g. publication type, keyword)" , "Encounter.type: Specific type of encounter (e.g. e-mail consultation, surgical day-care, ...)" , "StructureDefinition.context.type: fhirpath | element | extension" , "Account.diagnosis.type: Type that this diagnosis has relevant to the account (e.g. admission, billing, discharge …)" , "ResearchStudy.objective.type: primary | secondary | exploratory" , "ClaimResponse.type: More granular claim type" , "MedicinalProductDefinition.contact.type: Allows the contact to be classified, for example QPPV, Pharmacovigilance Enquiry Information" , "Observation.referenceRange.type: Reference range qualifier" , "Citation.citedArtifact.abstract.type: The kind of abstract" , "MedicationKnowledge.monograph.type: The category of medication document" , "ClaimResponse.processNote.type: Note purpose" , "Coverage.type: Coverage category such as medical or accident" , "Contract.contentDefinition.type: Content structure and use" , "MedicationKnowledge.definitional.drugCharacteristic.type: Code specifying the type of characteristic of medication" , "Device.version.type: The type of the device version, e.g. manufacturer, approved, internal" , "PackagedProductDefinition.characteristic.type: A code expressing the type of characteristic" , "Dosage.doseAndRate.type: The kind of dose or rate specified" , "EvidenceReport.type: Kind of report" , "Contract.term.group.offer.type: Contract Offer Type or Form" , "ExampleScenario.process.step.process.step.alternative.step.operation.type: Kind of action" , "OperationDefinition.type: Invoke at the type level?" , "Specimen.feature.type: Highlighted feature" , "RequestOrchestration.action.type: create | update | remove | fire-event" , "Permission.rule.type: deny | permit" , "InsurancePlan.coverage.type: Type of coverage" , "MedicinalProductDefinition.type: Regulatory type, e.g. Investigational or Authorized" , "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type: The type of structure (e.g. Full, Partial, Representative)" , "SubstanceDefinition.property.type: A code expressing the type of property" , "Citation.citedArtifact.title.type: The kind of title" , "Contract.signer.type: Contract Signatory Role" , "DeviceDefinition.property.type: Code that specifies the property being represented" , "ActivityDefinition.participant.type: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson" , "InsurancePlan.plan.specificCost.benefit.cost.type: Type of cost" , "Evidence.statistic.attributeEstimate.attributeEstimate.type: The type of attribute estimate, e.g., confidence interval or p value" , "ArtifactAssessment.content.type: What type of content" , "ExplanationOfBenefit.type: Category or discipline" , "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.type: The type of the degree of polymerisation shall be described, e.g. SRU/Polymer Ratio" , "InsurancePlan.coverage.benefit.type: Type of benefit" , "Library.type: logic-library | model-definition | asset-collection | module-definition" , "DeviceDefinition.packaging.packaging.type: A code that defines the specific type of packaging" , "AuditEvent.entity.detail.type: Name of the property" , "Claim.type: Category or discipline" , "MedicationDispense.substitution.type: Code signifying whether a different drug was dispensed from what was prescribed" , "Task.input.type: Label for the input" , "DiagnosticReport.supportingInfo.type: Supporting information role code" , "NamingSystem.uniqueId.type: oid | uuid | uri | iri-stem | v2csmnemonic | other" , "Contract.term.asset.type: Asset category" , "MedicinalProductDefinition.name.type: Type of product name, such as rINN, BAN, Proprietary, Non-Proprietary" , "Bundle.type: document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | subscription-notification" , "ConceptMap.additionalAttribute.type: code | Coding | string | boolean | Quantity" , "SpecimenDefinition.typeTested.type: Type of intended specimen" , "TestPlan.testCase.assertion.type: Assertion type - for example 'informative' or 'required' " , "Claim.payee.type: Category of recipient" , "Measure.type: process | outcome | structure | patient-reported-outcome | composite" , "SubstanceDefinition.structure.representation.type: The kind of structural representation (e.g. full, partial)" , "SubstanceDefinition.sourceMaterial.type: Classification of the origin of the raw material. e.g. cat hair is an Animal source type" , "Contract.term.group.action.type: Type or form of the action" , "DeviceDefinition.packaging.type: A code that defines the specific type of packaging" , "PlanDefinition.action.participant.type: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson" , "ImplementationGuide.global.type: Type this profile applies to" , "RegulatedAuthorization.case.type: The defining type of case" , "Citation.citedArtifact.contributorship.summary.type: Such as author list, contributorship statement, funding statement, acknowledgements statement, or conflicts of interest statement" , "ResearchStudy.comparisonGroup.type: Categorization of study comparisonGroup" , "Invoice.type: Type of Invoice" , "Contract.term.offer.type: Contract Offer Type or Form" , "RequestOrchestration.action.participant.type: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson" , "RequestOrchestration.action.action.participant.type: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson" , "DeviceDispense.type: Trial fill, partial fill, emergency fill, etc" , "MedicinalProductDefinition.name.part.type: Identifying type for this part of the name (e.g. strength part)" , "SubscriptionStatus.type: handshake | heartbeat | event-notification | query-status | query-event" , "PackagedProductDefinition.type: A high level category e.g. medicinal product, raw material, shipping container etc" , "CoverageEligibilityResponse.event.type: Specific event" , "AuditEvent.source.type: The type of source where event originated" , "MedicationKnowledge.relatedMedicationKnowledge.type: Category of medicationKnowledge" , "Coverage.costToBeneficiary.type: Cost category" , "TriggerDefinition.type: named-event | periodic | data-changed | data-added | data-modified | data-removed | data-accessed | data-access-ended" , "ExampleScenario.actor.type: person | system" , "PaymentReconciliation.type: Category of payment" , "MedicationKnowledge.cost.type: The category of the cost information" , "PackagedProductDefinition.packaging.type: The physical type of the container of the items" , "Evidence.certainty.subcomponent.type: Aspect of certainty being rated" , "CapabilityStatement.rest.resource.searchParam.type: number | date | string | token | reference | composite | quantity | uri | special" , "ResearchSubject.progress.type: state | milestone" , "SubstanceReferenceInformation.geneElement.type: Todo" , "EncounterHistory.type: Specific type of encounter" , "ExplanationOfBenefit.benefitBalance.financial.type: Benefit classification" , "Signature.type: Indication of the reason the entity signed the object(s)" , "GenomicStudy.analysis.input.type: Type of input data (e.g., BAM, CRAM, or FASTA)" , "Questionnaire.item.item.type: group | display | boolean | decimal | integer | date | dateTime +" , "ConditionDefinition.precondition.type: sensitive | specific" , "ExplanationOfBenefit.diagnosis.type: Timing or nature of the diagnosis" , "Contract.type: Legal instrument category" , "AuditEvent.entity.agent.type: How agent participated" , "MedicationKnowledge.storageGuideline.environmentalSetting.type: Categorization of the setting" , "TestScript.test.action.operation.type: The operation code type that will be executed" , "PackagedProductDefinition.packaging.packaging.property.type: A code expressing the type of characteristic" , "MeasureReport.type: individual | subject-list | summary | data-exchange" , "NutritionOrder.enteralFormula.additive.type: Type of modular component to add to the feeding" , "Device.type: The kind or type of device" , "StructureMap.group.input.type: Type for this instance of data" , "Reference.type: Type the reference refers to (e.g. \"Patient\") - must be a resource in resources" , "DataRequirement.type: The type of the required data" , "ManufacturedItemDefinition.component.property.type: A code expressing the type of characteristic" , "Encounter.participant.type: Role of participant in encounter" , "Device.name.type: registered-name | user-friendly-name | patient-reported-name" , "CodeSystem.property.type: code | Coding | string | integer | boolean | dateTime | decimal" , "MedicationKnowledge.definitional.ingredient.type: A code that defines the type of ingredient, active, base, etc" , "InsurancePlan.plan.specificCost.benefit.type: Type of specific benefit" , "Transport.output.type: Label for output" , "Evidence.statistic.modelCharacteristic.attributeEstimate.type: The type of attribute estimate, e.g., confidence interval or p value" , "CapabilityStatement.rest.searchParam.type: number | date | string | token | reference | composite | quantity | uri | special" , "ClaimResponse.payment.type: Partial or complete payment" , "MedicinalProductDefinition.operation.type: The type of manufacturing operation e.g. manufacturing itself, re-packaging" , "NamingSystem.type: e.g. driver,  provider,  patient, bank etc" , "DeviceDefinition.classification.type: A classification or risk class of the device model" , "SupplyDelivery.type: Category of supply event" , "ActorDefinition.type: person | system" , "InsurancePlan.plan.generalCost.type: Type of cost" , "ResearchStudy.outcomeMeasure.type: primary | secondary | exploratory" , "Identifier.type: Description of identifier" , "Condition.stage.type: Kind of staging" , "Address.type: postal | physical | both" , "Questionnaire.item.type: group | display | boolean | decimal | integer | date | dateTime +" , "CoverageEligibilityResponse.insurance.item.benefit.type: Benefit classification" , "DocumentReference.type: Kind of document (LOINC if possible)" , "Composition.type: Kind of composition (LOINC if possible)" , "TestScript.teardown.action.operation.type: The operation code type that will be executed" , "Group.type: person | animal | practitioner | device | careteam | healthcareservice | location | organization | relatedperson | specimen" , "SubstanceReferenceInformation.target.type: Todo" , "PlanDefinition.type: order-set | clinical-protocol | eca-rule | workflow-definition" , "SubstanceDefinition.name.synonym.type: Name type e.g. 'systematic',  'scientific, 'brand'" , "Endpoint.payload.type: The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)" , "Contract.term.group.type: Contract Term Type or Form" , "ClinicalUseDefinition.interaction.type: The type of the interaction e.g. drug-drug interaction, drug-lab test interaction" , "StructureMap.group.rule.rule.source.type: Rule only applies if source has this type" , "DeviceDefinition.deviceName.type: registered-name | user-friendly-name | patient-reported-name" , "PlanDefinition.action.action.type: create | update | remove | fire-event" , "PlanDefinition.actor.option.type: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson" , "ManufacturedItemDefinition.property.type: A code expressing the type of characteristic" , "Citation.citedArtifact.classification.type: The kind of classifier (e.g. publication type, keyword)" , "OperationDefinition.parameter.part.type: What type this parameter has" , "MonetaryComponent.type: base | surcharge | deduction | discount | tax | informational" , "InsurancePlan.type: Kind of product" , "ClinicalUseDefinition.type: indication | contraindication | interaction | undesirable-effect | warning" , "AuditEvent.agent.type: How agent participated" , "BiologicallyDerivedProduct.property.type: Code that specifies the property" , "SubstanceDefinition.name.type: Name type e.g. 'systematic',  'scientific, 'brand'" , "Linkage.item.type: source | alternate | historical" , "NutritionProduct.characteristic.type: Code specifying the type of characteristic" , "MolecularSequence.type: aa | dna | rna" , "ManufacturedItemDefinition.component.type: Defining type of the component e.g. shell, layer, ink" , "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type: Categorization of specific characteristic that is relevant to the administration guideline" , "Contributor.type: author | editor | reviewer | endorser" , "PlanDefinition.action.type: create | update | remove | fire-event" , "PackagedProductDefinition.packaging.property.type: A code expressing the type of characteristic" , "StructureMap.group.rule.source.type: Rule only applies if source has this type" , "Citation.citedArtifact.publicationForm.publishedIn.type: Kind of container (e.g. Periodical, database, or book)" , "Patient.link.type: replaced-by | replaces | refer | seealso" , "Specimen.type: Kind of material that forms the specimen" , "DeviceDefinition.version.type: The type of the device version, e.g. manufacturer, approved, internal" , "SubstanceDefinition.molecularWeight.type: Type of molecular weight e.g. exact, average, weight average" , "Contract.term.action.type: Type or form of the action" , "GenomicStudy.analysis.output.type: Type of output data (e.g., VCF, MAF, or BAM)" , "Claim.procedure.type: Category of Procedure" , "Account.type: E.g. patient, expense, depreciation" , "Claim.diagnosis.type: Timing or nature of the diagnosis" , "ExplanationOfBenefit.payment.type: Partial or complete payment" , "Provenance.agent.type: How the agent participated" , "Transport.input.type: Label for the input" , "ExplanationOfBenefit.payee.type: Category of recipient" , "InsurancePlan.plan.type: Type of plan" , "ParameterDefinition.type: What type of value" , "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type: Category of dosage for a medication" , "Contract.term.group.asset.type: Asset category" , "DeviceDefinition.regulatoryIdentifier.type: basic | master | license" , "Evidence.statistic.attributeEstimate.type: The type of attribute estimate, e.g., confidence interval or p value" , "MedicationKnowledge.packaging.cost.type: The category of the cost information" , "ElementDefinition.type: Data type and Profile for this element" , "TestReport.participant.type: test-engine | client | server" , "ExampleScenario.process.step.alternative.step.process.step.operation.type: Kind of action" , "Contract.term.type: Contract Term Type or Form" , "Task.output.type: Label for output" , "RegulatedAuthorization.type: Overall type of this authorization, for example drug marketing approval, orphan drug designation" , "Claim.event.type: Specific event" , "DeviceMetric.calibration.type: unspecified | offset | gain | two-point" , "ExplanationOfBenefit.accident.type: The nature of the accident" , "ClaimResponse.event.type: Specific event" , "PackagedProductDefinition.packaging.packaging.type: The physical type of the container of the items" , "ExplanationOfBenefit.processNote.type: Note purpose" , "CapabilityStatement.rest.resource.type: A resource type that is supported" , "Coverage.class.type: Type of class such as 'group' or 'plan'" , "Evidence.certainty.type: Aspect of certainty being rated" , "GenomicStudy.type: The type of the study (e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling)" , "EvidenceVariable.characteristic.definitionByTypeAndValue.type: Expresses the type of characteristic" , "MedicinalProductDefinition.crossReference.type: The type of relationship, for instance branded to generic or virtual to actual product" , "Measure.group.type: process | outcome | structure | patient-reported-outcome | composite" , "HealthcareService.type: Type of service that may be delivered or performed" , "ExplanationOfBenefit.event.type: Specific event" , "SearchParameter.type: number | date | string | token | reference | composite | quantity | uri | special" , "StructureDefinition.type: Type defined or constrained by this structure" .

fhir:goalId  a                          owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.goalId: Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition. In pharmaceutical quality, a goal represents acceptance criteria (Goal) for a given action (Test), so the goalId would be the unique id of a defined goal element establishing the acceptance criteria for the action." , "PlanDefinition.action.goalId: Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition. In pharmaceutical quality, a goal represents acceptance criteria (Goal) for a given action (Test), so the goalId would be the unique id of a defined goal element establishing the acceptance criteria for the action." ;
        rdfs:label                      "goalId" ;
        fhir:modifierExtensionProperty  fhir:_goalId ;
        dc:title                        "PlanDefinition.action.action.goalId: What goals this action supports" , "PlanDefinition.action.goalId: What goals this action supports" .

fhir:ObservationDefinitionComponentComponent
        a                owl:Class ;
        rdfs:comment     "ObservationDefinitionComponentComponent: Some observations have multiple component observations, expressed as separate code value pairs." ;
        rdfs:label       "ObservationDefinitionComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ObservationDefinitionComponentComponentQualifiedValue ;
                           owl:onProperty     fhir:qualifiedValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:permittedUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:permittedDataType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:TestScriptSetupComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptSetupComponent: A series of required setup operations before tests are executed." ;
        rdfs:label       "TestScriptSetupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SetupAction ;
                           owl:onProperty     fhir:action
                         ] .

fhir:Appointment  a                  owl:Class ;
        rdfs:comment                 "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)." ;
        rdfs:label                   "Appointment" ;
        rdfs:subClassOf              w5:workflow.scheduling , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:cancellationDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:appointmentType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:originatingAppointment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:minutesDuration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AppointmentRecurrenceTemplateComponent ;
                                       owl:onProperty     fhir:recurrenceTemplate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:class
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:start
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AppointmentParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:start
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:patientInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:serviceType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:account
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VirtualServiceDetail ;
                                       owl:onProperty     fhir:virtualService
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:requestedPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:replaces
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:appointmentType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:serviceCategory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:occurrenceChanged
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:cancellationReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:previousAppointment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:slot
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recurrenceId
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:minutesDuration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:recurrenceId
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:originatingAppointment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:cancellationReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:occurrenceChanged
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:previousAppointment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:cancellationDate
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Appointment .

fhir:_groupIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.groupIdentifier" , "(Modified) Task.groupIdentifier" , "(Modified) RequestOrchestration.groupIdentifier" , "(Modified) NutritionOrder.groupIdentifier" , "(Modified) MedicationRequest.groupIdentifier" , "(Modified) DeviceRequest.groupIdentifier" , "(Modified) CommunicationRequest.groupIdentifier" ;
        rdfs:label    "_groupIdentifier" .

fhir:_countMax  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.countMax" ;
        rdfs:label    "_countMax" .

fhir:patientCharacteristic
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic: Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.)." ;
        rdfs:label                      "patientCharacteristic" ;
        fhir:modifierExtensionProperty  fhir:_patientCharacteristic ;
        dc:title                        "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic: Characteristics of the patient that are relevant to the administration guidelines" .

fhir:lowNumerator  a                    owl:ObjectProperty ;
        rdfs:comment                    "RatioRange.lowNumerator: The value of the low limit numerator." ;
        rdfs:label                      "lowNumerator" ;
        fhir:modifierExtensionProperty  fhir:_lowNumerator ;
        dc:title                        "RatioRange.lowNumerator: Low Numerator limit" .

fhir:_texture  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.oralDiet.texture" ;
        rdfs:label    "_texture" .

fhir:_causality  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.suspectEntity.causality" ;
        rdfs:label    "_causality" .

fhir:operator  a                        owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.filter.operator: A list of operators that can be used with the filter." , "TestScript.test.action.assert.operator: The operator type defines the conditional behavior of the assert." , "Questionnaire.item.item.enableWhen.operator: Specifies the criteria by which the question is enabled." , "Questionnaire.item.enableWhen.operator: Specifies the criteria by which the question is enabled." , "DeviceAssociation.operation.operator: The individual performing the action enabled by the device." , "TestScript.setup.action.assert.operator: The operator type defines the conditional behavior of the assert." ;
        rdfs:label                      "operator" ;
        fhir:modifierExtensionProperty  fhir:_operator ;
        dc:title                        "TestScript.test.action.assert.operator: equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval | manualEval" , "Questionnaire.item.enableWhen.operator: exists | = | != | > | < | >= | <=" , "CodeSystem.filter.operator: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists" , "TestScript.setup.action.assert.operator: equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval | manualEval" , "Questionnaire.item.item.enableWhen.operator: exists | = | != | > | < | >= | <=" , "DeviceAssociation.operation.operator: The individual performing the action enabled by the device" .

fhir:fixed  a                           owl:ObjectProperty ;
        rdfs:label                      "fixed" ;
        fhir:modifierExtensionProperty  fhir:_fixed .

fhir:nTerminalModificationId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.subunit.nTerminalModificationId: Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID." ;
        rdfs:label                      "nTerminalModificationId" ;
        fhir:modifierExtensionProperty  fhir:_nTerminalModificationId ;
        dc:title                        "SubstanceProtein.subunit.nTerminalModificationId: Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID" .

fhir:InventoryItemNameComponent
        a                owl:Class ;
        rdfs:comment     "InventoryItemNameComponent: The item name(s) - the brand name, or common name, functional name, generic name." ;
        rdfs:label       "InventoryItemNameComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:nameType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:nameType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:language
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] .

fhir:_minimumId  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.minimumId" , "(Modified) TestScript.setup.action.assert.minimumId" ;
        rdfs:label    "_minimumId" .

fhir:verificationStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Condition.verificationStatus: The verification status to support the clinical status of the condition.  The verification status pertains to the condition, itself, not to any specific condition attribute." , "AllergyIntolerance.verificationStatus: Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).  The verification status pertains to the allergy or intolerance, itself, not to any specific AllergyIntolerance attribute." ;
        rdfs:label                      "verificationStatus" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_verificationStatus ;
        dc:title                        "Condition.verificationStatus: unconfirmed | provisional | differential | confirmed | refuted | entered-in-error" , "AllergyIntolerance.verificationStatus: unconfirmed | presumed | confirmed | refuted | entered-in-error" .

fhir:_PaymentNotice  a   owl:Class ;
        rdfs:comment     "(Modified) PaymentNotice" ;
        rdfs:label       "_PaymentNotice" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_dateAccessed  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.dateAccessed" ;
        rdfs:label    "_dateAccessed" .

fhir:logMessage  a                      owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.rule.source.logMessage: A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found." , "StructureMap.group.rule.source.logMessage: A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found." ;
        rdfs:label                      "logMessage" ;
        fhir:modifierExtensionProperty  fhir:_logMessage ;
        dc:title                        "StructureMap.group.rule.rule.source.logMessage: Message to put in log if source exists (FHIRPath)" , "StructureMap.group.rule.source.logMessage: Message to put in log if source exists (FHIRPath)" .

fhir:ResearchStudyProgressStatusComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyProgressStatusComponent: Status of study with time for that status." ;
        rdfs:label       "ResearchStudyProgressStatusComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:state
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:state
                         ] .

fhir:_residueSite  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.subunit.sugar.residueSite" , "(Modified) SubstanceNucleicAcid.subunit.linkage.residueSite" ;
        rdfs:label    "_residueSite" .

fhir:MonetaryComponent
        a                owl:Class ;
        rdfs:comment     "Availability data for an {item}." ;
        rdfs:label       "MonetaryComponent" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        dc:title         "Availability data for an {item}" .

fhir:TeardownAction  a   owl:Class ;
        rdfs:comment     "TestScriptTeardownComponent.TeardownAction: The teardown action will only contain an operation." , "TestReportTeardownComponent.TeardownAction: The teardown action will only contain an operation." ;
        rdfs:label       "TeardownAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptTeardownComponent.TeardownActionOperation ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportTeardownComponent.TeardownActionOperation ;
                           owl:onProperty     fhir:operation
                         ] .

fhir:clinicalUseIssue
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.clinicalUseIssue: Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.)." ;
        rdfs:label                      "clinicalUseIssue" ;
        fhir:modifierExtensionProperty  fhir:_clinicalUseIssue ;
        dc:title                        "MedicationKnowledge.clinicalUseIssue: Potential clinical issue with or between medication(s)" .

fhir:classification  a                  owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.classification: Allows the product to be classified by various systems, commonly WHO ATC." , "Contract.term.securityLabel.classification: Security label privacy tag that specifies the level of confidentiality protection required for this term and/or term elements." , "Citation.citedArtifact.classification: The assignment to an organizing scheme." , "Contract.term.group.securityLabel.classification: Security label privacy tag that specifies the level of confidentiality protection required for this term and/or term elements." , "ClinicalUseDefinition.undesirableEffect.classification: High level classification of the effect." , "SubstanceDefinition.classification: A high level categorization, e.g. polymer or nucleic acid, or food, chemical, biological, or a lower level such as the general types of polymer (linear or branch chain) or type of impurity (process related or contaminant)." , "Citation.classification: The assignment to an organizing scheme." , "MedicationKnowledge.medicineClassification.classification: Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.)." , "DeviceDefinition.classification: What kind of device or device system this is." ;
        rdfs:label                      "classification" ;
        fhir:modifierExtensionProperty  fhir:_classification ;
        dc:title                        "MedicinalProductDefinition.classification: Allows the product to be classified by various systems" , "Citation.citedArtifact.classification: The assignment to an organizing scheme" , "Contract.term.securityLabel.classification: Confidentiality Protection" , "Citation.classification: The assignment to an organizing scheme" , "DeviceDefinition.classification: What kind of device or device system this is" , "ClinicalUseDefinition.undesirableEffect.classification: High level classification of the effect" , "MedicationKnowledge.medicineClassification.classification: Specific category assigned to the medication" , "Contract.term.group.securityLabel.classification: Confidentiality Protection" , "SubstanceDefinition.classification: A categorization, high level e.g. polymer or nucleic acid, or food, chemical, biological, or lower e.g. polymer linear or branch chain, or type of impurity" .

fhir:_lifecycleStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Goal.lifecycleStatus" ;
        rdfs:label    "_lifecycleStatus" .

fhir:signature  a                       owl:ObjectProperty ;
        rdfs:comment                    "Bundle.signature: Digital Signature - base64 encoded. XML-DSig or a JWS." , "Provenance.signature: A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated." , "Contract.signer.signature: Legally binding Contract DSIG signature contents in Base64." ;
        rdfs:label                      "signature" ;
        rdfs:subPropertyOf              w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_signature ;
        dc:title                        "Bundle.signature: Digital Signature" , "Provenance.signature: Signature on target" , "Contract.signer.signature: Contract Documentation Signature" .

fhir:reviewer  a                        owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content." , "EventDefinition.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content." , "NamingSystem.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the NamingSystem." , "Evidence.reviewer: An individiual, organization, or device primarily responsible for review of some aspect of the content." , "Measure.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content." , "ValueSet.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the ValueSet." , "Citation.reviewer: Who reviewed the citation record." , "ActivityDefinition.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content." , "MetadataResource.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the {{title}}." , "ConceptMap.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the ConceptMap." , "CodeSystem.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the CodeSystem." , "Library.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content." , "EvidenceReport.reviewer: An individiual, organization, or device primarily responsible for review of some aspect of the content." , "PlanDefinition.reviewer: An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content." ;
        rdfs:label                      "reviewer" ;
        fhir:modifierExtensionProperty  fhir:_reviewer ;
        dc:title                        "MetadataResource.reviewer: Who reviewed the {{title}}" , "ConceptMap.reviewer: Who reviewed the ConceptMap" , "EvidenceReport.reviewer: Who reviewed the content" , "EventDefinition.reviewer: Who reviewed the content" , "PlanDefinition.reviewer: Who reviewed the content" , "EvidenceVariable.reviewer: Who reviewed the content" , "Evidence.reviewer: Who reviewed the content" , "Citation.reviewer: Who reviewed the citation record" , "ValueSet.reviewer: Who reviewed the ValueSet" , "ActivityDefinition.reviewer: Who reviewed the content" , "Library.reviewer: Who reviewed the content" , "CodeSystem.reviewer: Who reviewed the CodeSystem" , "NamingSystem.reviewer: Who reviewed the NamingSystem" , "Measure.reviewer: Who reviewed the content" .

fhir:_usePeriod  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.usePeriod" , "(Modified) Contract.term.asset.usePeriod" ;
        rdfs:label    "_usePeriod" .

fhir:BodyStructureIncludedStructureComponent
        a                owl:Class ;
        rdfs:comment     "BodyStructureIncludedStructureComponent: The anatomical location(s) or region(s) of the specimen, lesion, or body structure." ;
        rdfs:label       "BodyStructureIncludedStructureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:structure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:spatialReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:qualifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:laterality
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:laterality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BodyStructureIncludedStructureBodyLandmarkOrientationComponent ;
                           owl:onProperty     fhir:bodyLandmarkOrientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:structure
                         ] .

fhir:next  a                            owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.next: As per paging Search results, the next URLs are opaque to the client, have no dictated structure, and only the server understands them." ;
        rdfs:label                      "next" ;
        fhir:modifierExtensionProperty  fhir:_next ;
        dc:title                        "ValueSet.expansion.next: Opaque urls for paging through expansion results" .

fhir:_changeType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.changeType" ;
        rdfs:label    "_changeType" .

fhir:_ImmunizationEvaluation
        a                owl:Class ;
        rdfs:comment     "(Modified) ImmunizationEvaluation" ;
        rdfs:label       "_ImmunizationEvaluation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:requestingOrganization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.requestingOrganization: The organization requesting the service." ;
        rdfs:label                      "requestingOrganization" ;
        fhir:modifierExtensionProperty  fhir:_requestingOrganization ;
        dc:title                        "ChargeItem.requestingOrganization: Organization requesting the charged service" .

fhir:_unitOfPresentation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ManufacturedItemDefinition.unitOfPresentation" , "(Modified) AdministrableProductDefinition.unitOfPresentation" ;
        rdfs:label    "_unitOfPresentation" .

fhir:requestedPeriod  a                 owl:ObjectProperty ;
        rdfs:comment                    "Task.requestedPeriod: Indicates the start and/or end of the period of time when completion of the task is desired to take place." , "Appointment.requestedPeriod: A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.\n\nThe duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system." ;
        rdfs:label                      "requestedPeriod" ;
        fhir:modifierExtensionProperty  fhir:_requestedPeriod ;
        dc:title                        "Task.requestedPeriod: When the task should be performed" , "Appointment.requestedPeriod: Potential date/time interval(s) requested to allocate the appointment within" .

fhir:Answer  a           owl:Class ;
        rdfs:comment     "Contract.TermTerm.ContractOffer.Answer: Response to offer text." , "Contract.Term.ContractOffer.Answer: Response to offer text." ;
        rdfs:label       "Answer" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] .

fhir:count  a                           owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier.stratum.population.count: The number of members of the population in this stratum." , "MeasureReport.group.population.count: The number of members of the population." , "CodeSystem.count: The total number of concepts defined by the code system. Where the code system has a compositional grammar, the basis of this count is defined by the system steward." , "DeviceDefinition.hasPart.count: Number of instances of the component device in the current device." , "Timing.repeat.count: A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values." , "DeviceDefinition.packaging.count: The number of items contained in the package (devices or sub-packages)." , "DeviceDefinition.packaging.packaging.count: The number of items contained in the package (devices or sub-packages)." , "DeviceDefinition.chargeItem.count: Coefficient applicable to the billing code." ;
        rdfs:label                      "count" ;
        fhir:modifierExtensionProperty  fhir:_count ;
        dc:title                        "DeviceDefinition.chargeItem.count: Coefficient applicable to the billing code" , "CodeSystem.count: Total concepts in the code system" , "MeasureReport.group.stratifier.stratum.population.count: Size of the population" , "DeviceDefinition.hasPart.count: Number of occurrences of the part" , "Timing.repeat.count: Number of times to repeat" , "DeviceDefinition.packaging.packaging.count: The number of items contained in the package (devices or sub-packages)" , "DeviceDefinition.packaging.count: The number of items contained in the package (devices or sub-packages)" , "MeasureReport.group.population.count: Size of the population" .

fhir:ContractOffer  a    owl:Class ;
        rdfs:comment     "Contract.TermTerm.ContractOffer: The matter of concern in the context of this provision of the agrement." , "Contract.Term.ContractOffer: The matter of concern in the context of this provision of the agrement." ;
        rdfs:label       "ContractOffer" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Answer ;
                           owl:onProperty     fhir:answer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Answer ;
                           owl:onProperty     fhir:answer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContractParty ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContractParty ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decisionMode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decisionMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] .

fhir:composition  a                     owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.composition: Reference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport." ;
        rdfs:label                      "composition" ;
        fhir:modifierExtensionProperty  fhir:_composition ;
        dc:title                        "DiagnosticReport.composition: Reference to a Composition resource for the DiagnosticReport structure" .

fhir:_EnrollmentResponse
        a                owl:Class ;
        rdfs:comment     "(Modified) EnrollmentResponse" ;
        rdfs:label       "_EnrollmentResponse" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:ConditionStageComponent
        a                owl:Class ;
        rdfs:comment     "ConditionStageComponent: A simple summary of the stage such as \"Stage 3\" or \"Early Onset\". The determination of the stage is disease-specific, such as cancer, retinopathy of prematurity, kidney diseases, Alzheimer's, or Parkinson disease." ;
        rdfs:label       "ConditionStageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:assessment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:summary
                         ] .

fhir:ResearchSubjectProgressComponent
        a                owl:Class ;
        rdfs:comment     "ResearchSubjectProgressComponent: The current state (status) of the subject and resons for status change where appropriate." ;
        rdfs:label       "ResearchSubjectProgressComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:startDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:endDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:endDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subjectState
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subjectState
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:milestone
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:startDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:milestone
                         ] .

fhir:key  a                             owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.instance.key: A unique string within the scenario that is used to reference the instance." , "ExampleScenario.instance.version.key: A unique string within the instance that is used to reference the version of the instance." , "ExampleScenario.actor.key: A unique string within the scenario that is used to reference the actor." , "Requirements.statement.key: Key that identifies this statement (unique within this resource)." , "ElementDefinition.constraint.key: Allows identification of which elements have their cardinalities impacted by the constraint.  Will not be referenced for constraints that do not affect cardinality." ;
        rdfs:label                      "key" ;
        fhir:modifierExtensionProperty  fhir:_key ;
        dc:title                        "Requirements.statement.key: Key that identifies this statement" , "ExampleScenario.instance.key: ID or acronym of the instance" , "ExampleScenario.actor.key: ID or acronym of the actor" , "ElementDefinition.constraint.key: Target of 'condition' reference above" , "ExampleScenario.instance.version.key: ID or acronym of the version" .

fhir:assertion  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.assertion: The test assertions - the expectations of test results from the execution of the test case." , "Evidence.assertion: Declarative description of the Evidence." ;
        rdfs:label                      "assertion" ;
        fhir:modifierExtensionProperty  fhir:_assertion ;
        dc:title                        "TestPlan.testCase.assertion: Test assertions or expectations" , "Evidence.assertion: Declarative description of the Evidence" .

fhir:MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeIndicationGuidelineComponent.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent: Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.)." ;
        rdfs:label       "MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:alternative  a                     owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.alternative: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenario.process.step.process.step.alternative: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenario.process.step.alternative.step.alternative: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenario.process.step.process.step.alternative.step.alternative: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." , "ExampleScenario.process.step.alternative.step.process.step.alternative: Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.  E.g. to represent non-happy-path/exceptional/atypical circumstances." ;
        rdfs:label                      "alternative" ;
        fhir:modifierExtensionProperty  fhir:_alternative ;
        dc:title                        "ExampleScenario.process.step.alternative: Alternate non-typical step action" , "ExampleScenario.process.step.alternative.step.process.step.alternative: Alternate non-typical step action" , "ExampleScenario.process.step.process.step.alternative.step.alternative: Alternate non-typical step action" , "ExampleScenario.process.step.process.step.alternative: Alternate non-typical step action" , "ExampleScenario.process.step.alternative.step.alternative: Alternate non-typical step action" .

fhir:plan  a                            owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan: Details about an insurance plan." , "ConditionDefinition.plan: Plan that is appropriate." ;
        rdfs:label                      "plan" ;
        fhir:modifierExtensionProperty  fhir:_plan ;
        dc:title                        "InsurancePlan.plan: Plan details" , "ConditionDefinition.plan: Plan that is appropriate" .

fhir:_criteria  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.supplementalData.criteria" , "(Modified) Measure.group.stratifier.component.criteria" , "(Modified) Measure.group.stratifier.criteria" , "(Modified) Measure.group.population.criteria" ;
        rdfs:label    "_criteria" .

fhir:cycle  a                           owl:ObjectProperty ;
        rdfs:comment                    "Device.cycle: The series of occurrences that repeats during the operation of the device." ;
        rdfs:label                      "cycle" ;
        fhir:modifierExtensionProperty  fhir:_cycle ;
        dc:title                        "Device.cycle: The series of occurrences that repeats during the operation of the device" .

fhir:_latitude  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.position.latitude" ;
        rdfs:label    "_latitude" .

fhir:modifier  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.canFilterBy.modifier: Modifiers allowed for the filter parameter." , "ClaimResponse.addItem.detail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ClaimResponse.addItem.detail.subDetail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "SearchParameter.modifier: A modifier supported for the search parameter." , "Claim.item.detail.subDetail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ExplanationOfBenefit.item.detail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "Claim.item.detail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "NutritionOrder.oralDiet.nutrient.modifier: The nutrient that is being modified such as carbohydrate or sodium." , "ExplanationOfBenefit.addItem.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ClaimResponse.addItem.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ExplanationOfBenefit.item.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "CoverageEligibilityRequest.item.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ExplanationOfBenefit.addItem.detail.subDetail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ExplanationOfBenefit.item.detail.subDetail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "CoverageEligibilityResponse.insurance.item.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "ExplanationOfBenefit.addItem.detail.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "Claim.item.modifier: Item typification or modifiers codes to convey additional context for the product or service." , "Subscription.filterBy.modifier: Modifier applied to this filter parameter." , "NutritionOrder.oralDiet.texture.modifier: Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed." ;
        rdfs:label                      "modifier" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_modifier ;
        dc:title                        "ExplanationOfBenefit.addItem.detail.subDetail.modifier: Service/Product billing modifiers" , "Subscription.filterBy.modifier: missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate" , "SubscriptionTopic.canFilterBy.modifier: missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate" , "Claim.item.modifier: Product or service billing modifiers" , "Claim.item.detail.subDetail.modifier: Service/Product billing modifiers" , "Claim.item.detail.modifier: Service/Product billing modifiers" , "SearchParameter.modifier: missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate" , "ExplanationOfBenefit.addItem.detail.modifier: Service/Product billing modifiers" , "ClaimResponse.addItem.modifier: Service/Product billing modifiers" , "CoverageEligibilityRequest.item.modifier: Product or service billing modifiers" , "NutritionOrder.oralDiet.texture.modifier: Code to indicate how to alter the texture of the foods, e.g. pureed" , "CoverageEligibilityResponse.insurance.item.modifier: Product or service billing modifiers" , "ExplanationOfBenefit.addItem.modifier: Service/Product billing modifiers" , "ClaimResponse.addItem.detail.modifier: Service/Product billing modifiers" , "NutritionOrder.oralDiet.nutrient.modifier: Type of nutrient that is being modified" , "ExplanationOfBenefit.item.detail.modifier: Service/Product billing modifiers" , "ClaimResponse.addItem.detail.subDetail.modifier: Service/Product billing modifiers" , "ExplanationOfBenefit.item.detail.subDetail.modifier: Service/Product billing modifiers" , "ExplanationOfBenefit.item.modifier: Product or service billing modifiers" .

fhir:_scoringUnit  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.group.scoringUnit" , "(Modified) Measure.scoringUnit" ;
        rdfs:label    "_scoringUnit" .

fhir:subJurisdiction  a                 owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction: National state or territory to which the marketDistribution recers, typically where the device is commercialized." , "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction: National state or territory to which the marketDistribution recers, typically where the device is commercialized." , "DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction: National state or territory to which the marketDistribution recers, typically where the device is commercialized." ;
        rdfs:label                      "subJurisdiction" ;
        fhir:modifierExtensionProperty  fhir:_subJurisdiction ;
        dc:title                        "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction: National state or territory where the device is commercialized" , "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction: National state or territory where the device is commercialized" , "DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction: National state or territory where the device is commercialized" .

fhir:_search  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) CompartmentDefinition.search" , "(Modified) Bundle.entry.search" ;
        rdfs:label    "_search" .

fhir:assignedComparisonGroup
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.assignedComparisonGroup: The name of the arm in the study the subject is expected to follow as part of this study." ;
        rdfs:label                      "assignedComparisonGroup" ;
        fhir:modifierExtensionProperty  fhir:_assignedComparisonGroup ;
        dc:title                        "ResearchSubject.assignedComparisonGroup: What path should be followed" .

fhir:_alias  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.structure.alias" , "(Modified) Organization.alias" , "(Modified) Location.alias" , "(Modified) InsurancePlan.alias" , "(Modified) Contract.alias" , "(Modified) ElementDefinition.alias" ;
        rdfs:label    "_alias" .

fhir:_status  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ActorDefinition.status" , "(Modified) Transport.status" , "(Modified) MedicationDispense.status" , "(Modified) GenomicStudy.status" , "(Modified) DiagnosticReport.status" , "(Modified) DeviceUsage.status" , "(Modified) InsurancePlan.status" , "(Modified) SubstanceDefinition.name.synonym.official.status" , "(Modified) AdministrableProductDefinition.status" , "(Modified) ChargeItemDefinition.status" , "(Modified) DeviceRequest.status" , "(Modified) Questionnaire.status" , "(Modified) NutritionOrder.status" , "(Modified) Claim.status" , "(Modified) ImagingStudy.status" , "(Modified) ValueSet.status" , "(Modified) Bundle.entry.response.status" , "(Modified) CoverageEligibilityResponse.status" , "(Modified) Subscription.status" , "(Modified) EpisodeOfCare.statusHistory.status" , "(Modified) CareTeam.status" , "(Modified) List.status" , "(Modified) ImagingSelection.status" , "(Modified) RegulatedAuthorization.case.application.status" , "(Modified) Task.status" , "(Modified) Measure.status" , "(Modified) ResearchStudy.status" , "(Modified) SubstanceDefinition.name.translation.status" , "(Modified) SpecimenDefinition.status" , "(Modified) Evidence.status" , "(Modified) MeasureReport.status" , "(Modified) RegulatedAuthorization.case.status" , "(Modified) Immunization.status" , "(Modified) SubstanceDefinition.name.official.status" , "(Modified) Endpoint.status" , "(Modified) Slot.status" , "(Modified) Consent.status" , "(Modified) DetectedIssue.status" , "(Modified) EvidenceReport.status" , "(Modified) Ingredient.status" , "(Modified) Citation.status" , "(Modified) VisionPrescription.status" , "(Modified) CodeSystem.status" , "(Modified) SubstanceDefinition.name.translation.official.status" , "(Modified) Substance.status" , "(Modified) BiologicallyDerivedProductDispense.status" , "(Modified) SubscriptionStatus.status" , "(Modified) ServiceRequest.status" , "(Modified) ExampleScenario.status" , "(Modified) Location.status" , "(Modified) Library.status" , "(Modified) AdverseEvent.status" , "(Modified) FamilyMemberHistory.status" , "(Modified) SupplyRequest.status" , "(Modified) EncounterHistory.status" , "(Modified) Coverage.status" , "(Modified) Communication.status" , "(Modified) Composition.status" , "(Modified) Contract.status" , "(Modified) Flag.status" , "(Modified) DocumentReference.status" , "(Modified) SearchParameter.status" , "(Modified) Permission.status" , "(Modified) PaymentReconciliation.status" , "(Modified) SubstanceDefinition.code.status" , "(Modified) EventDefinition.status" , "(Modified) InventoryReport.status" , "(Modified) StructureDefinition.status" , "(Modified) InventoryItem.status" , "(Modified) CarePlan.status" , "(Modified) ChargeItem.status" , "(Modified) TestReport.status" , "(Modified) MessageDefinition.status" , "(Modified) NutritionProduct.status" , "(Modified) NutritionIntake.status" , "(Modified) StructureMap.status" , "(Modified) ImplementationGuide.status" , "(Modified) RiskAssessment.status" , "(Modified) MarketingStatus.status" , "(Modified) FormularyItem.status" , "(Modified) Specimen.status" , "(Modified) MedicationAdministration.status" , "(Modified) Appointment.participant.status" , "(Modified) CapabilityStatement.status" , "(Modified) Device.status" , "(Modified) DeviceAssociation.operation.status" , "(Modified) GuidanceResponse.status" , "(Modified) MedicationStatement.status" , "(Modified) TerminologyCapabilities.status" , "(Modified) Account.status" , "(Modified) SubstanceDefinition.name.status" , "(Modified) MedicinalProductDefinition.status" , "(Modified) DeviceDispense.status" , "(Modified) CanonicalResource.status" , "(Modified) RequestOrchestration.status" , "(Modified) MedicationRequest.status" , "(Modified) GraphDefinition.status" , "(Modified) EnrollmentRequest.status" , "(Modified) ExplanationOfBenefit.status" , "(Modified) SubstanceDefinition.name.synonym.status" , "(Modified) PaymentNotice.status" , "(Modified) Narrative.status" , "(Modified) Medication.status" , "(Modified) OperationDefinition.status" , "(Modified) ManufacturedItemDefinition.status" , "(Modified) ImmunizationEvaluation.status" , "(Modified) ClinicalUseDefinition.status" , "(Modified) ResearchSubject.status" , "(Modified) PlanDefinition.status" , "(Modified) ConditionDefinition.status" , "(Modified) Procedure.status" , "(Modified) PackagedProductDefinition.status" , "(Modified) ActivityDefinition.status" , "(Modified) CoverageEligibilityRequest.status" , "(Modified) VerificationResult.status" , "(Modified) SubscriptionTopic.status" , "(Modified) Requirements.status" , "(Modified) NamingSystem.status" , "(Modified) AdministrableProductDefinition.property.status" , "(Modified) Contract.term.action.status" , "(Modified) Appointment.status" , "(Modified) ClaimResponse.status" , "(Modified) SubstanceDefinition.status" , "(Modified) DeviceAssociation.status" , "(Modified) ObservationDefinition.status" , "(Modified) Encounter.location.status" , "(Modified) ConceptMap.status" , "(Modified) RegulatedAuthorization.status" , "(Modified) TestPlan.status" , "(Modified) Invoice.status" , "(Modified) Observation.status" , "(Modified) EpisodeOfCare.status" , "(Modified) EvidenceVariable.status" , "(Modified) EnrollmentResponse.status" , "(Modified) Contract.term.group.action.status" , "(Modified) CompartmentDefinition.status" , "(Modified) ClinicalImpression.status" , "(Modified) SupplyDelivery.status" , "(Modified) Encounter.status" , "(Modified) TestScript.status" , "(Modified) QuestionnaireResponse.status" , "(Modified) MedicationKnowledge.status" , "(Modified) CommunicationRequest.status" ;
        rdfs:label    "_status" .

fhir:recurring  a                       owl:ObjectProperty ;
        rdfs:comment                    "AppointmentResponse.recurring: Indicates that this AppointmentResponse applies to all occurrences in a recurring request." ;
        rdfs:label                      "recurring" ;
        fhir:modifierExtensionProperty  fhir:_recurring ;
        dc:title                        "AppointmentResponse.recurring: This response is for all occurrences in a recurring request" .

fhir:InventoryItemInstanceComponent
        a                owl:Class ;
        rdfs:comment     "InventoryItemInstanceComponent: Instances or occurrences of the product." ;
        rdfs:label       "InventoryItemInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expiry
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:lotNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lotNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:expiry
                         ] .

fhir:frameOfReferenceUid
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.frameOfReferenceUid: The Frame of Reference UID identifying the coordinate system that conveys spatial and/or temporal information for the selected images or frames." ;
        rdfs:label                      "frameOfReferenceUid" ;
        fhir:modifierExtensionProperty  fhir:_frameOfReferenceUid ;
        dc:title                        "ImagingSelection.frameOfReferenceUid: The Frame of Reference UID for the selected images" .

fhir:_validationDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.primarySource.validationDate" ;
        rdfs:label    "_validationDate" .

fhir:NutritionOrderEnteralFormulaComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderEnteralFormulaComponent: Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity." ;
        rdfs:label       "NutritionOrderEnteralFormulaComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:caloricDensity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:baseFormulaProductName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:baseFormulaType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxVolumeToDeliver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:NutritionOrderEnteralFormulaAdditiveComponent ;
                           owl:onProperty     fhir:additive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:deliveryDevice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:NutritionOrderEnteralFormulaAdministrationComponent ;
                           owl:onProperty     fhir:administration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:administrationInstruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:administrationInstruction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:routeOfAdministration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:maxVolumeToDeliver
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:baseFormulaType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:caloricDensity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:baseFormulaProductName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:routeOfAdministration
                         ] .

fhir:deliveryDevice  a                  owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.deliveryDevice: The intended type of device that is to be used for the administration of the enteral formula." ;
        rdfs:label                      "deliveryDevice" ;
        fhir:modifierExtensionProperty  fhir:_deliveryDevice ;
        dc:title                        "NutritionOrder.enteralFormula.deliveryDevice: Intended type of device for the administration" .

fhir:_cardBrand  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.cardBrand" ;
        rdfs:label    "_cardBrand" .

fhir:adjustment  a                      owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.payment.adjustment: Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication." , "ClaimResponse.payment.adjustment: Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication." ;
        rdfs:label                      "adjustment" ;
        fhir:modifierExtensionProperty  fhir:_adjustment ;
        dc:title                        "ExplanationOfBenefit.payment.adjustment: Payment adjustment for non-claim issues" , "ClaimResponse.payment.adjustment: Payment adjustment for non-claim issues" .

fhir:_cors  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.security.cors" ;
        rdfs:label    "_cors" .

fhir:_allergenicIndicator
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.allergenicIndicator" , "(Modified) DeviceDefinition.material.allergenicIndicator" ;
        rdfs:label    "_allergenicIndicator" .

fhir:_timezone  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.timezone" ;
        rdfs:label    "_timezone" .

fhir:_actor  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.provision.actor" , "(Modified) Condition.participant.actor" , "(Modified) Invoice.participant.actor" , "(Modified) ChargeItem.performer.actor" , "(Modified) AllergyIntolerance.participant.actor" , "(Modified) Consent.provision.provision.actor" , "(Modified) Schedule.actor" , "(Modified) NutritionIntake.performer.actor" , "(Modified) MedicationDispense.performer.actor" , "(Modified) Permission.rule.activity.actor" , "(Modified) Procedure.performer.actor" , "(Modified) ExampleScenario.actor" , "(Modified) Appointment.participant.actor" , "(Modified) AdverseEvent.participant.actor" , "(Modified) Immunization.performer.actor" , "(Modified) DeviceDispense.performer.actor" , "(Modified) MedicationAdministration.performer.actor" , "(Modified) Requirements.actor" , "(Modified) RequestOrchestration.action.action.participant.actor" , "(Modified) ImagingSelection.performer.actor" , "(Modified) AppointmentResponse.actor" , "(Modified) Encounter.participant.actor" , "(Modified) RequestOrchestration.action.participant.actor" , "(Modified) PlanDefinition.actor" , "(Modified) ImagingStudy.series.performer.actor" , "(Modified) BiologicallyDerivedProductDispense.performer.actor" , "(Modified) FamilyMemberHistory.participant.actor" , "(Modified) Task.performer.actor" , "(Modified) GenomicStudy.analysis.performer.actor" ;
        rdfs:label    "_actor" .

fhir:valueQuantity  a                   owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic.variable.valueQuantity: Discrete value for grouping of ordinal or polychotomous variables." ;
        rdfs:label                      "valueQuantity" ;
        fhir:modifierExtensionProperty  fhir:_valueQuantity ;
        dc:title                        "Evidence.statistic.modelCharacteristic.variable.valueQuantity: Discrete value for grouping of ordinal or polychotomous variables" .

fhir:_versionId  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Meta.versionId" ;
        rdfs:label    "_versionId" .

fhir:requester  a                       owl:ObjectProperty ;
        rdfs:comment                    "SupplyRequest.requester: The device, practitioner, etc. who initiated the request." , "CommunicationRequest.requester: The device, individual, or organization who asks for the information to be shared." , "Transport.requester: The creator of the transport." , "Contract.term.group.action.requester: Who or what initiated the action and has responsibility for its activation." , "MedicationRequest.requester: The individual, organization, or device that initiated the request and has responsibility for its activation." , "DeviceRequest.requester: The individual or entity who initiated the request and has responsibility for its activation." , "ServiceRequest.requester: The individual who initiated the request and has responsibility for its activation." , "Contract.term.action.requester: Who or what initiated the action and has responsibility for its activation." , "Task.requester: The creator of the task." ;
        rdfs:label                      "requester" ;
        rdfs:subPropertyOf              w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_requester ;
        dc:title                        "CommunicationRequest.requester: Who asks for the information to be shared" , "SupplyRequest.requester: Individual making the request" , "Contract.term.action.requester: Who asked for action" , "Task.requester: Who is asking for task to be done" , "DeviceRequest.requester: Who/what submitted the device request" , "MedicationRequest.requester: Who/What requested the Request" , "ServiceRequest.requester: Who/what is requesting service" , "Contract.term.group.action.requester: Who asked for action" , "Transport.requester: Who is asking for transport to be done" .

fhir:_SupplyRequest  a   owl:Class ;
        rdfs:comment     "(Modified) SupplyRequest" ;
        rdfs:label       "_SupplyRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:MeasureTermComponent
        a                owl:Class ;
        rdfs:comment     "MeasureTermComponent: Provides a description of an individual term used within the measure." ;
        rdfs:label       "MeasureTermComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_containedItemQuantity
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.containedItemQuantity" ;
        rdfs:label    "_containedItemQuantity" .

fhir:_daysSupply  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.daysSupply" ;
        rdfs:label    "_daysSupply" .

fhir:reportingVendor  a                 owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.reportingVendor: A reference to the vendor who queried the data, calculated results and/or generated the report. The ‘reporting vendor’ is intended to represent the submitting entity when it is not the same as the reporting entity. This extension is used when the Receiver is interested in getting vendor information in the report." ;
        rdfs:label                      "reportingVendor" ;
        fhir:modifierExtensionProperty  fhir:_reportingVendor ;
        dc:title                        "MeasureReport.reportingVendor: What vendor prepared the data" .

fhir:current  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.queryCriteria.current: The FHIR query based rules are applied to the current resource state (e.g., state after an update)." ;
        rdfs:label                      "current" ;
        fhir:modifierExtensionProperty  fhir:_current ;
        dc:title                        "SubscriptionTopic.resourceTrigger.queryCriteria.current: Rule applied to current resource state" .

fhir:uid  a                             owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.series.instance.uid: The DICOM SOP Instance UID for this image or other DICOM content." , "ImagingStudy.series.uid: The DICOM Series Instance UID for the series." , "ImagingSelection.instance.uid: The SOP Instance UID for the selected DICOM instance." ;
        rdfs:label                      "uid" ;
        fhir:modifierExtensionProperty  fhir:_uid ;
        dc:title                        "ImagingStudy.series.instance.uid: DICOM SOP Instance UID" , "ImagingStudy.series.uid: DICOM Series Instance UID for the series" , "ImagingSelection.instance.uid: DICOM SOP Instance UID" .

fhir:order  a                           owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.organismGeneral.order: The order of an organism shall be specified,." , "Coverage.order: The order of applicability of this coverage relative to other coverages which are currently in force. Note, there may be gaps in the numbering and this does not imply primary, secondary etc. as the specific positioning of coverages depends upon the episode of care. For example; a patient might have (0) auto insurance (1) their own health insurance and (2) spouse's health insurance. When claiming for treatments which were not the result of an auto accident then only coverages (1) and (2) above would be applicatble and would apply in the order specified in parenthesis." ;
        rdfs:label                      "order" ;
        fhir:modifierExtensionProperty  fhir:_order ;
        dc:title                        "SubstanceSourceMaterial.organism.organismGeneral.order: The order of an organism shall be specified," , "Coverage.order: Relative order of the coverage" .

fhir:priorPrescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.priorPrescription: Reference to an order/prescription that is being replaced by this MedicationRequest." ;
        rdfs:label                      "priorPrescription" ;
        fhir:modifierExtensionProperty  fhir:_priorPrescription ;
        dc:title                        "MedicationRequest.priorPrescription: Reference to an order/prescription that is being replaced by this MedicationRequest" .

fhir:distanceFromLandmark
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark: The distance in centimeters a certain observation is made from a body landmark." , "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark: The distance in centimeters a certain observation is made from a body landmark." ;
        rdfs:label                      "distanceFromLandmark" ;
        fhir:modifierExtensionProperty  fhir:_distanceFromLandmark ;
        dc:title                        "BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark: Landmark relative location" , "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark: Landmark relative location" .

fhir:VerificationResultValidatorComponent
        a                owl:Class ;
        rdfs:comment     "VerificationResultValidatorComponent: Information about the entity validating information." ;
        rdfs:label       "VerificationResultValidatorComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identityCertificate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:attestationSignature
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Signature ;
                           owl:onProperty     fhir:attestationSignature
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:identityCertificate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:organization
                         ] .

fhir:_recurrenceTemplate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate" ;
        rdfs:label    "_recurrenceTemplate" .

fhir:tenderedAmount  a                  owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.tenderedAmount: The amount offered by the issuer, typically applies to cash when the issuer provides an amount in bank note denominations equal to or excess of the amount actually being paid." ;
        rdfs:label                      "tenderedAmount" ;
        fhir:modifierExtensionProperty  fhir:_tenderedAmount ;
        dc:title                        "PaymentReconciliation.tenderedAmount: Amount offered by the issuer" .

fhir:_diseaseStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.diseaseStatus" , "(Modified) ClinicalUseDefinition.contraindication.diseaseStatus" ;
        rdfs:label    "_diseaseStatus" .

fhir:_expirationDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.expirationDate" , "(Modified) Medication.batch.expirationDate" , "(Modified) Immunization.expirationDate" , "(Modified) Device.expirationDate" , "(Modified) BiologicallyDerivedProduct.expirationDate" ;
        rdfs:label    "_expirationDate" .

fhir:_dataPeriod  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.provision.provision.dataPeriod" , "(Modified) Consent.provision.dataPeriod" ;
        rdfs:label    "_dataPeriod" .

fhir:note  a                            owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.note: Comments related to the genomic study." , "SubstanceDefinition.note: Textual comment about the substance's catalogue or registry record." , "EvidenceReport.note: Used for footnotes and annotations." , "Device.note: Descriptive information, usage information or implantation information that is not captured in an existing element." , "EvidenceVariable.characteristic.timeFromEvent.note: A human-readable string to clarify or explain concepts about the timeFromEvent." , "ResearchStudy.note: Comments made about the study by the performer, subject or other participants." , "Citation.note: Used for general notes and annotations not coded elsewhere." , "AllergyIntolerance.reaction.note: Additional text about the adverse reaction event not captured in other fields." , "Contract.term.group.action.note: Comments made about the term action made by the requester, performer, subject or other participants." , "ImagingStudy.note: Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element." , "VisionPrescription.lensSpecification.note: Notes for special requirements such as coatings and lens materials." , "SubstanceDefinition.code.note: Any comment can be provided in this field, if necessary." , "Evidence.statistic.attributeEstimate.note: Footnote or explanatory note about the estimate." , "MedicationRequest.note: Extra information about the prescription that could not be conveyed by the other attributes." , "FamilyMemberHistory.procedure.note: An area where general notes can be placed about this specific procedure." , "Contract.term.action.note: Comments made about the term action made by the requester, performer, subject or other participants." , "ServiceRequest.note: Any other notes and comments made about the service request. For example, internal billing notes." , "Citation.citedArtifact.note: Any additional information or content for the article or artifact." , "CommunicationRequest.note: Comments made about the request by the requester, sender, recipient, subject or other participants." , "FamilyMemberHistory.note: This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible." , "EvidenceVariable.characteristic.note: A human-readable string to clarify or explain concepts about the characteristic." , "MedicationKnowledge.storageGuideline.note: Additional notes about the storage." , "Procedure.note: Any other notes and comments about the procedure." , "EvidenceReport.subject.note: Used for general notes and annotations not coded elsewhere." , "Evidence.certainty.note: Footnotes and/or explanatory notes." , "AllergyIntolerance.note: Additional narrative about the propensity for the Adverse Reaction, not captured in other fields." , "Goal.note: Any comments related to the goal." , "DeviceRequest.note: Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement." , "Evidence.variableDefinition.note: Footnotes and/or explanatory notes." , "Evidence.statistic.sampleSize.note: Footnote or explanatory note about the sample size." , "DetectedIssue.mitigation.note: Clinicians may add additional notes or justifications about the mitigation action. For example, patient can have this drug because they have had it before without any issues. Multiple justifications may be provided." , "Transport.note: Free-text information captured about the transport as it progresses." , "Appointment.note: Additional notes/comments about the appointment." , "Composition.note: For any additional notes." , "Evidence.note: Footnotes and/or explanatory notes." , "DeviceDefinition.note: Descriptive information, usage information or implantation information that is not captured in an existing element." , "Invoice.note: Comments made about the invoice by the issuer, subject, or other participants." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.note: A human-readable string to clarify or explain concepts about the timeFromEvent." , "CareTeam.note: Comments made about the CareTeam." , "ClinicalImpression.note: Commentary about the impression, typically recorded after the impression itself was made, though supplemental notes by the original author could also appear." , "InventoryReport.note: A note associated with the InventoryReport." , "FamilyMemberHistory.condition.note: An area where general notes can be placed about this specific condition." , "BiologicallyDerivedProductDispense.note: Additional notes." , "Task.note: Free-text information captured about the task as it progresses." , "ChargeItem.note: Comments made about the event by the performer, subject or other participants." , "DeviceUsage.note: Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement." , "Evidence.statistic.attributeEstimate.attributeEstimate.note: Footnote or explanatory note about the estimate." , "Observation.note: Comments about the observation or the results." , "Evidence.certainty.subcomponent.note: Footnotes and/or explanatory notes." , "CarePlan.note: General notes about the care plan not covered elsewhere." , "DeviceDispense.note: Extra information about the dispense that could not be conveyed in the other attributes." , "Evidence.statistic.modelCharacteristic.attributeEstimate.note: Footnote or explanatory note about the estimate." , "RequestOrchestration.note: Provides a mechanism to communicate additional information about the response." , "Condition.note: Additional information about the Condition. This is a general notes/comments entry  for description of the Condition, its diagnosis and prognosis." , "NutritionIntake.note: Provides extra information about the Nutrition Intake that is not conveyed by the other attributes." , "DiagnosticReport.note: Comments about the diagnostic report." , "Evidence.statistic.note: Footnotes and/or explanatory notes." , "MedicationAdministration.note: Extra information about the medication administration that is not conveyed by the other attributes." , "GenomicStudy.analysis.note: Any notes capture with the analysis event." , "EvidenceVariable.note: A human-readable string to clarify or explain concepts about the resource." , "AdverseEvent.note: Comments made about the adverse event by the performer, subject or other participants." , "RiskAssessment.note: Additional comments about the risk assessment." , "Specimen.note: To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen)." , "Immunization.note: Extra information about the immunization that is not conveyed by the other attributes." , "Communication.note: Additional notes or commentary about the communication by the sender, receiver or other interested parties." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.note: A human-readable string to clarify or explain concepts about the characteristic." , "MedicationDispense.note: Extra information about the dispense that could not be conveyed in the other attributes." , "List.note: Comments that apply to the overall list." , "GuidanceResponse.note: Provides a mechanism to communicate additional information about the response." , "NutritionProduct.note: Comments made about the product." , "NutritionOrder.note: Comments made about the {{title}} by the requester, performer, subject or other participants." , "MedicationStatement.note: Provides extra information about the Medication Statement that is not conveyed by the other attributes." ;
        rdfs:label                      "note" ;
        fhir:modifierExtensionProperty  fhir:_note ;
        dc:title                        "RiskAssessment.note: Comments on the risk assessment" , "Evidence.variableDefinition.note: Footnotes and/or explanatory notes" , "Evidence.statistic.sampleSize.note: Footnote or explanatory note about the sample size" , "Task.note: Comments made about the task" , "GuidanceResponse.note: Additional notes about the response" , "FamilyMemberHistory.procedure.note: Extra information about the procedure" , "VisionPrescription.lensSpecification.note: Notes for coatings" , "AdverseEvent.note: Comment on adverse event" , "Evidence.statistic.modelCharacteristic.attributeEstimate.note: Footnote or explanatory note about the estimate" , "ChargeItem.note: Comments made about the ChargeItem" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.note: Used for footnotes or explanatory notes" , "InventoryReport.note: A note associated with the InventoryReport" , "CareTeam.note: Comments made about the CareTeam" , "NutritionProduct.note: Comments made about the product" , "Evidence.certainty.subcomponent.note: Footnotes and/or explanatory notes" , "Evidence.statistic.attributeEstimate.attributeEstimate.note: Footnote or explanatory note about the estimate" , "Contract.term.group.action.note: Comments about the action" , "NutritionIntake.note: Further information about the consumption" , "Evidence.statistic.attributeEstimate.note: Footnote or explanatory note about the estimate" , "Contract.term.action.note: Comments about the action" , "Device.note: Device notes and comments" , "GenomicStudy.analysis.note: Any notes capture with the analysis event" , "ImagingStudy.note: User-defined comments" , "Appointment.note: Additional comments" , "Specimen.note: Comments" , "Condition.note: Additional information about the Condition" , "BiologicallyDerivedProductDispense.note: Additional notes" , "RequestOrchestration.note: Additional notes about the response" , "EvidenceVariable.note: Used for footnotes or explanatory notes" , "ClinicalImpression.note: Comments made about the ClinicalImpression" , "ResearchStudy.note: Comments made about the study" , "NutritionOrder.note: Comments" , "MedicationDispense.note: Information about the dispense" , "Invoice.note: Comments made about the invoice" , "SubstanceDefinition.code.note: Any comment can be provided in this field" , "AllergyIntolerance.note: Additional text not captured in other fields" , "Goal.note: Comments about the goal" , "Immunization.note: Additional immunization notes" , "Citation.citedArtifact.note: Any additional information or content for the article or artifact" , "EvidenceReport.note: Used for footnotes and annotations" , "GenomicStudy.note: Comments related to the genomic study" , "Observation.note: Comments about the observation" , "SubstanceDefinition.note: Textual comment about the substance's catalogue or registry record" , "FamilyMemberHistory.condition.note: Extra information about condition" , "Citation.note: Used for general notes and annotations not coded elsewhere" , "Evidence.note: Footnotes and/or explanatory notes" , "Procedure.note: Additional information about the procedure" , "EvidenceVariable.characteristic.note: Used for footnotes or explanatory notes" , "AllergyIntolerance.reaction.note: Text about event not captured in other fields" , "MedicationAdministration.note: Information about the administration" , "MedicationKnowledge.storageGuideline.note: Additional storage notes" , "List.note: Comments about the list" , "Transport.note: Comments made about the transport" , "ServiceRequest.note: Comments" , "DeviceDefinition.note: Device notes and comments" , "Composition.note: For any additional notes" , "FamilyMemberHistory.note: General note about related person" , "EvidenceVariable.characteristic.timeFromEvent.note: Used for footnotes or explanatory notes" , "MedicationRequest.note: Information about the prescription" , "DeviceDispense.note: Information about the dispense" , "Evidence.statistic.note: Footnotes and/or explanatory notes" , "CarePlan.note: Comments about the plan" , "MedicationStatement.note: Further information about the usage" , "EvidenceReport.subject.note: Footnotes and/or explanatory notes" , "DetectedIssue.mitigation.note: Additional notes about the mitigation" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.note: Used for footnotes or explanatory notes" , "DeviceUsage.note: Addition details (comments, instructions)" , "DiagnosticReport.note: Comments about the diagnostic report" , "DeviceRequest.note: Notes or comments" , "Communication.note: Comments made about the communication" , "Evidence.certainty.note: Footnotes and/or explanatory notes" , "CommunicationRequest.note: Comments made about communication request" .

fhir:_manipulated  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.focalDevice.manipulated" ;
        rdfs:label    "_manipulated" .

fhir:_Invoice  a         owl:Class ;
        rdfs:comment     "(Modified) Invoice" ;
        rdfs:label       "_Invoice" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:RatioRange  a       owl:Class ;
        rdfs:comment     "A range of ratios expressed as a low and high numerator and a denominator." ;
        rdfs:label       "RatioRange" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lowNumerator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:denominator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:lowNumerator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:highNumerator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:denominator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:highNumerator
                         ] ;
        dc:title         "Range of ratio values" .

fhir:_requisition  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.requisition" ;
        rdfs:label    "_requisition" .

fhir:ClinicalImpression
        a                            owl:Class ;
        rdfs:comment                 "A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter,  but this varies greatly depending on the clinical workflow. This resource is called \"ClinicalImpression\" rather than \"ClinicalAssessment\" to avoid confusion with the recording of assessment tools such as Apgar score." ;
        rdfs:label                   "ClinicalImpression" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:protocol
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:problem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClinicalImpressionFindingComponent ;
                                       owl:onProperty     fhir:finding
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:prognosisCodeableConcept
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:changePattern
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:summary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:summary
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:changePattern
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:previous
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:prognosisReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:previous
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ClinicalImpression .

fhir:_claim  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.claim" , "(Modified) ExplanationOfBenefit.related.claim" , "(Modified) Claim.related.claim" ;
        rdfs:label    "_claim" .

fhir:need  a                            owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.need: The frequency with which the target must be validated (none; initial; periodic)." ;
        rdfs:label                      "need" ;
        fhir:modifierExtensionProperty  fhir:_need ;
        dc:title                        "VerificationResult.need: none | initial | periodic" .

fhir:contributor  a                     owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.contributor: The identity of the individual contributor." , "CarePlan.contributor: Identifies the individual(s), organization or device who provided the contents of the care plan." ;
        rdfs:label                      "contributor" ;
        fhir:modifierExtensionProperty  fhir:_contributor ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.contributor: The identity of the individual contributor" , "CarePlan.contributor: Who provided the content of the care plan" .

fhir:ConceptProperty  a  owl:Class ;
        rdfs:comment     "ValueSetExpansionComponent.ValueSetExpansionContainsComponent.ConceptProperty: A property value for this concept." , "ValueSetExpansionComponent.ValueSetExpansionContainsComponentContains.ConceptProperty: A property value for this concept." , "CodeSystem.ConceptDefinitionConcept.ConceptProperty: A property value for this concept." , "CodeSystem.ConceptDefinition.ConceptProperty: A property value for this concept." ;
        rdfs:label       "ConceptProperty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptSubProperty ;
                           owl:onProperty     fhir:subProperty
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptSubProperty ;
                           owl:onProperty     fhir:subProperty
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:ConsentVerificationComponent
        a                owl:Class ;
        rdfs:comment     "ConsentVerificationComponent: Whether a treatment instruction (e.g. artificial respiration: yes or no) was verified with the patient, his/her family or another authorized person." ;
        rdfs:label       "ConsentVerificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:verificationType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:verified
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:verifiedWith
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:verificationType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:verifiedWith
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:verificationDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:verified
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:verifiedBy
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:verifiedBy
                         ] .

fhir:TestReportTeardownComponent
        a                owl:Class ;
        rdfs:comment     "TestReportTeardownComponent: The results of the series of operations required to clean up after all the tests were executed (successfully or otherwise)." ;
        rdfs:label       "TestReportTeardownComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TeardownAction ;
                           owl:onProperty     fhir:action
                         ] .

fhir:_genus  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.genus" , "(Modified) SubstanceDefinition.sourceMaterial.genus" ;
        rdfs:label    "_genus" .

fhir:extraDetails  a                    owl:ObjectProperty ;
        rdfs:comment                    "HealthcareService.extraDetails: Extra details about the service that can't be placed in the other fields." ;
        rdfs:label                      "extraDetails" ;
        fhir:modifierExtensionProperty  fhir:_extraDetails ;
        dc:title                        "HealthcareService.extraDetails: Extra details about the service that can't be placed in the other fields" .

fhir:_location  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.instance.location" , "(Modified) ManufacturedItemDefinition.component.constituent.location" , "(Modified) Provenance.location" , "(Modified) ExplanationOfBenefit.accident.location" , "(Modified) ManufacturedItemDefinition.component.component.constituent.location" , "(Modified) BiologicallyDerivedProductDispense.location" , "(Modified) EncounterHistory.location" , "(Modified) Procedure.location" , "(Modified) ImagingStudy.location" , "(Modified) AdverseEvent.location" , "(Modified) Task.location" , "(Modified) Bundle.entry.response.location" , "(Modified) RequestOrchestration.action.action.location" , "(Modified) Encounter.location" , "(Modified) ExplanationOfBenefit.item.location" , "(Modified) Encounter.location.location" , "(Modified) EncounterHistory.location.location" , "(Modified) PaymentReconciliation.location" , "(Modified) Claim.accident.location" , "(Modified) DeviceDispense.location" , "(Modified) HealthcareService.location" , "(Modified) ExplanationOfBenefit.addItem.location" , "(Modified) OperationOutcome.issue.location" , "(Modified) Specimen.container.location" , "(Modified) AuditEvent.agent.location" , "(Modified) PlanDefinition.action.location" , "(Modified) ActivityDefinition.location" , "(Modified) NutritionIntake.location" , "(Modified) MeasureReport.location" , "(Modified) ClaimResponse.addItem.location" , "(Modified) ServiceRequest.location" , "(Modified) Claim.item.location" , "(Modified) MedicationDispense.location" , "(Modified) AuditEvent.entity.agent.location" , "(Modified) InventoryReport.inventoryListing.location" , "(Modified) PlanDefinition.action.action.location" , "(Modified) OrganizationAffiliation.location" , "(Modified) Device.location" , "(Modified) Immunization.location" , "(Modified) Transport.location" , "(Modified) RequestOrchestration.action.location" , "(Modified) PractitionerRole.location" ;
        rdfs:label    "_location" .

fhir:_reported  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.reported" , "(Modified) NutritionIntake.reported" , "(Modified) MedicationRequest.reported" , "(Modified) Immunization.reaction.reported" ;
        rdfs:label    "_reported" .

fhir:_codeMap  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.codeMap" ;
        rdfs:label    "_codeMap" .

fhir:firstPage  a                       owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.firstPage: Used for isolated representation of first page." ;
        rdfs:label                      "firstPage" ;
        fhir:modifierExtensionProperty  fhir:_firstPage ;
        dc:title                        "Citation.citedArtifact.publicationForm.firstPage: Used for isolated representation of first page" .

fhir:_setup  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.setup" , "(Modified) TestReport.setup" ;
        rdfs:label    "_setup" .

fhir:_paymentBy  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.paymentBy" ;
        rdfs:label    "_paymentBy" .

fhir:custodian  a                       owl:ObjectProperty ;
        rdfs:comment                    "DocumentReference.custodian: Identifies the organization or group who is responsible for ongoing maintenance of and access to the document." , "CarePlan.custodian: When populated, the custodian is responsible for the care plan. The care plan is attributed to the custodian." , "CapabilityStatement.implementation.custodian: The organization responsible for the management of the instance and oversight of the data on the server at the specified URL." , "Composition.custodian: Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information." ;
        rdfs:label                      "custodian" ;
        rdfs:subPropertyOf              w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_custodian ;
        dc:title                        "DocumentReference.custodian: Organization which maintains the document" , "Composition.custodian: Organization which maintains the composition" , "CarePlan.custodian: Who is the designated responsible party" , "CapabilityStatement.implementation.custodian: Organization that manages the data" .

fhir:estimatedAge  a                    owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.estimatedAge: If true, indicates that the age value specified is an estimated value." ;
        rdfs:label                      "estimatedAge" ;
        fhir:modifierExtensionProperty  fhir:_estimatedAge ;
        dc:title                        "FamilyMemberHistory.estimatedAge: Age is estimated?" .

fhir:_observation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.triggeredBy.observation" , "(Modified) ConditionDefinition.observation" ;
        rdfs:label    "_observation" .

fhir:technique  a                       owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.technique: The method used to elucidate the structure of the drug substance. Examples: X-ray, NMR, Peptide mapping, Ligand binding assay." , "SubstanceDefinition.characterization.technique: The method used to elucidate the characterization of the drug substance. Example: HPLC." ;
        rdfs:label                      "technique" ;
        fhir:modifierExtensionProperty  fhir:_technique ;
        dc:title                        "SubstanceDefinition.structure.technique: The method used to find the structure e.g. X-ray, NMR" , "SubstanceDefinition.characterization.technique: The method used to find the characterization e.g. HPLC" .

fhir:Requirements  a     owl:Class ;
        rdfs:comment     "The Requirements resource is used to describe an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays." ;
        rdfs:label       "Requirements" ;
        rdfs:subClassOf  fhir:CanonicalResource , w5:conformance.content ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequirementsStatementComponent ;
                           owl:onProperty     fhir:statement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] .

fhir:supplementalData
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.supplementalData: A reference to a Resource that represents additional information collected for the report. If the value of the supplemental data is not a Resource (i.e. evaluating the supplementalData expression for this case in the measure results in a value that is not a FHIR Resource), it is reported as a reference to a contained Observation resource." , "Measure.supplementalData: The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path." ;
        rdfs:label                      "supplementalData" ;
        fhir:modifierExtensionProperty  fhir:_supplementalData ;
        dc:title                        "MeasureReport.supplementalData: Additional information collected for the report" , "Measure.supplementalData: What other data should be reported with the measure" .

fhir:SimpleQuantity  a   owl:Class ;
        rdfs:comment     "The comparator is not used on a SimpleQuantity" ;
        rdfs:label       "SimpleQuantity" ;
        rdfs:subClassOf  fhir:Quantity ;
        dc:title         "A fixed quantity (no comparator)" .

fhir:ProvenanceEntityComponent
        a                owl:Class ;
        rdfs:comment     "ProvenanceEntityComponent: An entity used in this activity." ;
        rdfs:label       "ProvenanceEntityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ProvenanceEntityComponentAgent ;
                           owl:onProperty     fhir:agent
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:what
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:what
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:role
                         ] .

fhir:condition  a                       owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.condition: Text based condition for which the the set of qualified values is valid." , "Specimen.condition: A mode or state of being that describes the nature of the specimen." , "RequestOrchestration.action.action.condition: An expression that describes applicability criteria, or start/stop conditions for the action." , "ObservationDefinition.qualifiedValue.condition: Text based condition for which the the set of qualified values is valid." , "PlanDefinition.action.condition: An expression that describes applicability criteria or start/stop conditions for the action." , "Contract.term.asset.condition: Description of the quality and completeness of the asset that may be a factor in its valuation." , "ResearchStudy.condition: The condition that is the focus of the study.  For example, In a study to examine risk factors for Lupus, might have as an inclusion criterion \"healthy volunteer\", but the target condition code would be a Lupus SNOMED code." , "FamilyMemberHistory.condition: The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition." , "ChargeItemDefinition.applicability.condition: An expression that returns true or false, indicating whether the condition is satisfied. When using FHIRPath expressions, the %context environment variable must be replaced at runtime with the ChargeItem resource to which this definition is applied." , "EpisodeOfCare.diagnosis.condition: The medical condition that was addressed during the episode of care, expressed as a text, code or a reference to another resource." , "ChargeItemDefinition.propertyGroup.applicability.condition: An expression that returns true or false, indicating whether the condition is satisfied. When using FHIRPath expressions, the %context environment variable must be replaced at runtime with the ChargeItem resource to which this definition is applied." , "Contract.term.group.asset.condition: Description of the quality and completeness of the asset that may be a factor in its valuation." , "TriggerDefinition.condition: A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires." , "RiskAssessment.condition: For assessments or prognosis specific to a particular condition, indicates the condition being assessed." , "ElementDefinition.condition: A reference to an invariant that may make additional statements about the cardinality or value in the instance." , "StructureMap.group.rule.rule.source.condition: FHIRPath expression  - must be true or the rule does not apply." , "Encounter.diagnosis.condition: The coded diagnosis or a reference to a Condition (with other resources referenced in the evidence.detail), the use property will indicate the purpose of this specific diagnosis." , "RequestOrchestration.action.condition: An expression that describes applicability criteria, or start/stop conditions for the action." , "StructureMap.group.rule.source.condition: FHIRPath expression  - must be true or the rule does not apply." , "PlanDefinition.action.action.condition: An expression that describes applicability criteria or start/stop conditions for the action." , "Account.diagnosis.condition: The diagnosis relevant to the account." ;
        rdfs:label                      "condition" ;
        rdfs:subPropertyOf              w5:why , w5:what ;
        fhir:modifierExtensionProperty  fhir:_condition ;
        dc:title                        "TriggerDefinition.condition: Whether the event triggers (boolean expression)" , "ElementDefinition.condition: Reference to invariant about presence" , "ChargeItemDefinition.applicability.condition: Boolean-valued expression" , "RequestOrchestration.action.action.condition: Whether or not the action is applicable" , "PlanDefinition.action.action.condition: Whether or not the action is applicable" , "EpisodeOfCare.diagnosis.condition: The medical condition that was addressed during the episode of care" , "ObservationDefinition.component.qualifiedValue.condition: Condition associated with the set of qualified values" , "ObservationDefinition.qualifiedValue.condition: Condition associated with the set of qualified values" , "RiskAssessment.condition: Condition assessed" , "ResearchStudy.condition: Condition being studied" , "FamilyMemberHistory.condition: Condition that the related person had" , "Encounter.diagnosis.condition: The diagnosis relevant to the encounter" , "ChargeItemDefinition.propertyGroup.applicability.condition: Boolean-valued expression" , "Specimen.condition: State of the specimen" , "RequestOrchestration.action.condition: Whether or not the action is applicable" , "PlanDefinition.action.condition: Whether or not the action is applicable" , "StructureMap.group.rule.rule.source.condition: FHIRPath expression  - must be true or the rule does not apply" , "Contract.term.asset.condition: Quality desctiption of asset" , "StructureMap.group.rule.source.condition: FHIRPath expression  - must be true or the rule does not apply" , "Account.diagnosis.condition: The diagnosis relevant to the account" , "Contract.term.group.asset.condition: Quality desctiption of asset" .

fhir:excludeFoodModifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.excludeFoodModifier: This modifier is used to convey Order-specific modifier about the type of oral food or oral fluids that should not be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or  Gluten-Free.  While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason.  This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings." ;
        rdfs:label                      "excludeFoodModifier" ;
        fhir:modifierExtensionProperty  fhir:_excludeFoodModifier ;
        dc:title                        "NutritionOrder.excludeFoodModifier: Order-specific modifier about the type of food that should not be given" .

fhir:coverageArea  a                    owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan.coverageArea: The geographic region in which a health insurance plan's benefits apply." , "InsurancePlan.coverageArea: The geographic region in which a health insurance product's benefits apply." , "HealthcareService.coverageArea: The location(s) that this service is available to (not where the service is provided)." ;
        rdfs:label                      "coverageArea" ;
        fhir:modifierExtensionProperty  fhir:_coverageArea ;
        dc:title                        "InsurancePlan.plan.coverageArea: Where product applies" , "InsurancePlan.coverageArea: Where product applies" , "HealthcareService.coverageArea: Location(s) service is intended for/available to" .

fhir:contributionInstance
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.contributionInstance: Contributions with accounting for time or number." ;
        rdfs:label                      "contributionInstance" ;
        fhir:modifierExtensionProperty  fhir:_contributionInstance ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.contributionInstance: Contributions with accounting for time or number" .

fhir:_productCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProduct.productCode" ;
        rdfs:label    "_productCode" .

fhir:_language  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.language" , "(Modified) Citation.citedArtifact.publicationForm.language" , "(Modified) SubstanceDefinition.name.language" , "(Modified) Practitioner.communication.language" , "(Modified) InventoryItem.name.language" , "(Modified) MedicinalProductDefinition.name.usage.language" , "(Modified) Patient.communication.language" , "(Modified) ValueSet.compose.exclude.concept.designation.language" , "(Modified) Person.communication.language" , "(Modified) CodeSystem.concept.designation.language" , "(Modified) ExplanationOfBenefit.processNote.language" , "(Modified) ClaimResponse.processNote.language" , "(Modified) SubstanceDefinition.name.synonym.language" , "(Modified) ValueSet.expansion.contains.contains.designation.language" , "(Modified) CodeSystem.concept.concept.designation.language" , "(Modified) ValueSet.expansion.contains.designation.language" , "(Modified) ValueSet.compose.include.concept.designation.language" , "(Modified) Expression.language" , "(Modified) Resource.language" , "(Modified) Citation.citedArtifact.title.language" , "(Modified) TestPlan.testCase.testRun.script.language" , "(Modified) Citation.citedArtifact.abstract.language" , "(Modified) ElementDefinition.mapping.language" , "(Modified) TerminologyCapabilities.codeSystem.version.language" , "(Modified) SubstanceDefinition.name.translation.language" , "(Modified) RelatedPerson.communication.language" , "(Modified) InventoryItem.description.language" ;
        rdfs:label    "_language" .

fhir:base  a                            owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.prism.base: The relative base, or reference lens edge, for the prism." , "ElementDefinition.base: Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles. When the element definition is not the original definition of an element - e.g. either in a constraint on another type, or for elements from a super type in a snap shot - then the information in provided in the element definition may be different to the base definition. On the original definition of the element, it will be same." , "OperationDefinition.base: Indicates that this operation definition is a constraining profile on the base." , "SearchParameter.base: The base resource type(s) that this search parameter can be used against." , "MessageDefinition.base: The MessageDefinition that is the basis for the contents of this resource." ;
        rdfs:label                      "base" ;
        fhir:modifierExtensionProperty  fhir:_base ;
        dc:title                        "OperationDefinition.base: Marks this as a profile of the base" , "SearchParameter.base: The resource type(s) this search parameter applies to" , "ElementDefinition.base: Base definition information for tools" , "MessageDefinition.base: Definition this one is based on" , "VisionPrescription.lensSpecification.prism.base: up | down | in | out" .

fhir:_windowStart  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.startingSequence.windowStart" ;
        rdfs:label    "_windowStart" .

fhir:district  a                        owl:ObjectProperty ;
        rdfs:comment                    "Address.district: The name of the administrative area (county)." ;
        rdfs:label                      "district" ;
        fhir:modifierExtensionProperty  fhir:_district ;
        dc:title                        "Address.district: District name (aka county)" .

fhir:forenameInitials
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.forenameInitials: For citation styles that use initials." ;
        rdfs:label                      "forenameInitials" ;
        fhir:modifierExtensionProperty  fhir:_forenameInitials ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.forenameInitials: For citation styles that use initials" .

fhir:_state  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.progressStatus.state" , "(Modified) DeviceMetric.calibration.state" , "(Modified) Address.state" ;
        rdfs:label    "_state" .

fhir:friendly  a                        owl:ObjectProperty ;
        rdfs:comment                    "Contract.friendly: The \"patient friendly language\" versionof the Contract in whole or in parts. \"Patient friendly language\" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement." ;
        rdfs:label                      "friendly" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_friendly ;
        dc:title                        "Contract.friendly: Contract Friendly Language" .

fhir:AdditionalAttribute
        a                owl:Class ;
        rdfs:comment     "ConceptMap.AdditionalAttribute: An additionalAttribute defines an additional data element found in the source or target data model where the data will come from or be mapped to. Some mappings are based on data in addition to the source data element, where codes in multiple fields are combined to a single field (or vice versa)." ;
        rdfs:label       "AdditionalAttribute" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] .

fhir:_Transport  a       owl:Class ;
        rdfs:comment     "(Modified) Transport" ;
        rdfs:label       "_Transport" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:xhtml  a            owl:Class ;
        rdfs:label       "xhtml" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_official  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.name.official" , "(Modified) SubstanceDefinition.name.translation.official" , "(Modified) SubstanceDefinition.name.synonym.official" ;
        rdfs:label    "_official" .

fhir:CodeSystemConceptDesignationComponent
        a                owl:Class ;
        rdfs:comment     "CodeSystem.ConceptDefinition.CodeSystemConceptDesignationComponent: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc." , "CodeSystem.ConceptDefinitionConcept.CodeSystemConceptDesignationComponent: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc." ;
        rdfs:label       "CodeSystemConceptDesignationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:additionalUse
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:additionalUse
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] .

fhir:_precedence  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.precedence" ;
        rdfs:label    "_precedence" .

fhir:_result  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.assertion.result" , "(Modified) TestReport.teardown.action.operation.result" , "(Modified) TestReport.test.action.operation.result" , "(Modified) TestReport.setup.action.assert.result" , "(Modified) TestReport.setup.action.operation.result" , "(Modified) DiagnosticReport.result" , "(Modified) ResearchStudy.result" , "(Modified) TestReport.result" , "(Modified) GuidanceResponse.result" , "(Modified) TestReport.test.action.assert.result" ;
        rdfs:label    "_result" .

fhir:_sliceName  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) GraphDefinition.link.sliceName" , "(Modified) ElementDefinition.sliceName" ;
        rdfs:label    "_sliceName" .

fhir:points  a                          owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.valuedItem.points: An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point." , "Contract.term.asset.valuedItem.points: An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point." ;
        rdfs:label                      "points" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_points ;
        dc:title                        "Contract.term.group.asset.valuedItem.points: Contract Valued Item Difficulty Scaling Factor" , "Contract.term.asset.valuedItem.points: Contract Valued Item Difficulty Scaling Factor" .

fhir:finding  a                         owl:ObjectProperty ;
        rdfs:comment                    "ClinicalImpression.finding: Specific findings or diagnoses that were considered likely or relevant to ongoing treatment." ;
        rdfs:label                      "finding" ;
        fhir:modifierExtensionProperty  fhir:_finding ;
        dc:title                        "ClinicalImpression.finding: Possible or likely findings and diagnoses" .

fhir:_yearlyTemplate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.yearlyTemplate" ;
        rdfs:label    "_yearlyTemplate" .

fhir:_isModifierReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.isModifierReason" ;
        rdfs:label    "_isModifierReason" .

fhir:_experimental  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.experimental" , "(Modified) CompartmentDefinition.experimental" , "(Modified) Questionnaire.experimental" , "(Modified) CanonicalResource.experimental" , "(Modified) NamingSystem.experimental" , "(Modified) PlanDefinition.experimental" , "(Modified) GraphDefinition.experimental" , "(Modified) EvidenceVariable.experimental" , "(Modified) ConceptMap.experimental" , "(Modified) ValueSet.experimental" , "(Modified) TestScript.experimental" , "(Modified) TestPlan.experimental" , "(Modified) MessageDefinition.experimental" , "(Modified) ImplementationGuide.experimental" , "(Modified) ExampleScenario.experimental" , "(Modified) CodeSystem.experimental" , "(Modified) Requirements.experimental" , "(Modified) ActorDefinition.experimental" , "(Modified) SearchParameter.experimental" , "(Modified) SpecimenDefinition.experimental" , "(Modified) StructureMap.experimental" , "(Modified) Library.experimental" , "(Modified) EventDefinition.experimental" , "(Modified) ConditionDefinition.experimental" , "(Modified) ActivityDefinition.experimental" , "(Modified) TerminologyCapabilities.experimental" , "(Modified) SubscriptionTopic.experimental" , "(Modified) Evidence.experimental" , "(Modified) CapabilityStatement.experimental" , "(Modified) ObservationDefinition.experimental" , "(Modified) Measure.experimental" , "(Modified) OperationDefinition.experimental" , "(Modified) Citation.experimental" , "(Modified) ChargeItemDefinition.experimental" ;
        rdfs:label    "_experimental" .

fhir:_overbooked  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Slot.overbooked" ;
        rdfs:label    "_overbooked" .

fhir:ExampleScenario  a  owl:Class ;
        rdfs:comment     "A walkthrough of a workflow showing the interaction between systems and the instances shared, possibly including the evolution of instances over time." ;
        rdfs:label       "ExampleScenario" ;
        rdfs:subClassOf  fhir:CanonicalResource , w5:infrastructure.information ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent ;
                           owl:onProperty     fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioActorComponent ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioInstanceComponent ;
                           owl:onProperty     fhir:instance
                         ] .

fhir:AvailabilityNotAvailableTimeComponent
        a                owl:Class ;
        rdfs:comment     "AvailabilityNotAvailableTimeComponent: Not available during this time due to provided reason." ;
        rdfs:label       "AvailabilityNotAvailableTimeComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:during
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:during
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] .

fhir:derivedFrom  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceUsage.derivedFrom: Allows linking the DeviceUsage to the underlying Request, or to other information that supports or is used to derive the DeviceUsage." , "Observation.derivedFrom: The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image." , "MedicationStatement.derivedFrom: Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement." , "NutritionIntake.derivedFrom: Allows linking the NutritionIntake to the underlying NutritionOrder, or to other information, such as AllergyIntolerance, that supports or is used to derive the NutritionIntake." , "Requirements.statement.derivedFrom: Another statement on one of the requirements that this requirement clarifies or restricts." , "ActorDefinition.derivedFrom: A url that identifies the definition of this actor in another IG (which IG must be listed in the dependencies). This actor inherits all the obligations etc. as defined in the other IG." , "ImagingSelection.derivedFrom: The imaging study from which the imaging selection is made." , "Questionnaire.derivedFrom: The URL of a Questionnaire that this Questionnaire is based on." , "SubscriptionTopic.derivedFrom: The canonical URL pointing to another FHIR-defined SubscriptionTopic that is adhered to in whole or in part by this SubscriptionTopic." , "SearchParameter.derivedFrom: Where this search parameter is originally defined. If a derivedFrom is provided, then the details in the search parameter must be consistent with the definition from which it is defined. i.e. the parameter should have the same meaning, and (usually) the functionality should be a proper subset of the underlying search parameter." , "Requirements.derivedFrom: Another set of Requirements that this set of Requirements builds on and updates." ;
        rdfs:label                      "derivedFrom" ;
        fhir:modifierExtensionProperty  fhir:_derivedFrom ;
        dc:title                        "Observation.derivedFrom: Related resource from which the observation is made" , "NutritionIntake.derivedFrom: Additional supporting information" , "SearchParameter.derivedFrom: Original definition for the search parameter" , "Requirements.statement.derivedFrom: Another statement this clarifies/restricts ([url#]key)" , "SubscriptionTopic.derivedFrom: Based on FHIR protocol or definition" , "Requirements.derivedFrom: Other set of Requirements this builds on" , "ActorDefinition.derivedFrom: Definition of this actor in another context / IG" , "Questionnaire.derivedFrom: Based on Questionnaire" , "MedicationStatement.derivedFrom: Link to information used to derive the MedicationStatement" , "ImagingSelection.derivedFrom: The imaging study from which the imaging selection is derived" , "DeviceUsage.derivedFrom: Supporting information" .

fhir:_postalCode  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Address.postalCode" ;
        rdfs:label    "_postalCode" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep
        a                owl:Class ;
        rdfs:comment     "Indicates the operation, sub-process or scenario that happens if the alternative option is selected." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:process
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepAlternativeComponent ;
                           owl:onProperty     fhir:alternative
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess ;
                           owl:onProperty     fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        dc:title         "Alternative action(s)" .

fhir:_endorser  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.endorser" , "(Modified) Library.endorser" , "(Modified) CodeSystem.endorser" , "(Modified) Citation.endorser" , "(Modified) PlanDefinition.endorser" , "(Modified) ConceptMap.endorser" , "(Modified) ValueSet.endorser" , "(Modified) NamingSystem.endorser" , "(Modified) EventDefinition.endorser" , "(Modified) Measure.endorser" , "(Modified) Evidence.endorser" , "(Modified) ActivityDefinition.endorser" , "(Modified) MetadataResource.endorser" , "(Modified) EvidenceReport.endorser" ;
        rdfs:label    "_endorser" .

fhir:modifierExtension
        a             owl:ObjectProperty , owl:Class ;
        rdfs:comment  "DomainResource.modifierExtension: May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." , "BackboneType.modifierExtension: May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." , "BackboneElement.modifierExtension: May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ;
        rdfs:label    "modifierExtension" ;
        dc:title      "DomainResource.modifierExtension: Extensions that cannot be ignored" , "BackboneType.modifierExtension: Extensions that cannot be ignored even if unrecognized" , "BackboneElement.modifierExtension: Extensions that cannot be ignored even if unrecognized" .

fhir:verified  a                        owl:ObjectProperty ;
        rdfs:comment                    "Consent.verification.verified: Has the instruction been verified." ;
        rdfs:label                      "verified" ;
        fhir:modifierExtensionProperty  fhir:_verified ;
        dc:title                        "Consent.verification.verified: Has been verified" .

fhir:warning  a                         owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.guideline.warning: Specific hazard alert information that a user needs to know before using the device." , "ClinicalUseDefinition.warning: A critical piece of information about environmental, health or physical risks or hazards that serve as caution to the user. For example 'Do not operate heavy machinery', 'May cause drowsiness', or 'Get medical advice/attention if you feel unwell'." ;
        rdfs:label                      "warning" ;
        fhir:modifierExtensionProperty  fhir:_warning ;
        dc:title                        "DeviceDefinition.guideline.warning: Specific hazard alert information that a user needs to know before using the device" , "ClinicalUseDefinition.warning: Critical environmental, health or physical risks or hazards. For example 'Do not operate heavy machinery', 'May cause drowsiness'" .

fhir:_color  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.color" , "(Modified) DeviceMetric.color" ;
        rdfs:label    "_color" .

fhir:_global  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.global" ;
        rdfs:label    "_global" .

fhir:_policyBasis  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.policyBasis" ;
        rdfs:label    "_policyBasis" .

fhir:timeFromEvent  a                   owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.timeFromEvent: Timing in which the characteristic is determined." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent: Timing in which the characteristic is determined." ;
        rdfs:label                      "timeFromEvent" ;
        fhir:modifierExtensionProperty  fhir:_timeFromEvent ;
        dc:title                        "EvidenceVariable.characteristic.timeFromEvent: Timing in which the characteristic is determined" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent: Timing in which the characteristic is determined" .

fhir:costToBeneficiary
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Coverage.costToBeneficiary: A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been  included on the health card." ;
        rdfs:label                      "costToBeneficiary" ;
        fhir:modifierExtensionProperty  fhir:_costToBeneficiary ;
        dc:title                        "Coverage.costToBeneficiary: Patient payments for services/products" .

fhir:Questionnaire  a    owl:Class ;
        rdfs:comment     "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection." ;
        rdfs:label       "Questionnaire" ;
        rdfs:subClassOf  w5:infrastructure.information , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemComponent ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:subjectType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFrom
                         ] .

fhir:_FormularyItem  a   owl:Class ;
        rdfs:comment     "(Modified) FormularyItem" ;
        rdfs:label       "_FormularyItem" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_permittedUnit  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.permittedUnit" , "(Modified) ObservationDefinition.permittedUnit" ;
        rdfs:label    "_permittedUnit" .

fhir:data  a                            owl:ObjectProperty ;
        rdfs:comment                    "Signature.data: The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty." , "Consent.provision.provision.data: The resources controlled by this provision if specific resources are referenced." , "Permission.rule.data: A description or definition of which activities are allowed to be done on the data." , "TriggerDefinition.data: The triggering data of the event (if this is a data trigger). If more than one data is requirement is specified, then all the data requirements must be true." , "SampledData.data: A series of data points which are decimal values or codes separated by a single space (character u20). The special codes \"E\" (error), \"L\" (below detection limit) and \"U\" (above detection limit) are also defined for used in place of decimal values." , "Binary.data: The actual content, base64 encoded." , "Consent.provision.data: The resources controlled by this provision if specific resources are referenced." , "Attachment.data: The actual data of the attachment - a sequence of bytes, base64 encoded." ;
        rdfs:label                      "data" ;
        fhir:modifierExtensionProperty  fhir:_data ;
        dc:title                        "SampledData.data: Decimal values with spaces, or \"E\" | \"U\" | \"L\", or another code" , "Binary.data: The actual content" , "TriggerDefinition.data: Triggering data of the event (multiple = 'and')" , "Signature.data: The actual signature content (XML DigSig. JWS, picture, etc.)" , "Consent.provision.data: Data controlled by this provision" , "Attachment.data: Data inline, base64ed" , "Consent.provision.provision.data: Data controlled by this provision" , "Permission.rule.data: The selection criteria to identify data that is within scope of this provision" .

fhir:_targetItem  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.allocation.targetItem" ;
        rdfs:label    "_targetItem" .

fhir:whyStopped  a                      owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.whyStopped: A description and/or code explaining the premature termination of the study." ;
        rdfs:label                      "whyStopped" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_whyStopped ;
        dc:title                        "ResearchStudy.whyStopped: accrual-goal-met | closed-due-to-toxicity | closed-due-to-lack-of-study-progress | temporarily-closed-per-study-design" .

fhir:_practitioner  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PractitionerRole.practitioner" ;
        rdfs:label    "_practitioner" .

fhir:packageFor  a                      owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packageFor: The product this package model relates to, not the contents of the package (for which see package.containedItem)." ;
        rdfs:label                      "packageFor" ;
        fhir:modifierExtensionProperty  fhir:_packageFor ;
        dc:title                        "PackagedProductDefinition.packageFor: The product that this is a pack for" .

fhir:_informationSource
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.informationSource" , "(Modified) MedicationStatement.informationSource" , "(Modified) MedicationRequest.informationSource" , "(Modified) Immunization.informationSource" , "(Modified) DeviceUsage.informationSource" ;
        rdfs:label    "_informationSource" .

fhir:hasMember  a                       owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.hasMember: This ObservationDefinition defines a group  observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group." , "Observation.hasMember: This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group." ;
        rdfs:label                      "hasMember" ;
        fhir:modifierExtensionProperty  fhir:_hasMember ;
        dc:title                        "ObservationDefinition.hasMember: Definitions of related resources belonging to this kind of observation group" , "Observation.hasMember: Related resource that belongs to the Observation group" .

fhir:_paymentIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.paymentIdentifier" ;
        rdfs:label    "_paymentIdentifier" .

fhir:allowedType  a                     owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.allowedType: Support for polymorphic types. If the parameter type is abstract, this element lists allowed sub-types for the parameter." , "OperationDefinition.parameter.allowedType: Support for polymorphic types. If the parameter type is abstract, this element lists allowed sub-types for the parameter." ;
        rdfs:label                      "allowedType" ;
        fhir:modifierExtensionProperty  fhir:_allowedType ;
        dc:title                        "OperationDefinition.parameter.part.allowedType: Allowed sub-type this parameter can have (if type is abstract)" , "OperationDefinition.parameter.allowedType: Allowed sub-type this parameter can have (if type is abstract)" .

fhir:_intraspecificType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.intraspecificType" ;
        rdfs:label    "_intraspecificType" .

fhir:_isDefault  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.codeSystem.version.isDefault" ;
        rdfs:label    "_isDefault" .

fhir:_supportedProfile
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.supportedProfile" ;
        rdfs:label    "_supportedProfile" .

fhir:_authored  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) QuestionnaireResponse.authored" ;
        rdfs:label    "_authored" .

fhir:stabilityDuration
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.storageGuideline.stabilityDuration: Duration that the medication remains stable if the environmentalSetting is respected." ;
        rdfs:label                      "stabilityDuration" ;
        fhir:modifierExtensionProperty  fhir:_stabilityDuration ;
        dc:title                        "MedicationKnowledge.storageGuideline.stabilityDuration: Duration remains stable" .

fhir:InsurancePlanCoverageBenefitLimitComponent
        a                owl:Class ;
        rdfs:comment     "InsurancePlanCoverageComponent.CoverageBenefit.InsurancePlanCoverageBenefitLimitComponent: The specific limits on the benefit." ;
        rdfs:label       "InsurancePlanCoverageBenefitLimitComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:value
                         ] .

fhir:compareToSourcePath
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.compareToSourcePath: XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." , "TestScript.setup.action.assert.compareToSourcePath: XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." ;
        rdfs:label                      "compareToSourcePath" ;
        fhir:modifierExtensionProperty  fhir:_compareToSourcePath ;
        dc:title                        "TestScript.test.action.assert.compareToSourcePath: XPath or JSONPath expression to evaluate against the source fixture" , "TestScript.setup.action.assert.compareToSourcePath: XPath or JSONPath expression to evaluate against the source fixture" .

fhir:_dosageInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dosageInstruction" , "(Modified) MedicationDispense.dosageInstruction" ;
        rdfs:label    "_dosageInstruction" .

fhir:sequence  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.sequence: Actual nucleotide sequence notation from 5' to 3' end using standard single letter codes. In addition to the base sequence, sugar and type of phosphate or non-phosphate linkage should also be captured." , "ExplanationOfBenefit.item.detail.subDetail.sequence: A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items." , "Claim.diagnosis.sequence: A number to uniquely identify diagnosis entries." , "Claim.procedure.sequence: A number to uniquely identify procedure entries." , "ClaimResponse.insurance.sequence: A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order." , "Claim.supportingInfo.sequence: A number to uniquely identify supporting information entries." , "ExplanationOfBenefit.supportingInfo.sequence: A number to uniquely identify supporting information entries." , "ExplanationOfBenefit.careTeam.sequence: A number to uniquely identify care team entries." , "MolecularSequence.relative.startingSequence.sequence" , "ExplanationOfBenefit.diagnosis.sequence: A number to uniquely identify diagnosis entries." , "Dosage.sequence: Indicates the order in which the dosage instructions should be applied or interpreted." , "ExplanationOfBenefit.item.sequence: A number to uniquely identify item entries." , "Account.diagnosis.sequence: Ranking of the diagnosis (for each type)." , "ExplanationOfBenefit.procedure.sequence: A number to uniquely identify procedure entries." , "Claim.item.sequence: A number to uniquely identify item entries." , "Claim.item.detail.sequence: A number to uniquely identify item entries." , "CoverageEligibilityRequest.supportingInfo.sequence: A number to uniquely identify supporting information entries." , "Claim.item.detail.subDetail.sequence: A number to uniquely identify item entries." , "ExplanationOfBenefit.item.detail.sequence: A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items." , "Invoice.lineItem.sequence: Sequence in which the items appear on the invoice." , "TestPlan.testCase.sequence: Sequence of test case - an ordinal number that indicates the order for the present test case in the test plan." , "Claim.careTeam.sequence: A number to uniquely identify care team entries." , "SubstanceProtein.subunit.sequence: The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence." , "Account.procedure.sequence: Ranking of the procedure (for each type)." , "Claim.insurance.sequence: A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order." ;
        rdfs:label                      "sequence" ;
        fhir:modifierExtensionProperty  fhir:_sequence ;
        dc:title                        "Claim.procedure.sequence: Procedure instance identifier" , "TestPlan.testCase.sequence: Sequence of test case in the test plan" , "ClaimResponse.insurance.sequence: Insurance instance identifier" , "ExplanationOfBenefit.item.sequence: Item instance identifier" , "Claim.careTeam.sequence: Order of care team" , "ExplanationOfBenefit.careTeam.sequence: Order of care team" , "Claim.diagnosis.sequence: Diagnosis instance identifier" , "ExplanationOfBenefit.item.detail.sequence: Product or service provided" , "Account.procedure.sequence: Ranking of the procedure (for each type)" , "Dosage.sequence: The order of the dosage instructions" , "Claim.supportingInfo.sequence: Information instance identifier" , "SubstanceProtein.subunit.sequence: The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence" , "ExplanationOfBenefit.procedure.sequence: Procedure instance identifier" , "Claim.item.detail.subDetail.sequence: Item instance identifier" , "ExplanationOfBenefit.diagnosis.sequence: Diagnosis instance identifier" , "Claim.insurance.sequence: Insurance instance identifier" , "ExplanationOfBenefit.item.detail.subDetail.sequence: Product or service provided" , "Claim.item.sequence: Item instance identifier" , "ExplanationOfBenefit.supportingInfo.sequence: Information instance identifier" , "Account.diagnosis.sequence: Ranking of the diagnosis (for each type)" , "SubstanceNucleicAcid.subunit.sequence: Actual nucleotide sequence notation from 5' to 3' end using standard single letter codes. In addition to the base sequence, sugar and type of phosphate or non-phosphate linkage should also be captured" , "CoverageEligibilityRequest.supportingInfo.sequence: Information instance identifier" , "Claim.item.detail.sequence: Item instance identifier" , "Invoice.lineItem.sequence: Sequence number of line item" .

fhir:revenue  a                         owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.revenue: The type of revenue or cost center providing the product and/or service." , "Claim.item.detail.subDetail.revenue: The type of revenue or cost center providing the product and/or service." , "Claim.item.revenue: The type of revenue or cost center providing the product and/or service." , "Claim.item.detail.revenue: The type of revenue or cost center providing the product and/or service." , "ExplanationOfBenefit.item.detail.subDetail.revenue: The type of revenue or cost center providing the product and/or service." , "ClaimResponse.addItem.revenue: The type of revenue or cost center providing the product and/or service." , "ExplanationOfBenefit.item.detail.revenue: The type of revenue or cost center providing the product and/or service." , "ExplanationOfBenefit.addItem.detail.subDetail.revenue: The type of revenue or cost center providing the product and/or service." , "ClaimResponse.addItem.detail.revenue: The type of revenue or cost center providing the product and/or service." , "ClaimResponse.addItem.detail.subDetail.revenue: The type of revenue or cost center providing the product and/or service." , "ExplanationOfBenefit.addItem.detail.revenue: The type of revenue or cost center providing the product and/or service." , "ExplanationOfBenefit.addItem.revenue: The type of revenue or cost center providing the product and/or service." ;
        rdfs:label                      "revenue" ;
        fhir:modifierExtensionProperty  fhir:_revenue ;
        dc:title                        "ClaimResponse.addItem.detail.revenue: Revenue or cost center code" , "ExplanationOfBenefit.item.detail.revenue: Revenue or cost center code" , "ClaimResponse.addItem.detail.subDetail.revenue: Revenue or cost center code" , "ExplanationOfBenefit.addItem.detail.revenue: Revenue or cost center code" , "Claim.item.revenue: Revenue or cost center code" , "Claim.item.detail.subDetail.revenue: Revenue or cost center code" , "Claim.item.detail.revenue: Revenue or cost center code" , "ExplanationOfBenefit.addItem.detail.subDetail.revenue: Revenue or cost center code" , "ExplanationOfBenefit.item.detail.subDetail.revenue: Revenue or cost center code" , "ClaimResponse.addItem.revenue: Revenue or cost center code" , "ExplanationOfBenefit.item.revenue: Revenue or cost center code" , "ExplanationOfBenefit.addItem.revenue: Revenue or cost center code" .

fhir:SystemInteraction
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent.SystemInteraction: A specification of restful operations supported by the system." ;
        rdfs:label       "SystemInteraction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:SubscriptionFilterByComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionFilterByComponent: The filter properties to be applied to narrow the subscription topic stream.  When multiple filters are applied, evaluates to true if all the conditions applicable to that resource are met; otherwise it returns false (i.e., logical AND)." ;
        rdfs:label       "SubscriptionFilterByComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resourceType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:filterParameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resourceType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:filterParameter
                         ] .

fhir:_requirement  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestReport.setup.action.assert.requirement" , "(Modified) TestReport.test.action.assert.requirement" , "(Modified) PlanDefinition.action.output.requirement" , "(Modified) SpecimenDefinition.typeTested.requirement" , "(Modified) RequestOrchestration.action.action.output.requirement" , "(Modified) InsurancePlan.coverage.benefit.requirement" , "(Modified) PlanDefinition.action.input.requirement" , "(Modified) TestScript.setup.action.assert.requirement" , "(Modified) RequestOrchestration.action.action.input.requirement" , "(Modified) TestScript.test.action.assert.requirement" , "(Modified) Requirements.statement.requirement" , "(Modified) PlanDefinition.action.action.output.requirement" , "(Modified) RequestOrchestration.action.input.requirement" , "(Modified) PlanDefinition.action.action.input.requirement" , "(Modified) RequestOrchestration.action.output.requirement" ;
        rdfs:label    "_requirement" .

fhir:_reliableCache  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.messaging.reliableCache" ;
        rdfs:label    "_reliableCache" .

fhir:nextScheduled  a                   owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.nextScheduled: The date when target is next validated, if appropriate." ;
        rdfs:label                      "nextScheduled" ;
        fhir:modifierExtensionProperty  fhir:_nextScheduled ;
        dc:title                        "VerificationResult.nextScheduled: The date when target is next validated, if appropriate" .

fhir:MeasureGroupComponent
        a                owl:Class ;
        rdfs:comment     "MeasureGroupComponent: A group of population criteria for the measure." ;
        rdfs:label       "MeasureGroupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:library
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureGroupStratifierComponent ;
                           owl:onProperty     fhir:stratifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:scoringUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:improvementNotation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rateAggregation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:rateAggregation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scoring
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scoringUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:scoring
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:improvementNotation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureGroupPopulationComponent ;
                           owl:onProperty     fhir:population
                         ] .

fhir:processNote  a                     owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.processNote: A note that describes or explains the processing in a human readable form." , "ExplanationOfBenefit.processNote: A note that describes or explains adjudication results in a human readable form." , "ClaimResponse.processNote: A note that describes or explains adjudication results in a human readable form." ;
        rdfs:label                      "processNote" ;
        fhir:modifierExtensionProperty  fhir:_processNote ;
        dc:title                        "PaymentReconciliation.processNote: Note concerning processing" , "ExplanationOfBenefit.processNote: Note concerning adjudication" , "ClaimResponse.processNote: Note concerning adjudication" .

fhir:StratifierGroupPopulation
        a                owl:Class ;
        rdfs:comment     "MeasureReportGroupComponent.MeasureReportGroupStratifierComponent.StratifierGroup.StratifierGroupPopulation: The populations that make up the stratum, one for each type of population appropriate to the measure." ;
        rdfs:label       "StratifierGroupPopulation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subjectResults
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subjectReport
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subjects
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subjectResults
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subjects
                         ] .

fhir:issuerType  a                      owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.issuerType: The type of the source such as patient or insurance." ;
        rdfs:label                      "issuerType" ;
        fhir:modifierExtensionProperty  fhir:_issuerType ;
        dc:title                        "PaymentReconciliation.issuerType: Nature of the source" .

fhir:capacity  a                        owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.container.capacity: The capacity (volume or other measure) of this kind of container." ;
        rdfs:label                      "capacity" ;
        fhir:modifierExtensionProperty  fhir:_capacity ;
        dc:title                        "SpecimenDefinition.typeTested.container.capacity: The capacity of this kind of container" .

fhir:_rendering  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest.rendering" ;
        rdfs:label    "_rendering" .

fhir:TestScriptTeardownComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptTeardownComponent: A series of operations required to clean up after all the tests are executed (successfully or otherwise)." ;
        rdfs:label       "TestScriptTeardownComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TeardownAction ;
                           owl:onProperty     fhir:action
                         ] .

fhir:requestIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "GuidanceResponse.requestIdentifier: The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario." ;
        rdfs:label                      "requestIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_requestIdentifier ;
        dc:title                        "GuidanceResponse.requestIdentifier: The identifier of the request associated with this response, if any" .

fhir:_definitionCanonical
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionCanonical" , "(Modified) EvidenceVariable.characteristic.definitionCanonical" , "(Modified) ChargeItem.definitionCanonical" ;
        rdfs:label    "_definitionCanonical" .

fhir:v  a           owl:DatatypeProperty ;
        rdfs:label  "fhir:v" ;
        dc:title    "Terminal data value for primitive FHIR datatypes that can be represented as a RDF literal" .

fhir:_classification  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.classification" , "(Modified) ClinicalUseDefinition.undesirableEffect.classification" , "(Modified) DeviceDefinition.classification" , "(Modified) Contract.term.group.securityLabel.classification" , "(Modified) MedicationKnowledge.medicineClassification.classification" , "(Modified) Contract.term.securityLabel.classification" , "(Modified) Citation.citedArtifact.classification" , "(Modified) SubstanceDefinition.classification" , "(Modified) MedicinalProductDefinition.classification" ;
        rdfs:label    "_classification" .

fhir:Claim  a                        owl:Class ;
        rdfs:comment                 "A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement." ;
        rdfs:label                   "Claim" ;
        rdfs:subClassOf              w5:financial.billing , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:accident
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:patientPaid
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payee
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:referral
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Diagnosis ;
                                       owl:onProperty     fhir:diagnosis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:fundsReserve
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RelatedClaim ;
                                       owl:onProperty     fhir:related
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:use
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Item ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Procedure ;
                                       owl:onProperty     fhir:procedure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:use
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:patientPaid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:prescription
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:billablePeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:originalPrescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:facility
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:billablePeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:traceNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:fundsReserve
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CareTeam ;
                                       owl:onProperty     fhir:careTeam
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:diagnosisRelatedGroup
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:diagnosisRelatedGroup
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Payee ;
                                       owl:onProperty     fhir:payee
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:originalPrescription
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:facility
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:prescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:total
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:referral
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Accident ;
                                       owl:onProperty     fhir:accident
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ClaimEventComponent ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Insurance ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SupportingInformation ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:total
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:provider
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Claim .

fhir:asNeeded  a                        owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.asNeeded" , "NutritionOrder.enteralFormula.administration.schedule.asNeeded: Indicates whether the enteral formula is only taken when needed within a specific dosing schedule." , "ServiceRequest.asNeeded" , "NutritionOrder.oralDiet.schedule.asNeeded: Indicates whether the product is only taken when needed within a specific dosing schedule." , "NutritionOrder.supplement.schedule.asNeeded: Indicates whether the supplement is only taken when needed within a specific dosing schedule." , "DeviceRequest.asNeeded: This status is to indicate whether the request is a PRN or may be given as needed." , "ActivityDefinition.asNeeded" , "Dosage.asNeeded: Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option)." ;
        rdfs:label                      "asNeeded" ;
        fhir:modifierExtensionProperty  fhir:_asNeeded ;
        dc:title                        "NutritionOrder.supplement.schedule.asNeeded: Take 'as needed'" , "NutritionOrder.oralDiet.schedule.asNeeded: Take 'as needed'" , "NutritionOrder.enteralFormula.administration.schedule.asNeeded: Take 'as needed'" , "Dosage.asNeeded: Take \"as needed\"" , "DeviceRequest.asNeeded: PRN status of request" .

fhir:defaultManualCompletion
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.defaultManualCompletion: The default manual completion outcome applied to this assertion." , "TestScript.setup.action.assert.defaultManualCompletion: The default manual completion outcome applied to this assertion." ;
        rdfs:label                      "defaultManualCompletion" ;
        fhir:modifierExtensionProperty  fhir:_defaultManualCompletion ;
        dc:title                        "TestScript.test.action.assert.defaultManualCompletion: fail | pass | skip | stop" , "TestScript.setup.action.assert.defaultManualCompletion: fail | pass | skip | stop" .

fhir:partDescription  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.partDescription: To do." ;
        rdfs:label                      "partDescription" ;
        fhir:modifierExtensionProperty  fhir:_partDescription ;
        dc:title                        "SubstanceSourceMaterial.partDescription: To do" .

fhir:articleDate  a                     owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.articleDate: The date the article was added to the database, or the date the article was released." ;
        rdfs:label                      "articleDate" ;
        fhir:modifierExtensionProperty  fhir:_articleDate ;
        dc:title                        "Citation.citedArtifact.publicationForm.articleDate: The date the article was added to the database, or the date the article was released" .

fhir:narrative  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.testRun.narrative: The narrative description of the tests." ;
        rdfs:label                      "narrative" ;
        fhir:modifierExtensionProperty  fhir:_narrative ;
        dc:title                        "TestPlan.testCase.testRun.narrative: The narrative description of the tests" .

fhir:participant  a                     owl:ObjectProperty ;
        rdfs:comment                    "AllergyIntolerance.participant: Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved." , "AdverseEvent.participant: Indicates who or what participated in the adverse event and how they were involved." , "Encounter.participant: The list of people responsible for providing the service." , "CareTeam.participant: Identifies all people and organizations who are expected to be involved in the care team." , "PlanDefinition.action.participant: Indicates who should participate in performing the action described." , "Invoice.participant: Indicates who or what performed or participated in the charged service." , "ActivityDefinition.participant: Indicates who should participate in performing the action described." , "RequestOrchestration.action.participant: The participant that should perform or be responsible for this action." , "TestReport.participant: A participant in the test execution, either the execution engine, a client, or a server." , "Appointment.participant: List of participants involved in the appointment." , "FamilyMemberHistory.participant: Indicates who or what participated in the activities related to the family member history and how they were involved." , "Condition.participant: Indicates who or what participated in the activities related to the condition and how they were involved." , "RequestOrchestration.action.action.participant: The participant that should perform or be responsible for this action." , "PlanDefinition.action.action.participant: Indicates who should participate in performing the action described." ;
        rdfs:label                      "participant" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_participant ;
        dc:title                        "PlanDefinition.action.participant: Who should participate in the action" , "ActivityDefinition.participant: Who should participate in the action" , "Appointment.participant: Participants involved in appointment" , "CareTeam.participant: Members of the team" , "TestReport.participant: A participant in the test execution, either the execution engine, a client, or a server" , "RequestOrchestration.action.action.participant: Who should perform the action" , "Encounter.participant: List of participants involved in the encounter" , "Condition.participant: Who or what participated in the activities related to the condition and how they were involved" , "RequestOrchestration.action.participant: Who should perform the action" , "AdverseEvent.participant: Who was involved in the adverse event or the potential adverse event and what they did" , "FamilyMemberHistory.participant: Who or what participated in the activities related to the family member history and how they were involved" , "AllergyIntolerance.participant: Who or what participated in the activities related to the allergy or intolerance and how they were involved" , "Invoice.participant: Participant in creation of this Invoice" , "PlanDefinition.action.action.participant: Who should participate in the action" .

fhir:incidence  a                       owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.interaction.incidence: The incidence of the interaction, e.g. theoretical, observed." ;
        rdfs:label                      "incidence" ;
        fhir:modifierExtensionProperty  fhir:_incidence ;
        dc:title                        "ClinicalUseDefinition.interaction.incidence: The incidence of the interaction, e.g. theoretical, observed" .

fhir:div  a                             owl:DatatypeProperty ;
        rdfs:comment                    "Narrative.div: The actual narrative content, a stripped down version of XHTML." ;
        rdfs:label                      "div" ;
        fhir:modifierExtensionProperty  fhir:_div ;
        dc:title                        "Narrative.div: Limited xhtml content" .

fhir:_versioning  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.versioning" , "(Modified) ElementDefinition.type.versioning" ;
        rdfs:label    "_versioning" .

fhir:RelatedClaim  a     owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.RelatedClaim: Other claims which are related to this claim such as prior submissions or claims for related services or for the same event." , "Claim.RelatedClaim: Other claims which are related to this claim such as prior submissions or claims for related services or for the same event." ;
        rdfs:label       "RelatedClaim" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:claim
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:claim
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:claim
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:claim
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] .

fhir:_page  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest.page" , "(Modified) ImplementationGuide.definition.page.page" , "(Modified) ImplementationGuide.definition.page.page.page" , "(Modified) ImplementationGuide.definition.page" ;
        rdfs:label    "_page" .

fhir:appointment  a                     owl:ObjectProperty ;
        rdfs:comment                    "Encounter.appointment: The appointment that scheduled this encounter." , "AppointmentResponse.appointment: Appointment that this response is replying to." ;
        rdfs:label                      "appointment" ;
        fhir:modifierExtensionProperty  fhir:_appointment ;
        dc:title                        "Encounter.appointment: The appointment that scheduled this encounter" , "AppointmentResponse.appointment: Appointment this response relates to" .

fhir:AuditEventEntityDetailComponent
        a                owl:Class ;
        rdfs:comment     "AuditEventEntityComponent.AuditEventEntityDetailComponent: Tagged value pairs for conveying additional information about the entity." ;
        rdfs:label       "AuditEventEntityDetailComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:base64Binary ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:productionIdentifierInUDI
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.productionIdentifierInUDI: Indicates the production identifier(s) that are expected to appear in the UDI carrier on the device label." ;
        rdfs:label                      "productionIdentifierInUDI" ;
        fhir:modifierExtensionProperty  fhir:_productionIdentifierInUDI ;
        dc:title                        "DeviceDefinition.productionIdentifierInUDI: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version" .

fhir:_photo  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) RelatedPerson.photo" , "(Modified) Practitioner.photo" , "(Modified) Person.photo" , "(Modified) Patient.photo" , "(Modified) HealthcareService.photo" ;
        rdfs:label    "_photo" .

fhir:formOf  a                          owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.formOf: References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product.  If this administrable product describes the administration of a crushed tablet, the 'formOf' would be the product representing a distribution containing tablets and possibly also a cream.  This is distinct from the 'producedFrom' which refers to the specific components of the product that are used in this preparation, rather than the product as a whole." ;
        rdfs:label                      "formOf" ;
        fhir:modifierExtensionProperty  fhir:_formOf ;
        dc:title                        "AdministrableProductDefinition.formOf: References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product" .

fhir:referrer  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.referrer: The requesting/referring physician." , "GenomicStudy.referrer: Healthcare professional who requested or referred the genomic study." ;
        rdfs:label                      "referrer" ;
        rdfs:subPropertyOf              w5:who.cause ;
        fhir:modifierExtensionProperty  fhir:_referrer ;
        dc:title                        "ImagingStudy.referrer: Referring physician" , "GenomicStudy.referrer: Healthcare professional who requested or referred the genomic study" .

fhir:_subdetailSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.addItem.subdetailSequence" ;
        rdfs:label    "_subdetailSequence" .

fhir:CareTeamParticipantComponent
        a                owl:Class ;
        rdfs:comment     "CareTeamParticipantComponent: Identifies all people and organizations who are expected to be involved in the care team." ;
        rdfs:label       "CareTeamParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:member
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:member
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:coverage
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:coverage
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:coverage
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:coverage
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onBehalfOf
                         ] .

fhir:SpecimenDefinition
        a                owl:Class ;
        rdfs:comment     "A kind of specimen with associated set of requirements." ;
        rdfs:label       "SpecimenDefinition" ;
        rdfs:subClassOf  w5:clinical.diagnostics , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:timeAspect
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:collection
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:typeCollected
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:patientPreparation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SpecimenDefinitionTypeTestedComponent ;
                           owl:onProperty     fhir:typeTested
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCollected
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:timeAspect
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:derivedFromUri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFromCanonical
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_affectsState  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.affectsState" ;
        rdfs:label    "_affectsState" .

fhir:_inputPopulationId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.group.population.inputPopulationId" ;
        rdfs:label    "_inputPopulationId" .

fhir:outputProfile  a                   owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.outputProfile: Additional validation information for the out parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource." ;
        rdfs:label                      "outputProfile" ;
        fhir:modifierExtensionProperty  fhir:_outputProfile ;
        dc:title                        "OperationDefinition.outputProfile: Validation information for out parameters" .

fhir:MessageDefinitionAllowedResponseComponent
        a                owl:Class ;
        rdfs:comment     "MessageDefinitionAllowedResponseComponent: Indicates what types of messages may be sent as an application-level response to this message." ;
        rdfs:label       "MessageDefinitionAllowedResponseComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:situation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:situation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:message
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:message
                         ] .

fhir:numberOfInstances
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.series.numberOfInstances: Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present." , "ImagingStudy.numberOfInstances: Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present." ;
        rdfs:label                      "numberOfInstances" ;
        fhir:modifierExtensionProperty  fhir:_numberOfInstances ;
        dc:title                        "ImagingStudy.series.numberOfInstances: Number of Series Related Instances" , "ImagingStudy.numberOfInstances: Number of Study Related Instances" .

fhir:Term  a             owl:Class ;
        rdfs:comment     "Contract.Term: One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups." ;
        rdfs:label       "Term" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:issued
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContractAsset ;
                           owl:onProperty     fhir:asset
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Action ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:offer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Contract.TermTerm ;
                           owl:onProperty     fhir:group
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SecurityLabel ;
                           owl:onProperty     fhir:securityLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:applies
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContractOffer ;
                           owl:onProperty     fhir:offer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:applies
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:topic
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:topic
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:topic
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:topic
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:issued
                         ] .

fhir:supportingImmunization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.supportingImmunization: Immunization event history and/or evaluation that supports the status and recommendation." ;
        rdfs:label                      "supportingImmunization" ;
        fhir:modifierExtensionProperty  fhir:_supportingImmunization ;
        dc:title                        "ImmunizationRecommendation.recommendation.supportingImmunization: Past immunizations supporting recommendation" .

fhir:previousAppointment
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.previousAppointment: The previous appointment in a series of related appointments." ;
        rdfs:label                      "previousAppointment" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_previousAppointment ;
        dc:title                        "Appointment.previousAppointment: The previous appointment in a series" .

fhir:seriesDoses  a                     owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.seriesDoses: The recommended number of doses to achieve immunity as determined by the evaluation and forecasting process." , "ImmunizationEvaluation.seriesDoses: The recommended number of doses to achieve immunity as determined by the outcome of the evaluation process." , "Immunization.protocolApplied.seriesDoses: The recommended number of doses to achieve immunity as intended by the practitioner administering the dose." ;
        rdfs:label                      "seriesDoses" ;
        fhir:modifierExtensionProperty  fhir:_seriesDoses ;
        dc:title                        "ImmunizationRecommendation.recommendation.seriesDoses: Recommended number of doses for immunity" , "ImmunizationEvaluation.seriesDoses: Recommended number of doses for immunity" , "Immunization.protocolApplied.seriesDoses: Recommended number of doses for immunity" .

fhir:propertyGroup  a                   owl:ObjectProperty ;
        rdfs:comment                    "ChargeItemDefinition.propertyGroup: Group of properties which are applicable under the same conditions. If no applicability rules are established for the group, then all properties always apply." ;
        rdfs:label                      "propertyGroup" ;
        fhir:modifierExtensionProperty  fhir:_propertyGroup ;
        dc:title                        "ChargeItemDefinition.propertyGroup: Group of properties which are applicable under the same conditions" .

fhir:option  a                          owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.actor.option: The characteristics of the candidates that could serve as the actor." ;
        rdfs:label                      "option" ;
        fhir:modifierExtensionProperty  fhir:_option ;
        dc:title                        "PlanDefinition.actor.option: Who or what can be this actor" .

fhir:component  a                       owl:ObjectProperty ;
        rdfs:comment                    "ArtifactAssessment.content.component.component: If the informationType is container, the components of the content." , "ManufacturedItemDefinition.component: Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup." , "ArtifactAssessment.content.component: If the informationType is container, the components of the content." , "ManufacturedItemDefinition.component.component: A component that this component contains or is made from." , "ManufacturedItemDefinition.component.component.component: A component that this component contains or is made from." , "DeviceDefinition.version.component: The hardware or software module of the device to which the version applies." , "Observation.component: Some observations have multiple component observations.  These component observations are expressed as separate code value pairs that share the same attributes.  Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations." , "Measure.group.stratifier.component: A component of the stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path." , "ObservationDefinition.component: Some observations have multiple component observations, expressed as separate code value pairs." , "MeasureReport.group.stratifier.stratum.component: A stratifier component value." , "SearchParameter.component: Used to define the parts of a composite search parameter." , "Device.version.component: The hardware or software module of the device to which the version applies." ;
        rdfs:label                      "component" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_component ;
        dc:title                        "Device.version.component: The hardware or software module of the device to which the version applies" , "ManufacturedItemDefinition.component.component: A component that this component contains or is made from" , "SearchParameter.component: For Composite resources to define the parts" , "ArtifactAssessment.content.component.component: Contained content" , "Observation.component: Component results" , "MeasureReport.group.stratifier.stratum.component: Stratifier component values" , "ManufacturedItemDefinition.component: Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup" , "ArtifactAssessment.content.component: Contained content" , "Measure.group.stratifier.component: Stratifier criteria component for the measure" , "DeviceDefinition.version.component: The hardware or software module of the device to which the version applies" , "ManufacturedItemDefinition.component.component.component: A component that this component contains or is made from" , "ObservationDefinition.component: Component results" .

fhir:offset  a                          owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.offset: The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event." , "RequestOrchestration.action.relatedAction.offset" , "ValueSet.expansion.offset: If paging is being used, the offset at which this resource starts.  I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL NOT be present." , "PlanDefinition.action.action.relatedAction.offset" , "EvidenceVariable.characteristic.definitionByTypeAndValue.offset: Defines the reference point for comparison when valueQuantity or valueRange is not compared to zero." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offset: Defines the reference point for comparison when valueQuantity or valueRange is not compared to zero." , "PlanDefinition.action.relatedAction.offset" , "RequestOrchestration.action.action.relatedAction.offset" ;
        rdfs:label                      "offset" ;
        fhir:modifierExtensionProperty  fhir:_offset ;
        dc:title                        "ValueSet.expansion.offset: Offset at which this resource starts" , "Timing.repeat.offset: Minutes from event (before or after)" , "EvidenceVariable.characteristic.definitionByTypeAndValue.offset: Reference point for valueQuantity or valueRange" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offset: Reference point for valueQuantity or valueRange" .

fhir:materialType  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.fractionDescription.materialType: The specific type of the material constituting the component. For Herbal preparations the particulars of the extracts (liquid/dry) is described in Specified Substance Group 1." ;
        rdfs:label                      "materialType" ;
        fhir:modifierExtensionProperty  fhir:_materialType ;
        dc:title                        "SubstanceSourceMaterial.fractionDescription.materialType: The specific type of the material constituting the component. For Herbal preparations the particulars of the extracts (liquid/dry) is described in Specified Substance Group 1" .

fhir:marketingAuthorizationHolder
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Medication.marketingAuthorizationHolder: The company or other legal entity that has authorization, from the appropriate drug regulatory authority,  to market a medicine in one or more jurisdictions.  Typically abbreviated MAH.Note:  The MAH may manufacture the product and may also contract the manufacturing of the product to one or more companies (organizations)." ;
        rdfs:label                      "marketingAuthorizationHolder" ;
        fhir:modifierExtensionProperty  fhir:_marketingAuthorizationHolder ;
        dc:title                        "Medication.marketingAuthorizationHolder: Organization that has authorization to market medication" .

fhir:requestedPerformer
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Task.requestedPerformer: The kind of participant or specific participant that should perform the task." ;
        rdfs:label                      "requestedPerformer" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_requestedPerformer ;
        dc:title                        "Task.requestedPerformer: Who should perform Task" .

fhir:developmentStage
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.developmentStage: Stage of life for animals, plants, insects and microorganisms. This information shall be provided only when the substance is significantly different in these stages (e.g. foetal bovine serum)." ;
        rdfs:label                      "developmentStage" ;
        fhir:modifierExtensionProperty  fhir:_developmentStage ;
        dc:title                        "SubstanceSourceMaterial.developmentStage: Stage of life for animals, plants, insects and microorganisms. This information shall be provided only when the substance is significantly different in these stages (e.g. foetal bovine serum)" .

fhir:_deliveryDevice  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.deliveryDevice" ;
        rdfs:label    "_deliveryDevice" .

fhir:_Timing  a          owl:Class ;
        rdfs:comment     "(Modified) Timing" ;
        rdfs:label       "_Timing" ;
        rdfs:subClassOf  fhir:_BackboneType .

fhir:AdverseEventSuspectEntityCausalityComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventSuspectEntityComponent.AdverseEventSuspectEntityCausalityComponent: Information on the possible cause of the event." ;
        rdfs:label       "AdverseEventSuspectEntityCausalityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assessmentMethod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:entityRelatedness
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:entityRelatedness
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:assessmentMethod
                         ] .

fhir:add  a                             owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.add: Power adjustment for multifocal lenses measured in dioptres (0.25 units)." ;
        rdfs:label                      "add" ;
        fhir:modifierExtensionProperty  fhir:_add ;
        dc:title                        "VisionPrescription.lensSpecification.add: Added power for multifocal levels" .

fhir:ImmunizationPerformerComponent
        a                owl:Class ;
        rdfs:comment     "ImmunizationPerformerComponent: Indicates who performed the immunization event." ;
        rdfs:label       "ImmunizationPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:_BodyStructure  a   owl:Class ;
        rdfs:comment     "(Modified) BodyStructure" ;
        rdfs:label       "_BodyStructure" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_organismName  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organismName" ;
        rdfs:label    "_organismName" .

fhir:_monthlyTemplate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.monthlyTemplate" ;
        rdfs:label    "_monthlyTemplate" .

fhir:versionAlgorithm
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.versionAlgorithm" , "NamingSystem.versionAlgorithm" , "EvidenceVariable.versionAlgorithm" , "CanonicalResource.versionAlgorithm" , "ConditionDefinition.versionAlgorithm" , "TerminologyCapabilities.versionAlgorithm" , "MessageDefinition.versionAlgorithm" , "Evidence.versionAlgorithm" , "ActivityDefinition.versionAlgorithm" , "SearchParameter.versionAlgorithm" , "PlanDefinition.versionAlgorithm" , "EventDefinition.versionAlgorithm" , "ActorDefinition.versionAlgorithm" , "ImplementationGuide.versionAlgorithm" , "ExampleScenario.versionAlgorithm" , "OperationDefinition.versionAlgorithm" , "Questionnaire.versionAlgorithm" , "Measure.versionAlgorithm" , "ChargeItemDefinition.versionAlgorithm" , "TestScript.versionAlgorithm" , "CompartmentDefinition.versionAlgorithm" , "Library.versionAlgorithm" , "CodeSystem.versionAlgorithm" , "CapabilityStatement.versionAlgorithm" , "StructureDefinition.versionAlgorithm" , "ConceptMap.versionAlgorithm" , "StructureMap.versionAlgorithm" , "Citation.versionAlgorithm" , "ValueSet.versionAlgorithm" , "GraphDefinition.versionAlgorithm" , "TestPlan.versionAlgorithm" , "SpecimenDefinition.versionAlgorithm" , "SubscriptionTopic.versionAlgorithm" , "Requirements.versionAlgorithm" ;
        rdfs:label                      "versionAlgorithm" ;
        fhir:modifierExtensionProperty  fhir:_versionAlgorithm .

fhir:_deliverFor  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyRequest.deliverFor" ;
        rdfs:label    "_deliverFor" .

fhir:ElementDefinitionSlicingComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionSlicingComponent: Indicates that the element is sliced into a set of alternative definitions (i.e. in a structure definition, there are multiple different constraints on a single element in the base resource). Slicing can be used in any resource that has cardinality ..* on the base resource, or any resource with a choice of types. The set of slices is any elements that come after this in the element sequence that have the same path, until a shorter path occurs (the shorter path terminates the set)." ;
        rdfs:label       "ElementDefinitionSlicingComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:rules
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ordered
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ElementDefinitionSlicingDiscriminatorComponent ;
                           owl:onProperty     fhir:discriminator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:rules
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:ordered
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] .

fhir:_responseId  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.responseId" , "(Modified) TestScript.test.action.operation.responseId" , "(Modified) TestScript.setup.action.operation.responseId" ;
        rdfs:label    "_responseId" .

fhir:_tenderedAmount  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.tenderedAmount" ;
        rdfs:label    "_tenderedAmount" .

fhir:upperLimit  a                      owl:ObjectProperty ;
        rdfs:comment                    "SampledData.upperLimit: The upper limit of detection of the measured points. This is needed if any of the data points have the value \"U\" (higher than detection limit)." ;
        rdfs:label                      "upperLimit" ;
        fhir:modifierExtensionProperty  fhir:_upperLimit ;
        dc:title                        "SampledData.upperLimit: Upper limit of detection" .

fhir:_verificationStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.verificationStatus" , "(Modified) AllergyIntolerance.verificationStatus" ;
        rdfs:label    "_verificationStatus" .

fhir:amountType  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstanceReferenceInformation.target.amountType: Todo." ;
        rdfs:label                      "amountType" ;
        fhir:modifierExtensionProperty  fhir:_amountType ;
        dc:title                        "SubstanceReferenceInformation.target.amountType: Todo" .

fhir:_patientPaid  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.patientPaid" , "(Modified) ExplanationOfBenefit.patientPaid" , "(Modified) ExplanationOfBenefit.item.patientPaid" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.patientPaid" , "(Modified) Claim.item.detail.patientPaid" , "(Modified) Claim.patientPaid" , "(Modified) Claim.item.detail.subDetail.patientPaid" , "(Modified) Claim.item.patientPaid" , "(Modified) ExplanationOfBenefit.addItem.detail.patientPaid" , "(Modified) ExplanationOfBenefit.item.detail.patientPaid" , "(Modified) ExplanationOfBenefit.addItem.patientPaid" ;
        rdfs:label    "_patientPaid" .

fhir:RequestOrchestrationActionOutputComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponentAction.RequestOrchestrationActionOutputComponent: Defines the outputs of the action, if any." , "RequestOrchestrationActionComponent.RequestOrchestrationActionOutputComponent: Defines the outputs of the action, if any." ;
        rdfs:label       "RequestOrchestrationActionOutputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] .

fhir:_quantity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.valuedItem.quantity" , "(Modified) ExplanationOfBenefit.adjudication.quantity" , "(Modified) ServiceRequest.quantity" , "(Modified) MedicationDispense.quantity" , "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.quantity" , "(Modified) ExplanationOfBenefit.item.detail.adjudication.quantity" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.quantity" , "(Modified) NutritionOrder.enteralFormula.administration.quantity" , "(Modified) Contract.term.asset.valuedItem.quantity" , "(Modified) Substance.ingredient.quantity" , "(Modified) ClaimResponse.addItem.detail.adjudication.quantity" , "(Modified) ExplanationOfBenefit.item.adjudication.quantity" , "(Modified) ChargeItem.quantity" , "(Modified) NutritionOrder.enteralFormula.additive.quantity" , "(Modified) EvidenceVariable.characteristic.timeFromEvent.quantity" , "(Modified) PackagedProductDefinition.packaging.packaging.quantity" , "(Modified) InventoryItem.association.quantity" , "(Modified) MedicationKnowledge.regulatory.maxDispense.quantity" , "(Modified) NutritionOrder.supplement.quantity" , "(Modified) DeviceRequest.quantity" , "(Modified) Evidence.statistic.attributeEstimate.quantity" , "(Modified) ExplanationOfBenefit.addItem.detail.quantity" , "(Modified) ClaimResponse.addItem.detail.subDetail.adjudication.quantity" , "(Modified) Claim.item.detail.quantity" , "(Modified) Claim.item.quantity" , "(Modified) MedicationRequest.dispenseRequest.quantity" , "(Modified) SupplyRequest.quantity" , "(Modified) Group.quantity" , "(Modified) ClaimResponse.item.detail.subDetail.adjudication.quantity" , "(Modified) MedicationRequest.dispenseRequest.initialFill.quantity" , "(Modified) ClaimResponse.addItem.detail.subDetail.quantity" , "(Modified) ClaimResponse.adjudication.quantity" , "(Modified) Claim.item.detail.subDetail.quantity" , "(Modified) CoverageEligibilityRequest.item.quantity" , "(Modified) Evidence.statistic.quantity" , "(Modified) ClaimResponse.addItem.detail.quantity" , "(Modified) Specimen.collection.quantity" , "(Modified) ExplanationOfBenefit.addItem.quantity" , "(Modified) InventoryReport.inventoryListing.item.quantity" , "(Modified) ExplanationOfBenefit.addItem.detail.adjudication.quantity" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.quantity" , "(Modified) Substance.quantity" , "(Modified) BiologicallyDerivedProductDispense.quantity" , "(Modified) ClaimResponse.item.detail.adjudication.quantity" , "(Modified) SupplyDelivery.suppliedItem.quantity" , "(Modified) ExplanationOfBenefit.item.detail.quantity" , "(Modified) ArtifactAssessment.content.quantity" , "(Modified) ClaimResponse.item.adjudication.quantity" , "(Modified) ClaimResponse.addItem.quantity" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.quantity" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.adjudication.quantity" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.quantity" , "(Modified) DeviceDispense.quantity" , "(Modified) NutritionProduct.instance.quantity" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.adjudication.quantity" , "(Modified) ExplanationOfBenefit.item.quantity" , "(Modified) ClaimResponse.addItem.adjudication.quantity" , "(Modified) ArtifactAssessment.content.component.quantity" , "(Modified) ActivityDefinition.quantity" , "(Modified) PackagedProductDefinition.packaging.quantity" , "(Modified) ExplanationOfBenefit.addItem.adjudication.quantity" ;
        rdfs:label    "_quantity" .

fhir:InsurancePlanPlanSpecificCostBenefitCostComponent
        a                owl:Class ;
        rdfs:comment     "InsurancePlanPlanComponent.InsurancePlanPlanSpecificCostComponent.PlanBenefit.InsurancePlanPlanSpecificCostBenefitCostComponent: List of the costs associated with a specific benefit." ;
        rdfs:label       "InsurancePlanPlanSpecificCostBenefitCostComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:applicability
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:qualifiers
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:applicability
                         ] .

fhir:_alternate  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.material.alternate" ;
        rdfs:label    "_alternate" .

fhir:_contributingFactor
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.contributingFactor" ;
        rdfs:label    "_contributingFactor" .

fhir:_sourceIdentityCertificate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.sourceIdentityCertificate" ;
        rdfs:label    "_sourceIdentityCertificate" .

fhir:eventNumber  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionStatus.notificationEvent.eventNumber: Either the sequential number of this event in this subscription context or a relative event number for this notification." ;
        rdfs:label                      "eventNumber" ;
        fhir:modifierExtensionProperty  fhir:_eventNumber ;
        dc:title                        "SubscriptionStatus.notificationEvent.eventNumber: Sequencing index of this event" .

fhir:AdministrableProductDefinitionPropertyComponent
        a                owl:Class ;
        rdfs:comment     "AdministrableProductDefinitionPropertyComponent: Characteristics e.g. a product's onset of action." ;
        rdfs:label       "AdministrableProductDefinitionPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:responseRequired
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MessageDefinition.responseRequired: Declare at a message definition level whether a response is required or only upon error or success, or never." ;
        rdfs:label                      "responseRequired" ;
        fhir:modifierExtensionProperty  fhir:_responseRequired ;
        dc:title                        "MessageDefinition.responseRequired: always | on-error | never | on-success" .

fhir:_verifiedBy  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.verification.verifiedBy" ;
        rdfs:label    "_verifiedBy" .

fhir:_maritalStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Person.maritalStatus" , "(Modified) Patient.maritalStatus" ;
        rdfs:label    "_maritalStatus" .

fhir:_timeOfDay  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.timeOfDay" ;
        rdfs:label    "_timeOfDay" .

fhir:contraindication
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.guideline.contraindication: A specific situation when a device should not be used because it may cause harm." , "ClinicalUseDefinition.contraindication: Specifics for when this is a contraindication." ;
        rdfs:label                      "contraindication" ;
        fhir:modifierExtensionProperty  fhir:_contraindication ;
        dc:title                        "DeviceDefinition.guideline.contraindication: A specific situation when a device should not be used because it may cause harm" , "ClinicalUseDefinition.contraindication: Specifics for when this is a contraindication" .

fhir:patientPreparation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.patientPreparation: Preparation of the patient for specimen collection." ;
        rdfs:label                      "patientPreparation" ;
        fhir:modifierExtensionProperty  fhir:_patientPreparation ;
        dc:title                        "SpecimenDefinition.patientPreparation: Patient preparation for collection" .

fhir:_expression  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.rule.data.expression" , "(Modified) RequestOrchestration.action.action.condition.expression" , "(Modified) ActivityDefinition.dynamicValue.expression" , "(Modified) SearchParameter.expression" , "(Modified) TestScript.setup.action.assert.expression" , "(Modified) TestScript.test.action.assert.expression" , "(Modified) RequestOrchestration.action.action.dynamicValue.expression" , "(Modified) CoverageEligibilityResponse.error.expression" , "(Modified) PlanDefinition.action.action.dynamicValue.expression" , "(Modified) SearchParameter.component.expression" , "(Modified) OperationOutcome.issue.expression" , "(Modified) Consent.provision.expression" , "(Modified) GraphDefinition.link.compartment.expression" , "(Modified) PlanDefinition.action.dynamicValue.expression" , "(Modified) Expression.expression" , "(Modified) ElementDefinition.constraint.expression" , "(Modified) StructureDefinition.context.expression" , "(Modified) PlanDefinition.action.action.condition.expression" , "(Modified) RequestOrchestration.action.dynamicValue.expression" , "(Modified) ClaimResponse.error.expression" , "(Modified) RequestOrchestration.action.condition.expression" , "(Modified) TestScript.variable.expression" , "(Modified) Consent.provision.provision.expression" , "(Modified) PlanDefinition.action.condition.expression" ;
        rdfs:label    "_expression" .

fhir:_min  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.base.min" , "(Modified) StructureMap.group.rule.source.min" , "(Modified) MessageDefinition.focus.min" , "(Modified) OperationDefinition.parameter.min" , "(Modified) StructureMap.group.rule.rule.source.min" , "(Modified) ElementDefinition.min" , "(Modified) OperationDefinition.parameter.part.min" , "(Modified) GraphDefinition.link.min" , "(Modified) ParameterDefinition.min" ;
        rdfs:label    "_min" .

fhir:_attester  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) DocumentReference.attester" , "(Modified) Composition.attester" ;
        rdfs:label    "_attester" .

fhir:_progress  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.progress" , "(Modified) CarePlan.activity.progress" ;
        rdfs:label    "_progress" .

fhir:_collection  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.collection" , "(Modified) Specimen.collection" , "(Modified) BiologicallyDerivedProduct.collection" ;
        rdfs:label    "_collection" .

fhir:base64Binary  a     owl:Class ;
        rdfs:comment     "A stream of bytes" ;
        rdfs:label       "base64Binary" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:base64Binary ;
                           owl:onProperty     fhir:v
                         ] .

fhir:ExampleScenarioProcessStepComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent: A significant action that occurs as part of the process." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent: A significant action that occurs as part of the process." , "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent: A significant action that occurs as part of the process." ;
        rdfs:label       "ExampleScenarioProcessStepComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponentProcess ;
                           owl:onProperty     fhir:process
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepAlternativeComponent ;
                           owl:onProperty     fhir:alternative
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess ;
                           owl:onProperty     fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepAlternativeComponent ;
                           owl:onProperty     fhir:alternative
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponentProcess ;
                           owl:onProperty     fhir:process
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepAlternativeComponent ;
                           owl:onProperty     fhir:alternative
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] .

fhir:ExplanationOfBenefit.Item.Detail.SubDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ExplanationOfBenefit.Item.Detail.SubDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        dc:title         "Subdetail level adjudication results" .

fhir:_comprisedOf  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.comprisedOf" ;
        rdfs:label    "_comprisedOf" .

fhir:_factor  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.addItem.detail.factor" , "(Modified) ClaimResponse.addItem.factor" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.factor" , "(Modified) Claim.item.detail.factor" , "(Modified) SampledData.factor" , "(Modified) Claim.item.factor" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.factor" , "(Modified) ExplanationOfBenefit.item.factor" , "(Modified) Contract.term.group.asset.valuedItem.factor" , "(Modified) ExplanationOfBenefit.item.detail.factor" , "(Modified) MonetaryComponent.factor" , "(Modified) Claim.item.detail.subDetail.factor" , "(Modified) ExplanationOfBenefit.addItem.factor" , "(Modified) ExplanationOfBenefit.addItem.detail.factor" , "(Modified) ClaimResponse.addItem.detail.subDetail.factor" , "(Modified) Contract.term.asset.valuedItem.factor" ;
        rdfs:label    "_factor" .

fhir:_endRelationship
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.relatedAction.endRelationship" , "(Modified) RequestOrchestration.action.relatedAction.endRelationship" , "(Modified) PlanDefinition.action.action.relatedAction.endRelationship" , "(Modified) PlanDefinition.action.relatedAction.endRelationship" ;
        rdfs:label    "_endRelationship" .

fhir:_startingMaterial
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.monomerSet.startingMaterial" ;
        rdfs:label    "_startingMaterial" .

fhir:expectedSupplyDuration
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.expectedSupplyDuration: Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last." ;
        rdfs:label                      "expectedSupplyDuration" ;
        fhir:modifierExtensionProperty  fhir:_expectedSupplyDuration ;
        dc:title                        "MedicationRequest.dispenseRequest.expectedSupplyDuration: Number of days supply per dispense" .

fhir:totalPriceComponent
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Invoice.totalPriceComponent: The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions.  The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated." , "ChargeItem.totalPriceComponent: The total price for the chargable item, accounting for the quantity." ;
        rdfs:label                      "totalPriceComponent" ;
        fhir:modifierExtensionProperty  fhir:_totalPriceComponent ;
        dc:title                        "Invoice.totalPriceComponent: Components of Invoice total" , "ChargeItem.totalPriceComponent: Total price overriding the associated rules" .

fhir:_signer  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.signer" ;
        rdfs:label    "_signer" .

fhir:enableBehavior  a                  owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.enableBehavior: Controls how multiple enableWhen values are interpreted -  whether all or any must be true." , "Questionnaire.item.enableBehavior: Controls how multiple enableWhen values are interpreted -  whether all or any must be true." ;
        rdfs:label                      "enableBehavior" ;
        fhir:modifierExtensionProperty  fhir:_enableBehavior ;
        dc:title                        "Questionnaire.item.item.enableBehavior: all | any" , "Questionnaire.item.enableBehavior: all | any" .

fhir:Contract  a                     owl:Class ;
        rdfs:comment                 "Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement." ;
        rdfs:label                   "Contract" ;
        rdfs:subClassOf              w5:financial.other , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:applies
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContentDefinition ;
                                       owl:onProperty     fhir:contentDefinition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:FriendlyLanguage ;
                                       owl:onProperty     fhir:friendly
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ComputableLanguage ;
                                       owl:onProperty     fhir:rule
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:subtitle
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:relevantHistory
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:scope
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Attachment ;
                                                        owl:onProperty     fhir:legallyBinding
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:legallyBinding
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:legallyBinding
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:legallyBinding
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:expirationType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:contentDerivative
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:scope
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:authority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:url
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:contentDerivative
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:legalState
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:topic
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:topic
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:topic
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:topic
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Term ;
                                       owl:onProperty     fhir:term
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:domain
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:contentDefinition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Signatory ;
                                       owl:onProperty     fhir:signer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subtitle
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expirationType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:alias
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:LegalLanguage ;
                                       owl:onProperty     fhir:legal
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:legalState
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:site
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:applies
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Contract .

fhir:_cTerminalModificationId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.cTerminalModificationId" ;
        rdfs:label    "_cTerminalModificationId" .

fhir:ObservationReferenceRangeComponent
        a                owl:Class ;
        rdfs:comment     "ObservationReferenceRangeComponent: Guidance on how to interpret the value by comparison to a normal or recommended range.  Multiple reference ranges are interpreted as an \"OR\".   In other words, to represent two distinct target populations, two `referenceRange` elements would be used." ;
        rdfs:label       "ObservationReferenceRangeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:high
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:age
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:low
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:normalValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:high
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:appliesTo
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:normalValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:low
                         ] .

fhir:maxVolumeToDeliver
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.maxVolumeToDeliver: The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours." ;
        rdfs:label                      "maxVolumeToDeliver" ;
        fhir:modifierExtensionProperty  fhir:_maxVolumeToDeliver ;
        dc:title                        "NutritionOrder.enteralFormula.maxVolumeToDeliver: Upper limit on formula volume per unit of time" .

fhir:CapabilityStatementRestResourceOperationComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent.CapabilityStatementRestResourceComponent.CapabilityStatementRestResourceOperationComponent: Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters." ;
        rdfs:label       "CapabilityStatementRestResourceOperationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] .

fhir:isDerived  a                       owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.isDerived: Primary of secondary specimen." ;
        rdfs:label                      "isDerived" ;
        fhir:modifierExtensionProperty  fhir:_isDerived ;
        dc:title                        "SpecimenDefinition.typeTested.isDerived: Primary or secondary specimen" .

fhir:conditionalUpdate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.conditionalUpdate: A flag that indicates that the server supports conditional update." ;
        rdfs:label                      "conditionalUpdate" ;
        fhir:modifierExtensionProperty  fhir:_conditionalUpdate ;
        dc:title                        "CapabilityStatement.rest.resource.conditionalUpdate: If allows/uses conditional update" .

fhir:repeatUnitAmountType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnitAmountType: How the quantitative amount of Structural Repeat Units is captured (e.g. Exact, Numeric, Average)." ;
        rdfs:label                      "repeatUnitAmountType" ;
        fhir:modifierExtensionProperty  fhir:_repeatUnitAmountType ;
        dc:title                        "SubstancePolymer.repeat.repeatUnitAmountType: How the quantitative amount of Structural Repeat Units is captured (e.g. Exact, Numeric, Average)" .

fhir:subjects  a                        owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier.stratum.population.subjects: Optional Group identifying the individuals that make up the population." , "MeasureReport.group.population.subjects: Optional Group identifying the individuals that make up the population." ;
        rdfs:label                      "subjects" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_subjects ;
        dc:title                        "MeasureReport.group.stratifier.stratum.population.subjects: What individual(s) in the population" , "MeasureReport.group.population.subjects: What individual(s) in the population" .

fhir:EvidenceVariableCharacteristicTimeFromEventComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicTimeFromEventComponent: Timing in which the characteristic is determined." , "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic.EvidenceVariableCharacteristicTimeFromEventComponent: Timing in which the characteristic is determined." ;
        rdfs:label       "EvidenceVariableCharacteristicTimeFromEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:event
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:event
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:_expansion  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion" , "(Modified) TerminologyCapabilities.expansion" ;
        rdfs:label    "_expansion" .

fhir:_Ingredient  a      owl:Class ;
        rdfs:comment     "(Modified) Ingredient" ;
        rdfs:label       "_Ingredient" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_phase  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.scope.phase" , "(Modified) ResearchStudy.phase" ;
        rdfs:label    "_phase" .

fhir:_benefitPeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.benefitPeriod" , "(Modified) CoverageEligibilityResponse.insurance.benefitPeriod" ;
        rdfs:label    "_benefitPeriod" .

fhir:Organization  a                 owl:Class ;
        rdfs:comment                 "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.  Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc." ;
        rdfs:label                   "Organization" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.group ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:alias
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:OrganizationQualificationComponent ;
                                       owl:onProperty     fhir:qualification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Organization .

fhir:_referenceStrength
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.substance.strength.referenceStrength" ;
        rdfs:label    "_referenceStrength" .

fhir:StructureMapGroupComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent: Organizes the mapping into managable chunks for human review/ease of maintenance." ;
        rdfs:label       "StructureMapGroupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:extends
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:extends
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:typeMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupInputComponent ;
                           owl:onProperty     fhir:input
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeMode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:input
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleComponent ;
                           owl:onProperty     fhir:rule
                         ] .

fhir:referencePolicy  a                 owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.referencePolicy: A set of flags that defines how references are supported." ;
        rdfs:label                      "referencePolicy" ;
        fhir:modifierExtensionProperty  fhir:_referencePolicy ;
        dc:title                        "CapabilityStatement.rest.resource.referencePolicy: literal | logical | resolves | enforced | local" .

fhir:previous  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.queryCriteria.previous: The FHIR query based rules are applied to the previous resource state (e.g., state before an update)." , "ClinicalImpression.previous: A reference to the last assessment that was conducted on this patient. Assessments are often/usually ongoing in nature; a care provider (practitioner or team) will make new assessments on an ongoing basis as new data arises or the patient's conditions changes." ;
        rdfs:label                      "previous" ;
        fhir:modifierExtensionProperty  fhir:_previous ;
        dc:title                        "SubscriptionTopic.resourceTrigger.queryCriteria.previous: Rule applied to previous resource state" , "ClinicalImpression.previous: Reference to last assessment" .

fhir:_stage  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConditionDefinition.stage" , "(Modified) Condition.stage" ;
        rdfs:label    "_stage" .

fhir:PlanDefinitionActionOutputComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponentAction.PlanDefinitionActionOutputComponent: Defines the outputs of the action, if any." , "PlanDefinitionActionComponent.PlanDefinitionActionOutputComponent: Defines the outputs of the action, if any." ;
        rdfs:label       "PlanDefinitionActionOutputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedData
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:relatedData
                         ] .

fhir:_publisherLocation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.publishedIn.publisherLocation" ;
        rdfs:label    "_publisherLocation" .

fhir:MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeIndicationGuidelineComponent.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent: Dosage for the medication for the specific guidelines." ;
        rdfs:label       "MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:dosage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Dosage ;
                           owl:onProperty     fhir:dosage
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:containedItemQuantity
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.containedItemQuantity: A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size. This attribute differs from containedItem.amount in that it can give a single aggregated count of all tablet types in a pack, even when these are different manufactured items. For example a pill pack of 21 tablets plus 7 sugar tablets, can be denoted here as '28 tablets'. This attribute is repeatable so that the different item types in one pack type can be counted (e.g. a count of vials and count of syringes). Each repeat must have different units, so that it is clear what the different sets of counted items are, and it is not intended to allow different counts of similar items (e.g. not '2 tubes and 3 tubes'). Repeats are not to be used to represent different pack sizes (e.g. 20 pack vs. 50 pack) - which would be different instances of this resource." ;
        rdfs:label                      "containedItemQuantity" ;
        fhir:modifierExtensionProperty  fhir:_containedItemQuantity ;
        dc:title                        "PackagedProductDefinition.containedItemQuantity: A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size. See also packaging.containedItem.amount (especially the long definition)" .

fhir:copyrightLabel  a                  owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "NamingSystem.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "TerminologyCapabilities.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "TestScript.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "CanonicalResource.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "CapabilityStatement.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ActorDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "EventDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "EvidenceVariable.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ActivityDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ValueSet.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "Requirements.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "PlanDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "Library.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "StructureDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "Evidence.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ConceptMap.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "CodeSystem.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "SpecimenDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "Measure.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "SearchParameter.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "OperationDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "MessageDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "TestPlan.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "StructureMap.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "SubscriptionTopic.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ImplementationGuide.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ChargeItemDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "Questionnaire.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ObservationDefinition.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "ExampleScenario.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." , "Citation.copyrightLabel: A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved')." ;
        rdfs:label                      "copyrightLabel" ;
        fhir:modifierExtensionProperty  fhir:_copyrightLabel ;
        dc:title                        "ActivityDefinition.copyrightLabel: Copyright holder and year(s)" , "EventDefinition.copyrightLabel: Copyright holder and year(s)" , "StructureMap.copyrightLabel: Copyright holder and year(s)" , "ValueSet.copyrightLabel: Copyright holder and year(s)" , "NamingSystem.copyrightLabel: Copyright holder and year(s)" , "Library.copyrightLabel: Copyright holder and year(s)" , "SubscriptionTopic.copyrightLabel: Copyright holder and year(s)" , "Citation.copyrightLabel: Copyright holder and year(s) for the ciation record, not for the cited artifact" , "ExampleScenario.copyrightLabel: Copyright holder and year(s)" , "Measure.copyrightLabel: Copyright holder and year(s)" , "TestScript.copyrightLabel: Copyright holder and year(s)" , "TestPlan.copyrightLabel: Copyright holder and year(s)" , "SpecimenDefinition.copyrightLabel: Copyright holder and year(s)" , "StructureDefinition.copyrightLabel: Copyright holder and year(s)" , "Requirements.copyrightLabel: Copyright holder and year(s)" , "MessageDefinition.copyrightLabel: Copyright holder and year(s)" , "OperationDefinition.copyrightLabel: Copyright holder and year(s)" , "Questionnaire.copyrightLabel: Copyright holder and year(s)" , "ConceptMap.copyrightLabel: Copyright holder and year(s)" , "ObservationDefinition.copyrightLabel: Copyright holder and year(s)" , "GraphDefinition.copyrightLabel: Copyright holder and year(s)" , "EvidenceVariable.copyrightLabel: Copyright holder and year(s)" , "CanonicalResource.copyrightLabel: Copyright holder and year(s)" , "SearchParameter.copyrightLabel: Copyright holder and year(s)" , "ActorDefinition.copyrightLabel: Copyright holder and year(s)" , "ChargeItemDefinition.copyrightLabel: Copyright holder and year(s)" , "PlanDefinition.copyrightLabel: Copyright holder and year(s)" , "TerminologyCapabilities.copyrightLabel: Copyright holder and year(s)" , "ImplementationGuide.copyrightLabel: Copyright holder and year(s)" , "CodeSystem.copyrightLabel: Copyright holder and year(s)" , "CapabilityStatement.copyrightLabel: Copyright holder and year(s)" , "Evidence.copyrightLabel: Copyright holder and year(s)" .

fhir:BodyStructureIncludedStructureBodyLandmarkOrientationComponent
        a                owl:Class ;
        rdfs:comment     "BodyStructureIncludedStructureBodyLandmarkOrientationComponent: Body locations in relation to a specific body landmark (tatoo, scar, other body structure)." , "BodyStructureIncludedStructureComponent.BodyStructureIncludedStructureBodyLandmarkOrientationComponent: Body locations in relation to a specific body landmark (tatoo, scar, other body structure)." ;
        rdfs:label       "BodyStructureIncludedStructureBodyLandmarkOrientationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:landmarkDescription
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent ;
                           owl:onProperty     fhir:distanceFromLandmark
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:clockFacePosition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:surfaceOrientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:surfaceOrientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent ;
                           owl:onProperty     fhir:distanceFromLandmark
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:clockFacePosition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:landmarkDescription
                         ] .

fhir:hasBodySite  a                     owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.hasBodySite: Whether bodySite is appropriate to collect for this condition." ;
        rdfs:label                      "hasBodySite" ;
        fhir:modifierExtensionProperty  fhir:_hasBodySite ;
        dc:title                        "ConditionDefinition.hasBodySite: Whether bodySite is appropriate" .

fhir:_valuedItem  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.valuedItem" , "(Modified) Contract.term.asset.valuedItem" ;
        rdfs:label    "_valuedItem" .

fhir:Period  a           owl:Class ;
        rdfs:comment     "A time period defined by a start and end date and optionally time." ;
        rdfs:label       "Period" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:end
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:end
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:start
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:start
                         ] ;
        dc:title         "Time range defined by start and end date/time" .

fhir:questionnaire  a                   owl:ObjectProperty ;
        rdfs:comment                    "QuestionnaireResponse.questionnaire: The Questionnaire that defines and organizes the questions for which answers are being provided." , "ConditionDefinition.questionnaire: Questionnaire for this condition." ;
        rdfs:label                      "questionnaire" ;
        fhir:modifierExtensionProperty  fhir:_questionnaire ;
        dc:title                        "QuestionnaireResponse.questionnaire: Canonical URL of Questionnaire being answered" , "ConditionDefinition.questionnaire: Questionnaire for this condition" .

fhir:specificCost  a                    owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan.specificCost: Costs associated with the coverage provided by the product." ;
        rdfs:label                      "specificCost" ;
        fhir:modifierExtensionProperty  fhir:_specificCost ;
        dc:title                        "InsurancePlan.plan.specificCost: Specific costs" .

fhir:_collected  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.collection.collected" , "(Modified) BiologicallyDerivedProduct.collection.collected" ;
        rdfs:label    "_collected" .

fhir:_notAvailableTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.notAvailableTime" ;
        rdfs:label    "_notAvailableTime" .

fhir:AllergyIntoleranceParticipantComponent
        a                owl:Class ;
        rdfs:comment     "AllergyIntoleranceParticipantComponent: Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved." ;
        rdfs:label       "AllergyIntoleranceParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:headerField  a                     owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.headerField: The HTTP header field name e.g. 'Location'." , "TestScript.setup.action.assert.headerField: The HTTP header field name e.g. 'Location'." , "TestScript.variable.headerField: Will be used to grab the HTTP header field value from the headers that sourceId is pointing to." ;
        rdfs:label                      "headerField" ;
        fhir:modifierExtensionProperty  fhir:_headerField ;
        dc:title                        "TestScript.test.action.assert.headerField: HTTP header field name" , "TestScript.setup.action.assert.headerField: HTTP header field name" , "TestScript.variable.headerField: HTTP header field name for source" .

fhir:_contained  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DomainResource.contained" ;
        rdfs:label    "_contained" .

fhir:_assigner  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Identifier.assigner" ;
        rdfs:label    "_assigner" .

fhir:_ifNoneMatch  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.entry.request.ifNoneMatch" ;
        rdfs:label    "_ifNoneMatch" .

fhir:DeviceAssociationOperationComponent
        a                owl:Class ;
        rdfs:comment     "DeviceAssociationOperationComponent: The details about the device when it is in use to describe its operation." ;
        rdfs:label       "DeviceAssociationOperationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] .

fhir:_graph  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) MessageDefinition.graph" ;
        rdfs:label    "_graph" .

fhir:changeType  a                      owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.changeType: Type of the genomic changes studied in the analysis, e.g., DNA, RNA, or amino acid change." ;
        rdfs:label                      "changeType" ;
        fhir:modifierExtensionProperty  fhir:_changeType ;
        dc:title                        "GenomicStudy.analysis.changeType: Type of the genomic changes studied in the analysis (e.g., DNA, RNA, or AA change)" .

fhir:_orientation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.orientation" , "(Modified) MolecularSequence.relative.startingSequence.orientation" ;
        rdfs:label    "_orientation" .

fhir:parentSubstanceId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.parentSubstanceId: The parent of the herbal drug Ginkgo biloba, Leaf is the substance ID of the substance (fresh) of Ginkgo biloba L. or Ginkgo biloba L. (Whole plant)." ;
        rdfs:label                      "parentSubstanceId" ;
        fhir:modifierExtensionProperty  fhir:_parentSubstanceId ;
        dc:title                        "SubstanceSourceMaterial.parentSubstanceId: The parent of the herbal drug Ginkgo biloba, Leaf is the substance ID of the substance (fresh) of Ginkgo biloba L. or Ginkgo biloba L. (Whole plant)" .

fhir:recorded  a                        owl:ObjectProperty ;
        rdfs:comment                    "MedicationAdministration.recorded: The date the occurrence of the  MedicationAdministration was first captured in the record - potentially significantly after the occurrence of the event." , "AuditEvent.recorded: The time when the event was recorded." , "NutritionIntake.recorded: The date when the Nutrition Intake was asserted by the information source." , "Procedure.recorded: The date the occurrence of the procedure was first captured in the record regardless of Procedure.status (potentially after the occurrence of the event)." , "Provenance.recorded: The instant of time at which the activity was recorded." , "MedicationDispense.recorded: The date (and maybe time) when the dispense activity started if whenPrepared or whenHandedOver is not populated." ;
        rdfs:label                      "recorded" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_recorded ;
        dc:title                        "Procedure.recorded: When the procedure was first captured in the subject's record" , "Provenance.recorded: When the activity was recorded / updated" , "MedicationDispense.recorded: When the recording of the dispense started" , "AuditEvent.recorded: Time when the event was recorded" , "NutritionIntake.recorded: When the intake was recorded" , "MedicationAdministration.recorded: When the MedicationAdministration was first captured in the subject's record" .

fhir:_contributionType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.contributionType" ;
        rdfs:label    "_contributionType" .

fhir:filterParameter  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.canFilterBy.filterParameter: Either the canonical URL to a search parameter (like \"http://hl7.org/fhir/SearchParameter/encounter-patient\") or topic-defined parameter (like \"hub.event\") which is a label for the filter." , "Subscription.filterBy.filterParameter: The filter as defined in the `SubscriptionTopic.canFilterBy.filterParameter` element." ;
        rdfs:label                      "filterParameter" ;
        fhir:modifierExtensionProperty  fhir:_filterParameter ;
        dc:title                        "SubscriptionTopic.canFilterBy.filterParameter: Human-readable and computation-friendly name for a filter parameter usable by subscriptions on this topic, via Subscription.filterBy.filterParameter" , "Subscription.filterBy.filterParameter: Filter label defined in SubscriptionTopic" .

fhir:positiveInt  a      owl:Class ;
        rdfs:comment     "An integer with a value that is positive (e.g. >0)" ;
        rdfs:label       "positiveInt" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:positiveInteger ;
                           owl:onProperty     fhir:v
                         ] .

fhir:docStatus  a                       owl:ObjectProperty ;
        rdfs:comment                    "DocumentReference.docStatus: The status of the underlying document." ;
        rdfs:label                      "docStatus" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_docStatus ;
        dc:title                        "DocumentReference.docStatus: registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown" .

fhir:CoverageBenefit  a  owl:Class ;
        rdfs:comment     "InsurancePlanCoverageComponent.CoverageBenefit: Specific benefits under this type of coverage." ;
        rdfs:label       "CoverageBenefit" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:InsurancePlanCoverageBenefitLimitComponent ;
                           owl:onProperty     fhir:limit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponentPage
        a                owl:Class ;
        rdfs:comment     "Nested Pages/Sections under this page." ;
        rdfs:label       "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponentPage" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:url ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:generation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:generation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponentPagePage ;
                           owl:onProperty     fhir:page
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:name
                         ] ;
        dc:title         "Nested Pages / Sections" .

fhir:durationUnit  a                    owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.durationUnit: The units of time for the duration, in UCUM units\nNormal practice is to use the 'mo' code as a calendar month when calculating the next occurrence." ;
        rdfs:label                      "durationUnit" ;
        fhir:modifierExtensionProperty  fhir:_durationUnit ;
        dc:title                        "Timing.repeat.durationUnit: s | min | h | d | wk | mo | a - unit of time (UCUM)" .

fhir:contentType  a                     owl:ObjectProperty ;
        rdfs:comment                    "Attachment.contentType: Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate." , "TestScript.setup.action.operation.contentType: The mime-type to use for RESTful operation in the 'Content-Type' header." , "Subscription.contentType: The MIME type to send the payload in - e.g., `application/fhir+xml` or `application/fhir+json`. Note that:\n\n* clients may request notifications in a specific FHIR version by using the [FHIR Version Parameter](http.html#version-parameter) - e.g., `application/fhir+json; fhirVersion=4.0`.\n\n* additional MIME types can be allowed by channels - e.g., `text/plain` and `text/html` are defined by the Email channel." , "Binary.contentType: MimeType of the binary content represented as a standard MimeType (BCP 13)." , "TestScript.test.action.operation.contentType: The mime-type to use for RESTful operation in the 'Content-Type' header." , "TestScript.teardown.action.operation.contentType: The mime-type to use for RESTful operation in the 'Content-Type' header." , "TestScript.setup.action.assert.contentType: The mime-type contents to compare against the request or response message 'Content-Type' header." , "TestScript.test.action.assert.contentType: The mime-type contents to compare against the request or response message 'Content-Type' header." ;
        rdfs:label                      "contentType" ;
        fhir:modifierExtensionProperty  fhir:_contentType ;
        dc:title                        "TestScript.teardown.action.operation.contentType: Mime type of the request payload contents, with charset etc" , "TestScript.setup.action.assert.contentType: Mime type to compare against the 'Content-Type' header" , "TestScript.test.action.assert.contentType: Mime type to compare against the 'Content-Type' header" , "TestScript.setup.action.operation.contentType: Mime type of the request payload contents, with charset etc" , "TestScript.test.action.operation.contentType: Mime type of the request payload contents, with charset etc" , "Subscription.contentType: MIME type to send, or omit for no payload" , "Attachment.contentType: Mime type of the content, with charset etc." , "Binary.contentType: MimeType of the binary content" .

fhir:_addItem  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem" , "(Modified) ClaimResponse.addItem" ;
        rdfs:label    "_addItem" .

fhir:MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeIndicationGuidelineComponent.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent: The guidelines for the dosage of the medication for the indication." ;
        rdfs:label       "MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent ;
                           owl:onProperty     fhir:patientCharacteristic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:administrationTreatment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:administrationTreatment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:treatmentIntent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:treatmentIntent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent ;
                           owl:onProperty     fhir:dosage
                         ] .

fhir:dateRange  a                       owl:ObjectProperty ;
        rdfs:comment                    "MarketingStatus.dateRange: The date when the Medicinal Product is placed on the market by the Marketing Authorization Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain." ;
        rdfs:label                      "dateRange" ;
        fhir:modifierExtensionProperty  fhir:_dateRange ;
        dc:title                        "MarketingStatus.dateRange: The date when the Medicinal Product is placed on the market by the Marketing Authorization Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain" .

fhir:used  a                            owl:ObjectProperty ;
        rdfs:comment                    "Procedure.used: Identifies medications, devices and any other substance used as part of the procedure." , "ExplanationOfBenefit.benefitBalance.financial.used" , "CoverageEligibilityResponse.insurance.item.benefit.used" ;
        rdfs:label                      "used" ;
        fhir:modifierExtensionProperty  fhir:_used ;
        dc:title                        "Procedure.used: Items used during procedure" .

fhir:_city  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Address.city" ;
        rdfs:label    "_city" .

fhir:reaction  a                        owl:ObjectProperty ;
        rdfs:comment                    "Immunization.reaction: Categorical data indicating that an adverse event is associated in time to an immunization." , "AllergyIntolerance.reaction: Details about each adverse reaction event linked to exposure to the identified substance." ;
        rdfs:label                      "reaction" ;
        fhir:modifierExtensionProperty  fhir:_reaction ;
        dc:title                        "Immunization.reaction: Details of a reaction that follows immunization" , "AllergyIntolerance.reaction: Adverse Reaction Events linked to exposure to substance" .

fhir:subset  a                          owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.instance.subset: Selected subset of the SOP Instance. The content and format of the subset item is determined by the SOP Class of the selected instance.\n       May be one of:\n       - A list of frame numbers selected from a multiframe SOP Instance.\n       - A list of Content Item Observation UID values selected from a DICOM SR or other structured document SOP Instance.\n       - A list of segment numbers selected from a segmentation SOP Instance.\n       - A list of Region of Interest (ROI) numbers selected from a radiotherapy structure set SOP Instance." ;
        rdfs:label                      "subset" ;
        fhir:modifierExtensionProperty  fhir:_subset ;
        dc:title                        "ImagingSelection.instance.subset: The selected subset of the SOP Instance" .

fhir:performerRole  a                   owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.action.performerRole: The type of role or competency of an individual desired or required to perform or not perform the action." , "Contract.term.action.performerRole: The type of role or competency of an individual desired or required to perform or not perform the action." ;
        rdfs:label                      "performerRole" ;
        fhir:modifierExtensionProperty  fhir:_performerRole ;
        dc:title                        "Contract.term.group.action.performerRole: Competency of the performer" , "Contract.term.action.performerRole: Competency of the performer" .

fhir:retentionTime  a                   owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.retentionTime: The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing." ;
        rdfs:label                      "retentionTime" ;
        fhir:modifierExtensionProperty  fhir:_retentionTime ;
        dc:title                        "SpecimenDefinition.typeTested.retentionTime: The usual time for retaining this kind of specimen" .

fhir:_ClinicalImpression
        a                owl:Class ;
        rdfs:comment     "(Modified) ClinicalImpression" ;
        rdfs:label       "_ClinicalImpression" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_generalCost  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.generalCost" ;
        rdfs:label    "_generalCost" .

fhir:instanceReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.alternative.step.operation.request.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.alternative.step.process.step.operation.request.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.alternative.step.operation.response.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.instance.containedInstance.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.process.step.operation.response.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.process.step.alternative.step.operation.response.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.process.step.alternative.step.operation.request.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.operation.response.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.alternative.step.process.step.operation.response.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.operation.request.instanceReference: A reference to the key of an instance found within this one." , "ExampleScenario.process.step.process.step.operation.request.instanceReference: A reference to the key of an instance found within this one." ;
        rdfs:label                      "instanceReference" ;
        fhir:modifierExtensionProperty  fhir:_instanceReference ;
        dc:title                        "ExampleScenario.process.step.process.step.alternative.step.operation.response.instanceReference: Key of contained instance" , "ExampleScenario.process.step.alternative.step.operation.response.instanceReference: Key of contained instance" , "ExampleScenario.process.step.alternative.step.process.step.operation.request.instanceReference: Key of contained instance" , "ExampleScenario.process.step.operation.request.instanceReference: Key of contained instance" , "ExampleScenario.process.step.process.step.operation.request.instanceReference: Key of contained instance" , "ExampleScenario.process.step.process.step.operation.response.instanceReference: Key of contained instance" , "ExampleScenario.process.step.process.step.alternative.step.operation.request.instanceReference: Key of contained instance" , "ExampleScenario.instance.containedInstance.instanceReference: Key of contained instance" , "ExampleScenario.process.step.alternative.step.operation.request.instanceReference: Key of contained instance" , "ExampleScenario.process.step.operation.response.instanceReference: Key of contained instance" , "ExampleScenario.process.step.alternative.step.process.step.operation.response.instanceReference: Key of contained instance" .

fhir:_history  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.history" ;
        rdfs:label    "_history" .

fhir:molecularFormulaByMoiety
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.molecularFormulaByMoiety: Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot." ;
        rdfs:label                      "molecularFormulaByMoiety" ;
        fhir:modifierExtensionProperty  fhir:_molecularFormulaByMoiety ;
        dc:title                        "SubstanceDefinition.structure.molecularFormulaByMoiety: Specified per moiety according to the Hill system" .

fhir:_orderer  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.orderer" ;
        rdfs:label    "_orderer" .

fhir:_payee  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.allocation.payee" , "(Modified) PaymentNotice.payee" , "(Modified) ExplanationOfBenefit.payee" , "(Modified) Claim.payee" ;
        rdfs:label    "_payee" .

fhir:_windowEnd  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.startingSequence.windowEnd" ;
        rdfs:label    "_windowEnd" .

fhir:_maxDosePerTreatmentPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.maxDosePerTreatmentPeriod" ;
        rdfs:label    "_maxDosePerTreatmentPeriod" .

fhir:sopClass  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.series.instance.sopClass: DICOM instance  type." , "ImagingSelection.instance.sopClass: The SOP Class UID for the selected DICOM instance." ;
        rdfs:label                      "sopClass" ;
        fhir:modifierExtensionProperty  fhir:_sopClass ;
        dc:title                        "ImagingStudy.series.instance.sopClass: DICOM class type" , "ImagingSelection.instance.sopClass: DICOM SOP Class UID" .

fhir:PlanDefinitionActorOptionComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActorComponent.PlanDefinitionActorOptionComponent: The characteristics of the candidates that could serve as the actor." ;
        rdfs:label       "PlanDefinitionActorOptionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:typeCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:typeCanonical
                         ] .

fhir:ExampleScenarioInstanceComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioInstanceComponent: A single data collection that is shared as part of the scenario." ;
        rdfs:label       "ExampleScenarioInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:structureType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:structureVersion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioInstanceVersionComponent ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:content
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioInstanceContainedInstanceComponent ;
                           owl:onProperty     fhir:containedInstance
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:structureVersion
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:structureProfile
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:structureProfile
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:structureProfile
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:structureProfile
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:structureType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:content
                         ] .

fhir:organismGeneral  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.organismGeneral: 4.9.13.7.1 Kingdom (Conditional)." ;
        rdfs:label                      "organismGeneral" ;
        fhir:modifierExtensionProperty  fhir:_organismGeneral ;
        dc:title                        "SubstanceSourceMaterial.organism.organismGeneral: 4.9.13.7.1 Kingdom (Conditional)" .

fhir:abatement  a                       owl:ObjectProperty ;
        rdfs:comment                    "Condition.abatement" ;
        rdfs:label                      "abatement" ;
        fhir:modifierExtensionProperty  fhir:_abatement .

fhir:_relatedDevice  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.link.relatedDevice" ;
        rdfs:label    "_relatedDevice" .

fhir:ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponentPagePage
        a                owl:Class ;
        rdfs:comment     "Nested Pages/Sections under this page." ;
        rdfs:label       "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponentPagePage" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Nested Pages / Sections" .

fhir:daysSupply  a                      owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.daysSupply: The amount of medication expressed as a timing amount." ;
        rdfs:label                      "daysSupply" ;
        fhir:modifierExtensionProperty  fhir:_daysSupply ;
        dc:title                        "MedicationDispense.daysSupply: Amount of medication expressed as a timing amount" .

fhir:ClaimResponse.Item.ItemDetail.SubDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ClaimResponse.Item.ItemDetail.SubDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        dc:title         "Subdetail level adjudication results" .

fhir:_legal  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.legal" ;
        rdfs:label    "_legal" .

fhir:_EpisodeOfCare  a   owl:Class ;
        rdfs:comment     "(Modified) EpisodeOfCare" ;
        rdfs:label       "_EpisodeOfCare" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_excludeFoodModifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.excludeFoodModifier" ;
        rdfs:label    "_excludeFoodModifier" .

fhir:weekInterval  a                    owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.weekInterval: The interval defines if the recurrence is every nth week. The default is every week, so it is expected that this value will be 2 or more.\r\re.g. For recurring every second week this interval would be 2, or every third week the interval would be 3." ;
        rdfs:label                      "weekInterval" ;
        fhir:modifierExtensionProperty  fhir:_weekInterval ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.weekInterval: Recurs every nth week" .

fhir:_measureScore  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier.stratum.measureScore" , "(Modified) MeasureReport.group.measureScore" ;
        rdfs:label    "_measureScore" .

fhir:_const  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.const" ;
        rdfs:label    "_const" .

fhir:_hybrid  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.hybrid" ;
        rdfs:label    "_hybrid" .

fhir:PackagedProductDefinitionPackagingComponent
        a                owl:Class ;
        rdfs:comment     "PackagedProductDefinitionPackagingComponent: A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap (which is not a device or a medication manufactured item)." ;
        rdfs:label       "PackagedProductDefinitionPackagingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:material
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:componentPart
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:componentPart
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ProductShelfLife ;
                           owl:onProperty     fhir:shelfLifeStorage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingContainedItemComponent ;
                           owl:onProperty     fhir:containedItem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:manufacturer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingComponentPackaging ;
                           owl:onProperty     fhir:packaging
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PackagedProductDefinitionPackagingPropertyComponent ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:alternateMaterial
                         ] .

fhir:_prefix  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.prefix" , "(Modified) RequestOrchestration.action.prefix" , "(Modified) Questionnaire.item.item.prefix" , "(Modified) Questionnaire.item.prefix" , "(Modified) PlanDefinition.action.action.prefix" , "(Modified) PlanDefinition.action.prefix" , "(Modified) HumanName.prefix" ;
        rdfs:label    "_prefix" .

fhir:_publicationDateText
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.publicationDateText" ;
        rdfs:label    "_publicationDateText" .

fhir:ConceptSet  a       owl:Class ;
        rdfs:comment     "ValueSetComposeComponent.ConceptSet: Include one or more codes from a code system or other value set(s)." ;
        rdfs:label       "ConceptSet" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptReference ;
                           owl:onProperty     fhir:concept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetComposeIncludeFilterComponent ;
                           owl:onProperty     fhir:filter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] .

fhir:payeeType  a                       owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.payeeType: Type of Party to be reimbursed: subscriber, provider, other." ;
        rdfs:label                      "payeeType" ;
        fhir:modifierExtensionProperty  fhir:_payeeType ;
        dc:title                        "ClaimResponse.payeeType: Party to be paid any benefits payable" .

fhir:_shelfLifeStorage
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) PackagedProductDefinition.packaging.packaging.shelfLifeStorage" , "(Modified) PackagedProductDefinition.packaging.shelfLifeStorage" , "(Modified) DeviceDefinition.shelfLifeStorage" ;
        rdfs:label    "_shelfLifeStorage" .

fhir:balance  a                         owl:ObjectProperty ;
        rdfs:comment                    "Account.balance: The calculated account balances - these are calculated and processed by the finance system.\r\rThe balances with a `term` that is not current are usually generated/updated by an invoicing or similar process." ;
        rdfs:label                      "balance" ;
        fhir:modifierExtensionProperty  fhir:_balance ;
        dc:title                        "Account.balance: Calculated account balance(s)" .

fhir:_type  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ManufacturedItemDefinition.component.component.property.type" , "(Modified) Questionnaire.item.type" , "(Modified) MedicinalProductDefinition.crossReference.type" , "(Modified) TestReport.participant.type" , "(Modified) Device.version.type" , "(Modified) ClaimResponse.payment.type" , "(Modified) MonetaryComponent.type" , "(Modified) ProductShelfLife.type" , "(Modified) Coverage.class.type" , "(Modified) SubstanceDefinition.structure.molecularWeight.type" , "(Modified) InsurancePlan.coverage.type" , "(Modified) Contract.term.group.action.type" , "(Modified) EvidenceReport.type" , "(Modified) Measure.group.type" , "(Modified) SubstanceDefinition.molecularWeight.type" , "(Modified) DiagnosticReport.supportingInfo.type" , "(Modified) Contract.term.group.type" , "(Modified) TestScript.setup.action.operation.type" , "(Modified) InsurancePlan.plan.specificCost.benefit.type" , "(Modified) TestPlan.testCase.assertion.type" , "(Modified) DeviceDefinition.regulatoryIdentifier.type" , "(Modified) Provenance.entity.agent.type" , "(Modified) GraphDefinition.node.type" , "(Modified) Encounter.type" , "(Modified) PackagedProductDefinition.characteristic.type" , "(Modified) SubstanceDefinition.name.type" , "(Modified) SubscriptionStatus.type" , "(Modified) PackagedProductDefinition.packaging.packaging.type" , "(Modified) DeviceDefinition.packaging.packaging.type" , "(Modified) ElementDefinition.type" , "(Modified) ConceptMap.property.type" , "(Modified) SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.type" , "(Modified) Appointment.participant.type" , "(Modified) NutritionOrder.supplement.type" , "(Modified) Device.type" , "(Modified) ActivityDefinition.participant.type" , "(Modified) Transport.output.type" , "(Modified) ManufacturedItemDefinition.component.component.type" , "(Modified) InsurancePlan.coverage.benefit.type" , "(Modified) InsurancePlan.plan.type" , "(Modified) MedicationKnowledge.packaging.cost.type" , "(Modified) Evidence.statistic.attributeEstimate.type" , "(Modified) CapabilityStatement.rest.resource.type" , "(Modified) Observation.referenceRange.type" , "(Modified) RequestOrchestration.action.action.type" , "(Modified) Evidence.certainty.type" , "(Modified) ExampleScenario.process.step.process.step.operation.type" , "(Modified) SubstanceDefinition.structure.representation.type" , "(Modified) CoverageEligibilityRequest.event.type" , "(Modified) SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type" , "(Modified) Evidence.certainty.subcomponent.type" , "(Modified) PlanDefinition.action.action.type" , "(Modified) ExplanationOfBenefit.event.type" , "(Modified) Composition.type" , "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type" , "(Modified) Citation.classification.type" , "(Modified) Observation.component.referenceRange.type" , "(Modified) MedicationKnowledge.monitoringProgram.type" , "(Modified) ArtifactAssessment.content.type" , "(Modified) Contract.term.offer.type" , "(Modified) ClaimResponse.type" , "(Modified) ManufacturedItemDefinition.component.property.type" , "(Modified) Citation.citedArtifact.contributorship.entry.contributionInstance.type" , "(Modified) MedicationDispense.substitution.type" , "(Modified) Condition.stage.type" , "(Modified) StructureDefinition.context.type" , "(Modified) TestScript.teardown.action.operation.type" , "(Modified) Specimen.type" , "(Modified) Citation.citedArtifact.publicationForm.publishedIn.type" , "(Modified) MolecularSequence.type" , "(Modified) ManufacturedItemDefinition.property.type" , "(Modified) TestScript.test.action.operation.type" , "(Modified) Contract.term.group.asset.type" , "(Modified) Observation.triggeredBy.type" , "(Modified) Questionnaire.item.item.type" , "(Modified) Location.type" , "(Modified) ParameterDefinition.type" , "(Modified) PlanDefinition.type" , "(Modified) PackagedProductDefinition.packaging.packaging.property.type" , "(Modified) MedicationKnowledge.storageGuideline.environmentalSetting.type" , "(Modified) Permission.rule.type" , "(Modified) CapabilityStatement.rest.resource.searchParam.type" , "(Modified) EncounterHistory.type" , "(Modified) ExampleScenario.process.step.operation.type" , "(Modified) RequestOrchestration.action.participant.type" , "(Modified) CodeSystem.property.type" , "(Modified) GenomicStudy.analysis.output.type" , "(Modified) MedicationKnowledge.relatedMedicationKnowledge.type" , "(Modified) NutritionIntake.consumedItem.type" , "(Modified) Group.type" , "(Modified) TestPlan.testCase.testData.type" , "(Modified) Contract.signer.type" , "(Modified) MedicationKnowledge.medicineClassification.type" , "(Modified) RegulatedAuthorization.case.type" , "(Modified) CoverageEligibilityResponse.event.type" , "(Modified) Task.input.type" , "(Modified) DeviceDefinition.deviceName.type" , "(Modified) OperationDefinition.parameter.type" , "(Modified) PaymentReconciliation.allocation.type" , "(Modified) DeviceDefinition.classification.type" , "(Modified) Transport.input.type" , "(Modified) DeviceDefinition.packaging.type" , "(Modified) Coverage.costToBeneficiary.type" , "(Modified) SpecimenDefinition.typeTested.type" , "(Modified) PlanDefinition.action.type" , "(Modified) Claim.procedure.type" , "(Modified) MedicationKnowledge.definitional.drugCharacteristic.type" , "(Modified) Coverage.type" , "(Modified) Specimen.feature.type" , "(Modified) AdministrableProductDefinition.property.type" , "(Modified) Reference.type" , "(Modified) Identifier.type" , "(Modified) Account.procedure.type" , "(Modified) PaymentReconciliation.processNote.type" , "(Modified) Contract.contentDefinition.type" , "(Modified) Dosage.doseAndRate.type" , "(Modified) NutritionOrder.oralDiet.type" , "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.type" , "(Modified) EvidenceVariable.characteristic.definitionByTypeAndValue.type" , "(Modified) MeasureReport.type" , "(Modified) Address.type" , "(Modified) PaymentReconciliation.type" , "(Modified) Citation.citedArtifact.abstract.type" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.type" , "(Modified) AuditEvent.entity.agent.type" , "(Modified) SubstanceDefinition.relationship.type" , "(Modified) BiologicallyDerivedProduct.property.type" , "(Modified) StructureMap.group.rule.source.type" , "(Modified) Citation.citedArtifact.contributorship.summary.type" , "(Modified) Citation.citedArtifact.part.type" , "(Modified) SupplyDelivery.type" , "(Modified) RegulatedAuthorization.case.application.type" , "(Modified) RequestOrchestration.action.action.participant.type" , "(Modified) DeviceMetric.calibration.type" , "(Modified) Claim.type" , "(Modified) InsurancePlan.plan.specificCost.benefit.cost.type" , "(Modified) CapabilityStatement.rest.searchParam.type" , "(Modified) StructureDefinition.type" , "(Modified) SubstanceDefinition.name.synonym.type" , "(Modified) ClaimResponse.processNote.type" , "(Modified) MedicationKnowledge.monograph.type" , "(Modified) Account.type" , "(Modified) ArtifactAssessment.content.component.type" , "(Modified) Claim.event.type" , "(Modified) ResearchStudy.comparisonGroup.type" , "(Modified) GenomicStudy.type" , "(Modified) DeviceDispense.type" , "(Modified) ClinicalUseDefinition.type" , "(Modified) Claim.payee.type" , "(Modified) PlanDefinition.actor.option.type" , "(Modified) Bundle.type" , "(Modified) InsurancePlan.type" , "(Modified) MedicationKnowledge.definitional.ingredient.type" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.type" , "(Modified) Account.diagnosis.type" , "(Modified) Contract.term.action.type" , "(Modified) Endpoint.payload.type" , "(Modified) Citation.citedArtifact.classification.type" , "(Modified) ExplanationOfBenefit.diagnosis.type" , "(Modified) DeviceMetric.type" , "(Modified) Measure.type" , "(Modified) Linkage.item.type" , "(Modified) SpecimenDefinition.typeTested.container.type" , "(Modified) ExampleScenario.actor.type" , "(Modified) TriggerDefinition.type" , "(Modified) Citation.citedArtifact.title.type" , "(Modified) EpisodeOfCare.type" , "(Modified) Citation.citedArtifact.relatesTo.type" , "(Modified) Provenance.agent.type" , "(Modified) ResearchStudy.label.type" , "(Modified) ResearchStudy.objective.type" , "(Modified) Device.name.type" , "(Modified) AllergyIntolerance.type" , "(Modified) CoverageEligibilityResponse.insurance.item.benefit.type" , "(Modified) StructureMap.group.rule.rule.source.type" , "(Modified) ExplanationOfBenefit.accident.type" , "(Modified) Claim.diagnosis.type" , "(Modified) PlanDefinition.action.action.participant.type" , "(Modified) PackagedProductDefinition.packaging.type" , "(Modified) PackagedProductDefinition.type" , "(Modified) Encounter.participant.type" , "(Modified) DocumentReference.type" , "(Modified) ExplanationOfBenefit.processNote.type" , "(Modified) SearchParameter.type" , "(Modified) Contract.term.type" , "(Modified) MedicinalProductDefinition.contact.type" , "(Modified) Signature.type" , "(Modified) AuditEvent.entity.detail.type" , "(Modified) Invoice.type" , "(Modified) MedicinalProductDefinition.name.part.type" , "(Modified) PackagedProductDefinition.packaging.property.type" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.type" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.type" , "(Modified) OperationDefinition.type" , "(Modified) Contract.term.group.offer.type" , "(Modified) ClinicalUseDefinition.interaction.type" , "(Modified) SubstanceReferenceInformation.geneElement.type" , "(Modified) ResearchStudy.outcomeMeasure.type" , "(Modified) MedicationDispense.type" , "(Modified) NutritionProduct.characteristic.type" , "(Modified) AuditEvent.agent.type" , "(Modified) OperationDefinition.parameter.part.type" , "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type" , "(Modified) ImplementationGuide.global.type" , "(Modified) MedicinalProductDefinition.type" , "(Modified) Library.type" , "(Modified) DataRequirement.type" , "(Modified) RegulatedAuthorization.type" , "(Modified) ExplanationOfBenefit.payee.type" , "(Modified) ClaimResponse.event.type" , "(Modified) Coverage.costToBeneficiary.exception.type" , "(Modified) SubstanceReferenceInformation.target.type" , "(Modified) ExplanationOfBenefit.procedure.type" , "(Modified) StructureMap.group.input.type" , "(Modified) ExplanationOfBenefit.type" , "(Modified) Patient.link.type" , "(Modified) InsurancePlan.plan.generalCost.type" , "(Modified) VerificationResult.primarySource.type" , "(Modified) SubstanceDefinition.property.type" , "(Modified) NutritionOrder.enteralFormula.additive.type" , "(Modified) Claim.accident.type" , "(Modified) NamingSystem.uniqueId.type" , "(Modified) Contributor.type" , "(Modified) Task.output.type" , "(Modified) PlanDefinition.action.participant.type" , "(Modified) ConditionDefinition.precondition.type" , "(Modified) ActorDefinition.type" , "(Modified) Contract.type" , "(Modified) SubstanceDefinition.name.translation.type" , "(Modified) ConceptMap.additionalAttribute.type" , "(Modified) MedicinalProductDefinition.characteristic.type" , "(Modified) ResearchSubject.progress.type" , "(Modified) DeviceDefinition.version.type" , "(Modified) Organization.type" , "(Modified) RelatedArtifact.type" , "(Modified) DeviceDefinition.property.type" , "(Modified) ManufacturedItemDefinition.component.type" , "(Modified) RequestOrchestration.action.type" , "(Modified) ExplanationOfBenefit.benefitBalance.financial.type" , "(Modified) HealthcareService.type" , "(Modified) GenomicStudy.analysis.input.type" , "(Modified) ElementDefinition.slicing.discriminator.type" , "(Modified) Device.property.type" , "(Modified) Contract.term.asset.type" , "(Modified) SubstanceDefinition.sourceMaterial.type" , "(Modified) NamingSystem.type" , "(Modified) MedicinalProductDefinition.name.type" , "(Modified) AuditEvent.source.type" , "(Modified) MedicationKnowledge.cost.type" , "(Modified) ExplanationOfBenefit.payment.type" , "(Modified) ExampleScenario.process.step.alternative.step.operation.type" , "(Modified) MedicationKnowledge.regulatory.substitution.type" , "(Modified) MedicinalProductDefinition.operation.type" ;
        rdfs:label    "_type" .

fhir:dataPeriod  a                      owl:ObjectProperty ;
        rdfs:comment                    "Consent.provision.provision.dataPeriod: Clinical or Operational Relevant period of time that bounds the data controlled by this provision." , "Consent.provision.dataPeriod: Clinical or Operational Relevant period of time that bounds the data controlled by this provision." ;
        rdfs:label                      "dataPeriod" ;
        fhir:modifierExtensionProperty  fhir:_dataPeriod ;
        dc:title                        "Consent.provision.provision.dataPeriod: Timeframe for data controlled by this provision" , "Consent.provision.dataPeriod: Timeframe for data controlled by this provision" .

fhir:_Immunization  a    owl:Class ;
        rdfs:comment     "(Modified) Immunization" ;
        rdfs:label       "_Immunization" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:resourceReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.relatesTo.resourceReference: The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource." , "RelatedArtifact.resourceReference: The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource." ;
        rdfs:label                      "resourceReference" ;
        fhir:modifierExtensionProperty  fhir:_resourceReference ;
        dc:title                        "Citation.citedArtifact.relatesTo.resourceReference: What artifact, if not a conformance resource" , "RelatedArtifact.resourceReference: What artifact, if not a conformance resource" .

fhir:_providedBy  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) HealthcareService.providedBy" ;
        rdfs:label    "_providedBy" .

fhir:_fhirVersion  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.fhirVersion" , "(Modified) ImplementationGuide.definition.resource.fhirVersion" , "(Modified) ImplementationGuide.fhirVersion" , "(Modified) CapabilityStatement.fhirVersion" ;
        rdfs:label    "_fhirVersion" .

fhir:_HealthcareService
        a                owl:Class ;
        rdfs:comment     "(Modified) HealthcareService" ;
        rdfs:label       "_HealthcareService" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:submitter  a                       owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.allocation.submitter: The party which submitted the claim or financial transaction." ;
        rdfs:label                      "submitter" ;
        fhir:modifierExtensionProperty  fhir:_submitter ;
        dc:title                        "PaymentReconciliation.allocation.submitter: Submitter of the request" .

fhir:description  a                     owl:ObjectProperty ;
        rdfs:comment                    "Availability.notAvailableTime.description: Reason presented to the user explaining why time not available." , "TestScript.teardown.action.operation.description: The description would be used by test engines for tracking and reporting purposes." , "CapabilityStatement.rest.security.description: General description of how security works." , "DocumentReference.description: Human-readable description of the source document." , "ExampleScenario.process.step.process.description: An explanation of what the process represents and what it does." , "ImmunizationRecommendation.recommendation.description: Contains the description about the protocol under which the vaccine was administered." , "ConditionDefinition.description: A free text natural language description of the condition definition from a consumer's perspective." , "Requirements.description: A free text natural language description of the requirements." , "Evidence.statistic.attributeEstimate.description: Human-readable summary of the estimate." , "ImplementationGuide.description: A free text natural language description of the implementation guide from a consumer's perspective." , "TestPlan.description: A free text natural language description of the test plan from a consumer's perspective." , "Questionnaire.description: A free text natural language description of the questionnaire from a consumer's perspective." , "SubstanceDefinition.characterization.description: The description or justification in support of the interpretation of the data file." , "ExampleScenario.process.step.operation.description: An explanation of what the operation represents and what it does." , "Measure.group.stratifier.component.description: The human readable description of this stratifier criteria component." , "ImagingStudy.series.description: A description of the series." , "Task.description: A free-text description of what is to be performed." , "ChargeItemDefinition.description: A free text natural language description of the charge item definition from a consumer's perspective." , "EvidenceVariable.characteristic.timeFromEvent.description: Human readable description." , "Evidence.description: A free text natural language description of the evidence from a consumer's perspective." , "PlanDefinition.actor.description: A description of how the actor fits into the overall actions of the plan definition." , "OperationDefinition.description: A free text natural language description of the operation definition from a consumer's perspective." , "Endpoint.description: The description of the endpoint and what it is for (typically used as supplemental information in an endpoint directory describing its usage/purpose)." , "Evidence.certainty.description: Textual description of certainty." , "PlanDefinition.description: A free text natural language description of the plan definition from a consumer's perspective." , "EvidenceVariable.description: A free text natural language description of the evidence variable from a consumer's perspective." , "Goal.description: Human-readable and/or coded description of a specific desired objective of care, such as \"control blood pressure\" or \"negotiate an obstacle course\" or \"dance with child at wedding\"." , "TestScript.test.description: A short description of the test used by test engines for tracking and reporting purposes." , "AllergyIntolerance.reaction.description: Text description about the reaction as a whole, including details of the manifestation if required." , "PackagedProductDefinition.description: Textual description. Note that this is not the name of the package or product." , "CoverageEligibilityResponse.insurance.item.description: A richer description of the benefit or services covered." , "GenomicStudy.description: Description of the genomic study." , "ConceptMap.description: A free text natural language description of the concept map from a consumer's perspective." , "TestScript.description: A free text natural language description of the test script from a consumer's perspective." , "Measure.group.description: The human readable description of this population group." , "SpecimenDefinition.typeTested.container.description: The textual description of the kind of container." , "Location.description: Description of the Location, which helps in finding or referencing the place." , "BodyStructure.description: A summary, characterization or explanation of the body structure." , "ImplementationGuide.definition.resource.description: A description of the reason that a resource has been included in the implementation guide." , "ImplementationGuide.definition.grouping.description: Human readable text describing the package." , "ExampleScenario.process.step.alternative.description: A human-readable description of the alternative explaining when the alternative should occur rather than the base step." , "GraphDefinition.link.description: Information about why this link is of interest in this graph definition." , "Substance.description: A description of the substance - its appearance, handling requirements, and other usage notes." , "CarePlan.description: A description of the scope and nature of the plan." , "TestPlan.testCase.dependency.description: Description of the criteria." , "MedicinalProductDefinition.description: General description of this product." , "Specimen.feature.description: Description of the feature of the specimen." , "ExampleScenario.actor.description: An explanation of who/what the actor is and its role in the scenario." , "ExampleScenario.process.step.alternative.step.process.step.operation.description: An explanation of what the operation represents and what it does." , "RegulatedAuthorization.description: General textual supporting information." , "Appointment.description: The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the note field." , "SubscriptionTopic.eventTrigger.description: The human readable description of an event to trigger a notification for the SubscriptionTopic - for example, \"Patient Admission, as defined in HL7v2 via message ADT^A01\". Multiple values are considered OR joined (e.g., matching any single event listed)." , "ExampleScenario.process.step.process.step.operation.description: An explanation of what the operation represents and what it does." , "ImmunizationEvaluation.description: Additional information about the evaluation." , "TestPlan.dependency.description: A textual description of the criterium - what is needed for the dependency to be considered met." , "ExampleScenario.process.step.alternative.step.process.description: An explanation of what the process represents and what it does." , "ExampleScenario.description: A free text natural language description of the ExampleScenario from a consumer's perspective." , "CanonicalResource.description: A free text natural language description of the {{title}} from a consumer's perspective." , "ResearchStudy.comparisonGroup.description: A succinct description of the path through the study that would be followed by a subject adhering to this comparisonGroup." , "RequestOrchestration.action.action.description: A short description of the action used to provide a summary to display to the user." , "CodeSystem.filter.description: A description of how or why the filter is used." , "Evidence.statistic.attributeEstimate.attributeEstimate.description: Human-readable summary of the estimate." , "TestScript.test.action.operation.description: The description would be used by test engines for tracking and reporting purposes." , "EvidenceVariable.characteristic.description: A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user." , "Transport.description: A free-text description of what is to be performed." , "StructureDefinition.description: A free text natural language description of the structure definition from a consumer's perspective." , "Evidence.statistic.description: A description of the content value of the statistic." , "TestScript.metadata.capability.description: Description of the capabilities that this test script is requiring the server to support." , "ActivityDefinition.description: A free text natural language description of the activity definition from a consumer's perspective." , "SubscriptionTopic.resourceTrigger.description: The human readable description of this resource trigger for the SubscriptionTopic -  for example, \"An Encounter enters the 'in-progress' state\"." , "ExampleScenario.instance.description: An explanation of what the instance contains and what it's for." , "ExampleScenario.process.step.alternative.step.alternative.description: A human-readable description of the alternative explaining when the alternative should occur rather than the base step." , "CodeSystem.property.description: A description of the property- why it is defined, and how its value might be used." , "GraphDefinition.link.compartment.description: Documentation for FHIRPath expression." , "ValueSet.description: A free text natural language description of the value set from a consumer's perspective. The textual description specifies the span of meanings for concepts to be included within the Value Set Expansion, and also may specify the intended use and limitations of the Value Set." , "ExampleScenario.process.step.process.step.alternative.step.operation.description: An explanation of what the operation represents and what it does." , "SubstanceDefinition.description: Textual description of the substance." , "TerminologyCapabilities.implementation.description: Information about the specific installation that this terminology capability statement relates to." , "Library.description: A free text natural language description of the library from a consumer's perspective." , "TestReport.test.description: A short description of the test used by test engines for tracking and reporting purposes." , "ActorDefinition.description: A free text natural language description of the actor." , "ResearchStudy.outcomeMeasure.description: Description of the outcome." , "Measure.group.stratifier.description: The human readable description of this stratifier criteria." , "ExampleScenario.instance.version.description: An explanation of what this specific version of the instance contains and represents." , "ClinicalImpression.description: A summary of the context and/or cause of the assessment - why / where it was performed, and what patient events/status prompted it." , "ExampleScenario.process.step.process.step.alternative.description: A human-readable description of the alternative explaining when the alternative should occur rather than the base step." , "Evidence.statistic.sampleSize.description: Human-readable summary of population sample size." , "ExampleScenario.process.description: An explanation of what the process represents and what it does." , "TestScript.metadata.link.description: Short description of the link." , "ConceptMap.additionalAttribute.description: A description of the additional attribute and/or the data element it refers to - why it is defined, and how the value might be used in mappings, and a discussion of issues associated with the use of the data element." , "GraphDefinition.description: A free text natural language description of the graph definition from a consumer's perspective." , "Group.description: Explanation of what the group represents and how it is intended to be used." , "Account.description: Provides additional information about what the account tracks and how it is used." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.description: Human readable description." , "PlanDefinition.action.action.description: A brief description of the action used to provide a summary to display to the user." , "Citation.description: A free text natural language description of the citation from a consumer's perspective." , "Measure.group.population.description: The human readable description of this population criteria." , "RequestOrchestration.action.description: A short description of the action used to provide a summary to display to the user." , "SpecimenDefinition.description: A free text natural language description of the SpecimenDefinition from the consumer's perspective." , "ExampleScenario.process.step.alternative.step.operation.description: An explanation of what the operation represents and what it does." , "TestScript.test.action.assert.description: The description would be used by test engines for tracking and reporting purposes." , "ExampleScenario.process.step.process.step.alternative.step.alternative.description: A human-readable description of the alternative explaining when the alternative should occur rather than the base step." , "ElementDefinition.slicing.description: A human-readable text description of how the slicing works. If there is no discriminator, this is required to be present to provide whatever information is possible about how the slices can be differentiated." , "CapabilityStatement.description: A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP." , "SubscriptionTopic.description: A free text natural language description of the Topic from the consumer's perspective." , "StructureMap.description: A free text natural language description of the structure map from a consumer's perspective." , "SubscriptionTopic.canFilterBy.description: Description of how this filtering parameter is intended to be used." , "ImagingStudy.description: The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed." , "Expression.description: A brief, natural language description of the condition that effectively communicates the intended semantics." , "CompartmentDefinition.description: A free text natural language description of the compartment definition from a consumer's perspective." , "EventDefinition.description: A free text natural language description of the event definition from a consumer's perspective." , "Evidence.variableDefinition.description: A text description or summary of the variable." , "ResearchStudy.objective.description: Free text description of the objective of the study.  This is what the study is trying to achieve rather than how it is going to achieve it (see ResearchStudy.description)." , "ElementDefinition.binding.description: Describes the intended use of this particular set of codes." , "InventoryItem.description.description: Textual description of the item." , "TerminologyCapabilities.description: A free text natural language description of the terminology capabilities from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP." , "Organization.description: Description of the organization, which helps provide additional general context on the organization to ensure that the correct organization is selected." , "InventoryItem.description: The descriptive characteristics of the inventory item." , "PlanDefinition.action.description: A brief description of the action used to provide a summary to display to the user." , "Evidence.certainty.subcomponent.description: Textual description of certainty." , "ObservationDefinition.description: A free text natural language description of the ObservationDefinition from the consumer's perspective." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.description: A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user." , "ExplanationOfBenefit.benefitBalance.description: A richer description of the benefit or services covered." , "ExampleScenario.process.step.alternative.step.process.step.alternative.description: A human-readable description of the alternative explaining when the alternative should occur rather than the base step." , "CapabilityStatement.implementation.description: Information about the specific installation that this capability statement relates to." , "Measure.supplementalData.description: The human readable description of this supplemental data." , "Specimen.processing.description: Textual description of procedure." , "MessageDefinition.description: A free text natural language description of the message definition from a consumer's perspective." , "TestScript.variable.description: A free text natural language description of the variable and its purpose." , "AdministrableProductDefinition.description: A general description of the product, when in its final form, suitable for administration e.g. effervescent blue liquid, to be swallowed. Intended to be used when the other structured properties of this resource are insufficient or cannot be supported. It is not intended to duplicate information already carried elswehere." , "TestScript.setup.action.assert.description: The description would be used by test engines for tracking and reporting purposes." , "ResearchStudy.description: A detailed and human-readable narrative of the study. E.g., study abstract." , "PlanDefinition.goal.description: Human-readable and/or coded description of a specific desired objective of care, such as \"control blood pressure\" or \"negotiate an obstacle course\" or \"dance with child at wedding\"." , "ClinicalUseDefinition.warning.description: A textual definition of this warning, with formatting." , "NamingSystem.description: A free text natural language description of the naming system from a consumer's perspective. Details about what the namespace identifies including scope, granularity, version labeling, etc." , "Measure.description: A free text natural language description of the measure from a consumer's perspective." , "CodeSystem.description: A free text natural language description of the code system from a consumer's perspective." , "DeviceDefinition.description: Additional information to describe the device." , "ConceptMap.property.description: A description of the property - why it is defined, and how its value might be used." , "TestScript.setup.action.operation.description: The description would be used by test engines for tracking and reporting purposes." , "SearchParameter.description: And how it used." , "GraphDefinition.node.description: Information about why this node is of interest in this graph definition." , "Evidence.statistic.modelCharacteristic.attributeEstimate.description: Human-readable summary of the estimate." ;
        rdfs:label                      "description" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_description ;
        dc:title                        "ValueSet.description: Natural language description of the value set" , "ResearchStudy.outcomeMeasure.description: Description of the outcome" , "CarePlan.description: Summary of nature of plan" , "CanonicalResource.description: Natural language description of the {{title}}" , "SubstanceDefinition.characterization.description: The description or justification in support of the interpretation of the data file" , "RequestOrchestration.action.description: Short description of the action" , "ConditionDefinition.description: Natural language description of the condition definition" , "ObservationDefinition.description: Natural language description of the ObservationDefinition" , "TestPlan.testCase.dependency.description: Description of the criteria" , "Endpoint.description: Additional details about the endpoint that could be displayed as further information to identify the description beyond its name" , "SearchParameter.description: Natural language description of the search parameter" , "PlanDefinition.description: Natural language description of the plan definition" , "TestScript.test.action.operation.description: Tracking/reporting operation description" , "InventoryItem.description.description: Textual description of the item" , "ExampleScenario.actor.description: Details about actor" , "TestScript.metadata.link.description: Short description" , "Evidence.variableDefinition.description: A text description or summary of the variable" , "ClinicalUseDefinition.warning.description: A textual definition of this warning, with formatting" , "Appointment.description: Shown on a subject line in a meeting request, or appointment list" , "EvidenceVariable.description: Natural language description of the evidence variable" , "TestScript.setup.action.operation.description: Tracking/reporting operation description" , "TestScript.test.action.assert.description: Tracking/reporting assertion description" , "DeviceDefinition.description: Additional information to describe the device" , "Evidence.statistic.attributeEstimate.description: Textual description of the attribute estimate" , "CodeSystem.description: Natural language description of the code system" , "ExampleScenario.process.step.alternative.description: Human-readable description of option" , "Citation.description: Natural language description of the citation" , "CodeSystem.property.description: Why the property is defined, and/or what it conveys" , "TestScript.teardown.action.operation.description: Tracking/reporting operation description" , "SubscriptionTopic.resourceTrigger.description: Text representation of the resource trigger" , "MessageDefinition.description: Natural language description of the message definition" , "ImagingStudy.description: Institution-generated description" , "Transport.description: Human-readable explanation of transport" , "CoverageEligibilityResponse.insurance.item.description: Description of the benefit or services covered" , "ExampleScenario.instance.description: Human-friendly description of the instance" , "Evidence.statistic.description: Description of content" , "TestScript.variable.description: Natural language description of the variable" , "PackagedProductDefinition.description: Textual description. Note that this is not the name of the package or product" , "ElementDefinition.binding.description: Intended use of codes in the bound value set" , "TestReport.test.description: Tracking/reporting short description of the test" , "Organization.description: Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name" , "SubscriptionTopic.eventTrigger.description: Text representation of the event trigger" , "ElementDefinition.slicing.description: Text description of how slicing works (or not)" , "Substance.description: Textual description of the substance, comments" , "PlanDefinition.action.description: Brief description of the action" , "Evidence.statistic.sampleSize.description: Textual description of sample size for statistic" , "ResearchStudy.objective.description: Description of the objective" , "CapabilityStatement.rest.security.description: General description of how security works" , "CapabilityStatement.implementation.description: Describes this specific instance" , "TestScript.description: Natural language description of the test script" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.description: Human readable description" , "TestPlan.description: Natural language description of the test plan" , "GraphDefinition.link.description: Why this link is specified" , "EvidenceVariable.characteristic.timeFromEvent.description: Human readable description" , "ChargeItemDefinition.description: Natural language description of the charge item definition" , "CapabilityStatement.description: Natural language description of the capability statement" , "NamingSystem.description: Natural language description of the naming system" , "ConceptMap.property.description: Why the property is defined, and/or what it conveys" , "PlanDefinition.action.action.description: Brief description of the action" , "SpecimenDefinition.description: Natural language description of the SpecimenDefinition" , "Measure.group.stratifier.description: The human readable description of this stratifier" , "Evidence.statistic.modelCharacteristic.attributeEstimate.description: Textual description of the attribute estimate" , "ExampleScenario.description: Natural language description of the ExampleScenario" , "ResearchStudy.description: Detailed narrative of the study" , "Measure.group.description: Summary description" , "ResearchStudy.comparisonGroup.description: Short explanation of study path" , "AdministrableProductDefinition.description: A general description of the product, when in its final form, suitable for administration e.g. effervescent blue liquid, to be swallowed" , "ImplementationGuide.definition.grouping.description: Human readable text describing the package" , "Account.description: Explanation of purpose/use" , "ExampleScenario.process.step.alternative.step.process.description: Human-friendly description of the process" , "ExampleScenario.process.step.process.step.alternative.description: Human-readable description of option" , "ExampleScenario.process.step.alternative.step.process.step.operation.description: Human-friendly description of the operation" , "Goal.description: Code or text describing goal" , "Evidence.description: Description of the particular summary" , "ExampleScenario.process.step.process.description: Human-friendly description of the process" , "GraphDefinition.link.compartment.description: Documentation for FHIRPath expression" , "ExampleScenario.process.step.alternative.step.operation.description: Human-friendly description of the operation" , "Measure.group.population.description: The human readable description of this population criteria" , "TestScript.metadata.capability.description: The expected capabilities of the server" , "SubscriptionTopic.canFilterBy.description: Description of this filter parameter" , "SubscriptionTopic.description: Natural language description of the SubscriptionTopic" , "Questionnaire.description: Natural language description of the questionnaire" , "PlanDefinition.actor.description: Describes the actor" , "EventDefinition.description: Natural language description of the event definition" , "Requirements.description: Natural language description of the requirements" , "ExampleScenario.process.step.operation.description: Human-friendly description of the operation" , "StructureDefinition.description: Natural language description of the structure definition" , "Evidence.certainty.subcomponent.description: Textual description of certainty" , "ExampleScenario.process.step.alternative.step.process.step.alternative.description: Human-readable description of option" , "Measure.description: Natural language description of the measure" , "ExampleScenario.process.description: Human-friendly description of the process" , "ExampleScenario.process.step.process.step.alternative.step.operation.description: Human-friendly description of the operation" , "SpecimenDefinition.typeTested.container.description: The description of the kind of container" , "GenomicStudy.description: Description of the genomic study" , "Library.description: Natural language description of the library" , "CompartmentDefinition.description: Natural language description of the compartment definition" , "ImmunizationRecommendation.recommendation.description: Protocol details" , "Group.description: Natural language description of the group" , "GraphDefinition.node.description: Why this node is specified" , "TestScript.test.description: Tracking/reporting short description of the test" , "ImplementationGuide.description: Natural language description of the implementation guide" , "ImmunizationEvaluation.description: Evaluation notes" , "TestScript.setup.action.assert.description: Tracking/reporting assertion description" , "DocumentReference.description: Human-readable description" , "ClinicalImpression.description: Why/how the assessment was performed" , "ExampleScenario.process.step.process.step.operation.description: Human-friendly description of the operation" , "AllergyIntolerance.reaction.description: Description of the event as a whole" , "Location.description: Additional details about the location that could be displayed as further information to identify the location beyond its name" , "OperationDefinition.description: Natural language description of the operation definition" , "Measure.supplementalData.description: The human readable description of this supplemental data" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.description: Natural language description of the characteristic" , "ExampleScenario.process.step.alternative.step.alternative.description: Human-readable description of option" , "TerminologyCapabilities.description: Natural language description of the terminology capabilities" , "RequestOrchestration.action.action.description: Short description of the action" , "ActorDefinition.description: Natural language description of the actor" , "Measure.group.stratifier.component.description: The human readable description of this stratifier component" , "RegulatedAuthorization.description: General textual supporting information" , "Availability.notAvailableTime.description: Reason presented to the user explaining why time not available" , "ActivityDefinition.description: Natural language description of the activity definition" , "ExplanationOfBenefit.benefitBalance.description: Description of the benefit or services covered" , "Specimen.feature.description: Information about the feature" , "PlanDefinition.goal.description: Code or text describing the goal" , "Specimen.processing.description: Textual description of procedure" , "EvidenceVariable.characteristic.description: Natural language description of the characteristic" , "Evidence.certainty.description: Textual description of certainty" , "StructureMap.description: Natural language description of the structure map" , "TestPlan.dependency.description: Description of the dependency criterium" , "InventoryItem.description: Descriptive characteristics of the item" , "GraphDefinition.description: Natural language description of the graph definition" , "ExampleScenario.instance.version.description: Details about version" , "Task.description: Human-readable explanation of task" , "ConceptMap.description: Natural language description of the concept map" , "ConceptMap.additionalAttribute.description: Why the additional attribute is defined, and/or what the data element it refers to is" , "Expression.description: Natural language description of the condition" , "BodyStructure.description: Text description" , "TerminologyCapabilities.implementation.description: Describes this specific instance" , "SubstanceDefinition.description: Textual description of the substance" , "MedicinalProductDefinition.description: General description of this product" , "ImagingStudy.series.description: A short human readable summary of the series" , "ExampleScenario.process.step.process.step.alternative.step.alternative.description: Human-readable description of option" , "ImplementationGuide.definition.resource.description: Reason why included in guide" , "Evidence.statistic.attributeEstimate.attributeEstimate.description: Textual description of the attribute estimate" , "CodeSystem.filter.description: How or why the filter is used" .

fhir:combinedPharmaceuticalDoseForm
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.combinedPharmaceuticalDoseForm: The dose form for a single part product, or combined form of a multiple part product. This is one concept that describes all the components. It does not represent the form with components physically mixed, if that might be necessary, for which see (AdministrableProductDefinition.administrableDoseForm)." ;
        rdfs:label                      "combinedPharmaceuticalDoseForm" ;
        fhir:modifierExtensionProperty  fhir:_combinedPharmaceuticalDoseForm ;
        dc:title                        "MedicinalProductDefinition.combinedPharmaceuticalDoseForm: The dose form for a single part product, or combined form of a multiple part product" .

fhir:_targetScope  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.targetScope" ;
        rdfs:label    "_targetScope" .

fhir:Parameter  a        owl:Class ;
        rdfs:comment     "Transport.Parameter: Additional information that may be needed in the execution of the transport." ;
        rdfs:label       "Parameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:BiologicallyDerivedProduct
        a                            owl:Class ;
        rdfs:comment                 "A biological material originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity." ;
        rdfs:label                   "BiologicallyDerivedProduct" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:BiologicallyDerivedProductCollectionComponent ;
                                       owl:onProperty     fhir:collection
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:storageTempRequirements
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:productCategory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:parent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:productCode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:BiologicallyDerivedProductPropertyComponent ;
                                       owl:onProperty     fhir:property
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coding ;
                                       owl:onProperty     fhir:productCategory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:biologicalSourceEvent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Range ;
                                       owl:onProperty     fhir:storageTempRequirements
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coding ;
                                       owl:onProperty     fhir:productStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:processingFacility
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:division
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:productCode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:productStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:collection
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:biologicalSourceEvent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:division
                                     ] ;
        fhir:modifierExtensionClass  fhir:_BiologicallyDerivedProduct .

fhir:_GenomicStudy  a    owl:Class ;
        rdfs:comment     "(Modified) GenomicStudy" ;
        rdfs:label       "_GenomicStudy" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_NutritionProduct
        a                owl:Class ;
        rdfs:comment     "(Modified) NutritionProduct" ;
        rdfs:label       "_NutritionProduct" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_additionalContext
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionStatus.notificationEvent.additionalContext" ;
        rdfs:label    "_additionalContext" .

fhir:version  a                         owl:ObjectProperty ;
        rdfs:comment                    "Measure.version: The identifier that is used to identify this version of the measure when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the measure author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts." , "ValueSet.compose.exclude.version: The version of the code system that the codes are selected from, or the special version '*' for all versions." , "Composition.version: An explicitly assigned identifer of a variation of the content in the Composition." , "Device.version: The actual design of the device or software version running on the device." , "Coding.version: The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged." , "DeviceDefinition.version: The version of the device or software." , "ChargeItemDefinition.version: The identifier that is used to identify this version of the charge item definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the charge item definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets." , "Evidence.version: The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "Device.conformsTo.version: Identifies the specific form or variant of the standard, specification, or formal guidance. This may be a 'version number', release, document edition, publication year, or other label." , "ObservationDefinition.version: The identifier that is used to identify this version of the ObservationDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the ObservationDefinition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions are orderable." , "TestPlan.version: The identifier that is used to identify this version of the test plan when it is referenced in a specification, model, design or instance.  This is an arbitrary value managed by the test plan author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ExampleScenario.instance.version: Represents the instance as it was at a specific time-point." , "ActivityDefinition.version: The identifier that is used to identify this version of the activity definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the activity definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets." , "Citation.citedArtifact.version: The defined version of the cited artifact." , "DeviceDefinition.conformsTo.version: Identifies the specific form or variant of the standard, specification, or formal guidance. This may be a 'version number', release, document edition, publication year, or other label." , "Questionnaire.version: The identifier that is used to identify this version of the questionnaire when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the questionnaire author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "EventDefinition.version: The identifier that is used to identify this version of the event definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the event definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "CompartmentDefinition.version: The identifier that is used to identify this version of the compartment definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the compartment definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "SubstanceDefinition.version: A business level version identifier of the substance." , "CodeSystem.version: The identifier that is used to identify this version of the code system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the code system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. This is used in [Coding](datatypes.html#Coding).version." , "TerminologyCapabilities.version: The identifier that is used to identify this version of the terminology capabilities when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the terminology capabilities author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "StructureDefinition.version: The identifier that is used to identify this version of the structure definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure definition author and is not expected to be globally unique. There is no expectation that versions can be placed in a lexicographical sequence, so authors are encouraged to populate the StructureDefinition.versionAlgorithm[x] element to enable comparisons. If there is no managed version available, authors can consider using ISO date/time syntax (e.g., '2023-01-01')." , "OperationDefinition.version: The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ResearchStudy.version: The business version for the study record." , "SubscriptionTopic.version: The identifier that is used to identify this version of the subscription topic when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Topic author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions are orderable." , "ExampleScenario.version: The identifier that is used to identify this version of the example scenario when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the example scenario author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ConceptMap.version: The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the concept map author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "SearchParameter.version: The identifier that is used to identify this version of the search parameter when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the search parameter author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "PlanDefinition.version: The identifier that is used to identify this version of the plan definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the plan definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts." , "Library.version: The identifier that is used to identify this version of the library when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the library author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts." , "ValueSet.expansion.contains.version: The version of the code system from this code was taken. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged." , "Citation.version: The identifier that is used to identify this version of the citation record when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the citation record author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "MessageHeader.source.version: Can convey versions of multiple systems in situations where a message passes through multiple hands." , "NamingSystem.version: The identifier that is used to identify this version of the naming system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the naming system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "TestScript.version: The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "CanonicalResource.version: The identifier that is used to identify this version of the {{title}} when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the {{title}} author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence without additional knowledge.  (See the versionAlgorithm element.)" , "ConditionDefinition.version: The identifier that is used to identify this version of the condition definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the condition definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ValueSet.expansion.contains.contains.version: The version of the code system from this code was taken. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged." , "GraphDefinition.version: The identifier that is used to identify this version of the graph definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the graph definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ActorDefinition.version: The identifier that is used to identify this version of the actor definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the actor definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "MessageDefinition.version: The identifier that is used to identify this version of the message definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the message definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "Contract.version: An edition identifier used for business purposes to label business significant variants." , "TerminologyCapabilities.software.version: The version identifier for the software covered by this statement." , "MedicinalProductDefinition.version: A business identifier relating to a specific version of the product, this is commonly used to support revisions to an existing product." , "SpecimenDefinition.version: The identifier that is used to identify this version of the SpecimenDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the SpecimenDefinition author and is not expected to be globally unique." , "EvidenceVariable.version: The identifier that is used to identify this version of the evidence variable when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the evidence variable author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts." , "TerminologyCapabilities.codeSystem.version: For the code system, a list of versions that are supported by the server." , "CapabilityStatement.version: The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "CapabilityStatement.software.version: The version identifier for the software covered by this statement." , "ImplementationGuide.dependsOn.version: The version of the IG that is depended on, when the correct version is required to understand the IG correctly." , "ValueSet.version: The identifier that is used to identify this version of the value set when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the value set author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ImplementationGuide.version: The identifier that is used to identify this version of the implementation guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the implementation guide author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "ValueSet.compose.include.version: The version of the code system that the codes are selected from, or the special version '*' for all versions." , "StructureMap.version: The identifier that is used to identify this version of the structure map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure map author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." , "DocumentReference.version: An explicitly assigned identifer of a variation of the content in the DocumentReference." , "Requirements.version: The identifier that is used to identify this version of the Requirements when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Requirements author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." ;
        rdfs:label                      "version" ;
        rdfs:subPropertyOf              w5:id.version ;
        fhir:modifierExtensionProperty  fhir:_version ;
        dc:title                        "Coding.version: Version of the system - if relevant" , "MessageHeader.source.version: Version of software running" , "Contract.version: Business edition" , "Questionnaire.version: Business version of the questionnaire" , "CompartmentDefinition.version: Business version of the compartment definition" , "EvidenceVariable.version: Business version of the evidence variable" , "ResearchStudy.version: The business version for the study record" , "Citation.version: Business version of the citation record" , "ValueSet.expansion.contains.version: Version in which this code/display is defined" , "SearchParameter.version: Business version of the search parameter" , "Requirements.version: Business version of the Requirements" , "CanonicalResource.version: Business version of the {{title}}" , "ExampleScenario.instance.version: Snapshot of instance that changes" , "ValueSet.compose.exclude.version: Specific version of the code system referred to" , "TerminologyCapabilities.version: Business version of the terminology capabilities" , "ImplementationGuide.dependsOn.version: Version of the IG" , "DeviceDefinition.version: The version of the device or software" , "ValueSet.compose.include.version: Specific version of the code system referred to" , "ChargeItemDefinition.version: Business version of the charge item definition" , "CodeSystem.version: Business version of the code system (Coding.version)" , "SubstanceDefinition.version: A business level version identifier of the substance" , "OperationDefinition.version: Business version of the operation definition" , "Device.conformsTo.version: Specific form or variant of the standard" , "Citation.citedArtifact.version: The defined version of the cited artifact" , "StructureDefinition.version: Business version of the structure definition" , "ConditionDefinition.version: Business version of the condition definition" , "MessageDefinition.version: Business version of the message definition" , "ActivityDefinition.version: Business version of the activity definition" , "GraphDefinition.version: Business version of the graph definition" , "ActorDefinition.version: Business version of the actor definition" , "CapabilityStatement.version: Business version of the capability statement" , "TerminologyCapabilities.software.version: Version covered by this statement" , "Composition.version: An explicitly assigned identifer of a variation of the content in the Composition" , "CapabilityStatement.software.version: Version covered by this statement" , "SpecimenDefinition.version: Business version of the SpecimenDefinition" , "StructureMap.version: Business version of the structure map" , "EventDefinition.version: Business version of the event definition" , "ValueSet.version: Business version of the value set" , "ObservationDefinition.version: Business version of the ObservationDefinition" , "Measure.version: Business version of the measure" , "SubscriptionTopic.version: Business version of the subscription topic" , "TerminologyCapabilities.codeSystem.version: Version of Code System supported" , "PlanDefinition.version: Business version of the plan definition" , "DocumentReference.version: An explicitly assigned identifer of a variation of the content in the DocumentReference" , "TestPlan.version: Business version of the test plan" , "DeviceDefinition.conformsTo.version: The specific form or variant of the standard, specification or formal guidance" , "NamingSystem.version: Business version of the naming system" , "MedicinalProductDefinition.version: A business identifier relating to a specific version of the product" , "ImplementationGuide.version: Business version of the implementation guide" , "ValueSet.expansion.contains.contains.version: Version in which this code/display is defined" , "Evidence.version: Business version of this summary" , "ExampleScenario.version: Business version of the example scenario" , "Device.version: The actual design of the device or software version running on the device" , "ConceptMap.version: Business version of the concept map" , "TestScript.version: Business version of the test script" , "Library.version: Business version of the library" .

fhir:detected  a                        owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.detected: Estimated or actual date the AdverseEvent began, in the opinion of the reporter." ;
        rdfs:label                      "detected" ;
        fhir:modifierExtensionProperty  fhir:_detected ;
        dc:title                        "AdverseEvent.detected: When the event was detected" .

fhir:_statistic  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic" ;
        rdfs:label    "_statistic" .

fhir:_bodyStructure  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.bodyStructure" , "(Modified) Observation.bodyStructure" , "(Modified) DeviceAssociation.bodyStructure" ;
        rdfs:label    "_bodyStructure" .

fhir:_definitionExpression
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionExpression" , "(Modified) EvidenceVariable.characteristic.definitionExpression" ;
        rdfs:label    "_definitionExpression" .

fhir:translations  a                    owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.validateCode.translations: Whether translations are validated." ;
        rdfs:label                      "translations" ;
        fhir:modifierExtensionProperty  fhir:_translations ;
        dc:title                        "TerminologyCapabilities.validateCode.translations: Whether translations are validated" .

fhir:_targetProfile  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part.targetProfile" , "(Modified) OperationDefinition.parameter.targetProfile" , "(Modified) ElementDefinition.type.targetProfile" ;
        rdfs:label    "_targetProfile" .

fhir:_notPerformedReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.notPerformedReason" ;
        rdfs:label    "_notPerformedReason" .

fhir:ArtifactAssessmentContentComponent
        a                owl:Class ;
        rdfs:comment     "ArtifactAssessmentContentComponent: A component comment, classifier, or rating of the artifact." ;
        rdfs:label       "ArtifactAssessmentContentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:informationType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:freeToShare
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:freeToShare
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ArtifactAssessmentContentComponentContent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:informationType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:path
                         ] .

fhir:cost  a                            owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.packaging.cost.cost" , "InsurancePlan.plan.specificCost.benefit.cost: List of the costs associated with a specific benefit." , "MedicationKnowledge.packaging.cost: The cost of the packaged medication." , "MedicationKnowledge.cost: The price of the medication." , "InsurancePlan.plan.generalCost.cost: Value of the cost." , "MedicationKnowledge.cost.cost" ;
        rdfs:label                      "cost" ;
        fhir:modifierExtensionProperty  fhir:_cost ;
        dc:title                        "MedicationKnowledge.cost: The pricing of the medication" , "MedicationKnowledge.packaging.cost: Cost of the packaged medication" , "InsurancePlan.plan.generalCost.cost: Cost value" , "InsurancePlan.plan.specificCost.benefit.cost: List of the costs" .

fhir:CanonicalResource
        a                owl:Class ;
        rdfs:comment     "Common Interface declaration for conformance and knowledge artifact resources." ;
        rdfs:label       "CanonicalResource" ;
        rdfs:subClassOf  fhir:DomainResource , w5:conformance.behavior ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] .

fhir:_authorizationSupporting
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityResponse.insurance.item.authorizationSupporting" ;
        rdfs:label    "_authorizationSupporting" .

fhir:team  a                            owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.team: Appropriate team for this condition." ;
        rdfs:label                      "team" ;
        fhir:modifierExtensionProperty  fhir:_team ;
        dc:title                        "ConditionDefinition.team: Appropriate team for this condition" .

fhir:actual  a                          owl:ObjectProperty ;
        rdfs:comment                    "Citation.statusDate.actual: Whether the status date is actual (has occurred) or expected (estimated or anticipated)." , "ResearchStudy.progressStatus.actual: An indication of whether or not the date is a known date when the state changed or will change. A value of true indicates a known date. A value of false indicates an estimated date." , "EvidenceVariable.actual: True if the actual variable measured, false if a conceptual representation of the intended variable." , "Citation.citedArtifact.statusDate.actual: Either occurred or expected." ;
        rdfs:label                      "actual" ;
        fhir:modifierExtensionProperty  fhir:_actual ;
        dc:title                        "Citation.citedArtifact.statusDate.actual: Either occurred or expected" , "EvidenceVariable.actual: Actual or conceptual" , "Citation.statusDate.actual: Either occurred or expected" , "ResearchStudy.progressStatus.actual: Actual if true else anticipated" .

fhir:landmarkDescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.bodyLandmarkOrientation.landmarkDescription: A description of a landmark on the body used as a reference to locate something else." , "BodyStructure.includedStructure.bodyLandmarkOrientation.landmarkDescription: A description of a landmark on the body used as a reference to locate something else." ;
        rdfs:label                      "landmarkDescription" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_landmarkDescription ;
        dc:title                        "BodyStructure.excludedStructure.bodyLandmarkOrientation.landmarkDescription: Body ]andmark description" , "BodyStructure.includedStructure.bodyLandmarkOrientation.landmarkDescription: Body ]andmark description" .

fhir:typeCanonical  a                   owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.action.participant.typeCanonical: The type of participant in the action." , "PlanDefinition.action.participant.typeCanonical: The type of participant in the action." , "PlanDefinition.action.action.participant.typeCanonical: The type of participant in the action." , "RequestOrchestration.action.participant.typeCanonical: The type of participant in the action." , "PlanDefinition.actor.option.typeCanonical: The type of participant in the action." , "ActivityDefinition.participant.typeCanonical: The type of participant in the action." ;
        rdfs:label                      "typeCanonical" ;
        fhir:modifierExtensionProperty  fhir:_typeCanonical ;
        dc:title                        "PlanDefinition.action.action.participant.typeCanonical: Who or what can participate" , "RequestOrchestration.action.participant.typeCanonical: Who or what can participate" , "PlanDefinition.actor.option.typeCanonical: Who or what can participate" , "RequestOrchestration.action.action.participant.typeCanonical: Who or what can participate" , "PlanDefinition.action.participant.typeCanonical: Who or what can participate" , "ActivityDefinition.participant.typeCanonical: Who or what can participate" .

fhir:ArtifactAssessmentContentComponentContent
        a                owl:Class ;
        rdfs:comment     "If the informationType is container, the components of the content." ;
        rdfs:label       "ArtifactAssessmentContentComponentContent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:informationType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:freeToShare
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:freeToShare
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ArtifactAssessmentContentComponentContentContent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:informationType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        dc:title         "Contained content" .

fhir:_organizationReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.distributor.organizationReference" , "(Modified) DeviceDefinition.packaging.distributor.organizationReference" ;
        rdfs:label    "_organizationReference" .

fhir:_minimumVolume  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container.minimumVolume" ;
        rdfs:label    "_minimumVolume" .

fhir:precedence  a                      owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.precedence: This indicates the relative order of a series of EOBs related to different coverages for the same suite of services." ;
        rdfs:label                      "precedence" ;
        fhir:modifierExtensionProperty  fhir:_precedence ;
        dc:title                        "ExplanationOfBenefit.precedence: Precedence (primary, secondary, etc.)" .

fhir:CitationSummaryComponent
        a                owl:Class ;
        rdfs:comment     "CitationSummaryComponent: A human-readable display of key concepts to represent the citation." ;
        rdfs:label       "CitationSummaryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:style
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:style
                         ] .

fhir:decision  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.addItem.detail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.item.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.addItem.detail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.addItem.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.addItem.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.item.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.item.detail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.item.detail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "Consent.decision: Action to take - permit or deny - as default." , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.decision: The result of the claim, predetermination, or preauthorization adjudication." , "Contract.term.group.offer.decision: Type of choice made by accepting party with respect to an offer made by an offeror/ grantee." , "ClaimResponse.item.detail.subDetail.reviewOutcome.decision: The result of the claim, predetermination, or preauthorization adjudication." , "Contract.term.offer.decision: Type of choice made by accepting party with respect to an offer made by an offeror/ grantee." ;
        rdfs:label                      "decision" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_decision ;
        dc:title                        "ClaimResponse.item.reviewOutcome.decision: Result of the adjudication" , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.decision: Result of the adjudication" , "ClaimResponse.addItem.detail.reviewOutcome.decision: Result of the adjudication" , "Contract.term.offer.decision: Accepting party choice" , "Contract.term.group.offer.decision: Accepting party choice" , "ExplanationOfBenefit.addItem.detail.reviewOutcome.decision: Result of the adjudication" , "ExplanationOfBenefit.addItem.reviewOutcome.decision: Result of the adjudication" , "ExplanationOfBenefit.item.detail.reviewOutcome.decision: Result of the adjudication" , "ExplanationOfBenefit.decision: Result of the adjudication" , "ClaimResponse.decision: Result of the adjudication" , "Consent.decision: deny | permit" , "ClaimResponse.item.detail.subDetail.reviewOutcome.decision: Result of the adjudication" , "ClaimResponse.addItem.reviewOutcome.decision: Result of the adjudication" , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.decision: Result of the adjudication" , "ExplanationOfBenefit.item.reviewOutcome.decision: Result of the adjudication" , "ClaimResponse.item.detail.reviewOutcome.decision: Result of the adjudication" , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.decision: Result of the adjudication" .

fhir:role  a                            owl:ObjectProperty ;
        rdfs:comment                    "CareTeam.participant.role: Indicates specific responsibility of an individual within the care team, such as \"Primary care physician\", \"Trained social worker counselor\", \"Caregiver\", etc." , "Consent.provision.actor.role: How the individual is involved in the resources content that is described in the exception." , "AuditEvent.agent.role: The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity." , "Contract.term.group.offer.party.role: How the party participates in the offer." , "RequestOrchestration.action.participant.role: The role the participant should play in performing the described action." , "Contract.term.action.subject.role: Role type of agent assigned roles in this Contract." , "ActivityDefinition.participant.role: The role the participant should play in performing the described action." , "Claim.careTeam.role: The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team." , "Invoice.participant.role: Describes the type of involvement (e.g. transcriptionist, creator etc.). If the invoice has been created automatically, the Participant may be a billing engine or another kind of device." , "Provenance.agent.role: The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity." , "ResearchStudy.associatedParty.role: Type of association." , "Ingredient.manufacturer.role: The way in which this manufacturer is associated with the ingredient. For example whether it is a possible one (others allowed), or an exclusive authorized one for this ingredient. Note that this is not the manufacturing process role." , "PlanDefinition.action.participant.role: The role the participant should play in performing the described action." , "Specimen.role: The role or reason for the specimen in the testing workflow." , "PlanDefinition.actor.option.role: The role the participant should play in performing the described action." , "Provenance.entity.role: How the entity was used during the activity." , "GenomicStudy.analysis.performer.role: Role of the actor for this analysis." , "AuditEvent.entity.role: Code representing the role the entity played in the event being audited." , "Consent.provision.provision.actor.role: How the individual is involved in the resources content that is described in the exception." , "Citation.citedArtifact.contributorship.entry.role: The role of the contributor (e.g. author, editor, reviewer, funder)." , "Contract.term.offer.party.role: How the party participates in the offer." , "Provenance.entity.agent.role: The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity." , "ConditionDefinition.plan.role: Use for the plan." , "InventoryItem.responsibleOrganization.role: The role of the organization e.g. manufacturer, distributor, etc." , "Contract.term.group.action.subject.role: Role type of agent assigned roles in this Contract." , "RequestOrchestration.action.action.participant.role: The role the participant should play in performing the described action." , "PlanDefinition.action.action.participant.role: The role the participant should play in performing the described action." , "Ingredient.role: A classification of the ingredient identifying its purpose within the product, e.g. active, inactive." , "SubstanceDefinition.moiety.role: Role that the moiety is playing." , "ExplanationOfBenefit.careTeam.role: The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team." , "AuditEvent.entity.agent.role: The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity." ;
        rdfs:label                      "role" ;
        rdfs:subPropertyOf              w5:who , w5:context ;
        fhir:modifierExtensionProperty  fhir:_role ;
        dc:title                        "PlanDefinition.action.action.participant.role: E.g. Nurse, Surgeon, Parent" , "PlanDefinition.actor.option.role: E.g. Nurse, Surgeon, Parent" , "ExplanationOfBenefit.careTeam.role: Function within the team" , "SubstanceDefinition.moiety.role: Role that the moiety is playing" , "Specimen.role: The role the specimen serves" , "Citation.citedArtifact.contributorship.entry.role: The role of the contributor (e.g. author, editor, reviewer, funder)" , "InventoryItem.responsibleOrganization.role: The role of the organization e.g. manufacturer, distributor, or other" , "Consent.provision.actor.role: How the actor is involved" , "RequestOrchestration.action.participant.role: E.g. Nurse, Surgeon, Parent, etc" , "Consent.provision.provision.actor.role: How the actor is involved" , "Invoice.participant.role: Type of involvement in creation of this Invoice" , "PlanDefinition.action.participant.role: E.g. Nurse, Surgeon, Parent" , "AuditEvent.entity.role: What role the entity played" , "Contract.term.group.action.subject.role: Role type of the agent" , "Provenance.agent.role: What the agents role was" , "Claim.careTeam.role: Function within the team" , "CareTeam.participant.role: Type of involvement" , "Provenance.entity.agent.role: What the agents role was" , "Contract.term.action.subject.role: Role type of the agent" , "Ingredient.manufacturer.role: allowed | possible | actual" , "ActivityDefinition.participant.role: E.g. Nurse, Surgeon, Parent, etc" , "ResearchStudy.associatedParty.role: sponsor | lead-sponsor | sponsor-investigator | primary-investigator | collaborator | funding-source | general-contact | recruitment-contact | sub-investigator | study-director | study-chair" , "AuditEvent.agent.role: Agent role in the event" , "Contract.term.offer.party.role: Participant engagement type" , "RequestOrchestration.action.action.participant.role: E.g. Nurse, Surgeon, Parent, etc" , "Ingredient.role: Purpose of the ingredient within the product, e.g. active, inactive" , "Contract.term.group.offer.party.role: Participant engagement type" , "GenomicStudy.analysis.performer.role: Role of the actor for this analysis" , "Provenance.entity.role: revision | quotation | source | instantiates | removal" , "AuditEvent.entity.agent.role: Agent role in the event" , "ConditionDefinition.plan.role: Use for the plan" .

fhir:maternalOrganismId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.hybrid.maternalOrganismId: The identifier of the maternal species constituting the hybrid organism shall be specified based on a controlled vocabulary. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal." ;
        rdfs:label                      "maternalOrganismId" ;
        fhir:modifierExtensionProperty  fhir:_maternalOrganismId ;
        dc:title                        "SubstanceSourceMaterial.organism.hybrid.maternalOrganismId: The identifier of the maternal species constituting the hybrid organism shall be specified based on a controlled vocabulary. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal" .

fhir:_triggeredBy  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.triggeredBy" ;
        rdfs:label    "_triggeredBy" .

fhir:MedicationKnowledgeStorageGuidelineComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeStorageGuidelineComponent: Information on how the medication should be stored, for example, refrigeration temperatures and length of stability at a given temperature." ;
        rdfs:label       "MedicationKnowledgeStorageGuidelineComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:stabilityDuration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:stabilityDuration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent ;
                           owl:onProperty     fhir:environmentalSetting
                         ] .

fhir:dischargeDisposition
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Encounter.admission.dischargeDisposition: Category or kind of location after discharge." ;
        rdfs:label                      "dischargeDisposition" ;
        fhir:modifierExtensionProperty  fhir:_dischargeDisposition ;
        dc:title                        "Encounter.admission.dischargeDisposition: Category or kind of location after discharge" .

fhir:_output  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.output" , "(Modified) Task.output" , "(Modified) RequestOrchestration.action.action.output" , "(Modified) RequestOrchestration.action.output" , "(Modified) PlanDefinition.action.action.output" , "(Modified) PlanDefinition.action.output" , "(Modified) GenomicStudy.analysis.output" ;
        rdfs:label    "_output" .

fhir:QuestionnaireItemComponent
        a                owl:Class ;
        rdfs:comment     "QuestionnaireItemComponent: A particular question, question grouping or display text that is part of the questionnaire." ;
        rdfs:label       "QuestionnaireItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxLength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:repeats
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:required
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemAnswerOptionComponent ;
                           owl:onProperty     fhir:answerOption
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemInitialComponent ;
                           owl:onProperty     fhir:initial
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:answerConstraint
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:enableBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:answerValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:readOnly
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:maxLength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:enableBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:answerValueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:disabledDisplay
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:disabledDisplay
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:repeats
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemEnableWhenComponent ;
                           owl:onProperty     fhir:enableWhen
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:answerConstraint
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:required
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:readOnly
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireItemComponentItem ;
                           owl:onProperty     fhir:item
                         ] .

fhir:_compareToSourcePath
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.compareToSourcePath" , "(Modified) TestScript.setup.action.assert.compareToSourcePath" ;
        rdfs:label    "_compareToSourcePath" .

fhir:traceNumber  a                     owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.detail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "Claim.item.detail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.item.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ExplanationOfBenefit.addItem.detail.subDetail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "Claim.item.detail.subDetail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ExplanationOfBenefit.addItem.detail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.addItem.detail.subDetail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.item.detail.subDetail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ExplanationOfBenefit.item.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ExplanationOfBenefit.addItem.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ExplanationOfBenefit.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ExplanationOfBenefit.item.detail.subDetail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.addItem.detail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.item.detail.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "Claim.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "Claim.item.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." , "ClaimResponse.addItem.traceNumber: Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners." ;
        rdfs:label                      "traceNumber" ;
        fhir:modifierExtensionProperty  fhir:_traceNumber ;
        dc:title                        "Claim.item.detail.traceNumber: Number for tracking" , "Claim.traceNumber: Number for tracking" , "ExplanationOfBenefit.item.traceNumber: Number for tracking" , "ExplanationOfBenefit.addItem.detail.subDetail.traceNumber: Number for tracking" , "ExplanationOfBenefit.addItem.detail.traceNumber: Number for tracking" , "ExplanationOfBenefit.item.detail.subDetail.traceNumber: Number for tracking" , "ClaimResponse.traceNumber: Number for tracking" , "Claim.item.detail.subDetail.traceNumber: Number for tracking" , "ClaimResponse.addItem.detail.subDetail.traceNumber: Number for tracking" , "ExplanationOfBenefit.addItem.traceNumber: Number for tracking" , "ClaimResponse.addItem.detail.traceNumber: Number for tracking" , "ClaimResponse.item.detail.subDetail.traceNumber: Number for tracking" , "Claim.item.traceNumber: Number for tracking" , "ClaimResponse.item.traceNumber: Number for tracking" , "ExplanationOfBenefit.traceNumber: Number for tracking" , "ExplanationOfBenefit.item.detail.traceNumber: Number for tracking" , "ClaimResponse.addItem.traceNumber: Number for tracking" , "ClaimResponse.item.detail.traceNumber: Number for tracking" .

fhir:InsurancePlanPlanComponent
        a                owl:Class ;
        rdfs:comment     "InsurancePlanPlanComponent: Details about an insurance plan." ;
        rdfs:label       "InsurancePlanPlanComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:InsurancePlanPlanGeneralCostComponent ;
                           owl:onProperty     fhir:generalCost
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:InsurancePlanPlanSpecificCostComponent ;
                           owl:onProperty     fhir:specificCost
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:network
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:coverageArea
                         ] .

fhir:object  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase.assertion.object: The focus or object of the assertion i.e. a resource." ;
        rdfs:label                      "object" ;
        fhir:modifierExtensionProperty  fhir:_object ;
        dc:title                        "TestPlan.testCase.assertion.object: The focus or object of the assertion" .

fhir:statusReason  a                    owl:ObjectProperty ;
        rdfs:comment                    "Transport.statusReason: An explanation as to why this transport is held, failed, was refused, etc." , "MedicationRequest.statusReason: Captures the reason for the current state of the MedicationRequest." , "Goal.statusReason: Captures the reason for the current status." , "Communication.statusReason: Captures the reason for the current state of the Communication." , "Immunization.statusReason: Indicates the reason the immunization event was not performed." , "Procedure.statusReason: Captures the reason for the current state of the procedure." , "DeviceDispense.statusReason: Indicates the reason why a dispense was or was not performed." , "DeviceAssociation.statusReason: The reasons given for the current association status." , "ClinicalImpression.statusReason: Captures the reason for the current state of the ClinicalImpression." , "NutritionIntake.statusReason: Captures the reason for the current state of the NutritionIntake." , "Task.statusReason: An explanation as to why this task is held, failed, was refused, etc." , "CommunicationRequest.statusReason: Captures the reason for the current state of the CommunicationRequest." , "MedicationAdministration.statusReason: A code indicating why the administration was not performed." ;
        rdfs:label                      "statusReason" ;
        fhir:modifierExtensionProperty  fhir:_statusReason ;
        dc:title                        "Procedure.statusReason: Reason for current status" , "CommunicationRequest.statusReason: Reason for current status" , "MedicationRequest.statusReason: Reason for current status" , "DeviceAssociation.statusReason: The reasons given for the current association status" , "Transport.statusReason: Reason for current status" , "DeviceDispense.statusReason: Why a dispense was or was not performed" , "MedicationAdministration.statusReason: Reason administration not performed" , "Task.statusReason: Reason for current status" , "NutritionIntake.statusReason: Reason for current status" , "Communication.statusReason: Reason for current status" , "ClinicalImpression.statusReason: Reason for current status" , "Immunization.statusReason: Reason for current status" , "Goal.statusReason: Reason for current status" .

fhir:recall  a                          owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.correctiveAction.recall: Whether the last corrective action known for this device was a recall." ;
        rdfs:label                      "recall" ;
        fhir:modifierExtensionProperty  fhir:_recall ;
        dc:title                        "DeviceDefinition.correctiveAction.recall: Whether the corrective action was a recall" .

fhir:_codeSystem  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.codeSystem" ;
        rdfs:label    "_codeSystem" .

fhir:_processing  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.processing" ;
        rdfs:label    "_processing" .

fhir:gateway  a                         owl:ObjectProperty ;
        rdfs:comment                    "Device.gateway: The linked device acting as a communication controller, data collector, translator, or concentrator for the current device (e.g., mobile phone application that relays a blood pressure device's data)." ;
        rdfs:label                      "gateway" ;
        fhir:modifierExtensionProperty  fhir:_gateway ;
        dc:title                        "Device.gateway: Linked device acting as a communication/data collector, translator or controller" .

fhir:_performerType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.performerType" , "(Modified) ServiceRequest.performerType" , "(Modified) ObservationDefinition.performerType" , "(Modified) MedicationRequest.performerType" , "(Modified) Contract.term.group.action.performerType" , "(Modified) Contract.term.action.performerType" ;
        rdfs:label    "_performerType" .

fhir:_subcomponent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.certainty.subcomponent" , "(Modified) Evidence.certainty.subcomponent.subcomponent" ;
        rdfs:label    "_subcomponent" .

fhir:postalCode  a                      owl:ObjectProperty ;
        rdfs:comment                    "Address.postalCode: A postal code designating a region defined by the postal service." ;
        rdfs:label                      "postalCode" ;
        fhir:modifierExtensionProperty  fhir:_postalCode ;
        dc:title                        "Address.postalCode: Postal code for area" .

fhir:AddedItemDetail  a  owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.AddedItem.AddedItemDetail: The second-tier service adjudications for payor added services." , "ClaimResponse.AddedItem.AddedItemDetail: The second-tier service adjudications for payor added services." ;
        rdfs:label       "AddedItemDetail" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.AddedItem.AddedItemDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.AddedItem.AddedItemDetailReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.AddedItem.AddedItemDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AddedItemSubDetail ;
                           owl:onProperty     fhir:subDetail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AddedItemDetailSubDetail ;
                           owl:onProperty     fhir:subDetail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.AddedItem.AddedItemDetailAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] .

fhir:instance  a                        owl:ObjectProperty ;
        rdfs:comment                    "ChargeItemDefinition.instance: The defined billing details in this resource pertain to the given product instance(s)." , "ImagingStudy.series.instance: A single SOP instance within the series, e.g. an image, or presentation state." , "InventoryItem.instance: Instances or occurrences of the product." , "AdverseEvent.suspectEntity.instance" , "ExampleScenario.instance: A single data collection that is shared as part of the scenario." , "OperationDefinition.instance: Indicates whether this operation can be invoked on a particular instance of one of the given types." , "NutritionProduct.instance: Conveys instance-level information about this product item. One or several physical, countable instances or occurrences of the product." , "Substance.instance: A boolean to indicate if this an instance of a substance or a kind of one (a definition)." , "ImagingSelection.instance: Each imaging selection includes one or more selected DICOM SOP instances." ;
        rdfs:label                      "instance" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_instance ;
        dc:title                        "InventoryItem.instance: Instances or occurrences of the product" , "Substance.instance: Is this an instance of a substance or a kind of one" , "ExampleScenario.instance: Data used in the scenario" , "OperationDefinition.instance: Invoke on an instance?" , "NutritionProduct.instance: One or several physical instances or occurrences of the nutrition product" , "ChargeItemDefinition.instance: Instances this definition applies to" , "ImagingStudy.series.instance: A single SOP instance from the series" , "ImagingSelection.instance: The selected instances" .

fhir:_disposition  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.disposition" , "(Modified) ExplanationOfBenefit.disposition" , "(Modified) EnrollmentResponse.disposition" , "(Modified) CoverageEligibilityResponse.disposition" , "(Modified) ClaimResponse.disposition" , "(Modified) ArtifactAssessment.disposition" ;
        rdfs:label    "_disposition" .

fhir:_statusDate  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.statusDate" , "(Modified) Goal.statusDate" , "(Modified) VerificationResult.statusDate" , "(Modified) PackagedProductDefinition.statusDate" , "(Modified) RegulatedAuthorization.statusDate" , "(Modified) SubstanceDefinition.code.statusDate" , "(Modified) Citation.statusDate" , "(Modified) Citation.citedArtifact.statusDate" ;
        rdfs:label    "_statusDate" .

fhir:_facilityType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DocumentReference.facilityType" ;
        rdfs:label    "_facilityType" .

fhir:_stratum  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier.stratum" ;
        rdfs:label    "_stratum" .

fhir:Payee  a            owl:Class ;
        rdfs:comment     "Claim.Payee: The party to be reimbursed for cost of the products and services according to the terms of the policy." , "ExplanationOfBenefit.Payee: The party to be reimbursed for cost of the products and services according to the terms of the policy." ;
        rdfs:label       "Payee" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] .

fhir:_measurementType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.moiety.measurementType" ;
        rdfs:label    "_measurementType" .

fhir:RelatedArtifact  a  owl:Class ;
        rdfs:comment     "Related artifacts such as additional documentation, justification, or bibliographic references." ;
        rdfs:label       "RelatedArtifact" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:citation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publicationDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:citation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resourceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:document
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resourceReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publicationStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:publicationStatus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:publicationDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:document
                         ] ;
        dc:title         "Related artifacts for a knowledge resource" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance
        a                owl:Class ;
        rdfs:comment     "A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        dc:title         "Instance transmitted on invocation response" , "Instance transmitted on invocation" .

fhir:RequestOrchestrationActionDynamicValueComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponentAction.RequestOrchestrationActionDynamicValueComponent: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." , "RequestOrchestrationActionComponent.RequestOrchestrationActionDynamicValueComponent: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." ;
        rdfs:label       "RequestOrchestrationActionDynamicValueComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] .

fhir:identity  a                        owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.mapping.identity: An Internal id that is used to identify this mapping set when specific mappings are made." , "ElementDefinition.mapping.identity: An internal reference to the definition of a mapping." ;
        rdfs:label                      "identity" ;
        fhir:modifierExtensionProperty  fhir:_identity ;
        dc:title                        "StructureDefinition.mapping.identity: Internal id when this mapping is used" , "ElementDefinition.mapping.identity: Reference to mapping declaration" .

fhir:subType  a                         owl:ObjectProperty ;
        rdfs:comment                    "Claim.subType: A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service." , "ExplanationOfBenefit.subType: A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service." , "Contract.subType: Sub-category for the Contract that distinguishes the kinds of systems that would be interested in the Contract within the context of the Contract's scope." , "Contract.term.group.subType: A specialized legal clause or condition based on overarching contract type." , "ClaimResponse.subType: A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service." , "Contract.contentDefinition.subType: Detailed Precusory content type." , "Contract.term.subType: A specialized legal clause or condition based on overarching contract type." ;
        rdfs:label                      "subType" ;
        rdfs:subPropertyOf              w5:what , w5:class ;
        fhir:modifierExtensionProperty  fhir:_subType ;
        dc:title                        "Contract.contentDefinition.subType: Detailed Content Type Definition" , "Contract.subType: Subtype within the context of type" , "Contract.term.subType: Contract Term Type specific classification" , "ExplanationOfBenefit.subType: More granular claim type" , "Claim.subType: More granular claim type" , "ClaimResponse.subType: More granular claim type" , "Contract.term.group.subType: Contract Term Type specific classification" .

fhir:ValueSetExpansionContainsComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetExpansionComponent.ValueSetExpansionContainsComponent: The codes that are contained in the value set expansion." ;
        rdfs:label       "ValueSetExpansionContainsComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptProperty ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentContains ;
                           owl:onProperty     fhir:contains
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentDesignation ;
                           owl:onProperty     fhir:designation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] .

fhir:MedicationKnowledgePackagingComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgePackagingComponent: Information that only applies to packages (not products)." ;
        rdfs:label       "MedicationKnowledgePackagingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:packagedProduct
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:packagedProduct
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgePackagingComponentCost ;
                           owl:onProperty     fhir:cost
                         ] .

fhir:_display  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.display" , "(Modified) ConceptMap.group.unmapped.display" , "(Modified) TestReport.participant.display" , "(Modified) ConceptMap.group.element.target.display" , "(Modified) ValueSet.expansion.contains.contains.display" , "(Modified) Coding.display" , "(Modified) CodeSystem.concept.concept.display" , "(Modified) RelatedArtifact.display" , "(Modified) Device.name.display" , "(Modified) ValueSet.compose.include.concept.display" , "(Modified) EvidenceReport.relatesTo.target.display" , "(Modified) ConceptMap.group.element.display" , "(Modified) CodeSystem.concept.display" , "(Modified) Reference.display" , "(Modified) Citation.citedArtifact.relatesTo.display" , "(Modified) ValueSet.compose.exclude.concept.display" ;
        rdfs:label    "_display" .

fhir:ImplementationGuideGlobalComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideGlobalComponent: A set of profiles that all resources covered by this implementation guide must conform to." ;
        rdfs:label       "ImplementationGuideGlobalComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_SubstanceNucleicAcid
        a                owl:Class ;
        rdfs:comment     "(Modified) SubstanceNucleicAcid" ;
        rdfs:label       "_SubstanceNucleicAcid" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:TestScriptSetupActionOperationRequestHeaderComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptTestComponent.TestActionOperation.TestScriptSetupActionOperationRequestHeaderComponent: Header elements would be used to set HTTP headers." , "TestScriptSetupComponent.SetupAction.TestScriptSetupActionOperationComponent.TestScriptSetupActionOperationRequestHeaderComponent: Header elements would be used to set HTTP headers." , "TestScriptTeardownComponent.TeardownActionOperation.TestScriptSetupActionOperationRequestHeaderComponent: Header elements would be used to set HTTP headers." ;
        rdfs:label       "TestScriptSetupActionOperationRequestHeaderComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:field
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:field
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:field
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:field
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:field
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:field
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] .

fhir:EvidenceReport.SectionSectionSection
        a                owl:Class ;
        rdfs:comment     "A nested sub-section within this section." ;
        rdfs:label       "EvidenceReport.SectionSectionSection" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Nested Section" .

fhir:targetItem  a                      owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.allocation.targetItem" ;
        rdfs:label                      "targetItem" ;
        fhir:modifierExtensionProperty  fhir:_targetItem .

fhir:_dosingGuideline
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline" ;
        rdfs:label    "_dosingGuideline" .

fhir:_totalGross  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.totalGross" ;
        rdfs:label    "_totalGross" .

fhir:Reference  a        owl:Class ;
        rdfs:comment     "A reference from one resource to another." ;
        rdfs:label       "Reference" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:link
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:link
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        dc:title         "A reference from one resource to another" .

fhir:_precheckBehavior
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.precheckBehavior" , "(Modified) RequestOrchestration.action.precheckBehavior" , "(Modified) PlanDefinition.action.action.precheckBehavior" , "(Modified) PlanDefinition.action.precheckBehavior" ;
        rdfs:label    "_precheckBehavior" .

fhir:_enableBehavior  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.enableBehavior" , "(Modified) Questionnaire.item.enableBehavior" ;
        rdfs:label    "_enableBehavior" .

fhir:slot  a                            owl:ObjectProperty ;
        rdfs:comment                    "Appointment.slot: The slots from the participants' schedules that will be filled by the appointment." ;
        rdfs:label                      "slot" ;
        fhir:modifierExtensionProperty  fhir:_slot ;
        dc:title                        "Appointment.slot: The slots that this appointment is filling" .

fhir:groupDefinition  a                 owl:ObjectProperty ;
        rdfs:comment                    "Measure.group.stratifier.component.groupDefinition: A Group resource that defines this population as a set of characteristics." , "Measure.group.stratifier.groupDefinition: A Group resource that defines this population as a set of characteristics." , "Measure.group.population.groupDefinition: A Group resource that defines this population as a set of characteristics." ;
        rdfs:label                      "groupDefinition" ;
        fhir:modifierExtensionProperty  fhir:_groupDefinition ;
        dc:title                        "Measure.group.stratifier.component.groupDefinition: A group resource that defines this population" , "Measure.group.stratifier.groupDefinition: A group resource that defines this population" , "Measure.group.population.groupDefinition: A group resource that defines this population" .

fhir:_verifiedWith  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.verification.verifiedWith" ;
        rdfs:label    "_verifiedWith" .

fhir:ResourceInteraction
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent.CapabilityStatementRestResourceComponent.ResourceInteraction: Identifies a restful operation supported by the solution." ;
        rdfs:label       "ResourceInteraction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_numberOfSubunits
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.numberOfSubunits" , "(Modified) SubstanceNucleicAcid.numberOfSubunits" ;
        rdfs:label    "_numberOfSubunits" .

fhir:numberOfSeries  a                  owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.numberOfSeries: Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present." ;
        rdfs:label                      "numberOfSeries" ;
        fhir:modifierExtensionProperty  fhir:_numberOfSeries ;
        dc:title                        "ImagingStudy.numberOfSeries: Number of Study Related Series" .

fhir:preAuthRefPeriod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.preAuthRefPeriod: The timeframe during which the supplied preauthorization reference may be quoted on claims to obtain the adjudication as provided." ;
        rdfs:label                      "preAuthRefPeriod" ;
        fhir:modifierExtensionProperty  fhir:_preAuthRefPeriod ;
        dc:title                        "ExplanationOfBenefit.preAuthRefPeriod: Preauthorization in-effect period" .

fhir:_excludingRecurrenceId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.excludingRecurrenceId" ;
        rdfs:label    "_excludingRecurrenceId" .

fhir:_baseCitation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.part.baseCitation" , "(Modified) Citation.citedArtifact.version.baseCitation" ;
        rdfs:label    "_baseCitation" .

fhir:ContractAsset  a    owl:Class ;
        rdfs:comment     "Contract.Term.ContractAsset: Contract Term Asset List." , "Contract.TermTerm.ContractAsset: Contract Term Asset List." ;
        rdfs:label       "ContractAsset" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subtype
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:periodType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValuedItem ;
                           owl:onProperty     fhir:valuedItem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AssetContext ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:usePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:usePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:typeReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValuedItem ;
                           owl:onProperty     fhir:valuedItem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:securityLabelNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:periodType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Contract.TermTerm.ContractAssetAnswer ;
                           owl:onProperty     fhir:answer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subtype
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AssetContext ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Contract.Term.ContractAssetAnswer ;
                           owl:onProperty     fhir:answer
                         ] .

fhir:ClinicalImpressionFindingComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalImpressionFindingComponent: Specific findings or diagnoses that were considered likely or relevant to ongoing treatment." ;
        rdfs:label       "ClinicalImpressionFindingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:item
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] .

fhir:stopTestOnFail  a                  owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.stopTestOnFail: Whether or not the current test execution will stop on failure for this assert." , "TestScript.setup.action.assert.stopTestOnFail: Whether or not the current test execution will stop on failure for this assert." ;
        rdfs:label                      "stopTestOnFail" ;
        fhir:modifierExtensionProperty  fhir:_stopTestOnFail ;
        dc:title                        "TestScript.test.action.assert.stopTestOnFail: If this assert fails, will the current test execution stop?" , "TestScript.setup.action.assert.stopTestOnFail: If this assert fails, will the current test execution stop?" .

fhir:_selectionBehavior
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.selectionBehavior" , "(Modified) RequestOrchestration.action.selectionBehavior" , "(Modified) PlanDefinition.action.action.selectionBehavior" , "(Modified) PlanDefinition.action.selectionBehavior" ;
        rdfs:label    "_selectionBehavior" .

fhir:_imports  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.imports" ;
        rdfs:label    "_imports" .

fhir:contextLinkId  a                   owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.action.contextLinkId: Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse." , "Contract.term.action.contextLinkId: Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse." ;
        rdfs:label                      "contextLinkId" ;
        fhir:modifierExtensionProperty  fhir:_contextLinkId ;
        dc:title                        "Contract.term.group.action.contextLinkId: Pointer to specific item" , "Contract.term.action.contextLinkId: Pointer to specific item" .

fhir:_eye  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.eye" ;
        rdfs:label    "_eye" .

fhir:affiliation  a                     owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.affiliation: Organization affiliated with the contributor." ;
        rdfs:label                      "affiliation" ;
        fhir:modifierExtensionProperty  fhir:_affiliation ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.affiliation: Organizational affiliation" .

fhir:defaultValue  a                    owl:ObjectProperty ;
        rdfs:comment                    "TestScript.variable.defaultValue: A default, hard-coded, or user-defined value for this variable." , "StructureMap.group.rule.rule.source.defaultValue: A value to use if there is no existing value in the source object." , "StructureMap.group.rule.source.defaultValue: A value to use if there is no existing value in the source object." ;
        rdfs:label                      "defaultValue" ;
        fhir:modifierExtensionProperty  fhir:_defaultValue ;
        dc:title                        "TestScript.variable.defaultValue: Default, hard-coded, or user-defined value for this variable" , "StructureMap.group.rule.rule.source.defaultValue: Default value if no value exists" , "StructureMap.group.rule.source.defaultValue: Default value if no value exists" .

fhir:MolecularSequence
        a                            owl:Class ;
        rdfs:comment                 "Representation of a molecular sequence." ;
        rdfs:label                   "MolecularSequence" ;
        rdfs:subClassOf              w5:clinical.diagnostics , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MolecularSequenceRelativeComponent ;
                                       owl:onProperty     fhir:relative
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:literal
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:formatted
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:literal
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:specimen
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:specimen
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MolecularSequence .

fhir:overload  a                        owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.overload: Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation." ;
        rdfs:label                      "overload" ;
        fhir:modifierExtensionProperty  fhir:_overload ;
        dc:title                        "OperationDefinition.overload: Define overloaded variants for when  generating code" .

fhir:_productName  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.additive.productName" , "(Modified) NutritionOrder.supplement.productName" , "(Modified) MedicinalProductDefinition.name.productName" ;
        rdfs:label    "_productName" .

fhir:_comment  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.overload.comment" , "(Modified) OperationDefinition.comment" , "(Modified) Ingredient.comment" , "(Modified) Schedule.comment" , "(Modified) ElementDefinition.mapping.comment" , "(Modified) AppointmentResponse.comment" , "(Modified) NamingSystem.uniqueId.comment" , "(Modified) Slot.comment" , "(Modified) StructureDefinition.mapping.comment" , "(Modified) HealthcareService.eligibility.comment" , "(Modified) ElementDefinition.comment" , "(Modified) InsurancePlan.plan.generalCost.comment" , "(Modified) ConceptMap.group.element.target.comment" , "(Modified) SubstanceReferenceInformation.comment" , "(Modified) HealthcareService.comment" , "(Modified) DiagnosticReport.media.comment" ;
        rdfs:label    "_comment" .

fhir:_profile  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Meta.profile" , "(Modified) ElementDefinition.type.profile" , "(Modified) TestScript.destination.profile" , "(Modified) ImplementationGuide.global.profile" , "(Modified) CapabilityStatement.rest.resource.profile" , "(Modified) ImplementationGuide.manifest.resource.profile" , "(Modified) TestScript.profile" , "(Modified) MessageDefinition.focus.profile" , "(Modified) CapabilityStatement.document.profile" , "(Modified) DocumentReference.content.profile" , "(Modified) ActivityDefinition.profile" , "(Modified) TestScript.origin.profile" , "(Modified) ParameterDefinition.profile" , "(Modified) DataRequirement.profile" , "(Modified) ImplementationGuide.definition.resource.profile" , "(Modified) GraphDefinition.node.profile" ;
        rdfs:label    "_profile" .

fhir:_deleted  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) List.entry.deleted" ;
        rdfs:label    "_deleted" .

fhir:_workflow  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.workflow" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.workflow" , "(Modified) ExampleScenario.process.step.workflow" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.workflow" , "(Modified) ExampleScenario.process.step.process.step.workflow" ;
        rdfs:label    "_workflow" .

fhir:_attestationSignature
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.validator.attestationSignature" ;
        rdfs:label    "_attestationSignature" .

fhir:permittedDataType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.permittedDataType: The data types allowed for the value element of the instance of this component observations." , "ObservationDefinition.permittedDataType: The data types allowed for the value element of the instance observations conforming to this ObservationDefinition." ;
        rdfs:label                      "permittedDataType" ;
        fhir:modifierExtensionProperty  fhir:_permittedDataType ;
        dc:title                        "ObservationDefinition.component.permittedDataType: Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period" , "ObservationDefinition.permittedDataType: Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period" .

fhir:gene  a                            owl:ObjectProperty ;
        rdfs:comment                    "SubstanceReferenceInformation.gene: Todo." , "SubstanceReferenceInformation.gene.gene: Todo." ;
        rdfs:label                      "gene" ;
        fhir:modifierExtensionProperty  fhir:_gene ;
        dc:title                        "SubstanceReferenceInformation.gene: Todo" , "SubstanceReferenceInformation.gene.gene: Todo" .

fhir:_prediction  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.prediction" ;
        rdfs:label    "_prediction" .

fhir:exposureRoute  a                   owl:ObjectProperty ;
        rdfs:comment                    "AllergyIntolerance.reaction.exposureRoute: Identification of the route by which the subject was exposed to the substance." ;
        rdfs:label                      "exposureRoute" ;
        fhir:modifierExtensionProperty  fhir:_exposureRoute ;
        dc:title                        "AllergyIntolerance.reaction.exposureRoute: How the subject was exposed to the substance" .

fhir:height  a                          owl:ObjectProperty ;
        rdfs:comment                    "Attachment.height: Height of the image in pixels (photo/video)." ;
        rdfs:label                      "height" ;
        fhir:modifierExtensionProperty  fhir:_height ;
        dc:title                        "Attachment.height: Height of the image in pixels (photo/video)" .

fhir:_entryClassifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.section.section.entryClassifier" , "(Modified) EvidenceReport.section.entryClassifier" ;
        rdfs:label    "_entryClassifier" .

fhir:test  a                            owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test: A test in this script." , "TestReport.test: A test executed from the test script." ;
        rdfs:label                      "test" ;
        fhir:modifierExtensionProperty  fhir:_test ;
        dc:title                        "TestScript.test: A test in this script" , "TestReport.test: A test executed from the test script" .

fhir:_previousAppointment
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.previousAppointment" ;
        rdfs:label    "_previousAppointment" .

fhir:implementationGuide
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.implementationGuide: A list of implementation guides that the server does (or should) support in their entirety." ;
        rdfs:label                      "implementationGuide" ;
        fhir:modifierExtensionProperty  fhir:_implementationGuide ;
        dc:title                        "CapabilityStatement.implementationGuide: Implementation guides supported" .

fhir:UsageContext  a     owl:Class ;
        rdfs:comment     "Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care)." ;
        rdfs:label       "UsageContext" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] ;
        dc:title         "Describes the context of use for a conformance or knowledge resource" .

fhir:EventDefinition  a  owl:Class ;
        rdfs:comment     "The EventDefinition resource provides a reusable description of when a particular event can occur." ;
        rdfs:label       "EventDefinition" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:clinical.general ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TriggerDefinition ;
                           owl:onProperty     fhir:trigger
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:trigger
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] .

fhir:relatedIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.relatedIdentifier: A formal identifier that is used to identify things closely related to this EvidenceReport." , "Citation.citedArtifact.relatedIdentifier: A formal identifier that is used to identify things closely related to the cited artifact." ;
        rdfs:label                      "relatedIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_relatedIdentifier ;
        dc:title                        "EvidenceReport.relatedIdentifier: Identifiers for articles that may relate to more than one evidence report" , "Citation.citedArtifact.relatedIdentifier: Identifier not unique to the cited artifact. May include trial registry identifiers" .

fhir:ImplementationGuideDependsOnComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDependsOnComponent: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides." ;
        rdfs:label       "ImplementationGuideDependsOnComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:packageId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:packageId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:uri
                         ] .

fhir:_procedureSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.procedureSequence" , "(Modified) Claim.item.procedureSequence" ;
        rdfs:label    "_procedureSequence" .

fhir:_copyrightLabel  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.copyrightLabel" , "(Modified) TerminologyCapabilities.copyrightLabel" , "(Modified) SpecimenDefinition.copyrightLabel" , "(Modified) CapabilityStatement.copyrightLabel" , "(Modified) Measure.copyrightLabel" , "(Modified) SubscriptionTopic.copyrightLabel" , "(Modified) GraphDefinition.copyrightLabel" , "(Modified) ExampleScenario.copyrightLabel" , "(Modified) ChargeItemDefinition.copyrightLabel" , "(Modified) Evidence.copyrightLabel" , "(Modified) Questionnaire.copyrightLabel" , "(Modified) NamingSystem.copyrightLabel" , "(Modified) StructureMap.copyrightLabel" , "(Modified) Requirements.copyrightLabel" , "(Modified) CanonicalResource.copyrightLabel" , "(Modified) Citation.copyrightLabel" , "(Modified) TestPlan.copyrightLabel" , "(Modified) ActorDefinition.copyrightLabel" , "(Modified) ObservationDefinition.copyrightLabel" , "(Modified) MessageDefinition.copyrightLabel" , "(Modified) PlanDefinition.copyrightLabel" , "(Modified) ImplementationGuide.copyrightLabel" , "(Modified) Library.copyrightLabel" , "(Modified) ActivityDefinition.copyrightLabel" , "(Modified) TestScript.copyrightLabel" , "(Modified) ValueSet.copyrightLabel" , "(Modified) EventDefinition.copyrightLabel" , "(Modified) CodeSystem.copyrightLabel" , "(Modified) OperationDefinition.copyrightLabel" , "(Modified) StructureDefinition.copyrightLabel" , "(Modified) SearchParameter.copyrightLabel" , "(Modified) EvidenceVariable.copyrightLabel" ;
        rdfs:label    "_copyrightLabel" .

fhir:_navigationLinks
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.navigationLinks" , "(Modified) TestScript.setup.action.assert.navigationLinks" ;
        rdfs:label    "_navigationLinks" .

fhir:QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItemItem
        a                owl:Class ;
        rdfs:comment     "Sub-questions, sub-groups or display items nested beneath a group." ;
        rdfs:label       "QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItemItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Child items of group item" .

fhir:_generatedBy  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.input.generatedBy" ;
        rdfs:label    "_generatedBy" .

fhir:administeredProduct
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Immunization.administeredProduct: An indication of which product was administered to the patient. This is typically a more detailed representation of the concept conveyed by the vaccineCode data element. If a Medication resource is referenced, it may be to a stand-alone resource or a contained resource within the Immunization resource." ;
        rdfs:label                      "administeredProduct" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_administeredProduct ;
        dc:title                        "Immunization.administeredProduct: Product that was administered" .

fhir:validateProfileId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.validateProfileId: The ID of the Profile to validate against." , "TestScript.setup.action.assert.validateProfileId: The ID of the Profile to validate against." ;
        rdfs:label                      "validateProfileId" ;
        fhir:modifierExtensionProperty  fhir:_validateProfileId ;
        dc:title                        "TestScript.test.action.assert.validateProfileId: Profile Id of validation profile reference" , "TestScript.setup.action.assert.validateProfileId: Profile Id of validation profile reference" .

fhir:MedicationKnowledgeIndicationGuidelineComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeIndicationGuidelineComponent: Guidelines or protocols that are applicable for the administration of the medication based on indication." ;
        rdfs:label       "MedicationKnowledgeIndicationGuidelineComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent ;
                           owl:onProperty     fhir:dosingGuideline
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:indication
                         ] .

fhir:intraspecificDescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.intraspecificDescription: The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention." ;
        rdfs:label                      "intraspecificDescription" ;
        fhir:modifierExtensionProperty  fhir:_intraspecificDescription ;
        dc:title                        "SubstanceSourceMaterial.organism.intraspecificDescription: The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention" .

fhir:_protocolApplied
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.protocolApplied" ;
        rdfs:label    "_protocolApplied" .

fhir:_VerificationResult
        a                owl:Class ;
        rdfs:comment     "(Modified) VerificationResult" ;
        rdfs:label       "_VerificationResult" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:monthInterval  a                   owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.monthlyTemplate.monthInterval: Indicates that recurring appointments should occur every nth month." ;
        rdfs:label                      "monthInterval" ;
        fhir:modifierExtensionProperty  fhir:_monthInterval ;
        dc:title                        "Appointment.recurrenceTemplate.monthlyTemplate.monthInterval: Recurs every nth month" .

fhir:expiry  a                          owl:ObjectProperty ;
        rdfs:comment                    "Substance.expiry: When the substance is no longer valid to use. For some substances, a single arbitrary date is used for expiry." , "NutritionProduct.instance.expiry: The time after which the product is no longer expected to be in proper condition, or its use is not advised or not allowed." , "InventoryItem.instance.expiry: The expiry date or date and time for the product." ;
        rdfs:label                      "expiry" ;
        fhir:modifierExtensionProperty  fhir:_expiry ;
        dc:title                        "Substance.expiry: When no longer valid to use" , "NutritionProduct.instance.expiry: The expiry date or date and time for the product" , "InventoryItem.instance.expiry: The expiry date or date and time for the product" .

fhir:versioning  a                      owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.versioning: This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API." , "ElementDefinition.type.versioning: Whether this reference needs to be version specific or version independent, or whether either can be used." ;
        rdfs:label                      "versioning" ;
        fhir:modifierExtensionProperty  fhir:_versioning ;
        dc:title                        "CapabilityStatement.rest.resource.versioning: no-version | versioned | versioned-update" , "ElementDefinition.type.versioning: either | independent | specific" .

fhir:pushTypeAvailable
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.primarySource.pushTypeAvailable: Type of alerts/updates the primary source can send (specific requested changes; any changes; as defined by source)." ;
        rdfs:label                      "pushTypeAvailable" ;
        fhir:modifierExtensionProperty  fhir:_pushTypeAvailable ;
        dc:title                        "VerificationResult.primarySource.pushTypeAvailable: specific | any | source" .

fhir:CitationCitedArtifactStatusDateComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactStatusDateComponent: An effective date or period, historical or future, actual or expected, for a status of the cited artifact." ;
        rdfs:label       "CitationCitedArtifactStatusDateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:activity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:activity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:period
                         ] .

fhir:_assertion  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.assertion" , "(Modified) Evidence.assertion" ;
        rdfs:label    "_assertion" .

fhir:diagnosis  a                       owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.diagnosis.diagnosis" , "Account.diagnosis: When using an account for billing a specific Encounter the set of diagnoses that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s)." , "Claim.diagnosis: Information about diagnoses relevant to the claim items." , "CoverageEligibilityRequest.item.diagnosis.diagnosis" , "Claim.diagnosis.diagnosis" , "EpisodeOfCare.diagnosis: The list of medical conditions that were addressed during the episode of care." , "CoverageEligibilityRequest.item.diagnosis: Patient diagnosis for which care is sought." , "ExplanationOfBenefit.diagnosis: Information about diagnoses relevant to the claim items." , "Encounter.diagnosis: The list of diagnosis relevant to this encounter." ;
        rdfs:label                      "diagnosis" ;
        fhir:modifierExtensionProperty  fhir:_diagnosis ;
        dc:title                        "ExplanationOfBenefit.diagnosis: Pertinent diagnosis information" , "Account.diagnosis: The list of diagnoses relevant to this account" , "EpisodeOfCare.diagnosis: The list of medical conditions that were addressed during the episode of care" , "Claim.diagnosis: Pertinent diagnosis information" , "CoverageEligibilityRequest.item.diagnosis: Applicable diagnosis" , "Encounter.diagnosis: The list of diagnosis relevant to this encounter" .

fhir:_ifNoneExist  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.entry.request.ifNoneExist" ;
        rdfs:label    "_ifNoneExist" .

fhir:_low  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.low" , "(Modified) Observation.component.referenceRange.low" , "(Modified) Observation.referenceRange.low" , "(Modified) Range.low" ;
        rdfs:label    "_low" .

fhir:undesirableEffect
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.undesirableEffect: Describe the possible undesirable effects (negative outcomes) from the use of the medicinal product as treatment." , "ClinicalUseDefinition.indication.undesirableEffect: An unwanted side effect or negative outcome that may happen if you use the drug (or other subject of this resource) for this indication." ;
        rdfs:label                      "undesirableEffect" ;
        fhir:modifierExtensionProperty  fhir:_undesirableEffect ;
        dc:title                        "ClinicalUseDefinition.undesirableEffect: A possible negative outcome from the use of this treatment" , "ClinicalUseDefinition.indication.undesirableEffect: An unwanted side effect or negative outcome of the subject of this resource when being used for this indication" .

fhir:_base  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.prism.base" , "(Modified) SearchParameter.base" , "(Modified) OperationDefinition.base" , "(Modified) MessageDefinition.base" , "(Modified) ElementDefinition.base" ;
        rdfs:label    "_base" .

fhir:queryCriteria  a                   owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.queryCriteria: The FHIR query based rules that the server should use to determine when to trigger a notification for this subscription topic." ;
        rdfs:label                      "queryCriteria" ;
        fhir:modifierExtensionProperty  fhir:_queryCriteria ;
        dc:title                        "SubscriptionTopic.resourceTrigger.queryCriteria: Query based trigger rule" .

fhir:_availableEndTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.availableTime.availableEndTime" ;
        rdfs:label    "_availableEndTime" .

fhir:number  a                          owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.number: The sequential number of the step, e.g. 1.2.5." , "ImagingStudy.series.number: The numeric identifier of this series in the study." , "ExampleScenario.process.step.process.step.number: The sequential number of the step, e.g. 1.2.5." , "Contract.term.group.securityLabel.number: Number used to link this term or term element to the applicable Security Label." , "ImagingSelection.instance.number: The Instance Number for the selected DICOM instance." , "ExplanationOfBenefit.processNote.number: A number to uniquely identify a note entry." , "Contract.term.securityLabel.number: Number used to link this term or term element to the applicable Security Label." , "ExampleScenario.process.step.number: The sequential number of the step, e.g. 1.2.5." , "ClaimResponse.processNote.number: A number to uniquely identify a note entry." , "ExampleScenario.process.step.alternative.step.process.step.number: The sequential number of the step, e.g. 1.2.5." , "ImagingStudy.series.instance.number: The number of instance in the series." , "ExampleScenario.process.step.alternative.step.number: The sequential number of the step, e.g. 1.2.5." ;
        rdfs:label                      "number" ;
        fhir:modifierExtensionProperty  fhir:_number ;
        dc:title                        "ExampleScenario.process.step.process.step.alternative.step.number: Sequential number of the step" , "Contract.term.securityLabel.number: Link to Security Labels" , "ExampleScenario.process.step.process.step.number: Sequential number of the step" , "ExampleScenario.process.step.alternative.step.number: Sequential number of the step" , "ClaimResponse.processNote.number: Note instance identifier" , "ExampleScenario.process.step.number: Sequential number of the step" , "Contract.term.group.securityLabel.number: Link to Security Labels" , "ImagingStudy.series.instance.number: The number of this instance in the series" , "ImagingSelection.instance.number: DICOM Instance Number" , "ExplanationOfBenefit.processNote.number: Note instance identifier" , "ImagingStudy.series.number: Numeric identifier of this series" , "ExampleScenario.process.step.alternative.step.process.step.number: Sequential number of the step" .

fhir:spatialReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure.spatialReference: XY or XYZ-coordinate orientation for structure." , "BodyStructure.includedStructure.spatialReference: XY or XYZ-coordinate orientation for structure." ;
        rdfs:label                      "spatialReference" ;
        rdfs:subPropertyOf              w5:where ;
        fhir:modifierExtensionProperty  fhir:_spatialReference ;
        dc:title                        "BodyStructure.excludedStructure.spatialReference: Cartesian reference for structure" , "BodyStructure.includedStructure.spatialReference: Cartesian reference for structure" .

fhir:conditionality  a                  owl:ObjectProperty ;
        rdfs:comment                    "Requirements.statement.conditionality: This boolean flag is set to true of the text of the requirement is conditional on something e.g. it includes lanauage like 'if x then y'. This conditionality flag is introduced for purposes of filtering and colour highlighting etc." ;
        rdfs:label                      "conditionality" ;
        fhir:modifierExtensionProperty  fhir:_conditionality ;
        dc:title                        "Requirements.statement.conditionality: Set to true if requirements statement is conditional" .

fhir:_codeFilter  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DataRequirement.codeFilter" ;
        rdfs:label    "_codeFilter" .

fhir:SubstanceDefinitionCharacterizationComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionCharacterizationComponent: General specifications for this substance." ;
        rdfs:label       "SubstanceDefinitionCharacterizationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:file
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:form
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:technique
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:form
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:technique
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:offsets  a                         owl:ObjectProperty ;
        rdfs:comment                    "SampledData.offsets: A series of data points which are decimal values separated by a single space (character u20).  The units in which the offsets are expressed are found in intervalUnit.  The absolute point at which the measurements begin SHALL be conveyed outside the scope of this datatype, e.g. Observation.effectiveDateTime for a timing offset." ;
        rdfs:label                      "offsets" ;
        fhir:modifierExtensionProperty  fhir:_offsets ;
        dc:title                        "SampledData.offsets: Offsets, typically in time, at which data values were taken" .

fhir:_orderedBy  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) List.orderedBy" , "(Modified) EvidenceReport.section.section.orderedBy" , "(Modified) EvidenceReport.section.orderedBy" , "(Modified) Composition.section.section.orderedBy" , "(Modified) Composition.section.orderedBy" ;
        rdfs:label    "_orderedBy" .

fhir:_authorizationUrl
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CoverageEligibilityResponse.insurance.item.authorizationUrl" ;
        rdfs:label    "_authorizationUrl" .

fhir:_carrierAIDC  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.udiCarrier.carrierAIDC" ;
        rdfs:label    "_carrierAIDC" .

fhir:_episodeOfCare  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.episodeOfCare" ;
        rdfs:label    "_episodeOfCare" .

fhir:disabledDisplay  a                 owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.disabledDisplay: Indicates if and how items that are disabled (because enableWhen evaluates to 'false') should be displayed." , "Questionnaire.item.disabledDisplay: Indicates if and how items that are disabled (because enableWhen evaluates to 'false') should be displayed." ;
        rdfs:label                      "disabledDisplay" ;
        fhir:modifierExtensionProperty  fhir:_disabledDisplay ;
        dc:title                        "Questionnaire.item.item.disabledDisplay: hidden | protected" , "Questionnaire.item.disabledDisplay: hidden | protected" .

fhir:DocumentReference
        a                            owl:Class ;
        rdfs:comment                 "A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this “document” encompasses *any* serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare.  The DocumentReference resource provides metadata about the document so that the document can be discovered and managed.  The actual content may be inline base64 encoded data or provided by direct reference." ;
        rdfs:label                   "DocumentReference" ;
        rdfs:subClassOf              w5:infrastructure.documents , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DocumentReferenceAttesterComponent ;
                                       owl:onProperty     fhir:attester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:modality
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:practiceSetting
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:securityLabel
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:context
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:practiceSetting
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:facilityType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:facilityType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:docStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DocumentReferenceContentComponent ;
                                       owl:onProperty     fhir:content
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:content
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:docStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:custodian
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DocumentReferenceRelatesToComponent ;
                                       owl:onProperty     fhir:relatesTo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:custodian
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DocumentReference .

fhir:compositeScoring
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Measure.compositeScoring: If this is a composite measure, the scoring method used to combine the component measures to determine the composite score." ;
        rdfs:label                      "compositeScoring" ;
        fhir:modifierExtensionProperty  fhir:_compositeScoring ;
        dc:title                        "Measure.compositeScoring: opportunity | all-or-nothing | linear | weighted" .

fhir:_yearInterval  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.yearlyTemplate.yearInterval" ;
        rdfs:label    "_yearInterval" .

fhir:RelatedPersonCommunicationComponent
        a                owl:Class ;
        rdfs:comment     "RelatedPersonCommunicationComponent: A language which may be used to communicate with the related person about the patient's health." ;
        rdfs:label       "RelatedPersonCommunicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] .

fhir:_displayName  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.displayName" ;
        rdfs:label    "_displayName" .

fhir:_monday  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.monday" ;
        rdfs:label    "_monday" .

fhir:messaging  a                       owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.messaging: A description of the messaging capabilities of the solution." ;
        rdfs:label                      "messaging" ;
        fhir:modifierExtensionProperty  fhir:_messaging ;
        dc:title                        "CapabilityStatement.messaging: If messaging is supported" .

fhir:geneElement  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubstanceReferenceInformation.geneElement: Todo." ;
        rdfs:label                      "geneElement" ;
        fhir:modifierExtensionProperty  fhir:_geneElement ;
        dc:title                        "SubstanceReferenceInformation.geneElement: Todo" .

fhir:exclude  a                         owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.exclude: When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion." , "Group.characteristic.exclude: If true, indicates the characteristic is one that is NOT held by members of the group." , "EvidenceReport.subject.characteristic.exclude: Is used to express not the characteristic." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.exclude: When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion." , "ValueSet.compose.exclude: Exclude one or more codes from the value set based on code system filters and/or other value sets." ;
        rdfs:label                      "exclude" ;
        fhir:modifierExtensionProperty  fhir:_exclude ;
        dc:title                        "EvidenceVariable.characteristic.exclude: Whether the characteristic is an inclusion criterion or exclusion criterion" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.exclude: Whether the characteristic is an inclusion criterion or exclusion criterion" , "Group.characteristic.exclude: Group includes or excludes" , "ValueSet.compose.exclude: Explicitly exclude codes from a code system or other value sets" , "EvidenceReport.subject.characteristic.exclude: Is used to express not the characteristic" .

fhir:_itemSequence  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.itemSequence" , "(Modified) ClaimResponse.error.itemSequence" , "(Modified) ClaimResponse.addItem.itemSequence" , "(Modified) ClaimResponse.item.itemSequence" ;
        rdfs:label    "_itemSequence" .

fhir:_artifactAssessment
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.classification.artifactAssessment" ;
        rdfs:label    "_artifactAssessment" .

fhir:dispenseRequest  a                 owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest: Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order).  Note that this information is not always sent with the order.  There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department." ;
        rdfs:label                      "dispenseRequest" ;
        fhir:modifierExtensionProperty  fhir:_dispenseRequest ;
        dc:title                        "MedicationRequest.dispenseRequest: Medication supply authorization" .

fhir:intendedJurisdiction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.intendedJurisdiction: Lists the jurisdictions that this medication knowledge was written for." ;
        rdfs:label                      "intendedJurisdiction" ;
        fhir:modifierExtensionProperty  fhir:_intendedJurisdiction ;
        dc:title                        "MedicationKnowledge.intendedJurisdiction: Codes that identify the different jurisdictions for which the information of this resource was created" .

fhir:_restriction  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.restriction" , "(Modified) Task.restriction" ;
        rdfs:label    "_restriction" .

fhir:ImmunizationEvaluation
        a                            owl:Class ;
        rdfs:comment                 "Describes a comparison of an immunization event against published recommendations to determine if the administration is \"valid\" in relation to those  recommendations." ;
        rdfs:label                   "ImmunizationEvaluation" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:series
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:doseNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:immunizationEvent
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:doseStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:doseStatusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:seriesDoses
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:series
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:targetDisease
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:authority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:doseStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doseNumber
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:targetDisease
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:seriesDoses
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:immunizationEvent
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authority
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ImmunizationEvaluation .

fhir:Observation  a                  owl:Class ;
        rdfs:comment                 "Measurements and simple assertions made about a patient, device or other subject." ;
        rdfs:label                   "Observation" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.diagnostics ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ObservationComponentComponent ;
                                       owl:onProperty     fhir:component
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:specimen
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Quantity ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:integer ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Ratio ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:SampledData ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:time ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Attachment ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:value
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:value
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:specimen
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:interpretation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dataAbsentReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ObservationReferenceRangeComponent ;
                                       owl:onProperty     fhir:referenceRange
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issued
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ObservationTriggeredByComponent ;
                                       owl:onProperty     fhir:triggeredBy
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:dataAbsentReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:bodyStructure
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:derivedFrom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:bodyStructure
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:instant ;
                                                        owl:onProperty     fhir:effective
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:effective
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:hasMember
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:canonical ;
                                                        owl:onProperty     fhir:instantiates
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:instantiates
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Reference ;
                                                        owl:onProperty     fhir:instantiates
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:instantiates
                                                      ]
                                                    )
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Observation .

fhir:_supplier  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyRequest.supplier" , "(Modified) SupplyDelivery.supplier" , "(Modified) SubstanceDefinition.supplier" ;
        rdfs:label    "_supplier" .

fhir:NutritionIntakePerformerComponent
        a                owl:Class ;
        rdfs:comment     "NutritionIntakePerformerComponent: Who performed the intake and how they were involved." ;
        rdfs:label       "NutritionIntakePerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:CapabilityStatementRestComponentSearchParam
        a                owl:Class ;
        rdfs:comment     "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. This is only for searches executed against the system-level endpoint." ;
        rdfs:label       "CapabilityStatementRestComponentSearchParam" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        dc:title         "Search parameters for searching all resources" .

fhir:_SubstanceReferenceInformation
        a                owl:Class ;
        rdfs:comment     "(Modified) SubstanceReferenceInformation" ;
        rdfs:label       "_SubstanceReferenceInformation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_CarePlan  a        owl:Class ;
        rdfs:comment     "(Modified) CarePlan" ;
        rdfs:label       "_CarePlan" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:AdverseEventPreventiveActionComponent
        a                owl:Class ;
        rdfs:comment     "AdverseEventPreventiveActionComponent: Preventive actions that contributed to avoiding the adverse event." ;
        rdfs:label       "AdverseEventPreventiveActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                        )
                         ] .

fhir:outsideFoodAllowed
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.outsideFoodAllowed: This modifier is used to convey whether a food item is allowed to be brought in by the patient and/or family.  If set to true, indicates that the receiving system does not need to supply the food item." ;
        rdfs:label                      "outsideFoodAllowed" ;
        fhir:modifierExtensionProperty  fhir:_outsideFoodAllowed ;
        dc:title                        "NutritionOrder.outsideFoodAllowed: Capture when a food item is brought in by the patient and/or family" .

fhir:_maxVolumeToDeliver
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.maxVolumeToDeliver" ;
        rdfs:label    "_maxVolumeToDeliver" .

fhir:InventoryItemAssociationComponent
        a                owl:Class ;
        rdfs:comment     "InventoryItemAssociationComponent: Association with other items or products." ;
        rdfs:label       "InventoryItemAssociationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:associationType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:associationType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Ratio ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relatedItem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:relatedItem
                         ] .

fhir:deliverFor  a                      owl:ObjectProperty ;
        rdfs:comment                    "SupplyRequest.deliverFor: The patient to whom the supply will be given or for whom they will be used." ;
        rdfs:label                      "deliverFor" ;
        fhir:modifierExtensionProperty  fhir:_deliverFor ;
        dc:title                        "SupplyRequest.deliverFor: The patient for who the supply request is for" .

fhir:ElementDefinitionExampleComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionExampleComponent: A sample value for this element demonstrating the type of information that would typically be found in the element." ;
        rdfs:label       "ElementDefinitionExampleComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] .

fhir:_totalPriceComponent
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.totalPriceComponent" , "(Modified) ChargeItem.totalPriceComponent" ;
        rdfs:label    "_totalPriceComponent" .

fhir:_carrierHRF  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.udiCarrier.carrierHRF" ;
        rdfs:label    "_carrierHRF" .

fhir:_subProperty  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.contains.property.subProperty" , "(Modified) ValueSet.expansion.contains.property.subProperty" ;
        rdfs:label    "_subProperty" .

fhir:allowed  a                         owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.substitution.allowed" , "MedicationKnowledge.regulatory.substitution.allowed: Specifies if regulation allows for changes in the medication when dispensing." , "ExplanationOfBenefit.benefitBalance.financial.allowed" , "CoverageEligibilityResponse.insurance.item.benefit.allowed" ;
        rdfs:label                      "allowed" ;
        fhir:modifierExtensionProperty  fhir:_allowed ;
        dc:title                        "MedicationKnowledge.regulatory.substitution.allowed: Specifies if regulation allows for changes in the medication when dispensing" .

fhir:_searchType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part.searchType" , "(Modified) OperationDefinition.parameter.searchType" ;
        rdfs:label    "_searchType" .

fhir:List  a                         owl:Class ;
        rdfs:comment                 "A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc." ;
        rdfs:label                   "List" ;
        rdfs:subClassOf              w5:infrastructure.documents , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:mode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:orderedBy
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:mode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ListEntryComponent ;
                                       owl:onProperty     fhir:entry
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:emptyReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:orderedBy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:emptyReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:source
                                     ] ;
        fhir:modifierExtensionClass  fhir:_List .

fhir:responseId  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation.responseId: The fixture id (maybe new) to map to the response." , "TestScript.test.action.operation.responseId: The fixture id (maybe new) to map to the response." , "TestScript.setup.action.operation.responseId: The fixture id (maybe new) to map to the response." ;
        rdfs:label                      "responseId" ;
        fhir:modifierExtensionProperty  fhir:_responseId ;
        dc:title                        "TestScript.teardown.action.operation.responseId: Fixture Id of mapped response" , "TestScript.test.action.operation.responseId: Fixture Id of mapped response" , "TestScript.setup.action.operation.responseId: Fixture Id of mapped response" .

fhir:_defaultManualCompletion
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.defaultManualCompletion" , "(Modified) TestScript.setup.action.assert.defaultManualCompletion" ;
        rdfs:label    "_defaultManualCompletion" .

fhir:_subscriberId  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.subscriberId" ;
        rdfs:label    "_subscriberId" .

fhir:_groupingId  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.definition.resource.groupingId" ;
        rdfs:label    "_groupingId" .

fhir:_protocolPerformed
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis.protocolPerformed" ;
        rdfs:label    "_protocolPerformed" .

fhir:subPotentReason  a                 owl:ObjectProperty ;
        rdfs:comment                    "MedicationAdministration.subPotentReason: The reason or reasons why the full dose was not administered." ;
        rdfs:label                      "subPotentReason" ;
        fhir:modifierExtensionProperty  fhir:_subPotentReason ;
        dc:title                        "MedicationAdministration.subPotentReason: Reason full dose was not administered" .

fhir:maxValue  a                        owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.maxValue" ;
        rdfs:label                      "maxValue" ;
        fhir:modifierExtensionProperty  fhir:_maxValue .

fhir:_data  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) TriggerDefinition.data" , "(Modified) SampledData.data" , "(Modified) Consent.provision.data" , "(Modified) Permission.rule.data" , "(Modified) Binary.data" , "(Modified) Attachment.data" , "(Modified) Signature.data" , "(Modified) Consent.provision.provision.data" ;
        rdfs:label    "_data" .

fhir:_disulfideLinkage
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.disulfideLinkage" ;
        rdfs:label    "_disulfideLinkage" .

fhir:metadata  a                        owl:ObjectProperty ;
        rdfs:comment                    "TestScript.metadata: The required capability must exist and are assumed to function correctly on the FHIR server being tested." ;
        rdfs:label                      "metadata" ;
        fhir:modifierExtensionProperty  fhir:_metadata ;
        dc:title                        "TestScript.metadata: Required capability that is assumed to function correctly on the FHIR server being tested" .

fhir:ConditionParticipantComponent
        a                owl:Class ;
        rdfs:comment     "ConditionParticipantComponent: Indicates who or what participated in the activities related to the condition and how they were involved." ;
        rdfs:label       "ConditionParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:rationale  a                       owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.prediction.rationale: Additional information explaining the basis for the prediction." , "Measure.rationale: Provides a succinct statement of the need for the measure. Usually includes statements pertaining to importance criterion: impact, gap in care, and evidence." ;
        rdfs:label                      "rationale" ;
        fhir:modifierExtensionProperty  fhir:_rationale ;
        dc:title                        "RiskAssessment.prediction.rationale: Explanation of prediction" , "Measure.rationale: Detailed description of why the measure exists" .

fhir:tax  a                             owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.addItem.detail.tax: The total of taxes applicable for this product or service." , "Claim.item.detail.tax: The total of taxes applicable for this product or service." , "ExplanationOfBenefit.item.tax: The total of taxes applicable for this product or service." , "Claim.item.detail.subDetail.tax: The total of taxes applicable for this product or service." , "ExplanationOfBenefit.item.detail.subDetail.tax: The total of taxes applicable for this product or service." , "ClaimResponse.addItem.detail.subDetail.tax: The total of taxes applicable for this product or service." , "ExplanationOfBenefit.addItem.detail.tax: The total of taxes applicable for this product or service." , "ExplanationOfBenefit.addItem.tax: The total of taxes applicable for this product or service." , "ExplanationOfBenefit.item.detail.tax: The total of taxes applicable for this product or service." , "ClaimResponse.addItem.tax: The total of taxes applicable for this product or service." , "Claim.item.tax: The total of taxes applicable for this product or service." , "ExplanationOfBenefit.addItem.detail.subDetail.tax: The total of taxes applicable for this product or service." ;
        rdfs:label                      "tax" ;
        fhir:modifierExtensionProperty  fhir:_tax ;
        dc:title                        "ExplanationOfBenefit.addItem.detail.subDetail.tax: Total tax" , "ExplanationOfBenefit.addItem.tax: Total tax" , "Claim.item.tax: Total tax" , "Claim.item.detail.tax: Total tax" , "ExplanationOfBenefit.addItem.detail.tax: Total tax" , "ClaimResponse.addItem.detail.subDetail.tax: Total tax" , "ExplanationOfBenefit.item.tax: Total tax" , "ClaimResponse.addItem.tax: Total tax" , "Claim.item.detail.subDetail.tax: Total tax" , "ExplanationOfBenefit.item.detail.subDetail.tax: Total tax" , "ExplanationOfBenefit.item.detail.tax: Total tax" , "ClaimResponse.addItem.detail.tax: Total tax" .

fhir:Contract.Term.ContractAssetAnswer
        a                owl:Class ;
        rdfs:comment     "Response to assets." ;
        rdfs:label       "Contract.Term.ContractAssetAnswer" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        dc:title         "Response to assets" .

fhir:_line  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Address.line" ;
        rdfs:label    "_line" .

fhir:index  a                           owl:ObjectProperty ;
        rdfs:comment                    "TestScript.destination.index: Abstract name given to a destination server in this test script.  The name is provided as a number starting at 1." , "TestScript.origin.index: Abstract name given to an origin server in this test script.  The name is provided as a number starting at 1." ;
        rdfs:label                      "index" ;
        fhir:modifierExtensionProperty  fhir:_index ;
        dc:title                        "TestScript.destination.index: The index of the abstract destination server starting at 1" , "TestScript.origin.index: The index of the abstract origin server starting at 1" .

fhir:_firstPage  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.firstPage" ;
        rdfs:label    "_firstPage" .

fhir:verifiedBy  a                      owl:ObjectProperty ;
        rdfs:comment                    "Consent.verification.verifiedBy: The person who conducted the verification/validation of the Grantor decision." ;
        rdfs:label                      "verifiedBy" ;
        fhir:modifierExtensionProperty  fhir:_verifiedBy ;
        dc:title                        "Consent.verification.verifiedBy: Person conducting verification" .

fhir:_requestProvider
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EnrollmentResponse.requestProvider" ;
        rdfs:label    "_requestProvider" .

fhir:Diagnosis  a        owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Diagnosis: Information about diagnoses relevant to the claim items." , "Claim.Diagnosis: Information about diagnoses relevant to the claim items." , "EpisodeOfCare.Diagnosis: The list of medical conditions that were addressed during the episode of care." , "CoverageEligibilityRequest.Details.Diagnosis: Patient diagnosis for which care is sought." , "Encounter.Diagnosis: The list of diagnosis relevant to this encounter." ;
        rdfs:label       "Diagnosis" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onAdmission
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:onAdmission
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:onAdmission
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:diagnosis
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:diagnosis
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:diagnosis
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:diagnosis
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onAdmission
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:diagnosis
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:diagnosis
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:diagnosis
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:diagnosis
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:diagnosis
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:diagnosis
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:diagnosis
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:diagnosis
                                          ]
                                        )
                         ] .

fhir:_hybridType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.hybrid.hybridType" ;
        rdfs:label    "_hybridType" .

fhir:_abnormalCodedValueSet
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.abnormalCodedValueSet" , "(Modified) ObservationDefinition.qualifiedValue.abnormalCodedValueSet" ;
        rdfs:label    "_abnormalCodedValueSet" .

fhir:Encounter  a                    owl:Class ;
        rdfs:comment                 "An interaction between healthcare provider(s), and/or patient(s) for the purpose of providing healthcare service(s) or assessing the health status of patient(s)." ;
        rdfs:label                   "Encounter" ;
        rdfs:subClassOf              w5:workflow.encounter , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:EncounterLocationComponent ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:admission
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Diagnosis ;
                                       owl:onProperty     fhir:diagnosis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:actualPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:appointment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subjectStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:EncounterAdmissionComponent ;
                                       owl:onProperty     fhir:admission
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:plannedStartDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialArrangement
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:plannedEndDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:serviceType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:plannedEndDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:VirtualServiceDetail ;
                                       owl:onProperty     fhir:virtualService
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reason ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:careTeam
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:EncounterParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:episodeOfCare
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:dietPreference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:actualPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Duration ;
                                       owl:onProperty     fhir:length
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:length
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:serviceProvider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:plannedStartDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:serviceProvider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialCourtesy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subjectStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:account
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:class
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Encounter .

fhir:expression  a                      owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.condition.expression: An expression that returns true or false, indicating whether or not the condition is satisfied." , "ActivityDefinition.dynamicValue.expression: An expression specifying the value of the customized element." , "ElementDefinition.constraint.expression: A [FHIRPath](fhirpath.html) expression of constraint that can be executed to see if this constraint is met." , "ClaimResponse.error.expression: A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised." , "RequestOrchestration.action.action.dynamicValue.expression: An expression specifying the value of the customized element." , "PlanDefinition.action.action.condition.expression: An expression that returns true or false, indicating whether the condition is satisfied." , "PlanDefinition.action.dynamicValue.expression: An expression specifying the value of the customized element." , "PlanDefinition.action.condition.expression: An expression that returns true or false, indicating whether the condition is satisfied." , "GraphDefinition.link.compartment.expression: Custom rule, as a FHIRPath expression." , "SearchParameter.component.expression: A sub-expression that defines how to extract values for this component from the output of the main SearchParameter.expression." , "Consent.provision.expression: A computable (FHIRPath or other) definition of what is controlled by this consent." , "TestScript.variable.expression: The FHIRPath expression for a specific value to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." , "Permission.rule.data.expression: Used when other data selection elements are insufficient." , "OperationOutcome.issue.expression: A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised." , "Expression.expression: An expression in the specified language that returns a value." , "PlanDefinition.action.action.dynamicValue.expression: An expression specifying the value of the customized element." , "StructureDefinition.context.expression: An expression that defines where an extension can be used in resources." , "TestScript.setup.action.assert.expression: The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload." , "Consent.provision.provision.expression: A computable (FHIRPath or other) definition of what is controlled by this consent." , "TestScript.test.action.assert.expression: The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload." , "RequestOrchestration.action.action.condition.expression: An expression that returns true or false, indicating whether or not the condition is satisfied." , "SearchParameter.expression: A FHIRPath expression that returns a set of elements for the search parameter." , "CoverageEligibilityResponse.error.expression: A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised." , "RequestOrchestration.action.dynamicValue.expression: An expression specifying the value of the customized element." ;
        rdfs:label                      "expression" ;
        fhir:modifierExtensionProperty  fhir:_expression ;
        dc:title                        "SearchParameter.component.expression: Subexpression relative to main expression" , "TestScript.test.action.assert.expression: The FHIRPath expression to be evaluated" , "ElementDefinition.constraint.expression: FHIRPath expression of constraint" , "PlanDefinition.action.action.condition.expression: Boolean-valued expression" , "Consent.provision.provision.expression: A computable expression of the consent" , "RequestOrchestration.action.dynamicValue.expression: An expression that provides the dynamic value for the customization" , "GraphDefinition.link.compartment.expression: Custom rule, as a FHIRPath expression" , "Expression.expression: Expression in specified language" , "PlanDefinition.action.action.dynamicValue.expression: An expression that provides the dynamic value for the customization" , "StructureDefinition.context.expression: Where the extension can be used in instances" , "ClaimResponse.error.expression: FHIRPath of element(s) related to issue" , "RequestOrchestration.action.condition.expression: Boolean-valued expression" , "PlanDefinition.action.dynamicValue.expression: An expression that provides the dynamic value for the customization" , "OperationOutcome.issue.expression: FHIRPath of element(s) related to issue" , "TestScript.setup.action.assert.expression: The FHIRPath expression to be evaluated" , "TestScript.variable.expression: The FHIRPath expression against the fixture body" , "RequestOrchestration.action.action.dynamicValue.expression: An expression that provides the dynamic value for the customization" , "PlanDefinition.action.condition.expression: Boolean-valued expression" , "Consent.provision.expression: A computable expression of the consent" , "RequestOrchestration.action.action.condition.expression: Boolean-valued expression" , "SearchParameter.expression: FHIRPath expression that extracts the values" , "CoverageEligibilityResponse.error.expression: FHIRPath of element(s) related to issue" , "Permission.rule.data.expression: Expression identifying the data" , "ActivityDefinition.dynamicValue.expression: An expression that provides the dynamic value for the customization" .

fhir:_current  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.queryCriteria.current" ;
        rdfs:label    "_current" .

fhir:BackboneType  a     owl:Class ;
        rdfs:comment     "Base definition for the few data types that are allowed to carry modifier extensions." ;
        rdfs:label       "BackboneType" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  0 ;
                           owl:onProperty   fhir:modifierExtension
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:modifierExtension
                         ] ;
        dc:title         "Base for datatypes that can carry modifier extensions" .

fhir:collection  a                      owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.collection: The action to be performed for collecting the specimen." , "Specimen.collection: Details concerning the specimen collection." , "BiologicallyDerivedProduct.collection: How this product was collected." ;
        rdfs:label                      "collection" ;
        fhir:modifierExtensionProperty  fhir:_collection ;
        dc:title                        "SpecimenDefinition.collection: Specimen collection procedure" , "Specimen.collection: Collection details" , "BiologicallyDerivedProduct.collection: How this product was collected" .

fhir:_family  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.family" , "(Modified) HumanName.family" ;
        rdfs:label    "_family" .

fhir:_validated  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.metadata.capability.validated" ;
        rdfs:label    "_validated" .

fhir:question  a                        owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.enableWhen.question: The linkId for the question whose answer (or lack of answer) governs whether this item is enabled." , "Questionnaire.item.enableWhen.question: The linkId for the question whose answer (or lack of answer) governs whether this item is enabled." ;
        rdfs:label                      "question" ;
        fhir:modifierExtensionProperty  fhir:_question ;
        dc:title                        "Questionnaire.item.item.enableWhen.question: The linkId of question that determines whether item is enabled/disabled" , "Questionnaire.item.enableWhen.question: The linkId of question that determines whether item is enabled/disabled" .

fhir:_noMap  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.group.element.noMap" ;
        rdfs:label    "_noMap" .

fhir:_comparisonGroup
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.comparisonGroup" ;
        rdfs:label    "_comparisonGroup" .

fhir:EnrollmentRequest
        a                            owl:Class ;
        rdfs:comment                 "This resource provides the insurance enrollment details to the insurer regarding a specified coverage." ;
        rdfs:label                   "EnrollmentRequest" ;
        rdfs:subClassOf              w5:financial.support , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:coverage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:coverage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:candidate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:candidate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:created
                                     ] ;
        fhir:modifierExtensionClass  fhir:_EnrollmentRequest .

fhir:_surfaceOrientation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation.surfaceOrientation" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation.surfaceOrientation" ;
        rdfs:label    "_surfaceOrientation" .

fhir:prescription  a                    owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.prescription: Prescription is the document/authorization given to the claim author for them to provide products and services for which consideration (reimbursement) is sought. Could be a RX for medications, an 'order' for oxygen or wheelchair or physiotherapy treatments." , "Claim.prescription: Prescription is the document/authorization given to the claim author for them to provide products and services for which consideration (reimbursement) is sought. Could be a RX for medications, an 'order' for oxygen or wheelchair or physiotherapy treatments." ;
        rdfs:label                      "prescription" ;
        fhir:modifierExtensionProperty  fhir:_prescription ;
        dc:title                        "ExplanationOfBenefit.prescription: Prescription authorizing services or products" , "Claim.prescription: Prescription authorizing services and products" .

fhir:_contributorship
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship" ;
        rdfs:label    "_contributorship" .

fhir:synthesisType  a                   owl:ObjectProperty ;
        rdfs:comment                    "Evidence.synthesisType: The method to combine studies." ;
        rdfs:label                      "synthesisType" ;
        fhir:modifierExtensionProperty  fhir:_synthesisType ;
        dc:title                        "Evidence.synthesisType: The method to combine studies" .

fhir:_anchor  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest.page.anchor" ;
        rdfs:label    "_anchor" .

fhir:_suppress  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.constraint.suppress" ;
        rdfs:label    "_suppress" .

fhir:_other  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Patient.link.other" , "(Modified) ImplementationGuide.manifest.other" ;
        rdfs:label    "_other" .

fhir:variable  a                        owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.target.variable: Named context for field, if desired, and a field is specified." , "TestScript.variable: Variable is set based either on element value in response body or on header field value in the response headers." , "StructureMap.group.rule.source.variable: Named context for field, if a field is specified." , "Evidence.statistic.modelCharacteristic.variable: A variable adjusted for in the adjusted analysis." , "StructureMap.group.rule.rule.source.variable: Named context for field, if a field is specified." , "StructureMap.group.rule.rule.target.variable: Named context for field, if desired, and a field is specified." ;
        rdfs:label                      "variable" ;
        fhir:modifierExtensionProperty  fhir:_variable ;
        dc:title                        "StructureMap.group.rule.rule.source.variable: Named context for field, if a field is specified" , "StructureMap.group.rule.target.variable: Named context for field, if desired, and a field is specified" , "StructureMap.group.rule.rule.target.variable: Named context for field, if desired, and a field is specified" , "Evidence.statistic.modelCharacteristic.variable: A variable adjusted for in the adjusted analysis" , "TestScript.variable: Placeholder for evaluated elements" , "StructureMap.group.rule.source.variable: Named context for field, if a field is specified" .

fhir:MolecularSequenceRelativeComponent
        a                owl:Class ;
        rdfs:comment     "MolecularSequenceRelativeComponent: A sequence defined relative to another sequence." ;
        rdfs:label       "MolecularSequenceRelativeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:coordinateSystem
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ordinalPosition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequenceRange
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:coordinateSystem
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MolecularSequenceRelativeEditComponent ;
                           owl:onProperty     fhir:edit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:startingSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MolecularSequenceRelativeStartingSequenceComponent ;
                           owl:onProperty     fhir:startingSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:sequenceRange
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:ordinalPosition
                         ] .

fhir:Ingredient  a                   owl:Class ;
        rdfs:comment                 "An ingredient of a manufactured item or pharmaceutical product." ;
        rdfs:label                   "Ingredient" ;
        rdfs:subClassOf              w5:administrative.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:IngredientManufacturerComponent ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:IngredientSubstanceComponent ;
                                       owl:onProperty     fhir:substance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:group
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:group
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:allergenicIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:function
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:allergenicIndicator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:role
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:for
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:substance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:role
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Ingredient .

fhir:_occurrenceDateTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) GuidanceResponse.occurrenceDateTime" ;
        rdfs:label    "_occurrenceDateTime" .

fhir:Annotation  a       owl:Class ;
        rdfs:comment     "A  text note which also  contains information about who made the statement and when." ;
        rdfs:label       "Annotation" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:time
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:author
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:author
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:author
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:author
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:time
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:text
                         ] ;
        dc:title         "Text node with attribution" .

fhir:SubstanceReferenceInformationGeneComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceReferenceInformationGeneComponent: Todo." ;
        rdfs:label       "SubstanceReferenceInformationGeneComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:gene
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:gene
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:geneSequenceOrigin
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:geneSequenceOrigin
                         ] .

fhir:_valueQuantity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic.variable.valueQuantity" ;
        rdfs:label    "_valueQuantity" .

fhir:DeviceDefinitionCorrectiveActionComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionCorrectiveActionComponent: Tracking of latest field safety corrective action." ;
        rdfs:label       "DeviceDefinitionCorrectiveActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:recall
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:recall
                         ] .

fhir:OperationDefinitionParameterComponent
        a                owl:Class ;
        rdfs:comment     "OperationDefinitionParameterComponent: The parameters for the operation/query." ;
        rdfs:label       "OperationDefinitionParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:searchType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterReferencedFromComponent ;
                           owl:onProperty     fhir:referencedFrom
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:allowedType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:targetProfile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterBindingComponent ;
                           owl:onProperty     fhir:binding
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OperationDefinitionParameterComponentParameter ;
                           owl:onProperty     fhir:part
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:binding
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:searchType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:min
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:EvidenceVariableCharacteristicDefinitionByCombinationComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponent: Defines the characteristic as a combination of two or more characteristics." , "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic.EvidenceVariableCharacteristicDefinitionByCombinationComponent: Defines the characteristic as a combination of two or more characteristics." ;
        rdfs:label       "EvidenceVariableCharacteristicDefinitionByCombinationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:threshold
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:characteristic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:characteristic
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:threshold
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic ;
                           owl:onProperty     fhir:characteristic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:threshold
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:threshold
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic ;
                           owl:onProperty     fhir:characteristic
                         ] .

fhir:SpecimenDefinitionTypeTestedHandlingComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenDefinitionTypeTestedComponent.SpecimenDefinitionTypeTestedHandlingComponent: Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process." ;
        rdfs:label       "SpecimenDefinitionTypeTestedHandlingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:temperatureRange
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:maxDuration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:temperatureQualifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:temperatureQualifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:instruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:instruction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:temperatureRange
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxDuration
                         ] .

fhir:_testRun  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.testRun" ;
        rdfs:label    "_testRun" .

fhir:compareToSourceId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.compareToSourceId: Id of the source fixture used as the contents to be evaluated by either the \"source/expression\" or \"sourceId/path\" definition." , "TestScript.setup.action.assert.compareToSourceId: Id of the source fixture used as the contents to be evaluated by either the \"source/expression\" or \"sourceId/path\" definition." ;
        rdfs:label                      "compareToSourceId" ;
        fhir:modifierExtensionProperty  fhir:_compareToSourceId ;
        dc:title                        "TestScript.test.action.assert.compareToSourceId: Id of the source fixture to be evaluated" , "TestScript.setup.action.assert.compareToSourceId: Id of the source fixture to be evaluated" .

fhir:_definitional  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.definitional" ;
        rdfs:label    "_definitional" .

fhir:_testCase  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase" ;
        rdfs:label    "_testCase" .

fhir:_PaymentReconciliation
        a                owl:Class ;
        rdfs:comment     "(Modified) PaymentReconciliation" ;
        rdfs:label       "_PaymentReconciliation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:valuedItem  a                      owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.valuedItem: Contract Valued Item List." , "Contract.term.asset.valuedItem: Contract Valued Item List." ;
        rdfs:label                      "valuedItem" ;
        fhir:modifierExtensionProperty  fhir:_valuedItem ;
        dc:title                        "Contract.term.group.asset.valuedItem: Contract Valued Item List" , "Contract.term.asset.valuedItem: Contract Valued Item List" .

fhir:relatedItem  a                     owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.association.relatedItem: The related item or product." ;
        rdfs:label                      "relatedItem" ;
        fhir:modifierExtensionProperty  fhir:_relatedItem ;
        dc:title                        "InventoryItem.association.relatedItem: The related item or product" .

fhir:consumedItem  a                    owl:ObjectProperty ;
        rdfs:comment                    "NutritionIntake.consumedItem: What food or fluid product or item was consumed." ;
        rdfs:label                      "consumedItem" ;
        fhir:modifierExtensionProperty  fhir:_consumedItem ;
        dc:title                        "NutritionIntake.consumedItem: What food or fluid product or item was consumed" .

fhir:search  a                          owl:ObjectProperty ;
        rdfs:comment                    "CompartmentDefinition.search: Whether the search syntax is supported,." , "Bundle.entry.search: Information about the search process that lead to the creation of this entry." ;
        rdfs:label                      "search" ;
        fhir:modifierExtensionProperty  fhir:_search ;
        dc:title                        "CompartmentDefinition.search: Whether the search syntax is supported" , "Bundle.entry.search: Search related information" .

fhir:duration  a                        owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.duration" , "Timing.repeat.duration: How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration." , "VisionPrescription.lensSpecification.duration: The recommended maximum wear period for the lens." , "ClinicalUseDefinition.indication.duration" , "EvidenceVariable.characteristic.duration" , "Attachment.duration: The duration of the recording in seconds - for audio and video." , "Device.duration: A measurement of time during the device's operation (e.g., days, hours, mins, etc.)." , "MedicationRequest.dispenseRequest.initialFill.duration: The length of time that the first dispense is expected to last." , "Specimen.collection.duration: The span of time over which the collection of a specimen occurred." ;
        rdfs:label                      "duration" ;
        rdfs:subPropertyOf              w5:when.init ;
        fhir:modifierExtensionProperty  fhir:_duration ;
        dc:title                        "VisionPrescription.lensSpecification.duration: Lens wear duration" , "Timing.repeat.duration: How long when it happens" , "Attachment.duration: Length in seconds (audio / video)" , "MedicationRequest.dispenseRequest.initialFill.duration: First fill duration" , "Specimen.collection.duration: How long it took to collect specimen" , "Device.duration: A measurement of time during the device's operation (e.g., days, hours, mins, etc.)" .

fhir:status  a                          owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.status: The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status." , "MeasureReport.status: The MeasureReport status. No data will be available until the MeasureReport status is complete." , "SubscriptionStatus.status: The status of the subscription, which marks the server state for managing the subscription." , "Transport.status: A code specifying the state of the transport event." , "ValueSet.status: The status of this value set. Enables tracking the life-cycle of the content. The status of the value set applies to the value set definition (ValueSet.compose) and the associated ValueSet metadata. Expansions do not have a state." , "Communication.status: The status of the transmission." , "Library.status: The status of this library. Enables tracking the life-cycle of the content." , "Citation.status: The status of this summary. Enables tracking the life-cycle of the content." , "PlanDefinition.status: The status of this plan definition. Enables tracking the life-cycle of the content." , "Composition.status: The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document." , "GuidanceResponse.status: The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information." , "ConceptMap.status: The status of this concept map. Enables tracking the life-cycle of the content." , "NutritionOrder.status: The workflow status of the nutrition order/request." , "Narrative.status: The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data." , "DeviceDispense.status: A code specifying the state of the set of dispense events." , "SubstanceDefinition.code.status: Status of the code assignment, for example 'provisional', 'approved'." , "ExampleScenario.status: The status of this example scenario. Enables tracking the life-cycle of the content." , "Encounter.status: The current state of the encounter (not the state of the patient within the encounter - that is subjectState)." , "GenomicStudy.status: The status of the genomic study." , "Procedure.status: A code specifying the state of the procedure. Generally, this will be the in-progress or completed state." , "Invoice.status: The current state of the Invoice." , "Substance.status: A code to indicate if the substance is actively used." , "EpisodeOfCare.status: planned | waitlist | active | onhold | finished | cancelled." , "SubscriptionTopic.status: The current state of the SubscriptionTopic." , "DetectedIssue.status: Indicates the status of the detected issue." , "SearchParameter.status: The status of this search parameter. Enables tracking the life-cycle of the content." , "ClinicalImpression.status: Identifies the workflow status of the assessment." , "Slot.status: busy | free | busy-unavailable | busy-tentative | entered-in-error." , "SubstanceDefinition.name.synonym.official.status: The status of the official name, for example 'draft', 'active', 'retired'." , "ExplanationOfBenefit.status: The status of the resource instance." , "CommunicationRequest.status: The status of the proposal or order." , "SubstanceDefinition.name.synonym.status: The status of the name, for example 'current', 'proposed'." , "MarketingStatus.status: This attribute provides information on the status of the marketing of the medicinal product See ISO/TS 20443 for more information and examples." , "Subscription.status: The status of the subscription, which marks the server state for managing the subscription." , "OperationDefinition.status: The current state of this operation definition." , "AdverseEvent.status: The current state of the adverse event or potential adverse event." , "EventDefinition.status: The status of this event definition. Enables tracking the life-cycle of the content." , "Medication.status: A code to indicate if the medication is in active use." , "RegulatedAuthorization.case.status: The status associated with the case." , "Location.status: The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location." , "MedicationDispense.status: A code specifying the state of the set of dispense events." , "TestReport.status: The current state of this test report." , "ImmunizationEvaluation.status: Indicates the current status of the evaluation of the vaccination administration event." , "Flag.status: Supports basic workflow." , "InventoryItem.status: Status of the item entry." , "SubstanceDefinition.name.translation.status: The status of the name, for example 'current', 'proposed'." , "Account.status: Indicates whether the account is presently used/usable or not." , "Device.status: The Device record status. This is not the status of the device like availability." , "SubstanceDefinition.name.translation.official.status: The status of the official name, for example 'draft', 'active', 'retired'." , "CapabilityStatement.status: The status of this capability statement. Enables tracking the life-cycle of the content." , "Encounter.location.status: The status of the participants' presence at the specified location during the period specified. If the participant is no longer at the location, then the period will have an end date/time." , "FormularyItem.status: The validity about the information of the formulary item and not of the underlying product or service itself." , "CompartmentDefinition.status: The status of this compartment definition. Enables tracking the life-cycle of the content." , "SupplyRequest.status: Status of the supply request." , "ConditionDefinition.status: The status of this condition definition. Enables tracking the life-cycle of the content." , "TestScript.status: The status of this test script. Enables tracking the life-cycle of the content." , "Task.status: The current status of the task." , "SubstanceDefinition.name.status: The status of the name, for example 'current', 'proposed'." , "AdministrableProductDefinition.property.status: The status of characteristic e.g. assigned or pending." , "Evidence.status: The status of this summary. Enables tracking the life-cycle of the content." , "ResearchStudy.status: The publication state of the resource (not of the study)." , "Bundle.entry.response.status: The status code returned by processing this entry. The status SHALL start with a 3 digit HTTP code (e.g. 404) and may contain the standard HTTP description associated with the status code." , "StructureMap.status: The status of this structure map. Enables tracking the life-cycle of the content." , "DiagnosticReport.status: The status of the diagnostic report." , "BiologicallyDerivedProductDispense.status: A code specifying the state of the dispense event." , "CarePlan.status: Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record." , "Appointment.participant.status: Participation status of the actor." , "ImagingStudy.status: The current state of the ImagingStudy resource. This is not the status of any ServiceRequest or Task resources associated with the ImagingStudy." , "RiskAssessment.status: The status of the RiskAssessment, using the same statuses as an Observation." , "ImagingSelection.status: The current state of the ImagingSelection resource. This is not the status of any ImagingStudy, ServiceRequest, or Task resources associated with the ImagingSelection." , "ManufacturedItemDefinition.status: The status of this item. Enables tracking the life-cycle of the content." , "Endpoint.status: The endpoint status represents the general expected availability of an endpoint." , "Ingredient.status: The status of this ingredient. Enables tracking the life-cycle of the content." , "AdministrableProductDefinition.status: The status of this administrable product. Enables tracking the life-cycle of the content." , "MedicationKnowledge.status: A code to indicate if the medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system. The status refers to the validity about the information of the medication and not to its medicinal properties." , "Immunization.status: Indicates the current status of the immunization event." , "TestPlan.status: The status of this test plan. Enables tracking the life-cycle of the content." , "ServiceRequest.status: The status of the order." , "CoverageEligibilityResponse.status: The status of the resource instance." , "MedicationStatement.status: A code representing the status of recording the medication statement." , "ActivityDefinition.status: The status of this activity definition. Enables tracking the life-cycle of the content." , "SpecimenDefinition.status: The current state of theSpecimenDefinition." , "Contract.status: The status of the resource instance." , "Contract.term.group.action.status: Current state of the term action." , "DeviceUsage.status: A code representing the patient or other source's judgment about the state of the device used that this statement is about.  Generally this will be active or completed." , "SubstanceDefinition.status: Status of substance within the catalogue e.g. active, retired." , "FamilyMemberHistory.status: A code specifying the status of the record of the family history of a specific family member." , "Coverage.status: The status of the resource instance." , "PaymentReconciliation.status: The status of the resource instance." , "SubstanceDefinition.name.official.status: The status of the official name, for example 'draft', 'active', 'retired'." , "Specimen.status: The availability of the specimen." , "DeviceAssociation.operation.status: Device operational condition corresponding to the association." , "NutritionIntake.status: A code representing the patient or other source's judgment about the state of the intake that this assertion is about.  Generally, this will be active or completed." , "SupplyDelivery.status: A code specifying the state of the dispense event." , "InventoryReport.status: The status of the inventory check or notification - whether this is draft (e.g. the report is still pending some updates) or active." , "MedicinalProductDefinition.status: The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status." , "PaymentNotice.status: The status of the resource instance." , "DocumentReference.status: The status of this document reference." , "ChargeItemDefinition.status: The current state of the ChargeItemDefinition." , "RequestOrchestration.status: The current state of the request. For request orchestrations, the status reflects the status of all the requests in the orchestration." , "EnrollmentRequest.status: The status of the resource instance." , "ObservationDefinition.status: The current state of the ObservationDefinition." , "CodeSystem.status: The status of this code system. Enables tracking the life-cycle of the content." , "Appointment.status: The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status." , "Requirements.status: The status of this Requirements. Enables tracking the life-cycle of the content." , "Consent.status: Indicates the current state of this Consent resource." , "Permission.status: Status." , "NutritionProduct.status: The current state of the product." , "List.status: Indicates the current state of this list." , "EnrollmentResponse.status: The status of the resource instance." , "Contract.term.action.status: Current state of the term action." , "ChargeItem.status: The current state of the ChargeItem." , "ResearchSubject.status: The publication state of the resource (not of the subject)." , "EvidenceReport.status: The status of this summary. Enables tracking the life-cycle of the content." , "CanonicalResource.status: The current state of this {{title}}. " , "NamingSystem.status: The status of this naming system. Enables tracking the life-cycle of the content." , "EvidenceVariable.status: The status of this evidence variable. Enables tracking the life-cycle of the content." , "ClinicalUseDefinition.status: Whether this is a current issue or one that has been retired etc." , "MessageDefinition.status: The status of this message definition. Enables tracking the life-cycle of the content." , "RegulatedAuthorization.case.application.status: The status associated with the case." , "ClaimResponse.status: The status of the resource instance." , "DeviceRequest.status: The status of the request." , "MedicationAdministration.status: Will generally be set to show that the administration has been completed.  For some long running administrations such as infusions, it is possible for an administration to be started but not completed or it may be paused while some other process is under way." , "TerminologyCapabilities.status: The status of this terminology capabilities. Enables tracking the life-cycle of the content." , "StructureDefinition.status: The status of this structure definition. Enables tracking the life-cycle of the content." , "QuestionnaireResponse.status: The current state of the questionnaire response." , "Measure.status: The status of this measure. Enables tracking the life-cycle of the content." , "Claim.status: The status of the resource instance." , "VisionPrescription.status: The status of the resource instance." , "ActorDefinition.status: The status of this actor definition. Enables tracking the life-cycle of the content." , "GraphDefinition.status: The status of this graph definition. Enables tracking the life-cycle of the content." , "MedicationRequest.status: A code specifying the current state of the order.  Generally, this will be active or completed state." , "EncounterHistory.status: planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown." , "Questionnaire.status: The current state of this questionnaire." , "ImplementationGuide.status: The status of this implementation guide. Enables tracking the life-cycle of the content." , "CoverageEligibilityRequest.status: The status of the resource instance." , "CareTeam.status: Indicates the current state of the care team." , "Observation.status: The status of the result value." , "InsurancePlan.status: The current state of the health insurance product." , "EpisodeOfCare.statusHistory.status: planned | waitlist | active | onhold | finished | cancelled." , "RegulatedAuthorization.status: The status that is authorised e.g. approved. Intermediate states and actions can be tracked with cases and applications." , "VerificationResult.status: The validation status of the target (attested; validated; in process; requires revalidation; validation failed; revalidation failed)." , "DeviceAssociation.status: Indicates the state of the Device association." ;
        rdfs:label                      "status" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_status ;
        dc:title                        "ImmunizationEvaluation.status: completed | entered-in-error" , "InventoryItem.status: active | inactive | entered-in-error | unknown" , "Citation.status: draft | active | retired | unknown" , "NutritionOrder.status: draft | active | on-hold | revoked | completed | entered-in-error | unknown" , "CarePlan.status: draft | active | on-hold | revoked | completed | entered-in-error | unknown" , "Flag.status: active | inactive | entered-in-error" , "ExampleScenario.status: draft | active | retired | unknown" , "SubstanceDefinition.name.translation.official.status: The status of the official name, for example 'draft', 'active'" , "InsurancePlan.status: draft | active | retired | unknown" , "ClinicalUseDefinition.status: Whether this is a current issue or one that has been retired etc" , "Substance.status: active | inactive | entered-in-error" , "NamingSystem.status: draft | active | retired | unknown" , "Coverage.status: active | cancelled | draft | entered-in-error" , "AdverseEvent.status: in-progress | completed | entered-in-error | unknown" , "SubscriptionStatus.status: requested | active | error | off | entered-in-error" , "DetectedIssue.status: preliminary | final | entered-in-error | mitigated" , "EnrollmentResponse.status: active | cancelled | draft | entered-in-error" , "CompartmentDefinition.status: draft | active | retired | unknown" , "OperationDefinition.status: draft | active | retired | unknown" , "ObservationDefinition.status: draft | active | retired | unknown" , "List.status: current | retired | entered-in-error" , "Procedure.status: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown" , "PaymentReconciliation.status: active | cancelled | draft | entered-in-error" , "CodeSystem.status: draft | active | retired | unknown" , "FormularyItem.status: active | entered-in-error | inactive" , "EvidenceReport.status: draft | active | retired | unknown" , "Narrative.status: generated | extensions | additional | empty" , "EncounterHistory.status: planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown" , "Questionnaire.status: draft | active | retired | unknown" , "QuestionnaireResponse.status: in-progress | completed | amended | entered-in-error | stopped" , "DeviceDispense.status: preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown" , "DeviceAssociation.operation.status: Device operational condition" , "CommunicationRequest.status: draft | active | on-hold | revoked | completed | entered-in-error | unknown" , "EpisodeOfCare.status: planned | waitlist | active | onhold | finished | cancelled | entered-in-error" , "TestPlan.status: draft | active | retired | unknown" , "Observation.status: registered | preliminary | final | amended +" , "VerificationResult.status: attested | validated | in-process | req-revalid | val-fail | reval-fail | entered-in-error" , "TestReport.status: completed | in-progress | waiting | stopped | entered-in-error" , "DeviceRequest.status: draft | active | on-hold | revoked | completed | entered-in-error | unknown" , "ImagingSelection.status: available | entered-in-error | unknown" , "SubstanceDefinition.status: Status of substance within the catalogue e.g. active, retired" , "PlanDefinition.status: draft | active | retired | unknown" , "MedicinalProductDefinition.status: The status within the lifecycle of this product record" , "Contract.status: amended | appended | cancelled | disputed | entered-in-error | executable +" , "FamilyMemberHistory.status: partial | completed | entered-in-error | health-unknown" , "AdministrableProductDefinition.status: draft | active | retired | unknown" , "ResearchStudy.status: draft | active | retired | unknown" , "Measure.status: draft | active | retired | unknown" , "Appointment.participant.status: accepted | declined | tentative | needs-action" , "RiskAssessment.status: registered | preliminary | final | amended +" , "ConditionDefinition.status: draft | active | retired | unknown" , "Contract.term.group.action.status: State of the action" , "TestScript.status: draft | active | retired | unknown" , "GuidanceResponse.status: success | data-requested | data-required | in-progress | failure | entered-in-error" , "Requirements.status: draft | active | retired | unknown" , "NutritionIntake.status: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown" , "Encounter.status: planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown" , "Endpoint.status: active | suspended | error | off | entered-in-error | test" , "SubstanceDefinition.name.synonym.official.status: The status of the official name, for example 'draft', 'active'" , "StructureMap.status: draft | active | retired | unknown" , "ImagingStudy.status: registered | available | cancelled | entered-in-error | unknown" , "Slot.status: busy | free | busy-unavailable | busy-tentative | entered-in-error" , "CareTeam.status: proposed | active | suspended | inactive | entered-in-error" , "MarketingStatus.status: This attribute provides information on the status of the marketing of the medicinal product See ISO/TS 20443 for more information and examples" , "RegulatedAuthorization.case.status: The status associated with the case" , "Device.status: active | inactive | entered-in-error" , "PaymentNotice.status: active | cancelled | draft | entered-in-error" , "InventoryReport.status: draft | requested | active | entered-in-error" , "SubstanceDefinition.name.status: The status of the name e.g. 'current', 'proposed'" , "Appointment.status: proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist" , "Contract.term.action.status: State of the action" , "ImplementationGuide.status: draft | active | retired | unknown" , "ActorDefinition.status: draft | active | retired | unknown" , "SubstanceDefinition.code.status: Status of the code assignment, for example 'provisional', 'approved'" , "MedicationRequest.status: active | on-hold | ended | stopped | completed | cancelled | entered-in-error | draft | unknown" , "Invoice.status: draft | issued | balanced | cancelled | entered-in-error" , "ResearchSubject.status: draft | active | retired | unknown" , "Transport.status: in-progress | completed | abandoned | cancelled | planned | entered-in-error" , "ValueSet.status: draft | active | retired | unknown" , "DeviceAssociation.status: implanted | explanted | attached | entered-in-error | unknown" , "MeasureReport.status: complete | pending | error" , "CapabilityStatement.status: draft | active | retired | unknown" , "CoverageEligibilityResponse.status: active | cancelled | draft | entered-in-error" , "Bundle.entry.response.status: Status response code (text optional)" , "TerminologyCapabilities.status: draft | active | retired | unknown" , "Medication.status: active | inactive | entered-in-error" , "Consent.status: draft | active | inactive | not-done | entered-in-error | unknown" , "ActivityDefinition.status: draft | active | retired | unknown" , "ChargeItem.status: planned | billable | not-billable | aborted | billed | entered-in-error | unknown" , "GraphDefinition.status: draft | active | retired | unknown" , "SubscriptionTopic.status: draft | active | retired | unknown" , "Subscription.status: requested | active | error | off | entered-in-error" , "Specimen.status: available | unavailable | unsatisfactory | entered-in-error" , "Immunization.status: completed | entered-in-error | not-done" , "Location.status: active | suspended | inactive" , "MedicationStatement.status: recorded | entered-in-error | draft" , "BiologicallyDerivedProductDispense.status: preparation | in-progress | allocated | issued | unfulfilled | returned | entered-in-error | unknown" , "RequestOrchestration.status: draft | active | on-hold | revoked | completed | entered-in-error | unknown" , "MedicationAdministration.status: in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown" , "DeviceUsage.status: active | completed | not-done | entered-in-error +" , "EvidenceVariable.status: draft | active | retired | unknown" , "DiagnosticReport.status: registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown" , "EpisodeOfCare.statusHistory.status: planned | waitlist | active | onhold | finished | cancelled | entered-in-error" , "Communication.status: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown" , "EnrollmentRequest.status: active | cancelled | draft | entered-in-error" , "Evidence.status: draft | active | retired | unknown" , "VisionPrescription.status: active | cancelled | draft | entered-in-error" , "ClaimResponse.status: active | cancelled | draft | entered-in-error" , "Permission.status: active | entered-in-error | draft | rejected" , "MessageDefinition.status: draft | active | retired | unknown" , "SubstanceDefinition.name.official.status: The status of the official name, for example 'draft', 'active'" , "GenomicStudy.status: registered | available | cancelled | entered-in-error | unknown" , "Claim.status: active | cancelled | draft | entered-in-error" , "NutritionProduct.status: active | inactive | entered-in-error" , "Composition.status: registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown" , "EventDefinition.status: draft | active | retired | unknown" , "DocumentReference.status: current | superseded | entered-in-error" , "ChargeItemDefinition.status: draft | active | retired | unknown" , "ClinicalImpression.status: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown" , "CanonicalResource.status: draft | active | retired | unknown" , "MedicationKnowledge.status: active | entered-in-error | inactive" , "SubstanceDefinition.name.translation.status: The status of the name e.g. 'current', 'proposed'" , "MedicationDispense.status: preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown" , "SupplyRequest.status: draft | active | suspended +" , "Ingredient.status: draft | active | retired | unknown" , "ManufacturedItemDefinition.status: draft | active | retired | unknown" , "Account.status: active | inactive | entered-in-error | on-hold | unknown" , "ServiceRequest.status: draft | active | on-hold | revoked | completed | entered-in-error | unknown" , "CoverageEligibilityRequest.status: active | cancelled | draft | entered-in-error" , "Task.status: draft | requested | received | accepted | +" , "PackagedProductDefinition.status: The status within the lifecycle of this item. High level - not intended to duplicate details elsewhere e.g. legal status, or authorization/marketing status" , "RegulatedAuthorization.status: The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications" , "ConceptMap.status: draft | active | retired | unknown" , "Encounter.location.status: planned | active | reserved | completed" , "SpecimenDefinition.status: draft | active | retired | unknown" , "StructureDefinition.status: draft | active | retired | unknown" , "ExplanationOfBenefit.status: active | cancelled | draft | entered-in-error" , "SearchParameter.status: draft | active | retired | unknown" , "SubstanceDefinition.name.synonym.status: The status of the name e.g. 'current', 'proposed'" , "RegulatedAuthorization.case.application.status: The status associated with the case" , "Library.status: draft | active | retired | unknown" , "SupplyDelivery.status: in-progress | completed | abandoned | entered-in-error" , "AdministrableProductDefinition.property.status: The status of characteristic e.g. assigned or pending" .

fhir:_context  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.context" , "(Modified) Contract.term.action.context" , "(Modified) Contract.term.group.action.context" , "(Modified) DocumentReference.context" , "(Modified) StructureMap.group.rule.rule.target.context" , "(Modified) DeviceUsage.context" , "(Modified) StructureDefinition.context" , "(Modified) ObservationDefinition.component.qualifiedValue.context" , "(Modified) StructureMap.group.rule.target.context" , "(Modified) StructureMap.group.rule.source.context" , "(Modified) ObservationDefinition.qualifiedValue.context" , "(Modified) StructureMap.group.rule.rule.source.context" , "(Modified) Contract.term.asset.context" ;
        rdfs:label    "_context" .

fhir:_requirements  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.constraint.requirements" , "(Modified) ElementDefinition.requirements" ;
        rdfs:label    "_requirements" .

fhir:ClaimResponse.AddedItem.AddedItemDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ClaimResponse.AddedItem.AddedItemDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        dc:title         "Added items detail adjudication" .

fhir:_subjectType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.subjectType" ;
        rdfs:label    "_subjectType" .

fhir:_use  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.use" , "(Modified) GraphDefinition.link.compartment.use" , "(Modified) EpisodeOfCare.reason.use" , "(Modified) CodeSystem.concept.designation.use" , "(Modified) ParameterDefinition.use" , "(Modified) Address.use" , "(Modified) ContactPoint.use" , "(Modified) ValueSet.expansion.contains.contains.designation.use" , "(Modified) ValueSet.expansion.contains.designation.use" , "(Modified) EpisodeOfCare.diagnosis.use" , "(Modified) HumanName.use" , "(Modified) Identifier.use" , "(Modified) CodeSystem.concept.concept.designation.use" , "(Modified) ClaimResponse.use" , "(Modified) ValueSet.compose.include.concept.designation.use" , "(Modified) Claim.use" , "(Modified) ValueSet.compose.exclude.concept.designation.use" , "(Modified) Encounter.reason.use" , "(Modified) Encounter.diagnosis.use" , "(Modified) ExplanationOfBenefit.use" , "(Modified) OperationDefinition.parameter.part.use" ;
        rdfs:label    "_use" .

fhir:udi  a                             owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.detail.udi: Unique Device Identifiers associated with this line item." , "ExplanationOfBenefit.procedure.udi: Unique Device Identifiers associated with this line item." , "Claim.item.detail.udi: Unique Device Identifiers associated with this line item." , "Claim.procedure.udi: Unique Device Identifiers associated with this line item." , "ExplanationOfBenefit.item.detail.subDetail.udi: Unique Device Identifiers associated with this line item." , "ExplanationOfBenefit.item.udi: Unique Device Identifiers associated with this line item." , "Claim.item.udi: Unique Device Identifiers associated with this line item." , "Claim.item.detail.subDetail.udi: Unique Device Identifiers associated with this line item." ;
        rdfs:label                      "udi" ;
        fhir:modifierExtensionProperty  fhir:_udi ;
        dc:title                        "Claim.item.udi: Unique device identifier" , "ExplanationOfBenefit.procedure.udi: Unique device identifier" , "ExplanationOfBenefit.item.detail.udi: Unique device identifier" , "ExplanationOfBenefit.item.udi: Unique device identifier" , "ExplanationOfBenefit.item.detail.subDetail.udi: Unique device identifier" , "Claim.item.detail.udi: Unique device identifier" , "Claim.item.detail.subDetail.udi: Unique device identifier" , "Claim.procedure.udi: Unique device identifier" .

fhir:nameType  a                        owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.name.nameType: The type of name e.g. 'brand-name', 'functional-name', 'common-name'." ;
        rdfs:label                      "nameType" ;
        fhir:modifierExtensionProperty  fhir:_nameType ;
        dc:title                        "InventoryItem.name.nameType: The type of name e.g. 'brand-name', 'functional-name', 'common-name'" .

fhir:_producedFrom  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.producedFrom" ;
        rdfs:label    "_producedFrom" .

fhir:_interval  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.interval" ;
        rdfs:label    "_interval" .

fhir:summary  a                         owl:ObjectProperty ;
        rdfs:comment                    "Citation.summary: A human-readable display of key concepts to represent the citation." , "ClinicalImpression.summary: A text summary of the investigations and the diagnosis." , "Condition.stage.summary: A simple summary of the stage such as \"Stage 3\" or \"Early Onset\". The determination of the stage is disease-specific, such as cancer, retinopathy of prematurity, kidney diseases, Alzheimer's, or Parkinson disease." , "ArtifactAssessment.content.component.summary: A brief summary of the content of this component." , "Citation.citedArtifact.contributorship.summary: Used to record a display of the author/contributor list without separate data element for each list member." , "ArtifactAssessment.content.summary: A brief summary of the content of this component." ;
        rdfs:label                      "summary" ;
        fhir:modifierExtensionProperty  fhir:_summary ;
        dc:title                        "ArtifactAssessment.content.component.summary: Brief summary of the content" , "Citation.summary: A human-readable display of key concepts to represent the citation" , "ArtifactAssessment.content.summary: Brief summary of the content" , "Condition.stage.summary: Simple summary (disease specific)" , "ClinicalImpression.summary: Summary of the assessment" , "Citation.citedArtifact.contributorship.summary: Used to record a display of the author/contributor list without separate data element for each list member" .

fhir:MedicinalProductDefinitionCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionCharacteristicComponent: Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"." ;
        rdfs:label       "MedicinalProductDefinitionCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:sex  a                             owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.sex: The birth sex of the family member." ;
        rdfs:label                      "sex" ;
        fhir:modifierExtensionProperty  fhir:_sex ;
        dc:title                        "FamilyMemberHistory.sex: male | female | other | unknown" .

fhir:AdministrableProductDefinition
        a                            owl:Class ;
        rdfs:comment                 "A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed)." ;
        rdfs:label                   "AdministrableProductDefinition" ;
        rdfs:subClassOf              w5:administrative.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:producedFrom
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:routeOfAdministration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdministrableProductDefinitionRouteOfAdministrationComponent ;
                                       owl:onProperty     fhir:routeOfAdministration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:administrableDoseForm
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:administrableDoseForm
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:formOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:unitOfPresentation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdministrableProductDefinitionPropertyComponent ;
                                       owl:onProperty     fhir:property
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:unitOfPresentation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:ingredient
                                     ] ;
        fhir:modifierExtensionClass  fhir:_AdministrableProductDefinition .

fhir:SecurityLabel  a    owl:Class ;
        rdfs:comment     "Contract.Term.SecurityLabel: Security labels that protect the handling of information about the term and its elements, which may be specifically identified." , "Contract.TermTerm.SecurityLabel: Security labels that protect the handling of information about the term and its elements, which may be specifically identified." ;
        rdfs:label       "SecurityLabel" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:control
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:control
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:classification
                         ] .

fhir:SubstanceDefinitionRelationshipComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionRelationshipComponent: A link between this substance and another, with details of the relationship." ;
        rdfs:label       "SubstanceDefinitionRelationshipComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isDefining
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:ratioHighLimitAmount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Ratio ;
                           owl:onProperty     fhir:ratioHighLimitAmount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:substanceDefinition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:substanceDefinition
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:substanceDefinition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:substanceDefinition
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isDefining
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comparator
                         ] .

fhir:knownAllergen  a                   owl:ObjectProperty ;
        rdfs:comment                    "NutritionProduct.knownAllergen: Allergens that are known or suspected to be a part of this nutrition product." ;
        rdfs:label                      "knownAllergen" ;
        fhir:modifierExtensionProperty  fhir:_knownAllergen ;
        dc:title                        "NutritionProduct.knownAllergen: Known or suspected allergens that are a part of this product" .

fhir:knownDataCount  a                  owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.sampleSize.knownDataCount: Number of participants with known results for measured variables." ;
        rdfs:label                      "knownDataCount" ;
        fhir:modifierExtensionProperty  fhir:_knownDataCount ;
        dc:title                        "Evidence.statistic.sampleSize.knownDataCount: Number of participants with known results for measured variables" .

fhir:observer  a                        owl:ObjectProperty ;
        rdfs:comment                    "AuditEvent.source.observer: Identifier of the source where the event was detected." ;
        rdfs:label                      "observer" ;
        rdfs:subPropertyOf              w5:who.witness ;
        fhir:modifierExtensionProperty  fhir:_observer ;
        dc:title                        "AuditEvent.source.observer: The identity of source detecting the event" .

fhir:_subtitle  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.subtitle" , "(Modified) Measure.subtitle" , "(Modified) Library.subtitle" , "(Modified) EventDefinition.subtitle" , "(Modified) Contract.subtitle" , "(Modified) ConditionDefinition.subtitle" , "(Modified) ActivityDefinition.subtitle" ;
        rdfs:label    "_subtitle" .

fhir:accessionNumber  a                 owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.accessionNumber: Entry number or identifier for inclusion in a database." ;
        rdfs:label                      "accessionNumber" ;
        fhir:modifierExtensionProperty  fhir:_accessionNumber ;
        dc:title                        "Citation.citedArtifact.publicationForm.accessionNumber: Entry number or identifier for inclusion in a database" .

fhir:_finding  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalImpression.finding" ;
        rdfs:label    "_finding" .

fhir:_style  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.summary.style" , "(Modified) Citation.summary.style" ;
        rdfs:label    "_style" .

fhir:relation  a                        owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.link.relation: The type indicates the relationship of the related device to the device instance." , "Bundle.entry.link.relation: A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1)." , "Bundle.link.relation: A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1)." ;
        rdfs:label                      "relation" ;
        fhir:modifierExtensionProperty  fhir:_relation ;
        dc:title                        "DeviceDefinition.link.relation: The type indicates the relationship of the related device to the device instance" , "Bundle.entry.link.relation: See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1" , "Bundle.link.relation: See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1" .

fhir:priority  a                        owl:ObjectProperty ;
        rdfs:comment                    "Transport.priority: Indicates how quickly the Transport should be addressed with respect to other requests." , "MedicationRequest.priority: Indicates how quickly the Medication Request should be addressed with respect to other requests." , "DeviceRequest.priority: Indicates how quickly the request should be addressed with respect to other requests." , "RequestOrchestration.action.priority: Indicates how quickly the action should be addressed with respect to other actions." , "Communication.priority: Characterizes how quickly the planned or in progress communication must be addressed. Includes concepts such as stat, urgent, routine." , "PlanDefinition.action.action.priority: Indicates how quickly the action should be addressed with respect to other actions." , "Goal.priority: Identifies the mutually agreed level of importance associated with reaching/sustaining the goal." , "Encounter.priority: Indicates the urgency of the encounter." , "CommunicationRequest.priority: Characterizes how quickly the proposed act must be initiated. Includes concepts such as stat, urgent, routine." , "ExplanationOfBenefit.priority: The provider-required urgency of processing the request. Typical values include: stat, normal deferred." , "Appointment.priority: The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority)." , "Task.priority: Indicates how quickly the Task should be addressed with respect to other requests." , "PlanDefinition.goal.priority: Identifies the expected level of importance associated with reaching/sustaining the defined goal." , "RequestOrchestration.priority: Indicates how quickly the request should be addressed with respect to other requests." , "PlanDefinition.action.priority: Indicates how quickly the action should be addressed with respect to other actions." , "CoverageEligibilityRequest.priority: When the requestor expects the processor to complete processing." , "Account.coverage.priority: The priority of the coverage in the context of this account." , "Claim.priority: The provider-required urgency of processing the request. Typical values include: stat, normal, deferred." , "SupplyRequest.priority: Indicates how quickly this SupplyRequest should be addressed with respect to other requests." , "NutritionOrder.priority: Indicates how quickly the Nutrition Order should be addressed with respect to other        requests." , "ActivityDefinition.priority: Indicates how quickly the activity  should be addressed with respect to other requests." , "ServiceRequest.priority: Indicates how quickly the ServiceRequest should be addressed with respect to other requests." , "RequestOrchestration.action.action.priority: Indicates how quickly the action should be addressed with respect to other actions." ;
        rdfs:label                      "priority" ;
        rdfs:subPropertyOf              w5:grade , w5:class ;
        fhir:modifierExtensionProperty  fhir:_priority ;
        dc:title                        "PlanDefinition.goal.priority: high-priority | medium-priority | low-priority" , "CommunicationRequest.priority: routine | urgent | asap | stat" , "ActivityDefinition.priority: routine | urgent | asap | stat" , "RequestOrchestration.action.action.priority: routine | urgent | asap | stat" , "PlanDefinition.action.action.priority: routine | urgent | asap | stat" , "NutritionOrder.priority: routine | urgent | asap | stat" , "Task.priority: routine | urgent | asap | stat" , "Appointment.priority: Used to make informed decisions if needing to re-prioritize" , "SupplyRequest.priority: routine | urgent | asap | stat" , "Encounter.priority: Indicates the urgency of the encounter" , "PlanDefinition.action.priority: routine | urgent | asap | stat" , "CoverageEligibilityRequest.priority: Desired processing priority" , "Claim.priority: Desired processing urgency" , "RequestOrchestration.action.priority: routine | urgent | asap | stat" , "Transport.priority: routine | urgent | asap | stat" , "RequestOrchestration.priority: routine | urgent | asap | stat" , "ServiceRequest.priority: routine | urgent | asap | stat" , "Goal.priority: high-priority | medium-priority | low-priority" , "Communication.priority: routine | urgent | asap | stat" , "MedicationRequest.priority: routine | urgent | asap | stat" , "Account.coverage.priority: The priority of the coverage in the context of this account" , "DeviceRequest.priority: routine | urgent | asap | stat" , "ExplanationOfBenefit.priority: Desired processing urgency" .

fhir:_requestId  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.requestId" , "(Modified) TestScript.test.action.operation.requestId" , "(Modified) TestScript.setup.action.operation.requestId" ;
        rdfs:label    "_requestId" .

fhir:ElementDefinitionBindingComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionBindingComponent: Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri)." ;
        rdfs:label       "ElementDefinitionBindingComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:strength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ElementDefinitionBindingAdditionalComponent ;
                           owl:onProperty     fhir:additional
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] .

fhir:sequenceAttachment
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.subunit.sequenceAttachment: The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence." , "SubstanceNucleicAcid.subunit.sequenceAttachment: (TBC)." ;
        rdfs:label                      "sequenceAttachment" ;
        fhir:modifierExtensionProperty  fhir:_sequenceAttachment ;
        dc:title                        "SubstanceProtein.subunit.sequenceAttachment: The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence" , "SubstanceNucleicAcid.subunit.sequenceAttachment: (TBC)" .

fhir:AddedItemBodySite
        a                owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.AddedItem.AddedItemBodySite: Physical location where the service is performed or applies." ;
        rdfs:label       "AddedItemBodySite" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subSite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:site
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:site
                         ] .

fhir:_group  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group" , "(Modified) MeasureReport.group" , "(Modified) Measure.group" , "(Modified) Ingredient.group" , "(Modified) Contract.term.group" , "(Modified) Contract.term.group.group" , "(Modified) ConceptMap.group" ;
        rdfs:label    "_group" .

fhir:publisher  a                       owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the condition definition." , "EvidenceReport.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the evidence report." , "EvidenceVariable.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the evidence variable." , "NamingSystem.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the naming system." , "MessageDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the message definition." , "OperationDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the operation definition." , "SpecimenDefinition.publisher: Helps establish the \"authority/credibility\" of the SpecimenDefinition. May also allow for contact." , "Evidence.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the evidence." , "ActivityDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the activity definition." , "StructureMap.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the structure map." , "ActorDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the actor definition." , "ConceptMap.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the concept map." , "CompartmentDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the compartment definition." , "ImplementationGuide.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the implementation guide." , "Citation.publisher: The name of the organization or individual that published the citation record." , "Citation.citedArtifact.publicationForm.publishedIn.publisher: Name of or resource describing the publisher." , "ChargeItemDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the charge item definition." , "CodeSystem.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the code system." , "ExampleScenario.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the example scenario." , "Questionnaire.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the questionnaire." , "TestPlan.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the test plan." , "Measure.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the measure." , "GraphDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the graph definition." , "Library.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the library." , "EventDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the event definition." , "ObservationDefinition.publisher: Helps establish the \"authority/credibility\" of the ObservationDefinition. May also allow for contact." , "Requirements.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the Requirements." , "PlanDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the plan definition." , "SubscriptionTopic.publisher: Helps establish the \"authority/credibility\" of the SubscriptionTopic.  May also allow for contact." , "TestScript.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the test script." , "StructureDefinition.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the structure definition." , "CapabilityStatement.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the capability statement." , "SearchParameter.publisher: The name of the organization or individual tresponsible for the release and ongoing maintenance of the search parameter." , "Contract.contentDefinition.publisher: The  individual or organization that published the Contract precursor content." , "TerminologyCapabilities.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the terminology capabilities." , "ValueSet.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the value set." , "CanonicalResource.publisher: The name of the organization or individual responsible for the release and ongoing maintenance of the {{title}}." ;
        rdfs:label                      "publisher" ;
        rdfs:subPropertyOf              w5:who.witness , w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_publisher ;
        dc:title                        "Library.publisher: Name of the publisher/steward (organization or individual)" , "EvidenceVariable.publisher: Name of the publisher/steward (organization or individual)" , "NamingSystem.publisher: Name of the publisher/steward (organization or individual)" , "CapabilityStatement.publisher: Name of the publisher/steward (organization or individual)" , "ConditionDefinition.publisher: Name of the publisher/steward (organization or individual)" , "ActorDefinition.publisher: Name of the publisher/steward (organization or individual)" , "StructureMap.publisher: Name of the publisher/steward (organization or individual)" , "Citation.citedArtifact.publicationForm.publishedIn.publisher: Name of or resource describing the publisher" , "ExampleScenario.publisher: Name of the publisher/steward (organization or individual)" , "Questionnaire.publisher: Name of the publisher/steward (organization or individual)" , "Contract.contentDefinition.publisher: Publisher Entity" , "ImplementationGuide.publisher: Name of the publisher/steward (organization or individual)" , "Citation.publisher: The publisher of the citation record, not the publisher of the article or artifact being cited" , "ChargeItemDefinition.publisher: Name of the publisher/steward (organization or individual)" , "ValueSet.publisher: Name of the publisher/steward (organization or individual)" , "Measure.publisher: Name of the publisher/steward (organization or individual)" , "TestPlan.publisher: Name of the publisher/steward (organization or individual)" , "OperationDefinition.publisher: Name of the publisher/steward (organization or individual)" , "CodeSystem.publisher: Name of the publisher/steward (organization or individual)" , "StructureDefinition.publisher: Name of the publisher/steward (organization or individual)" , "Requirements.publisher: Name of the publisher/steward (organization or individual)" , "SpecimenDefinition.publisher: The name of the individual or organization that published the SpecimenDefinition" , "TestScript.publisher: Name of the publisher/steward (organization or individual)" , "ConceptMap.publisher: Name of the publisher/steward (organization or individual)" , "SearchParameter.publisher: Name of the publisher/steward (organization or individual)" , "EvidenceReport.publisher: Name of the publisher/steward (organization or individual)" , "ObservationDefinition.publisher: The name of the individual or organization that published the ObservationDefinition" , "EventDefinition.publisher: Name of the publisher/steward (organization or individual)" , "MessageDefinition.publisher: Name of the publisher/steward (organization or individual)" , "CompartmentDefinition.publisher: Name of the publisher/steward (organization or individual)" , "PlanDefinition.publisher: Name of the publisher/steward (organization or individual)" , "Evidence.publisher: Name of the publisher/steward (organization or individual)" , "TerminologyCapabilities.publisher: Name of the publisher/steward (organization or individual)" , "SubscriptionTopic.publisher: The name of the individual or organization that published the SubscriptionTopic" , "CanonicalResource.publisher: Name of the publisher/steward (organization or individual)" , "ActivityDefinition.publisher: Name of the publisher/steward (organization or individual)" , "GraphDefinition.publisher: Name of the publisher/steward (organization or individual)" .

fhir:consent  a                         owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.consent: A record of the patient's informed agreement to participate in the study." ;
        rdfs:label                      "consent" ;
        fhir:modifierExtensionProperty  fhir:_consent ;
        dc:title                        "ResearchSubject.consent: Agreement to participate in study" .

fhir:site  a                            owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.bodySite.site: Physical service site on the patient (limb, tooth, etc.)." , "AuditEvent.source.site: Logical source location within the healthcare enterprise network.  For example, a hospital or other provider location within a multi-entity provider group." , "Contract.site: Sites in which the contract is complied with,  exercised, or in force." , "Immunization.site: Body site where vaccine was administered." , "ResearchStudy.site: A facility in which study activities are conducted." , "Claim.item.bodySite.site: Physical service site on the patient (limb, tooth, etc.)." , "MedicationAdministration.dosage.site: A coded specification of the anatomic site where the medication first entered the body.  For example, \"left arm\"." , "Dosage.site: Body site to administer to." , "ExplanationOfBenefit.addItem.bodySite.site: Physical service site on the patient (limb, tooth, etc.)." , "ClaimResponse.addItem.bodySite.site: Physical service site on the patient (limb, tooth, etc.)." ;
        rdfs:label                      "site" ;
        rdfs:subPropertyOf              w5:where , w5:who.witness ;
        fhir:modifierExtensionProperty  fhir:_site ;
        dc:title                        "MedicationAdministration.dosage.site: Body site administered to" , "ExplanationOfBenefit.addItem.bodySite.site: Location" , "ExplanationOfBenefit.item.bodySite.site: Location" , "Immunization.site: Body site vaccine  was administered" , "Dosage.site: Body site to administer to" , "ResearchStudy.site: Facility where study activities are conducted" , "ClaimResponse.addItem.bodySite.site: Location" , "Contract.site: Specific Location" , "AuditEvent.source.site: Logical source location within the enterprise" , "Claim.item.bodySite.site: Location" .

fhir:canFilterBy  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.canFilterBy: List of properties by which Subscriptions on the SubscriptionTopic can be filtered. May be defined Search Parameters (e.g., Encounter.patient) or parameters defined within this SubscriptionTopic context (e.g., hub.event)." ;
        rdfs:label                      "canFilterBy" ;
        fhir:modifierExtensionProperty  fhir:_canFilterBy ;
        dc:title                        "SubscriptionTopic.canFilterBy: Properties by which a Subscription can filter notifications from the SubscriptionTopic" .

fhir:TerminologyCapabilitiesValidateCodeComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesValidateCodeComponent: Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation." ;
        rdfs:label       "TerminologyCapabilitiesValidateCodeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:translations
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:translations
                         ] .

fhir:_isSubPotent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationAdministration.isSubPotent" ;
        rdfs:label    "_isSubPotent" .

fhir:EncounterParticipantComponent
        a                owl:Class ;
        rdfs:comment     "EncounterParticipantComponent: The list of people responsible for providing the service." ;
        rdfs:label       "EncounterParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_cancellationReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.cancellationReason" ;
        rdfs:label    "_cancellationReason" .

fhir:_repetitions  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.restriction.repetitions" , "(Modified) Task.restriction.repetitions" ;
        rdfs:label    "_repetitions" .

fhir:TestPlanTestCaseTestRunScriptComponent
        a                owl:Class ;
        rdfs:comment     "TestPlanTestCaseComponent.TestPlanTestCaseTestRunComponent.TestPlanTestCaseTestRunScriptComponent: The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript." ;
        rdfs:label       "TestPlanTestCaseTestRunScriptComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] .

fhir:distributor  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.distributor: An organization that distributes the packaged device." , "DeviceDefinition.packaging.distributor: An organization that distributes the packaged device." ;
        rdfs:label                      "distributor" ;
        fhir:modifierExtensionProperty  fhir:_distributor ;
        dc:title                        "DeviceDefinition.packaging.packaging.distributor: An organization that distributes the packaged device" , "DeviceDefinition.packaging.distributor: An organization that distributes the packaged device" .

fhir:_stopTestOnFail  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.stopTestOnFail" , "(Modified) TestScript.setup.action.assert.stopTestOnFail" ;
        rdfs:label    "_stopTestOnFail" .

fhir:ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ExplanationOfBenefit.AddedItem.AddedItemDetail.AddedItemDetailSubDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        dc:title         "Added items adjudication" .

fhir:organizationReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.distributor.organizationReference: Distributor as an Organization resource." , "DeviceDefinition.packaging.distributor.organizationReference: Distributor as an Organization resource." ;
        rdfs:label                      "organizationReference" ;
        fhir:modifierExtensionProperty  fhir:_organizationReference ;
        dc:title                        "DeviceDefinition.packaging.packaging.distributor.organizationReference: Distributor as an Organization resource" , "DeviceDefinition.packaging.distributor.organizationReference: Distributor as an Organization resource" .

fhir:residueSite  a                     owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.sugar.residueSite: The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above." , "SubstanceNucleicAcid.subunit.linkage.residueSite: Residues shall be captured as described in 5.3.6.8.3." ;
        rdfs:label                      "residueSite" ;
        fhir:modifierExtensionProperty  fhir:_residueSite ;
        dc:title                        "SubstanceNucleicAcid.subunit.sugar.residueSite: The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above" , "SubstanceNucleicAcid.subunit.linkage.residueSite: Residues shall be captured as described in 5.3.6.8.3" .

fhir:guidance  a                        owl:ObjectProperty ;
        rdfs:comment                    "Measure.guidance: Additional guidance for the measure including how it can be used in a clinical context, and the intent of the measure." ;
        rdfs:label                      "guidance" ;
        fhir:modifierExtensionProperty  fhir:_guidance ;
        dc:title                        "Measure.guidance: Additional guidance for implementers (deprecated)" .

fhir:_originatingAppointment
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.originatingAppointment" ;
        rdfs:label    "_originatingAppointment" .

fhir:intended  a                        owl:ObjectProperty ;
        rdfs:comment                    "Evidence.variableDefinition.intended: Definition of the intended variable related to the Evidence." ;
        rdfs:label                      "intended" ;
        fhir:modifierExtensionProperty  fhir:_intended ;
        dc:title                        "Evidence.variableDefinition.intended: Definition of the intended variable related to the Evidence" .

fhir:_measurementFrequency
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceMetric.measurementFrequency" ;
        rdfs:label    "_measurementFrequency" .

fhir:_variableRole  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.variableDefinition.variableRole" ;
        rdfs:label    "_variableRole" .

fhir:assurance  a                       owl:ObjectProperty ;
        rdfs:comment                    "Person.link.assurance: Level of assurance that this link is associated with the target resource." ;
        rdfs:label                      "assurance" ;
        fhir:modifierExtensionProperty  fhir:_assurance ;
        dc:title                        "Person.link.assurance: level1 | level2 | level3 | level4" .

fhir:literal  a                         owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.literal: Sequence that was observed." ;
        rdfs:label                      "literal" ;
        fhir:modifierExtensionProperty  fhir:_literal ;
        dc:title                        "MolecularSequence.literal: Sequence that was observed" .

fhir:_suppliedItem  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SupplyDelivery.suppliedItem" ;
        rdfs:label    "_suppliedItem" .

fhir:ProcedurePerformerComponent
        a                owl:Class ;
        rdfs:comment     "ProcedurePerformerComponent: Indicates who or what performed the procedure and how they were involved." ;
        rdfs:label       "ProcedurePerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] .

fhir:baseUnit  a                        owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.baseUnit: The base unit of measure - the unit in which the product is used or counted." ;
        rdfs:label                      "baseUnit" ;
        fhir:modifierExtensionProperty  fhir:_baseUnit ;
        dc:title                        "InventoryItem.baseUnit: The base unit of measure - the unit in which the product is used or counted" .

fhir:_translation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.closure.translation" , "(Modified) TerminologyCapabilities.translation" , "(Modified) SubstanceDefinition.name.translation" , "(Modified) SubstanceDefinition.name.translation.translation" , "(Modified) SubstanceDefinition.name.synonym.translation" ;
        rdfs:label    "_translation" .

fhir:StructureDefinitionSnapshotComponent
        a                owl:Class ;
        rdfs:comment     "StructureDefinitionSnapshotComponent: A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition." ;
        rdfs:label       "StructureDefinitionSnapshotComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ElementDefinition ;
                           owl:onProperty     fhir:element
                         ] .

fhir:_name  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.name.name" , "(Modified) EventDefinition.name" , "(Modified) ResearchStudy.associatedParty.name" , "(Modified) SubstanceNucleicAcid.subunit.linkage.name" , "(Modified) CapabilityStatement.software.name" , "(Modified) ObservationDefinition.name" , "(Modified) DeviceDefinition.deviceName.name" , "(Modified) TestReport.test.name" , "(Modified) Library.name" , "(Modified) Practitioner.name" , "(Modified) OperationDefinition.parameter.name" , "(Modified) SubstanceNucleicAcid.subunit.sugar.name" , "(Modified) ContactDetail.name" , "(Modified) MessageHeader.source.name" , "(Modified) ExampleScenario.name" , "(Modified) DeviceDefinition.packaging.packaging.distributor.name" , "(Modified) EvidenceVariable.category.name" , "(Modified) Device.name" , "(Modified) CoverageEligibilityResponse.insurance.item.name" , "(Modified) Location.name" , "(Modified) MessageHeader.destination.name" , "(Modified) NamingSystem.name" , "(Modified) Expression.name" , "(Modified) ImplementationGuide.name" , "(Modified) ManufacturedItemDefinition.name" , "(Modified) StructureMap.group.rule.name" , "(Modified) GraphDefinition.name" , "(Modified) CapabilityStatement.rest.searchParam.name" , "(Modified) ConceptMap.name" , "(Modified) StructureMap.group.rule.rule.dependent.name" , "(Modified) StructureMap.group.input.name" , "(Modified) EvidenceVariable.name" , "(Modified) InsurancePlan.name" , "(Modified) Patient.name" , "(Modified) CanonicalResource.name" , "(Modified) ImplementationGuide.definition.page.page.name" , "(Modified) OperationDefinition.parameter.part.name" , "(Modified) ImplementationGuide.definition.resource.name" , "(Modified) Parameters.parameter.part.name" , "(Modified) PackagedProductDefinition.name" , "(Modified) Group.name" , "(Modified) StructureMap.group.name" , "(Modified) ActorDefinition.name" , "(Modified) ResearchStudy.objective.name" , "(Modified) Parameters.parameter.name" , "(Modified) TestPlan.name" , "(Modified) TestReport.name" , "(Modified) Subscription.name" , "(Modified) InventoryItem.name" , "(Modified) Subscription.parameter.name" , "(Modified) ResearchStudy.name" , "(Modified) ImplementationGuide.definition.page.name" , "(Modified) Requirements.name" , "(Modified) Citation.name" , "(Modified) Person.name" , "(Modified) Composition.name" , "(Modified) CapabilityStatement.rest.operation.name" , "(Modified) NutritionProduct.instance.name" , "(Modified) CapabilityStatement.rest.resource.operation.name" , "(Modified) SubstanceDefinition.name.synonym.name" , "(Modified) TestScript.test.name" , "(Modified) TestScript.name" , "(Modified) CompartmentDefinition.name" , "(Modified) ActivityDefinition.name" , "(Modified) ParameterDefinition.name" , "(Modified) FamilyMemberHistory.name" , "(Modified) SubstanceDefinition.name" , "(Modified) PlanDefinition.name" , "(Modified) StructureDefinition.mapping.name" , "(Modified) SpecimenDefinition.name" , "(Modified) ImplementationGuide.manifest.page.name" , "(Modified) ImplementationGuide.definition.grouping.name" , "(Modified) Schedule.name" , "(Modified) SearchParameter.name" , "(Modified) Organization.name" , "(Modified) ResearchStudy.comparisonGroup.name" , "(Modified) DeviceDefinition.packaging.distributor.name" , "(Modified) MedicationKnowledge.name" , "(Modified) StructureMap.group.rule.rule.name" , "(Modified) ResearchStudy.outcomeMeasure.name" , "(Modified) Evidence.name" , "(Modified) Coverage.class.name" , "(Modified) HealthcareService.name" , "(Modified) OperationDefinition.name" , "(Modified) CapabilityStatement.name" , "(Modified) Measure.name" , "(Modified) StructureMap.group.rule.dependent.name" , "(Modified) CodeSystem.name" , "(Modified) Questionnaire.name" , "(Modified) ChargeItemDefinition.name" , "(Modified) Patient.contact.name" , "(Modified) TerminologyCapabilities.software.name" , "(Modified) Contract.name" , "(Modified) TerminologyCapabilities.name" , "(Modified) SubstanceDefinition.name.name" , "(Modified) Contributor.name" , "(Modified) StructureMap.name" , "(Modified) ExplanationOfBenefit.benefitBalance.name" , "(Modified) CareTeam.name" , "(Modified) TestScript.variable.name" , "(Modified) SubscriptionTopic.name" , "(Modified) Endpoint.name" , "(Modified) MessageDefinition.name" , "(Modified) CapabilityStatement.rest.resource.searchParam.name" , "(Modified) RelatedPerson.name" , "(Modified) Account.name" , "(Modified) ValueSet.name" , "(Modified) TriggerDefinition.name" , "(Modified) TerminologyCapabilities.expansion.parameter.name" , "(Modified) StructureMap.const.name" , "(Modified) MedicinalProductDefinition.name" , "(Modified) StructureDefinition.name" , "(Modified) SubstanceDefinition.moiety.name" , "(Modified) ExtendedContactDetail.name" , "(Modified) SubstanceDefinition.name.translation.name" , "(Modified) ValueSet.expansion.parameter.name" , "(Modified) MedicationKnowledge.monitoringProgram.name" , "(Modified) ConditionDefinition.name" ;
        rdfs:label    "_name" .

fhir:MedicationRequestDispenseRequestInitialFillComponent
        a                owl:Class ;
        rdfs:comment     "MedicationRequestDispenseRequestComponent.MedicationRequestDispenseRequestInitialFillComponent: Indicates the quantity or duration for the first dispense of the medication." ;
        rdfs:label       "MedicationRequestDispenseRequestInitialFillComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] .

fhir:_incidence  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.interaction.incidence" ;
        rdfs:label    "_incidence" .

fhir:_during  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.notAvailableTime.during" ;
        rdfs:label    "_during" .

fhir:_snapshot  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.snapshot" ;
        rdfs:label    "_snapshot" .

fhir:TestScriptTestComponent.TestActionOperation
        a                owl:Class ;
        rdfs:comment     "An operation would involve a REST request to a server." ;
        rdfs:label       "TestScriptTestComponent.TestActionOperation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:accept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:accept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:encodeRequestUrl
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:params
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:params
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionOperationRequestHeaderComponent ;
                           owl:onProperty     fhir:requestHeader
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:requestId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responseId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:responseId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:encodeRequestUrl
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        dc:title         "The setup operation to perform" .

fhir:SubstancePolymerRepeatRepeatUnitComponent
        a                owl:Class ;
        rdfs:comment     "SubstancePolymerRepeatComponent.SubstancePolymerRepeatRepeatUnitComponent: An SRU - Structural Repeat Unit." ;
        rdfs:label       "SubstancePolymerRepeatRepeatUnitComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent ;
                           owl:onProperty     fhir:structuralRepresentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:orientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent ;
                           owl:onProperty     fhir:degreeOfPolymerisation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:orientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unit
                         ] .

fhir:_format  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.structuralRepresentation.format" , "(Modified) SubstanceDefinition.structure.representation.format" , "(Modified) CapabilityStatement.format" ;
        rdfs:label    "_format" .

fhir:PlanBenefit  a      owl:Class ;
        rdfs:comment     "InsurancePlanPlanComponent.InsurancePlanPlanSpecificCostComponent.PlanBenefit: List of the specific benefits under this category of benefit." ;
        rdfs:label       "PlanBenefit" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:InsurancePlanPlanSpecificCostBenefitCostComponent ;
                           owl:onProperty     fhir:cost
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_foodPreferenceModifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.foodPreferenceModifier" ;
        rdfs:label    "_foodPreferenceModifier" .

fhir:function  a                        owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.performer.function: Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, etc.)." , "ActivityDefinition.participant.function: Indicates how the actor will be involved in the action - author, reviewer, witness, etc." , "FamilyMemberHistory.participant.function: Distinguishes the type of involvement of the actor in the activities related to the family member history." , "PlanDefinition.action.action.participant.function: Indicates how the actor will be involved in the action - author, reviewer, witness, etc." , "ImagingSelection.performer.function: Distinguishes the type of involvement of the performer." , "Procedure.performer.function: Distinguishes the type of involvement of the performer in the procedure. For example, surgeon, anaesthetist, endoscopist." , "ManufacturedItemDefinition.component.component.constituent.function: The function of this constituent within the component e.g. binder." , "BiologicallyDerivedProductDispense.performer.function: Identifies the function of the performer during the dispense." , "ManufacturedItemDefinition.component.component.function: The function of this component within the item e.g. delivers active ingredient, masks taste." , "AdverseEvent.participant.function: Distinguishes the type of involvement of the actor in the adverse event, such as contributor or informant." , "AllergyIntolerance.participant.function: Distinguishes the type of involvement of the actor in the activities related to the allergy or intolerance." , "Ingredient.function: A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: antioxidant, alkalizing agent." , "DeviceDispense.performer.function: Distinguishes the type of performer in the dispense.  For example, date enterer, packager, final checker." , "Task.performer.function: A code or description of the performer of the task." , "PlanDefinition.action.participant.function: Indicates how the actor will be involved in the action - author, reviewer, witness, etc." , "Immunization.performer.function: Describes the type of performance (e.g. ordering provider, administering provider, etc.)." , "ManufacturedItemDefinition.component.constituent.function: The function of this constituent within the component e.g. binder." , "RequestOrchestration.action.participant.function: Indicates how the actor will be involved in the action - author, reviewer, witness, etc." , "GenomicStudy.analysis.device.function: Specific function for the device used for the analysis." , "MedicationDispense.performer.function: Distinguishes the type of performer in the dispense.  For example, date enterer, packager, final checker." , "ImagingStudy.series.performer.function: Distinguishes the type of involvement of the performer in the series." , "MedicationAdministration.performer.function: Distinguishes the type of involvement of the performer in the medication administration." , "Condition.participant.function: Distinguishes the type of involvement of the actor in the activities related to the condition." , "RequestOrchestration.action.action.participant.function: Indicates how the actor will be involved in the action - author, reviewer, witness, etc." , "NutritionIntake.performer.function: Type of performer." , "ManufacturedItemDefinition.component.function: The function of this component within the item e.g. delivers active ingredient, masks taste." ;
        rdfs:label                      "function" ;
        fhir:modifierExtensionProperty  fhir:_function ;
        dc:title                        "Procedure.performer.function: Type of performance" , "Ingredient.function: Precise action within the drug product, e.g. antioxidant, alkalizing agent" , "MedicationAdministration.performer.function: Type of performance" , "Immunization.performer.function: What type of performance was done" , "PlanDefinition.action.participant.function: E.g. Author, Reviewer, Witness, etc" , "ManufacturedItemDefinition.component.constituent.function: The function of this constituent within the component e.g. binder" , "ImagingStudy.series.performer.function: Type of performance" , "ActivityDefinition.participant.function: E.g. Author, Reviewer, Witness, etc" , "FamilyMemberHistory.participant.function: Type of involvement" , "BiologicallyDerivedProductDispense.performer.function: Identifies the function of the performer during the dispense" , "ManufacturedItemDefinition.component.function: The function of this component within the item e.g. delivers active ingredient, masks taste" , "ChargeItem.performer.function: What type of performance was done" , "AllergyIntolerance.participant.function: Type of involvement" , "RequestOrchestration.action.action.participant.function: E.g. Author, Reviewer, Witness, etc" , "PlanDefinition.action.action.participant.function: E.g. Author, Reviewer, Witness, etc" , "NutritionIntake.performer.function: Type of performer" , "MedicationDispense.performer.function: Who performed the dispense and what they did" , "ManufacturedItemDefinition.component.component.function: The function of this component within the item e.g. delivers active ingredient, masks taste" , "AdverseEvent.participant.function: Type of involvement" , "ImagingSelection.performer.function: Type of performer" , "RequestOrchestration.action.participant.function: E.g. Author, Reviewer, Witness, etc" , "Task.performer.function: Type of performance" , "DeviceDispense.performer.function: Who performed the dispense and what they did" , "ManufacturedItemDefinition.component.component.constituent.function: The function of this constituent within the component e.g. binder" , "GenomicStudy.analysis.device.function: Specific function for the device used for the analysis" , "Condition.participant.function: Type of involvement" .

fhir:environmentType  a                 owl:ObjectProperty ;
        rdfs:comment                    "Endpoint.environmentType: The type of environment(s) exposed at this endpoint (dev, prod, test, etc.)." ;
        rdfs:label                      "environmentType" ;
        fhir:modifierExtensionProperty  fhir:_environmentType ;
        dc:title                        "Endpoint.environmentType: The type of environment(s) exposed at this endpoint" .

fhir:SubscriptionTopicCanFilterByComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionTopicCanFilterByComponent: List of properties by which Subscriptions on the SubscriptionTopic can be filtered. May be defined Search Parameters (e.g., Encounter.patient) or parameters defined within this SubscriptionTopic context (e.g., hub.event)." ;
        rdfs:label       "SubscriptionTopicCanFilterByComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:filterParameter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:filterDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:filterParameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:filterDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] .

fhir:occurrenceCount  a                 owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.occurrenceCount: How many appointments are planned in the recurrence." ;
        rdfs:label                      "occurrenceCount" ;
        fhir:modifierExtensionProperty  fhir:_occurrenceCount ;
        dc:title                        "Appointment.recurrenceTemplate.occurrenceCount: The number of planned occurrences" .

fhir:careTeamSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.careTeamSequence: Care team members related to this service or product." , "Claim.item.careTeamSequence: CareTeam members related to this service or product." ;
        rdfs:label                      "careTeamSequence" ;
        fhir:modifierExtensionProperty  fhir:_careTeamSequence ;
        dc:title                        "ExplanationOfBenefit.item.careTeamSequence: Applicable care team members" , "Claim.item.careTeamSequence: Applicable careTeam members" .

fhir:_notConsumedReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionIntake.consumedItem.notConsumedReason" ;
        rdfs:label    "_notConsumedReason" .

fhir:_restoreDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MarketingStatus.restoreDate" ;
        rdfs:label    "_restoreDate" .

fhir:providedBy  a                      owl:ObjectProperty ;
        rdfs:comment                    "HealthcareService.providedBy: The organization that provides this healthcare service." ;
        rdfs:label                      "providedBy" ;
        fhir:modifierExtensionProperty  fhir:_providedBy ;
        dc:title                        "HealthcareService.providedBy: Organization that provides this service" .

fhir:meta  a                            owl:ObjectProperty ;
        rdfs:comment                    "Resource.meta: The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." ;
        rdfs:label                      "meta" ;
        fhir:modifierExtensionProperty  fhir:_meta ;
        dc:title                        "Resource.meta: Metadata about the resource" .

fhir:_subDetailSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.subDetailSequence" , "(Modified) ClaimResponse.error.subDetailSequence" , "(Modified) ClaimResponse.item.detail.subDetail.subDetailSequence" ;
        rdfs:label    "_subDetailSequence" .

fhir:required  a                        owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.required: An indication, if true, that the item must be present in a \"completed\" QuestionnaireResponse.  If false, the item may be skipped when answering the questionnaire." , "Appointment.participant.required: Whether this participant is required to be present at the meeting. If false, the participant is optional." , "TestScript.metadata.capability.required: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute." , "Questionnaire.item.item.required: An indication, if true, that the item must be present in a \"completed\" QuestionnaireResponse.  If false, the item may be skipped when answering the questionnaire." ;
        rdfs:label                      "required" ;
        fhir:modifierExtensionProperty  fhir:_required ;
        dc:title                        "Questionnaire.item.item.required: Whether the item must be included in data results" , "TestScript.metadata.capability.required: Are the capabilities required?" , "Appointment.participant.required: The participant is required to attend (optional when false)" , "Questionnaire.item.required: Whether the item must be included in data results" .

fhir:_dateWritten  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.dateWritten" ;
        rdfs:label    "_dateWritten" .

fhir:_deviceIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier.deviceIdentifier" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier.deviceIdentifier" , "(Modified) DeviceDefinition.regulatoryIdentifier.deviceIdentifier" , "(Modified) DeviceDefinition.udiDeviceIdentifier.deviceIdentifier" , "(Modified) Device.udiCarrier.deviceIdentifier" ;
        rdfs:label    "_deviceIdentifier" .

fhir:referral  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.referral: The referral information received by the claim author, it is not to be used when the author generates a referral for a patient. A copy of that referral may be provided as supporting information. Some insurers require proof of referral to pay for services or to pay specialist rates for services." , "Claim.referral: The referral information received by the claim author, it is not to be used when the author generates a referral for a patient. A copy of that referral may be provided as supporting information. Some insurers require proof of referral to pay for services or to pay specialist rates for services." ;
        rdfs:label                      "referral" ;
        rdfs:subPropertyOf              w5:who.cause ;
        fhir:modifierExtensionProperty  fhir:_referral ;
        dc:title                        "ExplanationOfBenefit.referral: Treatment Referral" , "Claim.referral: Treatment referral" .

fhir:_conditionality  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Requirements.statement.conditionality" ;
        rdfs:label    "_conditionality" .

fhir:AuditEventSourceComponent
        a                owl:Class ;
        rdfs:comment     "AuditEventSourceComponent: The actor that is reporting the event." ;
        rdfs:label       "AuditEventSourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:observer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:observer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:site
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:site
                         ] .

fhir:_component  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.version.component" , "(Modified) SearchParameter.component" , "(Modified) Measure.group.stratifier.component" , "(Modified) Observation.component" , "(Modified) ObservationDefinition.component" , "(Modified) ArtifactAssessment.content.component" , "(Modified) ManufacturedItemDefinition.component.component" , "(Modified) ManufacturedItemDefinition.component" , "(Modified) ManufacturedItemDefinition.component.component.component" , "(Modified) MeasureReport.group.stratifier.stratum.component" , "(Modified) ArtifactAssessment.content.component.component" , "(Modified) Device.version.component" ;
        rdfs:label    "_component" .

fhir:link  a                            owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.requirement.link" , "Bundle.link: A series of links that provide context to this bundle." , "Patient.link: Link to a Patient or RelatedPerson resource that concerns the same actual individual." , "DiagnosticReport.media.link: Reference to the image or data source." , "Person.link: Link to a resource that concerns the same actual person." , "TestScript.setup.action.assert.requirement.link" , "GraphDefinition.link: Links this graph makes rules about." , "DeviceDefinition.link: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device." , "TestReport.test.action.assert.requirement.link" , "TestScript.metadata.capability.link: Links to the FHIR specification that describes this interaction and the resources involved in more detail." , "TestReport.setup.action.assert.requirement.link" , "Bundle.entry.link: A series of links that provide context to this entry." , "TestScript.metadata.link: A link to the FHIR specification that this test is covering." ;
        rdfs:label                      "link" ;
        fhir:modifierExtensionProperty  fhir:_link ;
        dc:title                        "URI of a reference" , "Patient.link: Link to a Patient or RelatedPerson resource that concerns the same actual individual" , "TestScript.metadata.link: Links to the FHIR specification" , "DiagnosticReport.media.link: Reference to the image or data source" , "Bundle.link: Links related to this Bundle" , "Bundle.entry.link: Links related to this entry" , "Person.link: Link to a resource that concerns the same actual person" , "DeviceDefinition.link: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device" , "GraphDefinition.link: Links this graph makes rules about" , "TestScript.metadata.capability.link: Links to the FHIR specification" .

fhir:_hasStage  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConditionDefinition.hasStage" ;
        rdfs:label    "_hasStage" .

fhir:_contentReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.contentReference" ;
        rdfs:label    "_contentReference" .

fhir:program  a                         owl:ObjectProperty ;
        rdfs:comment                    "Immunization.programEligibility.program: Indicates which program the patient had their eligility evaluated for." , "HealthcareService.program: Programs that this service is applicable to." ;
        rdfs:label                      "program" ;
        fhir:modifierExtensionProperty  fhir:_program ;
        dc:title                        "Immunization.programEligibility.program: The program that eligibility is declared for" , "HealthcareService.program: Programs that this service is applicable to" .

fhir:OtherElement  a     owl:Class ;
        rdfs:comment     "ConceptMapGroupComponent.SourceElement.TargetElement.OtherElement: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified data attribute can be resolved, and it has the specified value." ;
        rdfs:label       "OtherElement" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:code ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:attribute
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:attribute
                         ] .

fhir:scoringUnit  a                     owl:ObjectProperty ;
        rdfs:comment                    "Measure.group.scoringUnit: Defines the expected units of measure for the measure score. This element SHOULD be specified as a UCUM unit." , "Measure.scoringUnit: Defines the expected units of measure for the measure score. This element SHOULD be specified as a UCUM unit." ;
        rdfs:label                      "scoringUnit" ;
        fhir:modifierExtensionProperty  fhir:_scoringUnit ;
        dc:title                        "Measure.group.scoringUnit: What units?" , "Measure.scoringUnit: What units?" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep
        a                owl:Class ;
        rdfs:comment     "Indicates the operation, sub-process or scenario that happens if the alternative option is selected." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:process
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:pause
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:workflow
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess ;
                           owl:onProperty     fhir:process
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepAlternativeComponent ;
                           owl:onProperty     fhir:alternative
                         ] ;
        dc:title         "Alternative action(s)" .

fhir:_maxCount  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.maxCount" ;
        rdfs:label    "_maxCount" .

fhir:ExplanationOfBenefitEventComponent
        a                owl:Class ;
        rdfs:comment     "ExplanationOfBenefitEventComponent: Information code for an event with a corresponding date or period." ;
        rdfs:label       "ExplanationOfBenefitEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_ArtifactAssessment
        a                owl:Class ;
        rdfs:comment     "(Modified) ArtifactAssessment" ;
        rdfs:label       "_ArtifactAssessment" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:scope  a                           owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.scope: Differentiates the kind of the asset ." , "OperationDefinition.parameter.part.scope: If present, indicates that the parameter applies when the operation is being invoked at the specified level." , "Contract.scope: A selector of legal concerns for this Contract definition, derivative, or instance in any legal state." , "ValueSet.scope: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description." , "ImplementationGuide.definition.template.scope: The scope in which the template applies." , "DeviceDefinition.correctiveAction.scope: The scope of the corrective action - whether the action targeted all units of a given device model, or only a specific set of batches identified by lot numbers, or individually identified devices identified by the serial name." , "TestPlan.scope: What is being tested with this Test Plan - a conformance resource, or narrative criteria, or an external reference..." , "Contract.term.asset.scope: Differentiates the kind of the asset ." , "TestPlan.testCase.scope: The scope or artifact covered by the case, when the individual test case is associated with a testable artifact." , "TestScript.scope: The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion." , "OperationDefinition.parameter.scope: If present, indicates that the parameter applies when the operation is being invoked at the specified level." ;
        rdfs:label                      "scope" ;
        fhir:modifierExtensionProperty  fhir:_scope ;
        dc:title                        "OperationDefinition.parameter.part.scope: instance | type | system" , "ValueSet.scope: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description" , "OperationDefinition.parameter.scope: instance | type | system" , "Contract.term.asset.scope: Range of asset" , "Contract.scope: Range of Legal Concerns" , "TestScript.scope: Indication of the artifact(s) that are tested by this test case" , "Contract.term.group.asset.scope: Range of asset" , "ImplementationGuide.definition.template.scope: The scope in which the template applies" , "DeviceDefinition.correctiveAction.scope: model | lot-numbers | serial-numbers" , "TestPlan.testCase.scope: The scope or artifact covered by the case" , "TestPlan.scope: What is being tested with this Test Plan - a conformance resource, or narrative criteria, or an external reference" .

fhir:inventoryListing
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.inventoryListing: An inventory listing section (grouped by any of the attributes)." ;
        rdfs:label                      "inventoryListing" ;
        fhir:modifierExtensionProperty  fhir:_inventoryListing ;
        dc:title                        "InventoryReport.inventoryListing: An inventory listing section (grouped by any of the attributes)" .

fhir:concentration  a                   owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance.strength.concentration" ;
        rdfs:label                      "concentration" ;
        fhir:modifierExtensionProperty  fhir:_concentration .

fhir:_device  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.collection.device" , "(Modified) DeviceDispense.device" , "(Modified) AdministrableProductDefinition.device" , "(Modified) Observation.device" , "(Modified) DeviceAssociation.device" , "(Modified) MolecularSequence.device" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.device" , "(Modified) DeviceMetric.device" , "(Modified) Account.procedure.device" , "(Modified) MedicationAdministration.device" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.device" , "(Modified) GenomicStudy.analysis.device" , "(Modified) EvidenceVariable.characteristic.definitionByTypeAndValue.device" , "(Modified) DeviceUsage.device" , "(Modified) ObservationDefinition.device" , "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark.device" , "(Modified) Specimen.container.device" , "(Modified) GenomicStudy.analysis.device.device" , "(Modified) MedicationRequest.device" ;
        rdfs:label    "_device" .

fhir:hierarchyMeaning
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.hierarchyMeaning: The meaning of the hierarchy of concepts as represented in this resource." ;
        rdfs:label                      "hierarchyMeaning" ;
        fhir:modifierExtensionProperty  fhir:_hierarchyMeaning ;
        dc:title                        "CodeSystem.hierarchyMeaning: grouped-by | is-a | part-of | classified-with" .

fhir:CapabilityStatementRestComponentOperation
        a                owl:Class ;
        rdfs:comment     "Definition of an operation or a named query together with its parameters and their meaning and type." ;
        rdfs:label       "CapabilityStatementRestComponentOperation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        dc:title         "Definition of a system level operation" .

fhir:otherMap  a                        owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.group.unmapped.otherMap: The canonical reference to an additional ConceptMap resource instance to use for mapping if this ConceptMap resource contains no matching mapping for the source concept." ;
        rdfs:label                      "otherMap" ;
        fhir:modifierExtensionProperty  fhir:_otherMap ;
        dc:title                        "ConceptMap.group.unmapped.otherMap: canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped" .

fhir:answerConstraint
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.answerConstraint: For items that have a defined set of allowed answers (via answerOption or answerValueSet), indicates whether values *other* than those specified can be selected." , "Questionnaire.item.answerConstraint: For items that have a defined set of allowed answers (via answerOption or answerValueSet), indicates whether values *other* than those specified can be selected." ;
        rdfs:label                      "answerConstraint" ;
        fhir:modifierExtensionProperty  fhir:_answerConstraint ;
        dc:title                        "Questionnaire.item.item.answerConstraint: optionsOnly | optionsOrType | optionsOrString" , "Questionnaire.item.answerConstraint: optionsOnly | optionsOrType | optionsOrString" .

fhir:normalCodedValueSet
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.qualifiedValue.normalCodedValueSet: The set of normal coded results for qualitative observations  that match the criteria of this set of qualified values." , "ObservationDefinition.qualifiedValue.normalCodedValueSet: The set of normal coded results for qualitative observations  that match the criteria of this set of qualified values." ;
        rdfs:label                      "normalCodedValueSet" ;
        fhir:modifierExtensionProperty  fhir:_normalCodedValueSet ;
        dc:title                        "ObservationDefinition.component.qualifiedValue.normalCodedValueSet: Value set of normal coded values as part of this set of qualified values" , "ObservationDefinition.qualifiedValue.normalCodedValueSet: Value set of normal coded values as part of this set of qualified values" .

fhir:global  a                          owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.global: A set of profiles that all resources covered by this implementation guide must conform to." ;
        rdfs:label                      "global" ;
        fhir:modifierExtensionProperty  fhir:_global ;
        dc:title                        "ImplementationGuide.global: Profiles that apply globally" .

fhir:excludingRecurrenceId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.excludingRecurrenceId: Any dates, such as holidays, that should be excluded from the recurrence." ;
        rdfs:label                      "excludingRecurrenceId" ;
        fhir:modifierExtensionProperty  fhir:_excludingRecurrenceId ;
        dc:title                        "Appointment.recurrenceTemplate.excludingRecurrenceId: Any recurrence IDs that should be excluded from the recurrence" .

fhir:_SubstanceSourceMaterial
        a                owl:Class ;
        rdfs:comment     "(Modified) SubstanceSourceMaterial" ;
        rdfs:label       "_SubstanceSourceMaterial" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:validity  a                        owl:ObjectProperty ;
        rdfs:comment                    "Permission.validity: The period in which the permission is active." ;
        rdfs:label                      "validity" ;
        fhir:modifierExtensionProperty  fhir:_validity ;
        dc:title                        "Permission.validity: The period in which the permission is active" .

fhir:subjectReport  a                   owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier.stratum.population.subjectReport: A reference to an individual level MeasureReport resource for a member of the population." , "MeasureReport.group.population.subjectReport: A reference to an individual level MeasureReport resource for a member of the population." ;
        rdfs:label                      "subjectReport" ;
        fhir:modifierExtensionProperty  fhir:_subjectReport ;
        dc:title                        "MeasureReport.group.stratifier.stratum.population.subjectReport: For subject-list reports, a subject result in this population" , "MeasureReport.group.population.subjectReport: For subject-list reports, a subject result in this population" .

fhir:_any  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.binding.additional.any" ;
        rdfs:label    "_any" .

fhir:_nextScheduled  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.nextScheduled" ;
        rdfs:label    "_nextScheduled" .

fhir:administration  a                  owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.administration: Formula administration instructions as structured data.  This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding.  An example of this would be an instruction to increase the rate of continuous feeding every 2 hours." ;
        rdfs:label                      "administration" ;
        fhir:modifierExtensionProperty  fhir:_administration ;
        dc:title                        "NutritionOrder.enteralFormula.administration: Formula feeding instruction as structured data" .

fhir:sort  a                            owl:ObjectProperty ;
        rdfs:comment                    "DataRequirement.sort: Specifies the order of the results to be returned." ;
        rdfs:label                      "sort" ;
        fhir:modifierExtensionProperty  fhir:_sort ;
        dc:title                        "DataRequirement.sort: Order of the results" .

fhir:ManufacturedItemDefinitionComponentComponentProperty
        a                owl:Class ;
        rdfs:comment     "General characteristics of this component." ;
        rdfs:label       "ManufacturedItemDefinitionComponentComponentProperty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        dc:title         "General characteristics of this component" .

fhir:_sent  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Communication.sent" ;
        rdfs:label    "_sent" .

fhir:_directnessMatch
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.variableDefinition.directnessMatch" ;
        rdfs:label    "_directnessMatch" .

fhir:_targetFormat  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Signature.targetFormat" ;
        rdfs:label    "_targetFormat" .

fhir:_used  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.used" , "(Modified) ExplanationOfBenefit.benefitBalance.financial.used" , "(Modified) CoverageEligibilityResponse.insurance.item.benefit.used" ;
        rdfs:label    "_used" .

fhir:_occurence  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationAdministration.occurence" ;
        rdfs:label    "_occurence" .

fhir:_partOf  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.partOf" , "(Modified) ChargeItemDefinition.partOf" , "(Modified) QuestionnaireResponse.partOf" , "(Modified) BiologicallyDerivedProductDispense.partOf" , "(Modified) MedicationStatement.partOf" , "(Modified) ChargeItem.partOf" , "(Modified) DeviceDispense.partOf" , "(Modified) MedicationAdministration.partOf" , "(Modified) Location.partOf" , "(Modified) Communication.partOf" , "(Modified) Encounter.partOf" , "(Modified) SupplyDelivery.partOf" , "(Modified) Observation.partOf" , "(Modified) MedicationDispense.partOf" , "(Modified) ResearchStudy.partOf" , "(Modified) Transport.partOf" , "(Modified) NutritionIntake.partOf" , "(Modified) CarePlan.partOf" , "(Modified) Organization.partOf" , "(Modified) Task.partOf" , "(Modified) ImagingStudy.partOf" ;
        rdfs:label    "_partOf" .

fhir:relativeRisk  a                    owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.prediction.relativeRisk: Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general.  (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.)." ;
        rdfs:label                      "relativeRisk" ;
        fhir:modifierExtensionProperty  fhir:_relativeRisk ;
        dc:title                        "RiskAssessment.prediction.relativeRisk: Relative likelihood" .

fhir:supportedMessage
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.messaging.supportedMessage: References to message definitions for messages this system can send or receive." ;
        rdfs:label                      "supportedMessage" ;
        fhir:modifierExtensionProperty  fhir:_supportedMessage ;
        dc:title                        "CapabilityStatement.messaging.supportedMessage: Messages supported by this system" .

fhir:_dateOfDiagnosis
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.diagnosis.dateOfDiagnosis" ;
        rdfs:label    "_dateOfDiagnosis" .

fhir:_seriesNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.seriesNumber" ;
        rdfs:label    "_seriesNumber" .

fhir:DataRequirementSortComponent
        a                owl:Class ;
        rdfs:comment     "DataRequirementSortComponent: Specifies the order of the results to be returned." ;
        rdfs:label       "DataRequirementSortComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:direction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:direction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] .

fhir:ChargeItemDefinitionPropertyGroupComponentApplicability
        a                owl:Class ;
        rdfs:comment     "Expressions that describe applicability criteria for the priceComponent." ;
        rdfs:label       "ChargeItemDefinitionPropertyGroupComponentApplicability" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        dc:title         "Conditions under which the priceComponent is applicable" .

fhir:codeSystem  a                      owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.codeSystem: Identifies a code system that is supported by the server. If there is a no code system URL, then this declares the general assumptions a client can make about support for any CodeSystem resource." ;
        rdfs:label                      "codeSystem" ;
        fhir:modifierExtensionProperty  fhir:_codeSystem ;
        dc:title                        "TerminologyCapabilities.codeSystem: A code system supported by the server" .

fhir:processing  a                      owl:ObjectProperty ;
        rdfs:comment                    "Specimen.processing: Details concerning processing and processing steps for the specimen." ;
        rdfs:label                      "processing" ;
        fhir:modifierExtensionProperty  fhir:_processing ;
        dc:title                        "Specimen.processing: Processing and processing step details" .

fhir:_ResearchSubject
        a                owl:Class ;
        rdfs:comment     "(Modified) ResearchSubject" ;
        rdfs:label       "_ResearchSubject" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_heartbeatPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.heartbeatPeriod" ;
        rdfs:label    "_heartbeatPeriod" .

fhir:ValueSetExpansionPropertyComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetExpansionComponent.ValueSetExpansionPropertyComponent: A property defines an additional slot through which additional information can be provided about a concept." ;
        rdfs:label       "ValueSetExpansionPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:orderDetail  a                     owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.orderDetail: Additional details and instructions about the how the services are to be delivered.   For example, and order for a urinary catheter may have an order detail for an external or indwelling catheter, or an order for a bandage may require additional instructions specifying how the bandage should be applied." ;
        rdfs:label                      "orderDetail" ;
        fhir:modifierExtensionProperty  fhir:_orderDetail ;
        dc:title                        "ServiceRequest.orderDetail: Additional order information" .

fhir:Group  a                        owl:Class ;
        rdfs:comment                 "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization." ;
        rdfs:label                   "Group" ;
        rdfs:subClassOf              w5:administrative.group , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingEntity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:membership
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:GroupMemberComponent ;
                                       owl:onProperty     fhir:member
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingEntity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:membership
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:GroupCharacteristicComponent ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Group .

fhir:statusDate  a                      owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.statusDate: When the validation status was updated." , "SubstanceDefinition.code.statusDate: The date at which the code status was changed as part of the terminology maintenance." , "RegulatedAuthorization.statusDate: The date at which the current status was assigned." , "Citation.statusDate: The state or status of the citation record paired with an effective date or period for that state." , "Citation.citedArtifact.statusDate: An effective date or period, historical or future, actual or expected, for a status of the cited artifact." , "MedicinalProductDefinition.statusDate: The date at which the given status became applicable." , "Goal.statusDate: Identifies when the current status.  I.e. When initially created, when achieved, when cancelled, etc." , "PackagedProductDefinition.statusDate: The date at which the given status became applicable." ;
        rdfs:label                      "statusDate" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_statusDate ;
        dc:title                        "Goal.statusDate: When goal status took effect" , "SubstanceDefinition.code.statusDate: The date at which the code status was changed" , "MedicinalProductDefinition.statusDate: The date at which the given status became applicable" , "VerificationResult.statusDate: When the validation status was updated" , "Citation.statusDate: An effective date or period for a status of the citation record" , "RegulatedAuthorization.statusDate: The date at which the current status was assigned" , "PackagedProductDefinition.statusDate: The date at which the given status became applicable" , "Citation.citedArtifact.statusDate: An effective date or period for a status of the cited artifact" .

fhir:uri  a                             owl:ObjectProperty , owl:Class ;
        rdfs:comment                    "ConceptMap.property.uri: Reference to the formal meaning of the property." , "CodeSystem.property.uri: Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system." , "StructureDefinition.mapping.uri: An absolute URI that identifies the specification that this mapping is expressed to." , "TerminologyCapabilities.codeSystem.uri: Canonical identifier for the code system, represented as a URI." , "ConceptMap.additionalAttribute.uri: Reference to the formal definition of the source/target data element. For elements defined by the FHIR specification, or using a FHIR logical model, the correct format is {canonical-url}#{element-id}." , "ValueSet.expansion.property.uri: Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system." , "ImplementationGuide.dependsOn.uri: A canonical reference to the Implementation guide for the dependency." , "String of characters used to identify a name or a resource" , "TestReport.participant.uri: The uri of the participant. An absolute URL is preferred." ;
        rdfs:label                      "uri" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  xsd:anyURI ;
                                          owl:onProperty     fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        fhir:modifierExtensionProperty  fhir:_uri ;
        dc:title                        "ImplementationGuide.dependsOn.uri: Identity of the IG that this depends on" , "ConceptMap.property.uri: Formal identifier for the property" , "ValueSet.expansion.property.uri: Formal identifier for the property" , "CodeSystem.property.uri: Formal identifier for the property" , "TestReport.participant.uri: The uri of the participant. An absolute URL is preferred" , "ConceptMap.additionalAttribute.uri: Formal identifier for the data element referred to in this attribte" , "StructureDefinition.mapping.uri: Identifies what this mapping refers to" , "TerminologyCapabilities.codeSystem.uri: Canonical identifier for the code system, represented as a URI" .

fhir:max  a                             owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.source.max: Specified maximum cardinality for the element - a number or a \"*\". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value)." , "ParameterDefinition.max: The maximum number of times this element is permitted to appear in the request or response." , "GraphDefinition.link.max: Maximum occurrences for this link." , "ElementDefinition.base.max: Maximum cardinality of the base element identified by the path." , "StructureMap.group.rule.rule.source.max: Specified maximum cardinality for the element - a number or a \"*\". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value)." , "ElementDefinition.max: The maximum number of times this element is permitted to appear in the instance." , "OperationDefinition.parameter.max: The maximum number of times this element is permitted to appear in the request or response." , "OperationDefinition.parameter.part.max: The maximum number of times this element is permitted to appear in the request or response." , "MessageDefinition.focus.max: Identifies the maximum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition." ;
        rdfs:label                      "max" ;
        fhir:modifierExtensionProperty  fhir:_max ;
        dc:title                        "OperationDefinition.parameter.max: Maximum Cardinality (a number or *)" , "ElementDefinition.base.max: Max cardinality of the base element" , "StructureMap.group.rule.rule.source.max: Specified maximum cardinality (number or *)" , "MessageDefinition.focus.max: Maximum number of focuses of this type" , "ParameterDefinition.max: Maximum cardinality (a number of *)" , "OperationDefinition.parameter.part.max: Maximum Cardinality (a number or *)" , "ElementDefinition.max: Maximum Cardinality (a number or *)" , "GraphDefinition.link.max: Maximum occurrences for this link" , "StructureMap.group.rule.source.max: Specified maximum cardinality (number or *)" .

fhir:_conformance  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.scope.conformance" , "(Modified) Requirements.statement.conformance" ;
        rdfs:label    "_conformance" .

fhir:_unitPriceComponent
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.unitPriceComponent" ;
        rdfs:label    "_unitPriceComponent" .

fhir:_availabilityStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.availabilityStatus" ;
        rdfs:label    "_availabilityStatus" .

fhir:_exitCriteria  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.exitCriteria" ;
        rdfs:label    "_exitCriteria" .

fhir:Schedule  a                     owl:Class ;
        rdfs:comment                 "A container for slots of time that may be available for booking appointments." ;
        rdfs:label                   "Schedule" ;
        rdfs:subClassOf              w5:workflow.scheduling , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:actor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:actor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:planningHorizon
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:serviceCategory
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:planningHorizon
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:serviceType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Schedule .

fhir:BiologicallyDerivedProductCollectionComponent
        a                owl:Class ;
        rdfs:comment     "BiologicallyDerivedProductCollectionComponent: How this product was collected." ;
        rdfs:label       "BiologicallyDerivedProductCollectionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:collected
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:collected
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:collected
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:collected
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:collector
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:collector
                         ] .

fhir:DomainResource  a   owl:Class ;
        rdfs:comment     "A resource that includes narrative, extensions, and contained resources." ;
        rdfs:label       "DomainResource" ;
        rdfs:subClassOf  fhir:Resource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:contained
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Narrative ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:modifierExtension
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:extension
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  0 ;
                           owl:onProperty   fhir:modifierExtension
                         ] .

fhir:_AdverseEvent  a    owl:Class ;
        rdfs:comment     "(Modified) AdverseEvent" ;
        rdfs:label       "_AdverseEvent" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:focalDevice  a                     owl:ObjectProperty ;
        rdfs:comment                    "Procedure.focalDevice: A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure." ;
        rdfs:label                      "focalDevice" ;
        fhir:modifierExtensionProperty  fhir:_focalDevice ;
        dc:title                        "Procedure.focalDevice: Manipulated, implanted, or removed device" .

fhir:_authorType  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.author.authorType" ;
        rdfs:label    "_authorType" .

fhir:mode  a                            owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.mode: How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted." , "CapabilityStatement.messaging.supportedMessage.mode: The mode of this event declaration - whether application is sender or receiver." , "List.mode: How this list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted." , "Bundle.entry.search.mode: Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process." , "EvidenceReport.section.mode: How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted." , "ConceptMap.group.unmapped.mode: Defines which action to take if there is no match for the source concept in the target system designated for the group. One of 3 actions are possible: use the unmapped source code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL)." , "Composition.attester.mode: The type of attestation the authenticator offers." , "DocumentReference.attester.mode: The type of attestation the authenticator offers." , "CapabilityStatement.rest.mode: Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations." , "CapabilityStatement.document.mode: Mode of this document declaration - whether an application is a producer or consumer." , "StructureMap.structure.mode: How the referenced structure is used in this mapping." , "Location.mode: Indicates whether a resource instance represents a specific location or a class of locations." , "Device.mode: The designated condition for performing a task with the device." , "StructureMap.group.input.mode: Mode for this instance of data." ;
        rdfs:label                      "mode" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_mode ;
        dc:title                        "List.mode: working | snapshot | changes" , "StructureMap.structure.mode: source | queried | target | produced" , "EvidenceReport.section.mode: working | snapshot | changes" , "Device.mode: The designated condition for performing a task" , "ConceptMap.group.unmapped.mode: use-source-code | fixed | other-map" , "CapabilityStatement.rest.mode: client | server" , "CapabilityStatement.messaging.supportedMessage.mode: sender | receiver" , "Bundle.entry.search.mode: match | include - why this is in the result set" , "EvidenceReport.section.section.mode: working | snapshot | changes" , "Location.mode: instance | kind" , "CapabilityStatement.document.mode: producer | consumer" , "Composition.attester.mode: personal | professional | legal | official" , "StructureMap.group.input.mode: source | target" , "DocumentReference.attester.mode: personal | professional | legal | official" .

fhir:observation  a                     owl:ObjectProperty ;
        rdfs:comment                    "Observation.triggeredBy.observation: Reference to the triggering observation." , "ConditionDefinition.observation: Observations particularly relevant to this condition." ;
        rdfs:label                      "observation" ;
        fhir:modifierExtensionProperty  fhir:_observation ;
        dc:title                        "Observation.triggeredBy.observation: Triggering observation" , "ConditionDefinition.observation: Observations particularly relevant to this condition" .

fhir:_issuer  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.udiCarrier.issuer" , "(Modified) Organization.qualification.issuer" , "(Modified) Practitioner.qualification.issuer" , "(Modified) Invoice.issuer" , "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier.issuer" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier.issuer" , "(Modified) DeviceDefinition.regulatoryIdentifier.issuer" , "(Modified) DeviceDefinition.udiDeviceIdentifier.issuer" ;
        rdfs:label    "_issuer" .

fhir:ClaimEventComponent
        a                owl:Class ;
        rdfs:comment     "ClaimEventComponent: Information code for an event with a corresponding date or period." ;
        rdfs:label       "ClaimEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:FamilyMemberHistoryParticipantComponent
        a                owl:Class ;
        rdfs:comment     "FamilyMemberHistoryParticipantComponent: Indicates who or what participated in the activities related to the family member history and how they were involved." ;
        rdfs:label       "FamilyMemberHistoryParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:_validationStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.primarySource.validationStatus" ;
        rdfs:label    "_validationStatus" .

fhir:string  a           owl:Class ;
        rdfs:comment     "A sequence of Unicode characters" ;
        rdfs:label       "string" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:string ;
                           owl:onProperty     fhir:v
                         ] .

fhir:productCode  a                     owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.productCode: A codified value that systematically supports characterization and classification of medical products of human origin inclusive of processing conditions such as additives, volumes and handling conditions." ;
        rdfs:label                      "productCode" ;
        fhir:modifierExtensionProperty  fhir:_productCode ;
        dc:title                        "BiologicallyDerivedProduct.productCode: A code that identifies the kind of this biologically derived product" .

fhir:receiver  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.operation.receiver: The system on which the action is invoked/receives the data." , "MessageHeader.destination.receiver: Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient." , "ExampleScenario.process.step.operation.receiver: The system on which the action is invoked/receives the data." , "SupplyDelivery.receiver: Identifies the individual or organization that received the delivery." , "DeviceDispense.receiver: Identifies the person who picked up the device or the person or location where the device was delivered.  This may be a patient or their caregiver, but some cases exist where it can be a healthcare professional or a location." , "ExampleScenario.process.step.alternative.step.operation.receiver: The system on which the action is invoked/receives the data." , "MedicationDispense.receiver: Identifies the person who picked up the medication or the location of where the medication was delivered.  This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional or a location." , "ExampleScenario.process.step.alternative.step.process.step.operation.receiver: The system on which the action is invoked/receives the data." , "ExampleScenario.process.step.process.step.alternative.step.operation.receiver: The system on which the action is invoked/receives the data." ;
        rdfs:label                      "receiver" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_receiver ;
        dc:title                        "DeviceDispense.receiver: Who collected the device or where the medication was delivered" , "ExampleScenario.process.step.operation.receiver: Who receives the operation" , "ExampleScenario.process.step.process.step.alternative.step.operation.receiver: Who receives the operation" , "ExampleScenario.process.step.alternative.step.operation.receiver: Who receives the operation" , "SupplyDelivery.receiver: Who received the delivery" , "MessageHeader.destination.receiver: Intended \"real-world\" recipient for the data" , "ExampleScenario.process.step.process.step.operation.receiver: Who receives the operation" , "MedicationDispense.receiver: Who collected the medication or where the medication was delivered" , "ExampleScenario.process.step.alternative.step.process.step.operation.receiver: Who receives the operation" .

fhir:CitationCitedArtifactTitleComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactTitleComponent: The title details of the article or artifact." ;
        rdfs:label       "CitationCitedArtifactTitleComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:totalGross  a                      owl:ObjectProperty ;
        rdfs:comment                    "Invoice.totalGross: Invoice total, tax included." ;
        rdfs:label                      "totalGross" ;
        fhir:modifierExtensionProperty  fhir:_totalGross ;
        dc:title                        "Invoice.totalGross: Gross total of this Invoice" .

fhir:_outputProfile  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.outputProfile" ;
        rdfs:label    "_outputProfile" .

fhir:conditionalDelete
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.conditionalDelete: A code that indicates how the server supports conditional delete." ;
        rdfs:label                      "conditionalDelete" ;
        fhir:modifierExtensionProperty  fhir:_conditionalDelete ;
        dc:title                        "CapabilityStatement.rest.resource.conditionalDelete: not-supported | single | multiple - how conditional delete is supported" .

fhir:baseDefinition  a                  owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.baseDefinition: An absolute URI that is the base structure from which this type is derived, either by specialization or constraint." ;
        rdfs:label                      "baseDefinition" ;
        fhir:modifierExtensionProperty  fhir:_baseDefinition ;
        dc:title                        "StructureDefinition.baseDefinition: Definition that this type is constrained/specialized from" .

fhir:NutritionProductInstanceComponent
        a                owl:Class ;
        rdfs:comment     "NutritionProductInstanceComponent: Conveys instance-level information about this product item. One or several physical, countable instances or occurrences of the product." ;
        rdfs:label       "NutritionProductInstanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:lotNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:biologicalSourceEvent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:biologicalSourceEvent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lotNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:expiry
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expiry
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:useBy
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:useBy
                         ] .

fhir:ClinicalUseDefinitionIndicationComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionIndicationComponent: Specifics for when this is an indication." ;
        rdfs:label       "ClinicalUseDefinitionIndicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:diseaseSymptomProcedure
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:duration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:duration
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:duration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:duration
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:diseaseStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:applicability
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:diseaseSymptomProcedure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClinicalUseDefinitionIndicationComponentOtherTherapy ;
                           owl:onProperty     fhir:otherTherapy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:comorbidity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:intendedEffect
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:undesirableEffect
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:diseaseStatus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:applicability
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:intendedEffect
                         ] .

fhir:relevantHistory  a                 owl:ObjectProperty ;
        rdfs:comment                    "Task.relevantHistory: Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task." , "Contract.relevantHistory: Links to Provenance records for past versions of this Contract definition, derivative, or instance, which identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the Contract.  The Provenance.entity indicates the target that was changed in the update (see [Provenance.entity](provenance-definitions.html#Provenance.entity))." , "Transport.relevantHistory: Links to Provenance records for past versions of this Transport that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the transport." , "DeviceRequest.relevantHistory: Key events in the history of the request." , "ServiceRequest.relevantHistory: Key events in the history of the request." ;
        rdfs:label                      "relevantHistory" ;
        fhir:modifierExtensionProperty  fhir:_relevantHistory ;
        dc:title                        "Transport.relevantHistory: Key events in history of the Transport" , "Task.relevantHistory: Key events in history of the Task" , "Contract.relevantHistory: Key event in Contract History" , "DeviceRequest.relevantHistory: Request provenance" , "ServiceRequest.relevantHistory: Request provenance" .

fhir:referenceInformation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.referenceInformation: General information detailing this substance." ;
        rdfs:label                      "referenceInformation" ;
        fhir:modifierExtensionProperty  fhir:_referenceInformation ;
        dc:title                        "SubstanceDefinition.referenceInformation: General information detailing this substance" .

fhir:valueSet  a                        owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.binding.valueSet: Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used." , "ConceptMap.group.element.valueSet: The set of concepts from the ConceptMap.group.source code system which are all being mapped to the target as part of this mapping rule." , "ValueSet.compose.include.valueSet: Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url.  If multiple value sets are specified this includes the intersection of the contents of all of the referenced value sets." , "ElementDefinition.binding.additional.valueSet: The valueSet that is being bound for the purpose." , "CodeSystem.valueSet: Canonical reference to the value set that contains all codes in the code system independent of code status." , "ValueSet.compose.exclude.valueSet: Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url.  If multiple value sets are specified this includes the intersection of the contents of all of the referenced value sets." , "ConceptMap.group.element.target.product.valueSet: This mapping applies if the data element value is a code from this value set." , "ConceptMap.group.element.target.dependsOn.valueSet: This mapping applies if the data element value is a code from this value set." , "DataRequirement.codeFilter.valueSet: The valueset for the code filter. The valueSet and code elements are additive. If valueSet is specified, the filter will return only those data items for which the value of the code-valued element specified in the path is a member of the specified valueset." , "OperationDefinition.parameter.binding.valueSet: Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used." , "ConceptMap.group.element.target.valueSet: The set of concepts from the ConceptMap.group.target code system which are all being mapped to as part of this mapping rule. The effect of using this data element is the same as having multiple ConceptMap.group.element.target elements with one for each concept in the ConceptMap.group.element.target.valueSet value set." , "ElementDefinition.binding.valueSet: Refers to the value set that identifies the set of codes the binding refers to." , "ConceptMap.group.unmapped.valueSet: The set of fixed codes to use when the mode = 'fixed'  - all unmapped codes are mapped to each of the fixed codes." ;
        rdfs:label                      "valueSet" ;
        fhir:modifierExtensionProperty  fhir:_valueSet ;
        dc:title                        "ConceptMap.group.element.target.dependsOn.valueSet: The mapping depends on a data element with a value from this value set" , "ConceptMap.group.element.target.valueSet: Identifies the set of target concepts" , "OperationDefinition.parameter.binding.valueSet: Source of value set" , "CodeSystem.valueSet: Canonical reference to the value set with entire code system" , "ConceptMap.group.element.target.product.valueSet: The mapping depends on a data element with a value from this value set" , "ElementDefinition.binding.additional.valueSet: The value set for the additional binding" , "ConceptMap.group.unmapped.valueSet: Fixed code set when mode = fixed" , "ConceptMap.group.element.valueSet: Identifies the set of concepts being mapped" , "ValueSet.compose.include.valueSet: Select the contents included in this value set" , "ValueSet.compose.exclude.valueSet: Select the contents included in this value set" , "ElementDefinition.binding.valueSet: Source of value set" , "DataRequirement.codeFilter.valueSet: ValueSet for the filter" , "OperationDefinition.parameter.part.binding.valueSet: Source of value set" .

fhir:library  a                         owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.library: A reference to a Library resource containing any formal logic used by the plan definition." , "ActivityDefinition.library: A reference to a Library resource containing any formal logic used by the activity definition." , "Measure.library: A reference to a Library resource containing the formal logic used by the measure." , "Measure.group.library: A reference to a Library resource containing the formal logic used by the measure group." , "ClinicalUseDefinition.library: Logic used by the clinical use definition." ;
        rdfs:label                      "library" ;
        fhir:modifierExtensionProperty  fhir:_library ;
        dc:title                        "PlanDefinition.library: Logic used by the plan definition" , "ActivityDefinition.library: Logic used by the activity definition" , "ClinicalUseDefinition.library: Logic used by the clinical use definition" , "Measure.group.library: Logic used by the measure group" , "Measure.library: Logic used by the measure" .

fhir:InventoryReportInventoryListingItemComponent
        a                owl:Class ;
        rdfs:comment     "InventoryReportInventoryListingComponent.InventoryReportInventoryListingItemComponent: The item or items in this listing." ;
        rdfs:label       "InventoryReportInventoryListingItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:item
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] .

fhir:performedActivity
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CarePlan.activity.performedActivity: Identifies the activity that was performed. For example, an activity could be patient education, exercise, or a medication administration. The reference to an \"event\" resource, such as Procedure or Encounter or Observation, represents the activity that was performed. The requested activity can be conveyed using the CarePlan.activity.plannedActivityReference (a reference to a “request” resource)." ;
        rdfs:label                      "performedActivity" ;
        fhir:modifierExtensionProperty  fhir:_performedActivity ;
        dc:title                        "CarePlan.activity.performedActivity: Results of the activity (concept, or Appointment, Encounter, Procedure, etc.)" .

fhir:Coverage  a                     owl:Class ;
        rdfs:comment                 "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment." , "Account.Coverage: The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account." ;
        rdfs:label                   "Coverage" ;
        rdfs:subClassOf              w5:financial.support , fhir:BackboneElement , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurancePlan
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:coverage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:order
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CoveragePaymentByComponent ;
                                       owl:onProperty     fhir:paymentBy
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:policyHolder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:kind
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:order
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:beneficiary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:network
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:policyHolder
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:beneficiary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subrogation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:dependent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Class ;
                                       owl:onProperty     fhir:class
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:coverage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subscriber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CostToBeneficiary ;
                                       owl:onProperty     fhir:costToBeneficiary
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:contract
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:relationship
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:relationship
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:insurancePlan
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:network
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subscriber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:kind
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dependent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:subscriberId
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:subrogation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Coverage .

fhir:probability  a                     owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.prediction.probability" ;
        rdfs:label                      "probability" ;
        fhir:modifierExtensionProperty  fhir:_probability .

fhir:TerminologyCapabilitiesSoftwareComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesSoftwareComponent: Software that is covered by this terminology capability statement.  It is used when the statement describes the capabilities of a particular software version, independent of an installation." ;
        rdfs:label       "TerminologyCapabilitiesSoftwareComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_activity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.activity" , "(Modified) Permission.rule.activity" , "(Modified) Citation.citedArtifact.statusDate.activity" , "(Modified) Citation.statusDate.activity" , "(Modified) CarePlan.activity" ;
        rdfs:label    "_activity" .

fhir:prediction  a                      owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.prediction: Describes the expected outcome for the subject." ;
        rdfs:label                      "prediction" ;
        fhir:modifierExtensionProperty  fhir:_prediction ;
        dc:title                        "RiskAssessment.prediction: Outcome predicted" .

fhir:_mimeType  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Endpoint.payload.mimeType" ;
        rdfs:label    "_mimeType" .

fhir:exception  a                       owl:ObjectProperty ;
        rdfs:comment                    "Coverage.costToBeneficiary.exception: A suite of codes indicating exceptions or reductions to patient costs and their effective periods." ;
        rdfs:label                      "exception" ;
        fhir:modifierExtensionProperty  fhir:_exception ;
        dc:title                        "Coverage.costToBeneficiary.exception: Exceptions for patient payments" .

fhir:ImplementationGuideDefinitionTemplateComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionTemplateComponent: A template for building resources." ;
        rdfs:label       "ImplementationGuideDefinitionTemplateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scope
                         ] .

fhir:_edit  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.edit" ;
        rdfs:label    "_edit" .

fhir:_usage  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) NamingSystem.usage" , "(Modified) ElementDefinition.binding.additional.usage" , "(Modified) PlanDefinition.usage" , "(Modified) Library.usage" , "(Modified) Measure.usage" , "(Modified) ActivityDefinition.usage" , "(Modified) MedicinalProductDefinition.name.usage" , "(Modified) EventDefinition.usage" , "(Modified) Measure.supplementalData.usage" ;
        rdfs:label    "_usage" .

fhir:proposedNewTime  a                 owl:ObjectProperty ;
        rdfs:comment                    "AppointmentResponse.proposedNewTime: Indicates that the response is proposing a different time that was initially requested.  The new proposed time will be indicated in the start and end properties." ;
        rdfs:label                      "proposedNewTime" ;
        fhir:modifierExtensionProperty  fhir:_proposedNewTime ;
        dc:title                        "AppointmentResponse.proposedNewTime: Indicator for a counter proposal" .

fhir:security  a                        owl:ObjectProperty ;
        rdfs:comment                    "Permission.rule.data.security: The data in scope are those with the given codes present in that data .meta.security element." , "CapabilityStatement.rest.security: Information about security implementation from an interface perspective - what a client needs to know." , "Meta.security: Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure." ;
        rdfs:label                      "security" ;
        fhir:modifierExtensionProperty  fhir:_security ;
        dc:title                        "Permission.rule.data.security: Security tag code on .meta.security" , "CapabilityStatement.rest.security: Information about security of implementation" , "Meta.security: Security Labels applied to this resource" .

fhir:_parameter  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.parameter" , "(Modified) SupplyRequest.parameter" , "(Modified) StructureMap.group.rule.dependent.parameter" , "(Modified) StructureMap.group.rule.target.parameter" , "(Modified) DeviceRequest.parameter" , "(Modified) ServiceRequest.orderDetail.parameter" , "(Modified) TerminologyCapabilities.expansion.parameter" , "(Modified) Parameters.parameter" , "(Modified) StructureMap.group.rule.rule.dependent.parameter" , "(Modified) ImplementationGuide.definition.parameter" , "(Modified) OperationDefinition.parameter" , "(Modified) Subscription.parameter" , "(Modified) Library.parameter" , "(Modified) StructureMap.group.rule.rule.target.parameter" ;
        rdfs:label    "_parameter" .

fhir:InventoryItemDescriptionComponent
        a                owl:Class ;
        rdfs:comment     "InventoryItemDescriptionComponent: The descriptive characteristics of the inventory item." ;
        rdfs:label       "InventoryItemDescriptionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] .

fhir:ConditionDefinitionPreconditionComponent
        a                owl:Class ;
        rdfs:comment     "ConditionDefinitionPreconditionComponent: An observation that suggests that this condition applies." ;
        rdfs:label       "ConditionDefinitionPreconditionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:LocationPositionComponent
        a                owl:Class ;
        rdfs:comment     "LocationPositionComponent: The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML)." ;
        rdfs:label       "LocationPositionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:altitude
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:longitude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:altitude
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:latitude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:longitude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:latitude
                         ] .

fhir:sequenceRange  a                   owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.sequenceRange: Indicates the nucleotide range in the composed sequence when multiple 'relative' elements are used together." ;
        rdfs:label                      "sequenceRange" ;
        fhir:modifierExtensionProperty  fhir:_sequenceRange ;
        dc:title                        "MolecularSequence.relative.sequenceRange: Indicates the nucleotide range in the composed sequence when multiple 'relative' elements are used together" .

fhir:policyBasis  a                     owl:ObjectProperty ;
        rdfs:comment                    "Consent.policyBasis: A Reference or URL used to uniquely identify the policy the organization will enforce for this Consent. This Reference or URL should be specific to the version of the policy and should be dereferencable to a computable policy of some form." ;
        rdfs:label                      "policyBasis" ;
        fhir:modifierExtensionProperty  fhir:_policyBasis ;
        dc:title                        "Consent.policyBasis: Computable version of the backing policy" .

fhir:_inputParameters
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.inputParameters" ;
        rdfs:label    "_inputParameters" .

fhir:_dateRange  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MarketingStatus.dateRange" ;
        rdfs:label    "_dateRange" .

fhir:_cost  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.packaging.cost" , "(Modified) MedicationKnowledge.packaging.cost.cost" , "(Modified) MedicationKnowledge.cost.cost" , "(Modified) MedicationKnowledge.cost" , "(Modified) InsurancePlan.plan.specificCost.benefit.cost" , "(Modified) InsurancePlan.plan.generalCost.cost" ;
        rdfs:label    "_cost" .

fhir:Timing  a                       owl:Class ;
        rdfs:comment                 "Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out." ;
        rdfs:label                   "Timing" ;
        rdfs:subClassOf              fhir:BackboneType ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TimingRepeatComponent ;
                                       owl:onProperty     fhir:repeat
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:repeat
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:event
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Timing ;
        dc:title                     "A timing schedule that specifies an event that may occur multiple times" .

fhir:_team  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConditionDefinition.team" ;
        rdfs:label    "_team" .

fhir:_paternalOrganismId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.hybrid.paternalOrganismId" ;
        rdfs:label    "_paternalOrganismId" .

fhir:_statusChanged  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.statusChanged" , "(Modified) MedicationDispense.statusChanged" ;
        rdfs:label    "_statusChanged" .

fhir:ActivityDefinitionDynamicValueComponent
        a                owl:Class ;
        rdfs:comment     "ActivityDefinitionDynamicValueComponent: Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the request resource that would contain the result." ;
        rdfs:label       "ActivityDefinitionDynamicValueComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] .

fhir:processor  a                       owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.processor: The name of the card processor, etf processor, bank for checks." ;
        rdfs:label                      "processor" ;
        fhir:modifierExtensionProperty  fhir:_processor ;
        dc:title                        "PaymentReconciliation.processor: Processor name" .

fhir:_constraint  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SearchParameter.constraint" , "(Modified) ElementDefinition.constraint" ;
        rdfs:label    "_constraint" .

fhir:_sampleSize  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.sampleSize" ;
        rdfs:label    "_sampleSize" .

fhir:ClinicalUseDefinitionContraindicationComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionContraindicationComponent: Specifics for when this is a contraindication." ;
        rdfs:label       "ClinicalUseDefinitionContraindicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:diseaseSymptomProcedure
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:applicability
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:indication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:comorbidity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:diseaseSymptomProcedure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:applicability
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:diseaseStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:diseaseStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClinicalUseDefinitionContraindicationOtherTherapyComponent ;
                           owl:onProperty     fhir:otherTherapy
                         ] .

fhir:_comorbidity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.comorbidity" , "(Modified) ClinicalUseDefinition.contraindication.comorbidity" ;
        rdfs:label    "_comorbidity" .

fhir:_knownDataCount  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.sampleSize.knownDataCount" ;
        rdfs:label    "_knownDataCount" .

fhir:template  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.definition.template: A template for building resources." ;
        rdfs:label                      "template" ;
        fhir:modifierExtensionProperty  fhir:_template ;
        dc:title                        "ImplementationGuide.definition.template: A template for building resources" .

fhir:codeFilter  a                      owl:ObjectProperty ;
        rdfs:comment                    "DataRequirement.codeFilter: Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed." ;
        rdfs:label                      "codeFilter" ;
        fhir:modifierExtensionProperty  fhir:_codeFilter ;
        dc:title                        "DataRequirement.codeFilter: What codes are expected" .

fhir:dateAccessed  a                    owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.dateAccessed: When the cited artifact was accessed." ;
        rdfs:label                      "dateAccessed" ;
        fhir:modifierExtensionProperty  fhir:_dateAccessed ;
        dc:title                        "Citation.citedArtifact.dateAccessed: When the cited artifact was accessed" .

fhir:_organization  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.operation.organization" , "(Modified) InventoryItem.responsibleOrganization.organization" , "(Modified) VerificationResult.validator.organization" , "(Modified) ExtendedContactDetail.organization" , "(Modified) Patient.contact.organization" , "(Modified) PractitionerRole.organization" , "(Modified) OrganizationAffiliation.organization" , "(Modified) EnrollmentResponse.organization" ;
        rdfs:label    "_organization" .

fhir:_ifModifiedSince
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.entry.request.ifModifiedSince" ;
        rdfs:label    "_ifModifiedSince" .

fhir:_lastRevisionDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.lastRevisionDate" ;
        rdfs:label    "_lastRevisionDate" .

fhir:_strength  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part.binding.strength" , "(Modified) OperationDefinition.parameter.binding.strength" , "(Modified) MedicationKnowledge.definitional.ingredient.strength" , "(Modified) Medication.ingredient.strength" , "(Modified) Ingredient.substance.strength.referenceStrength.strength" , "(Modified) Ingredient.substance.strength" , "(Modified) ElementDefinition.binding.strength" ;
        rdfs:label    "_strength" .

fhir:numerator  a                       owl:ObjectProperty ;
        rdfs:comment                    "Ratio.numerator: The value of the numerator." ;
        rdfs:label                      "numerator" ;
        fhir:modifierExtensionProperty  fhir:_numerator ;
        dc:title                        "Ratio.numerator: Numerator value" .

fhir:_altitude  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.position.altitude" ;
        rdfs:label    "_altitude" .

fhir:_countingDateTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.inventoryListing.countingDateTime" ;
        rdfs:label    "_countingDateTime" .

fhir:MedicationDispense
        a                            owl:Class ;
        rdfs:comment                 "Indicates that a medication product is to be or has been dispensed for a named person/patient.  This includes a description of the medication product (supply) provided and the instructions for administering the medication.  The medication dispense is the result of a pharmacy system responding to a medication order." ;
        rdfs:label                   "MedicationDispense" ;
        rdfs:subClassOf              w5:clinical.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:notPerformedReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusChanged
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:whenHandedOver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationDispensePerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:whenPrepared
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:receiver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:daysSupply
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:substitution
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:eventHistory
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:notPerformedReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MedicationDispenseSubstitutionComponent ;
                                       owl:onProperty     fhir:substitution
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:whenPrepared
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:statusChanged
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:daysSupply
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:renderedDosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:authorizingPrescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorded
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:renderedDosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:medication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Dosage ;
                                       owl:onProperty     fhir:dosageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:whenHandedOver
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MedicationDispense .

fhir:_maxDuration  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.handling.maxDuration" ;
        rdfs:label    "_maxDuration" .

fhir:requirement  a                     owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.input.requirement: Defines the data that is to be provided as input to the action." , "SpecimenDefinition.typeTested.requirement: Requirements for delivery and special handling of this kind of conditioned specimen." , "Requirements.statement.requirement: The actual requirement for human consumption." , "TestReport.setup.action.assert.requirement: Links or references providing traceability to the testing requirements for this assert." , "TestScript.setup.action.assert.requirement: Links or references providing traceability to the testing requirements for this assert." , "RequestOrchestration.action.action.input.requirement: Defines the data that is to be provided as input to the action." , "PlanDefinition.action.output.requirement: Defines the data that results as output from the action." , "InsurancePlan.coverage.benefit.requirement: The referral requirements to have access/coverage for this benefit." , "PlanDefinition.action.input.requirement: Defines the data that is to be provided as input to the action." , "TestReport.test.action.assert.requirement: Links or references providing traceability to the testing requirements for this assert." , "TestScript.test.action.assert.requirement: Links or references providing traceability to the testing requirements for this assert." , "RequestOrchestration.action.action.output.requirement: Defines the data that results as output from the action." , "PlanDefinition.action.action.output.requirement: Defines the data that results as output from the action." , "PlanDefinition.action.action.input.requirement: Defines the data that is to be provided as input to the action." , "RequestOrchestration.action.output.requirement: Defines the data that results as output from the action." ;
        rdfs:label                      "requirement" ;
        fhir:modifierExtensionProperty  fhir:_requirement ;
        dc:title                        "TestReport.test.action.assert.requirement: Links or references to the testing requirements" , "TestReport.setup.action.assert.requirement: Links or references to the testing requirements" , "RequestOrchestration.action.input.requirement: What data is provided" , "PlanDefinition.action.input.requirement: What data is provided" , "SpecimenDefinition.typeTested.requirement: Requirements for specimen delivery and special handling" , "RequestOrchestration.action.action.input.requirement: What data is provided" , "RequestOrchestration.action.output.requirement: What data is provided" , "TestScript.setup.action.assert.requirement: Links or references to the testing requirements" , "PlanDefinition.action.action.input.requirement: What data is provided" , "InsurancePlan.coverage.benefit.requirement: Referral requirements" , "TestScript.test.action.assert.requirement: Links or references to the testing requirements" , "RequestOrchestration.action.action.output.requirement: What data is provided" , "PlanDefinition.action.output.requirement: What data is provided" , "PlanDefinition.action.action.output.requirement: What data is provided" , "Requirements.statement.requirement: The actual requirement" .

fhir:SubstanceProteinSubunitComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceProteinSubunitComponent: This subclause refers to the description of each subunit constituting the SubstanceProtein. A subunit is a linear sequence of amino acids linked through peptide bonds. The Subunit information shall be provided when the finished SubstanceProtein is a complex of multiple sequences; subunits are not used to delineate domains within a single sequence. Subunits are listed in order of decreasing length; sequences of the same length will be ordered by decreasing molecular weight; subunits that have identical sequences will be repeated multiple times." ;
        rdfs:label       "SubstanceProteinSubunitComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:cTerminalModification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:length
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cTerminalModificationId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cTerminalModification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:nTerminalModificationId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:cTerminalModificationId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subunit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:nTerminalModification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:subunit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:length
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequenceAttachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:sequenceAttachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:nTerminalModification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:nTerminalModificationId
                         ] .

fhir:_abatement  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.abatement" ;
        rdfs:label    "_abatement" .

fhir:reportingPeriod  a                 owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.reportingPeriod: The period the report refers to." ;
        rdfs:label                      "reportingPeriod" ;
        fhir:modifierExtensionProperty  fhir:_reportingPeriod ;
        dc:title                        "InventoryReport.reportingPeriod: The period the report refers to" .

fhir:dosage  a                          owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage: Dosage for the medication for the specific guidelines." , "ActivityDefinition.dosage: Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources." , "MedicationAdministration.dosage: Describes the medication dosage information details e.g. dose, rate, site, route, etc." , "MedicationStatement.dosage: Indicates how the medication is/was or should be taken by the patient." , "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage: Dosage for the medication for the specific guidelines." ;
        rdfs:label                      "dosage" ;
        fhir:modifierExtensionProperty  fhir:_dosage ;
        dc:title                        "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage: Dosage for the medication for the specific guidelines" , "ActivityDefinition.dosage: Detailed dosage instructions" , "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage: Dosage for the medication for the specific guidelines" , "MedicationStatement.dosage: Details of how medication is/was taken or should be taken" , "MedicationAdministration.dosage: Details of how medication was taken" .

fhir:_supplement  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.supplement" ;
        rdfs:label    "_supplement" .

fhir:_treatmentIntent
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent" ;
        rdfs:label    "_treatmentIntent" .

fhir:performingOrganization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.performingOrganization: The organization performing the service." ;
        rdfs:label                      "performingOrganization" ;
        fhir:modifierExtensionProperty  fhir:_performingOrganization ;
        dc:title                        "ChargeItem.performingOrganization: Organization providing the charged service" .

fhir:_what  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Provenance.entity.what" , "(Modified) AuditEvent.entity.what" ;
        rdfs:label    "_what" .

fhir:intervalUnit  a                    owl:ObjectProperty ;
        rdfs:comment                    "SampledData.intervalUnit: The measurement unit in which the sample interval is expressed." ;
        rdfs:label                      "intervalUnit" ;
        fhir:modifierExtensionProperty  fhir:_intervalUnit ;
        dc:title                        "SampledData.intervalUnit: The measurement unit of the interval between samples" .

fhir:Composition.SectionSection
        a                owl:Class ;
        rdfs:comment     "A nested sub-section within this section." ;
        rdfs:label       "Composition.SectionSection" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Narrative ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Composition.SectionSectionSection ;
                           owl:onProperty     fhir:section
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:entry
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        dc:title         "Nested Section" .

fhir:preAuthPeriod  a                   owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.item.detail.subDetail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ClaimResponse.item.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ExplanationOfBenefit.addItem.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ClaimResponse.addItem.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ExplanationOfBenefit.item.detail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ClaimResponse.addItem.detail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ExplanationOfBenefit.item.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ExplanationOfBenefit.addItem.detail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ClaimResponse.preAuthPeriod: The time frame during which this authorization is effective." , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." , "ClaimResponse.item.detail.reviewOutcome.preAuthPeriod: The time frame during which this authorization is effective." ;
        rdfs:label                      "preAuthPeriod" ;
        fhir:modifierExtensionProperty  fhir:_preAuthPeriod ;
        dc:title                        "ClaimResponse.item.detail.subDetail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ClaimResponse.preAuthPeriod: Preauthorization reference effective period" , "ClaimResponse.item.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ExplanationOfBenefit.addItem.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ClaimResponse.addItem.detail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ExplanationOfBenefit.item.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ClaimResponse.item.detail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ExplanationOfBenefit.addItem.detail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ClaimResponse.addItem.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" , "ExplanationOfBenefit.item.detail.reviewOutcome.preAuthPeriod: Preauthorization reference effective period" .

fhir:fhirPathCriteria
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.resourceTrigger.fhirPathCriteria: The FHIRPath based rules that the server should use to determine when to trigger a notification for this topic." ;
        rdfs:label                      "fhirPathCriteria" ;
        fhir:modifierExtensionProperty  fhir:_fhirPathCriteria ;
        dc:title                        "SubscriptionTopic.resourceTrigger.fhirPathCriteria: FHIRPath based trigger rule" .

fhir:administeredBy  a                  owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.administeredBy: An organization which administer other services such as underwriting, customer service and/or claims processing on behalf of the health insurance product owner." ;
        rdfs:label                      "administeredBy" ;
        fhir:modifierExtensionProperty  fhir:_administeredBy ;
        dc:title                        "InsurancePlan.administeredBy: Product administrator" .

fhir:factor  a                          owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.addItem.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "Claim.item.detail.subDetail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "Contract.term.group.asset.valuedItem.factor: A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "ExplanationOfBenefit.item.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "Claim.item.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "ExplanationOfBenefit.addItem.detail.subDetail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "ClaimResponse.addItem.detail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "ClaimResponse.addItem.detail.subDetail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "MonetaryComponent.factor: Factor used for calculating this component." , "ExplanationOfBenefit.addItem.detail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "Contract.term.asset.valuedItem.factor: A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "Claim.item.detail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "SampledData.factor: A correction factor that is applied to the sampled data points before they are added to the origin." , "ExplanationOfBenefit.item.detail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "ExplanationOfBenefit.addItem.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." , "ExplanationOfBenefit.item.detail.subDetail.factor: A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." ;
        rdfs:label                      "factor" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_factor ;
        dc:title                        "Contract.term.asset.valuedItem.factor: Contract Valued Item Price Scaling Factor" , "ExplanationOfBenefit.addItem.factor: Price scaling factor" , "Claim.item.factor: Price scaling factor" , "Claim.item.detail.subDetail.factor: Price scaling factor" , "ClaimResponse.addItem.factor: Price scaling factor" , "Contract.term.group.asset.valuedItem.factor: Contract Valued Item Price Scaling Factor" , "ClaimResponse.addItem.detail.subDetail.factor: Price scaling factor" , "ClaimResponse.addItem.detail.factor: Price scaling factor" , "Claim.item.detail.factor: Price scaling factor" , "MonetaryComponent.factor: Factor used for calculating this component" , "ExplanationOfBenefit.addItem.detail.factor: Price scaling factor" , "ExplanationOfBenefit.item.detail.subDetail.factor: Price scaling factor" , "SampledData.factor: Multiply data by this before adding to origin" , "ExplanationOfBenefit.item.factor: Price scaling factor" , "ExplanationOfBenefit.addItem.detail.subDetail.factor: Price scaling factor" , "ExplanationOfBenefit.item.detail.factor: Price scaling factor" .

fhir:ContactPoint  a     owl:Class ;
        rdfs:comment     "Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc." ;
        rdfs:label       "ContactPoint" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rank
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:use
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:use
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:rank
                         ] ;
        dc:title         "Details of a Technology mediated contact point (phone, fax, email, etc.)" .

fhir:appointmentType  a                 owl:ObjectProperty ;
        rdfs:comment                    "Slot.appointmentType: The style of appointment or patient that may be booked in the slot (not service type)." , "Appointment.appointmentType: The style of appointment or patient that has been booked in the slot (not service type)." ;
        rdfs:label                      "appointmentType" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_appointmentType ;
        dc:title                        "Slot.appointmentType: The style of appointment or patient that may be booked in the slot (not service type)" , "Appointment.appointmentType: The style of appointment or patient that has been booked in the slot (not service type)" .

fhir:_collector  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.collection.collector" , "(Modified) BiologicallyDerivedProduct.collection.collector" ;
        rdfs:label    "_collector" .

fhir:answerValueSet  a                  owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.answerValueSet: A reference to a value set containing a list of values representing permitted answers for a question." , "Questionnaire.item.answerValueSet: A reference to a value set containing a list of values representing permitted answers for a question." ;
        rdfs:label                      "answerValueSet" ;
        fhir:modifierExtensionProperty  fhir:_answerValueSet ;
        dc:title                        "Questionnaire.item.item.answerValueSet: ValueSet containing permitted answers" , "Questionnaire.item.answerValueSet: ValueSet containing permitted answers" .

fhir:_achievementStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Goal.achievementStatus" ;
        rdfs:label    "_achievementStatus" .

fhir:carrierHRF  a                      owl:ObjectProperty ;
        rdfs:comment                    "Device.udiCarrier.carrierHRF: The full UDI carrier as the human readable form (HRF) representation of the barcode string as printed on the packaging of the device." ;
        rdfs:label                      "carrierHRF" ;
        fhir:modifierExtensionProperty  fhir:_carrierHRF ;
        dc:title                        "Device.udiCarrier.carrierHRF: UDI Human Readable Barcode String" .

fhir:_evaluatedResource
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.evaluatedResource" ;
        rdfs:label    "_evaluatedResource" .

fhir:signer  a                          owl:ObjectProperty ;
        rdfs:comment                    "Contract.signer: Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness." ;
        rdfs:label                      "signer" ;
        fhir:modifierExtensionProperty  fhir:_signer ;
        dc:title                        "Contract.signer: Contract Signatory" .

fhir:_usageReason  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceUsage.usageReason" ;
        rdfs:label    "_usageReason" .

fhir:variableDefinition
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic.variable.variableDefinition: Description of the variable." , "Evidence.variableDefinition: Evidence variable such as population, exposure, or outcome." ;
        rdfs:label                      "variableDefinition" ;
        fhir:modifierExtensionProperty  fhir:_variableDefinition ;
        dc:title                        "Evidence.statistic.modelCharacteristic.variable.variableDefinition: Description of the variable" , "Evidence.variableDefinition: Evidence variable such as population, exposure, or outcome" .

fhir:manifestation  a                   owl:ObjectProperty ;
        rdfs:comment                    "Immunization.reaction.manifestation: Details of the reaction." , "AllergyIntolerance.reaction.manifestation: Clinical symptoms and/or signs that are observed or associated with the adverse reaction event." ;
        rdfs:label                      "manifestation" ;
        fhir:modifierExtensionProperty  fhir:_manifestation ;
        dc:title                        "Immunization.reaction.manifestation: Additional information on reaction" , "AllergyIntolerance.reaction.manifestation: Clinical symptoms/signs associated with the Event" .

fhir:searchType  a                      owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.searchType: How the parameter is understood if/when it used as search parameter. This is only used if the parameter is a string." , "OperationDefinition.parameter.searchType: How the parameter is understood if/when it used as search parameter. This is only used if the parameter is a string." ;
        rdfs:label                      "searchType" ;
        fhir:modifierExtensionProperty  fhir:_searchType ;
        dc:title                        "OperationDefinition.parameter.part.searchType: number | date | string | token | reference | composite | quantity | uri | special" , "OperationDefinition.parameter.searchType: number | date | string | token | reference | composite | quantity | uri | special" .

fhir:PaymentReconciliation
        a                            owl:Class ;
        rdfs:comment                 "This resource provides the details including amount of a payment and allocates the payment items being paid." ;
        rdfs:label                   "PaymentReconciliation" ;
        rdfs:subClassOf              fhir:DomainResource , w5:financial.payment ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:referenceNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:paymentIssuer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:expirationDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:processor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:tenderedAmount
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:returnedAmount
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:paymentIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:cardBrand
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:issuerType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PaymentReconciliationAllocationComponent ;
                                       owl:onProperty     fhir:allocation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:referenceNumber
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:authorization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:amount
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:kind
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:tenderedAmount
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:paymentIssuer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:request
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:accountNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:returnedAmount
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:accountNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:paymentIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:amount
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requestor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:processor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:formCode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Notes ;
                                       owl:onProperty     fhir:processNote
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:formCode
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:cardBrand
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:kind
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:issuerType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authorization
                                     ] ;
        fhir:modifierExtensionClass  fhir:_PaymentReconciliation .

fhir:_modelNumber  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.modelNumber" , "(Modified) Device.modelNumber" ;
        rdfs:label    "_modelNumber" .

fhir:groupingId  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.definition.resource.groupingId: Reference to the id of the grouping this resource appears in." ;
        rdfs:label                      "groupingId" ;
        fhir:modifierExtensionProperty  fhir:_groupingId ;
        dc:title                        "ImplementationGuide.definition.resource.groupingId: Grouping this is part of" .

fhir:_VisionPrescription
        a                owl:Class ;
        rdfs:comment     "(Modified) VisionPrescription" ;
        rdfs:label       "_VisionPrescription" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:performerLinkId  a                 owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.action.performerLinkId: Id [identifier??] of the clause or question text related to the reason type or reference of this  action in the referenced form or QuestionnaireResponse." , "Contract.term.action.performerLinkId: Id [identifier??] of the clause or question text related to the reason type or reference of this  action in the referenced form or QuestionnaireResponse." ;
        rdfs:label                      "performerLinkId" ;
        fhir:modifierExtensionProperty  fhir:_performerLinkId ;
        dc:title                        "Contract.term.group.action.performerLinkId: Pointer to specific item" , "Contract.term.action.performerLinkId: Pointer to specific item" .

fhir:procedure  a                       owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.procedure: Procedures performed on the patient relevant to the billing items with the claim." , "ImagingStudy.procedure: This field corresponds to the DICOM Procedure Code Sequence (0008,1032). This is different from the FHIR Procedure resource that may include the ImagingStudy." , "Claim.procedure.procedure" , "ExplanationOfBenefit.procedure.procedure" , "Specimen.collection.procedure: The procedure event during which the specimen was collected (e.g. the surgery leading to the collection of a pathology sample)." , "Account.procedure: When using an account for billing a specific Encounter the set of procedures that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s)." , "FamilyMemberHistory.procedure: The significant Procedures (or procedure) that the family member had. This is a repeating section to allow a system to represent more than one procedure per resource, though there is nothing stopping multiple resources - one per procedure." , "Claim.procedure: Procedures performed on the patient relevant to the billing items with the claim." ;
        rdfs:label                      "procedure" ;
        fhir:modifierExtensionProperty  fhir:_procedure ;
        dc:title                        "Account.procedure: The list of procedures relevant to this account" , "Specimen.collection.procedure: The procedure that collects the specimen" , "ExplanationOfBenefit.procedure: Clinical procedures performed" , "FamilyMemberHistory.procedure: Procedures that the related person had" , "ImagingStudy.procedure: The performed procedure or code" , "Claim.procedure: Clinical procedures performed" .

fhir:implicitRules  a                   owl:ObjectProperty ;
        rdfs:comment                    "Resource.implicitRules: A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc." ;
        rdfs:label                      "implicitRules" ;
        fhir:modifierExtensionProperty  fhir:_implicitRules ;
        dc:title                        "Resource.implicitRules: A set of rules under which this content was created" .

fhir:query  a                           owl:ObjectProperty ;
        rdfs:comment                    "AuditEvent.entity.query: The query parameters for a query-type entities." ;
        rdfs:label                      "query" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_query ;
        dc:title                        "AuditEvent.entity.query: Query parameters" .

fhir:Items  a            owl:Class ;
        rdfs:comment     "CoverageEligibilityResponse.Insurance.Items: Benefits and optionally current balances, and authorization details by category or service." ;
        rdfs:label       "Items" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:excluded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authorizationSupporting
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authorizationUrl
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:term
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:network
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authorizationRequired
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:provider
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:term
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:authorizationRequired
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:authorizationUrl
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:provider
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Benefit ;
                           owl:onProperty     fhir:benefit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:network
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:excluded
                         ] .

fhir:_slot  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.slot" ;
        rdfs:label    "_slot" .

fhir:_conditionalCreate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.conditionalCreate" ;
        rdfs:label    "_conditionalCreate" .

fhir:PatientCommunicationComponent
        a                owl:Class ;
        rdfs:comment     "PatientCommunicationComponent: A language which may be used to communicate with the patient about his or her health." ;
        rdfs:label       "PatientCommunicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] .

fhir:ConditionDefinitionMedicationComponent
        a                owl:Class ;
        rdfs:comment     "ConditionDefinitionMedicationComponent: Medications particularly relevant for this condition." ;
        rdfs:label       "ConditionDefinitionMedicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] .

fhir:documentation  a                   owl:ObjectProperty ;
        rdfs:comment                    "ActorDefinition.documentation: Documentation about the functionality of the actor." , "RequestOrchestration.action.documentation: Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." , "CapabilityStatement.rest.interaction.documentation: Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented." , "OperationDefinition.parameter.documentation: Describes the meaning or use of this parameter." , "CapabilityStatement.messaging.documentation: Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement.  For example, the process for becoming an authorized messaging exchange partner." , "CompartmentDefinition.resource.documentation: Additional documentation about the resource and compartment." , "PlanDefinition.action.documentation: Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." , "StructureMap.group.documentation: Additional supporting documentation that explains the purpose of the group and the types of mappings within it." , "StructureMap.group.input.documentation: Documentation for this instance of data." , "PlanDefinition.action.action.documentation: Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." , "StructureMap.group.rule.rule.documentation: Documentation for this instance of data." , "CapabilityStatement.rest.resource.interaction.documentation: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'." , "StructureMap.group.rule.documentation: Documentation for this instance of data." , "ParameterDefinition.documentation: A brief discussion of what the parameter is for and how it is used by the module." , "CapabilityStatement.rest.resource.operation.documentation: Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation." , "CapabilityStatement.rest.operation.documentation: Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation." , "PlanDefinition.goal.documentation: Didactic or other informational resources associated with the goal that provide further supporting information about the goal. Information resources can include inline text commentary and links to web resources." , "StructureMap.structure.documentation: Documentation that describes how the structure is used in the mapping." , "CapabilityStatement.rest.searchParam.documentation: This allows documentation of any distinct behaviors about how the search parameter is used.  For example, text matching algorithms." , "TerminologyCapabilities.expansion.parameter.documentation: Description of support for parameter." , "CapabilityStatement.document.documentation: A description of how the application supports or uses the specified document profile.  For example, when documents are created, what action is taken with consumed documents, etc." , "OperationDefinition.parameter.part.documentation: Describes the meaning or use of this parameter." , "RequestOrchestration.action.action.documentation: Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." , "CapabilityStatement.rest.resource.searchParam.documentation: This allows documentation of any distinct behaviors about how the search parameter is used.  For example, text matching algorithms." , "ElementDefinition.binding.additional.documentation: Documentation of the purpose of use of the bindingproviding additional information about how it is intended to be used." , "CapabilityStatement.rest.documentation: Information about the system's restful capabilities that apply across all applications, such as security." , "CapabilityStatement.rest.resource.documentation: Additional information about the resource type used by the system." ;
        rdfs:label                      "documentation" ;
        fhir:modifierExtensionProperty  fhir:_documentation ;
        dc:title                        "PlanDefinition.goal.documentation: Supporting documentation for the goal" , "CapabilityStatement.rest.resource.documentation: Additional information about the use of the resource type" , "CapabilityStatement.rest.documentation: General description of implementation" , "StructureMap.structure.documentation: Documentation on use of structure" , "CapabilityStatement.rest.resource.operation.documentation: Specific details about operation behavior" , "CapabilityStatement.rest.operation.documentation: Specific details about operation behavior" , "CapabilityStatement.rest.resource.searchParam.documentation: Server-specific usage" , "PlanDefinition.action.documentation: Supporting documentation for the intended performer of the action" , "TerminologyCapabilities.expansion.parameter.documentation: Description of support for parameter" , "CapabilityStatement.messaging.documentation: Messaging interface behavior details" , "StructureMap.group.rule.rule.documentation: Documentation for this instance of data" , "OperationDefinition.parameter.part.documentation: Description of meaning/use" , "ParameterDefinition.documentation: A brief description of the parameter" , "CapabilityStatement.rest.searchParam.documentation: Server-specific usage" , "StructureMap.group.rule.documentation: Documentation for this instance of data" , "StructureMap.group.documentation: Additional description/explanation for group" , "CompartmentDefinition.resource.documentation: Additional documentation about the resource and compartment" , "RequestOrchestration.action.action.documentation: Supporting documentation for the intended performer of the action" , "CapabilityStatement.rest.interaction.documentation: Anything special about operation behavior" , "ElementDefinition.binding.additional.documentation: Documentation of the purpose of use of the binding" , "PlanDefinition.action.action.documentation: Supporting documentation for the intended performer of the action" , "StructureMap.group.input.documentation: Documentation for this instance of data" , "OperationDefinition.parameter.documentation: Description of meaning/use" , "CapabilityStatement.document.documentation: Description of document support" , "CapabilityStatement.rest.resource.interaction.documentation: Anything special about operation behavior" , "RequestOrchestration.action.documentation: Supporting documentation for the intended performer of the action" , "ActorDefinition.documentation: Functionality associated with the actor" .

fhir:maxDosePerTreatmentPeriod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.maxDosePerTreatmentPeriod: The maximum dose per treatment period that can be administered." ;
        rdfs:label                      "maxDosePerTreatmentPeriod" ;
        fhir:modifierExtensionProperty  fhir:_maxDosePerTreatmentPeriod ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.maxDosePerTreatmentPeriod: The maximum dose per treatment period that can be administered" .

fhir:example  a                         owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.example: A sample value for this element demonstrating the type of information that would typically be found in the element." ;
        rdfs:label                      "example" ;
        fhir:modifierExtensionProperty  fhir:_example ;
        dc:title                        "ElementDefinition.example: Example value (as defined for type)" .

fhir:_sessionKey  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) VirtualServiceDetail.sessionKey" ;
        rdfs:label    "_sessionKey" .

fhir:lastPage  a                        owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.lastPage: Used for isolated representation of last page." ;
        rdfs:label                      "lastPage" ;
        fhir:modifierExtensionProperty  fhir:_lastPage ;
        dc:title                        "Citation.citedArtifact.publicationForm.lastPage: Used for isolated representation of last page" .

fhir:hybridType  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.hybrid.hybridType: The hybrid type of an organism shall be specified." ;
        rdfs:label                      "hybridType" ;
        fhir:modifierExtensionProperty  fhir:_hybridType ;
        dc:title                        "SubstanceSourceMaterial.organism.hybrid.hybridType: The hybrid type of an organism shall be specified" .

fhir:field  a                           owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation.requestHeader.field: The HTTP header field e.g. \"Accept\"." , "TestScript.test.action.operation.requestHeader.field: The HTTP header field e.g. \"Accept\"." , "TestScript.setup.action.operation.requestHeader.field: The HTTP header field e.g. \"Accept\"." ;
        rdfs:label                      "field" ;
        fhir:modifierExtensionProperty  fhir:_field ;
        dc:title                        "TestScript.teardown.action.operation.requestHeader.field: HTTP header field name" , "TestScript.test.action.operation.requestHeader.field: HTTP header field name" , "TestScript.setup.action.operation.requestHeader.field: HTTP header field name" .

fhir:maxDosePerPeriod
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Dosage.maxDosePerPeriod: Upper limit on medication per unit of time." ;
        rdfs:label                      "maxDosePerPeriod" ;
        fhir:modifierExtensionProperty  fhir:_maxDosePerPeriod ;
        dc:title                        "Dosage.maxDosePerPeriod: Upper limit on medication per unit of time" .

fhir:_excludedStructure
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure" ;
        rdfs:label    "_excludedStructure" .

fhir:_script  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.testRun.script" ;
        rdfs:label    "_script" .

fhir:acceptLanguage  a                  owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.acceptLanguage: A list of the languages supported by this implementation that are usefully supported in the ```Accept-Language``` header." ;
        rdfs:label                      "acceptLanguage" ;
        fhir:modifierExtensionProperty  fhir:_acceptLanguage ;
        dc:title                        "CapabilityStatement.acceptLanguage: Languages supported" .

fhir:practiceSetting  a                 owl:ObjectProperty ;
        rdfs:comment                    "DocumentReference.practiceSetting: This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty." ;
        rdfs:label                      "practiceSetting" ;
        fhir:modifierExtensionProperty  fhir:_practiceSetting ;
        dc:title                        "DocumentReference.practiceSetting: Additional details about where the content was created (e.g. clinical specialty)" .

fhir:brand  a                           owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.brand: Brand recommendations or restrictions." ;
        rdfs:label                      "brand" ;
        fhir:modifierExtensionProperty  fhir:_brand ;
        dc:title                        "VisionPrescription.lensSpecification.brand: Brand required" .

fhir:_attributeEstimate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate" , "(Modified) Evidence.statistic.modelCharacteristic.attributeEstimate.attributeEstimate" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate" , "(Modified) Evidence.statistic.attributeEstimate.attributeEstimate.attributeEstimate" , "(Modified) Evidence.statistic.attributeEstimate" ;
        rdfs:label    "_attributeEstimate" .

fhir:_end  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.end" , "(Modified) Slot.end" , "(Modified) MolecularSequence.relative.edit.end" , "(Modified) AppointmentResponse.end" , "(Modified) Appointment.end" , "(Modified) Period.end" ;
        rdfs:label    "_end" .

fhir:diagnosisSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.diagnosisSequence: Diagnoses applicable for this service or product." , "Claim.item.diagnosisSequence: Diagnosis applicable for this service or product." ;
        rdfs:label                      "diagnosisSequence" ;
        fhir:modifierExtensionProperty  fhir:_diagnosisSequence ;
        dc:title                        "ExplanationOfBenefit.item.diagnosisSequence: Applicable diagnoses" , "Claim.item.diagnosisSequence: Applicable diagnoses" .

fhir:_specification  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.conformsTo.specification" , "(Modified) Device.conformsTo.specification" ;
        rdfs:label    "_specification" .

fhir:_test  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test" , "(Modified) TestReport.test" ;
        rdfs:label    "_test" .

fhir:_durationMax  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.durationMax" ;
        rdfs:label    "_durationMax" .

fhir:impurity  a                        owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.impurity: Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. This includes process-related impurities and contaminants, product-related impurities including degradation products." ;
        rdfs:label                      "impurity" ;
        fhir:modifierExtensionProperty  fhir:_impurity ;
        dc:title                        "MedicinalProductDefinition.impurity: Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product" .

fhir:_Practitioner  a    owl:Class ;
        rdfs:comment     "(Modified) Practitioner" ;
        rdfs:label       "_Practitioner" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:SubstanceIngredientComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceIngredientComponent: A substance can be composed of other substances." ;
        rdfs:label       "SubstanceIngredientComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:substance
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:substance
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:substance
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:substance
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Ratio ;
                           owl:onProperty     fhir:quantity
                         ] .

fhir:control  a                         owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.securityLabel.control: Security label privacy tag that specifies the manner in which term and/or term elements are to be protected." , "Contract.term.securityLabel.control: Security label privacy tag that specifies the manner in which term and/or term elements are to be protected." ;
        rdfs:label                      "control" ;
        fhir:modifierExtensionProperty  fhir:_control ;
        dc:title                        "Contract.term.group.securityLabel.control: Handling Instructions" , "Contract.term.securityLabel.control: Handling Instructions" .

fhir:_enterer  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.enterer" , "(Modified) ExplanationOfBenefit.enterer" , "(Modified) CoverageEligibilityRequest.enterer" , "(Modified) Claim.enterer" , "(Modified) ChargeItem.enterer" ;
        rdfs:label    "_enterer" .

fhir:TransportOutputComponent
        a                owl:Class ;
        rdfs:comment     "TransportOutputComponent: Outputs produced by the Transport." ;
        rdfs:label       "TransportOutputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_retentionTime  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.retentionTime" ;
        rdfs:label    "_retentionTime" .

fhir:_encodeRequestUrl
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.encodeRequestUrl" , "(Modified) TestScript.test.action.operation.encodeRequestUrl" , "(Modified) TestScript.setup.action.operation.encodeRequestUrl" ;
        rdfs:label    "_encodeRequestUrl" .

fhir:countMax  a                        owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.countMax: If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times." ;
        rdfs:label                      "countMax" ;
        fhir:modifierExtensionProperty  fhir:_countMax ;
        dc:title                        "Timing.repeat.countMax: Maximum number of times to repeat" .

fhir:_netContent  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.netContent" ;
        rdfs:label    "_netContent" .

fhir:AccountBalanceComponent
        a                owl:Class ;
        rdfs:comment     "AccountBalanceComponent: The calculated account balances - these are calculated and processed by the finance system.\r\rThe balances with a `term` that is not current are usually generated/updated by an invoicing or similar process." ;
        rdfs:label       "AccountBalanceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:estimate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:term
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:term
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:estimate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:aggregate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:aggregate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] .

fhir:_sequenceAttachment
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.subunit.sequenceAttachment" , "(Modified) SubstanceNucleicAcid.subunit.sequenceAttachment" ;
        rdfs:label    "_sequenceAttachment" .

fhir:requestedLocation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Transport.requestedLocation: The desired or final location for the transport." ;
        rdfs:label                      "requestedLocation" ;
        rdfs:subPropertyOf              w5:where ;
        fhir:modifierExtensionProperty  fhir:_requestedLocation ;
        dc:title                        "Transport.requestedLocation: The desired location" .

fhir:DeviceDefinitionRegulatoryIdentifierComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionRegulatoryIdentifierComponent: Identifier associated with the regulatory documentation (certificates, technical documentation, post-market surveillance documentation and reports) of a set of device models sharing the same intended purpose, risk class and essential design and manufacturing characteristics. One example is the Basic UDI-DI in Europe." ;
        rdfs:label       "DeviceDefinitionRegulatoryIdentifierComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:issuer
                         ] .

fhir:_target  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.group.element.target" , "(Modified) VerificationResult.target" , "(Modified) Goal.target" , "(Modified) PaymentReconciliation.allocation.target" , "(Modified) SubstanceReferenceInformation.target" , "(Modified) Person.link.target" , "(Modified) SubstanceReferenceInformation.target.target" , "(Modified) StructureMap.group.rule.target" , "(Modified) DocumentReference.relatesTo.target" , "(Modified) Provenance.target" , "(Modified) StructureMap.group.rule.rule.target" , "(Modified) SearchParameter.target" , "(Modified) ConceptMap.group.target" , "(Modified) EvidenceReport.relatesTo.target" , "(Modified) MessageHeader.destination.target" , "(Modified) PlanDefinition.goal.target" ;
        rdfs:label    "_target" .

fhir:_implicated  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DetectedIssue.implicated" ;
        rdfs:label    "_implicated" .

fhir:_administration  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.administration" ;
        rdfs:label    "_administration" .

fhir:EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponentAttributeEstimate
        a                owl:Class ;
        rdfs:comment     "An attribute of the statistic used as a model characteristic." ;
        rdfs:label       "EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponentAttributeEstimate" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponentAttributeEstimateAttributeEstimate ;
                           owl:onProperty     fhir:attributeEstimate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:level
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:level
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        dc:title         "An attribute of the statistic used as a model characteristic" .

fhir:_flag  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) List.entry.flag" ;
        rdfs:label    "_flag" .

fhir:_party  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.paymentBy.party" , "(Modified) Account.guarantor.party" , "(Modified) ResearchStudy.associatedParty.party" , "(Modified) Composition.attester.party" , "(Modified) Contract.term.group.offer.party" , "(Modified) Contract.term.offer.party" , "(Modified) ExplanationOfBenefit.payee.party" , "(Modified) DocumentReference.attester.party" , "(Modified) Claim.payee.party" , "(Modified) Contract.signer.party" ;
        rdfs:label    "_party" .

fhir:_version  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.version" , "(Modified) CapabilityStatement.software.version" , "(Modified) ExampleScenario.version" , "(Modified) ConditionDefinition.version" , "(Modified) Citation.version" , "(Modified) EventDefinition.version" , "(Modified) MedicinalProductDefinition.version" , "(Modified) MessageDefinition.version" , "(Modified) ValueSet.compose.exclude.version" , "(Modified) EvidenceVariable.version" , "(Modified) Measure.version" , "(Modified) Device.conformsTo.version" , "(Modified) Device.version" , "(Modified) ValueSet.compose.include.version" , "(Modified) CanonicalResource.version" , "(Modified) TestPlan.version" , "(Modified) Evidence.version" , "(Modified) Citation.citedArtifact.version" , "(Modified) ImplementationGuide.version" , "(Modified) ChargeItemDefinition.version" , "(Modified) Library.version" , "(Modified) TerminologyCapabilities.version" , "(Modified) Composition.version" , "(Modified) ObservationDefinition.version" , "(Modified) ActivityDefinition.version" , "(Modified) NamingSystem.version" , "(Modified) ResearchStudy.version" , "(Modified) DocumentReference.version" , "(Modified) ExampleScenario.instance.version" , "(Modified) DeviceDefinition.version" , "(Modified) SearchParameter.version" , "(Modified) OperationDefinition.version" , "(Modified) SubstanceDefinition.version" , "(Modified) PlanDefinition.version" , "(Modified) Questionnaire.version" , "(Modified) Contract.version" , "(Modified) GraphDefinition.version" , "(Modified) ActorDefinition.version" , "(Modified) TestScript.version" , "(Modified) CompartmentDefinition.version" , "(Modified) MessageHeader.source.version" , "(Modified) StructureMap.version" , "(Modified) StructureDefinition.version" , "(Modified) ValueSet.expansion.contains.contains.version" , "(Modified) SubscriptionTopic.version" , "(Modified) SpecimenDefinition.version" , "(Modified) ValueSet.version" , "(Modified) TerminologyCapabilities.codeSystem.version" , "(Modified) Requirements.version" , "(Modified) TerminologyCapabilities.software.version" , "(Modified) CapabilityStatement.version" , "(Modified) ImplementationGuide.dependsOn.version" , "(Modified) DeviceDefinition.conformsTo.version" , "(Modified) Coding.version" , "(Modified) CodeSystem.version" , "(Modified) ConceptMap.version" ;
        rdfs:label    "_version" .

fhir:provision  a                       owl:ObjectProperty , owl:Class ;
        rdfs:comment                    "Consent.provision.provision.provision: Provisions which provide exceptions to the base provision or subprovisions." , "Consent.provision: An exception to the base policy of this consent. An exception can be an addition or removal of access permissions." , "Consent.provision.provision: Provisions which provide exceptions to the base provision or subprovisions." ;
        rdfs:label                      "provision" ;
        rdfs:subClassOf                 fhir:BackboneElement ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Coding ;
                                          owl:onProperty     fhir:purpose
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Coding ;
                                          owl:onProperty     fhir:securityLabel
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Period ;
                                          owl:onProperty     fhir:period
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Period ;
                                          owl:onProperty     fhir:dataPeriod
                                        ] ;
        rdfs:subClassOf                 [ a                   owl:Restriction ;
                                          owl:maxCardinality  1 ;
                                          owl:onProperty      fhir:expression
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:CodeableConcept ;
                                          owl:onProperty     fhir:action
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Coding ;
                                          owl:onProperty     fhir:resourceType
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Coding ;
                                          owl:onProperty     fhir:documentType
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Consent.provisionProvision ;
                                          owl:onProperty     fhir:provision
                                        ] ;
        rdfs:subClassOf                 [ a                   owl:Restriction ;
                                          owl:maxCardinality  1 ;
                                          owl:onProperty      fhir:dataPeriod
                                        ] ;
        rdfs:subClassOf                 [ a                   owl:Restriction ;
                                          owl:maxCardinality  1 ;
                                          owl:onProperty      fhir:period
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:provisionActor ;
                                          owl:onProperty     fhir:actor
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:Expression ;
                                          owl:onProperty     fhir:expression
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:provisionData ;
                                          owl:onProperty     fhir:data
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  fhir:CodeableConcept ;
                                          owl:onProperty     fhir:code
                                        ] ;
        fhir:modifierExtensionProperty  fhir:_provision ;
        dc:title                        "Consent.provision.provision: Nested Exception Provisions" , "Consent.provision.provision.provision: Nested Exception Provisions" , "Consent.provision: Constraints to the base Consent.policyRule/Consent.policy" .

fhir:patientPaid  a                     owl:ObjectProperty ;
        rdfs:comment                    "Claim.item.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "Claim.item.detail.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.item.detail.subDetail.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.addItem.detail.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "Claim.item.detail.subDetail.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "Claim.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.addItem.detail.subDetail.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.item.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.item.detail.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." , "ExplanationOfBenefit.addItem.patientPaid: The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services." ;
        rdfs:label                      "patientPaid" ;
        fhir:modifierExtensionProperty  fhir:_patientPaid ;
        dc:title                        "Claim.patientPaid: Paid by the patient" , "Claim.item.detail.patientPaid: Paid by the patient" , "ExplanationOfBenefit.item.patientPaid: Paid by the patient" , "Claim.item.patientPaid: Paid by the patient" , "ExplanationOfBenefit.item.detail.patientPaid: Paid by the patient" , "ExplanationOfBenefit.patientPaid: Paid by the patient" , "ExplanationOfBenefit.item.detail.subDetail.patientPaid: Paid by the patient" , "ExplanationOfBenefit.addItem.detail.subDetail.patientPaid: Paid by the patient" , "ExplanationOfBenefit.addItem.detail.patientPaid: Paid by the patient" , "ExplanationOfBenefit.addItem.patientPaid: Paid by the patient" , "Claim.item.detail.subDetail.patientPaid: Paid by the patient" .

fhir:referenceNumber  a                 owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.referenceNumber: The check number, eft reference, car processor reference." ;
        rdfs:label                      "referenceNumber" ;
        fhir:modifierExtensionProperty  fhir:_referenceNumber ;
        dc:title                        "PaymentReconciliation.referenceNumber: Check number or payment reference" .

fhir:manifest  a                        owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.manifest: Information about an assembled implementation guide, created by the publication tooling." ;
        rdfs:label                      "manifest" ;
        fhir:modifierExtensionProperty  fhir:_manifest ;
        dc:title                        "ImplementationGuide.manifest: Information about an assembled IG" .

fhir:Account  a                      owl:Class ;
        rdfs:comment                 "A financial tool for tracking value accrued for a particular purpose.  In the healthcare field, used to track charges for a patient, cost centers, etc." ;
        rdfs:label                   "Account" ;
        rdfs:subClassOf              fhir:DomainResource , w5:financial.support ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:calculatedAt
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:servicePeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:currency
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:servicePeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:calculatedAt
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AccountDiagnosisComponent ;
                                       owl:onProperty     fhir:diagnosis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AccountRelatedAccountComponent ;
                                       owl:onProperty     fhir:relatedAccount
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:currency
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Coverage ;
                                       owl:onProperty     fhir:coverage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AccountProcedureComponent ;
                                       owl:onProperty     fhir:procedure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AccountBalanceComponent ;
                                       owl:onProperty     fhir:balance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:billingStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Guarantor ;
                                       owl:onProperty     fhir:guarantor
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:billingStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Account .

fhir:_goal  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.goal" , "(Modified) RequestOrchestration.action.goal" , "(Modified) RequestOrchestration.goal" , "(Modified) PlanDefinition.goal" , "(Modified) CarePlan.goal" ;
        rdfs:label    "_goal" .

fhir:_basis  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.basis" , "(Modified) RegulatedAuthorization.basis" , "(Modified) Permission.justification.basis" , "(Modified) Measure.group.basis" , "(Modified) Measure.basis" , "(Modified) Ingredient.substance.strength.basis" , "(Modified) ClinicalImpression.finding.basis" ;
        rdfs:label    "_basis" .

fhir:MessageSource  a    owl:Class ;
        rdfs:comment     "MessageHeader.MessageSource: The source application from which this message originated." ;
        rdfs:label       "MessageSource" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:software
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:url ;
                                            owl:onProperty     fhir:endpoint
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:endpoint
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:endpoint
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:endpoint
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:software
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactPoint ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] .

fhir:_formCode  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.formCode" , "(Modified) ExplanationOfBenefit.formCode" , "(Modified) ClaimResponse.formCode" ;
        rdfs:label    "_formCode" .

fhir:_disclaimer  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.disclaimer" ;
        rdfs:label    "_disclaimer" .

fhir:_definitionByCombination
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination" , "(Modified) EvidenceVariable.characteristic.definitionByCombination" ;
        rdfs:label    "_definitionByCombination" .

fhir:step  a                            owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.alternative.step: Indicates the operation, sub-process or scenario that happens if the alternative option is selected." , "ExampleScenario.process.step.alternative.step: Indicates the operation, sub-process or scenario that happens if the alternative option is selected." , "ExampleScenario.process.step.alternative.step.alternative.step: Indicates the operation, sub-process or scenario that happens if the alternative option is selected." , "ExampleScenario.process.step.process.step: A significant action that occurs as part of the process." , "ExampleScenario.process.step: A significant action that occurs as part of the process." , "ExampleScenario.process.step.process.step.alternative.step: Indicates the operation, sub-process or scenario that happens if the alternative option is selected." , "ExampleScenario.process.step.alternative.step.process.step: A significant action that occurs as part of the process." , "ExampleScenario.process.step.alternative.step.process.step.alternative.step: Indicates the operation, sub-process or scenario that happens if the alternative option is selected." ;
        rdfs:label                      "step" ;
        fhir:modifierExtensionProperty  fhir:_step ;
        dc:title                        "ExampleScenario.process.step.alternative.step: Alternative action(s)" , "ExampleScenario.process.step.alternative.step.process.step.alternative.step: Alternative action(s)" , "ExampleScenario.process.step.process.step.alternative.step.alternative.step: Alternative action(s)" , "ExampleScenario.process.step: Event within of the process" , "ExampleScenario.process.step.process.step.alternative.step: Alternative action(s)" , "ExampleScenario.process.step.alternative.step.process.step: Event within of the process" , "ExampleScenario.process.step.alternative.step.alternative.step: Alternative action(s)" , "ExampleScenario.process.step.process.step: Event within of the process" .

fhir:fractionDescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.fractionDescription: Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels." ;
        rdfs:label                      "fractionDescription" ;
        fhir:modifierExtensionProperty  fhir:_fractionDescription ;
        dc:title                        "SubstanceSourceMaterial.fractionDescription: Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels" .

fhir:valueCategory  a                   owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic.variable.valueCategory: Description for grouping of ordinal or polychotomous variables." ;
        rdfs:label                      "valueCategory" ;
        fhir:modifierExtensionProperty  fhir:_valueCategory ;
        dc:title                        "Evidence.statistic.modelCharacteristic.variable.valueCategory: Description for grouping of ordinal or polychotomous variables" .

fhir:requestMethod  a                   owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.requestMethod: The request method or HTTP operation code to compare against that used by the client system under test." , "TestScript.setup.action.assert.requestMethod: The request method or HTTP operation code to compare against that used by the client system under test." ;
        rdfs:label                      "requestMethod" ;
        fhir:modifierExtensionProperty  fhir:_requestMethod ;
        dc:title                        "TestScript.test.action.assert.requestMethod: delete | get | options | patch | post | put | head" , "TestScript.setup.action.assert.requestMethod: delete | get | options | patch | post | put | head" .

fhir:BodySite  a         owl:Class ;
        rdfs:comment     "Claim.Item.BodySite: Physical location where the service is performed or applies." , "ClaimResponse.AddedItem.BodySite: Physical location where the service is performed or applies." ;
        rdfs:label       "BodySite" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:site
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:site
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subSite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:site
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:site
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subSite
                         ] .

fhir:etag  a                            owl:ObjectProperty ;
        rdfs:comment                    "Bundle.entry.response.etag: The Etag for the resource, if the operation for the entry produced a versioned resource (see [Resource Metadata and Versioning](http.html#versioning) and [Managing Resource Contention](http.html#concurrency))." ;
        rdfs:label                      "etag" ;
        fhir:modifierExtensionProperty  fhir:_etag ;
        dc:title                        "Bundle.entry.response.etag: The Etag for the resource (if relevant)" .

fhir:specimenQuantity
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Specimen.container.specimenQuantity: The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type." ;
        rdfs:label                      "specimenQuantity" ;
        fhir:modifierExtensionProperty  fhir:_specimenQuantity ;
        dc:title                        "Specimen.container.specimenQuantity: Quantity of specimen within container" .

fhir:comprisedOf  a                     owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.comprisedOf: Types of medicinal manufactured items and/or devices that this product consists of, such as tablets, capsule, or syringes. Used as a direct link when the item's packaging is not being recorded (see also PackagedProductDefinition.package.containedItem.item)." ;
        rdfs:label                      "comprisedOf" ;
        fhir:modifierExtensionProperty  fhir:_comprisedOf ;
        dc:title                        "MedicinalProductDefinition.comprisedOf: Types of medicinal manufactured items and/or devices that this product consists of, such as tablets, capsule, or syringes" .

fhir:_pediatricUseIndicator
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.pediatricUseIndicator" ;
        rdfs:label    "_pediatricUseIndicator" .

fhir:_destination  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.metadata.capability.destination" , "(Modified) TestScript.test.action.operation.destination" , "(Modified) MessageHeader.destination" , "(Modified) TestScript.teardown.action.operation.destination" , "(Modified) MedicationDispense.destination" , "(Modified) TestScript.destination" , "(Modified) BiologicallyDerivedProductDispense.destination" , "(Modified) Encounter.admission.destination" , "(Modified) DeviceDispense.destination" , "(Modified) SupplyDelivery.destination" , "(Modified) TestScript.setup.action.operation.destination" ;
        rdfs:label    "_destination" .

fhir:_evaluationMessage
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) GuidanceResponse.evaluationMessage" ;
        rdfs:label    "_evaluationMessage" .

fhir:ResearchStudyComparisonGroupComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyComparisonGroupComponent: Describes an expected event or sequence of events for one of the subjects of a study. E.g. for a living subject: exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. E.g. for a stability study: {store sample from lot A at 25 degrees for 1 month}, {store sample from lot A at 40 degrees for 1 month}." ;
        rdfs:label       "ResearchStudyComparisonGroupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:observedGroup
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:intendedExposure
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:observedGroup
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_DomainResource  a  owl:Class ;
        rdfs:label       "_DomainResource" ;
        rdfs:subClassOf  fhir:Resource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:modifierExtension
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:modifierExtension
                         ] .

fhir:CitationCitedArtifactWebLocationComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactWebLocationComponent: Used for any URL for the article or artifact cited." ;
        rdfs:label       "CitationCitedArtifactWebLocationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] .

fhir:beneficiary  a                     owl:ObjectProperty ;
        rdfs:comment                    "Coverage.beneficiary: The party who benefits from the insurance coverage; the patient when products and/or services are provided." ;
        rdfs:label                      "beneficiary" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_beneficiary ;
        dc:title                        "Coverage.beneficiary: Plan beneficiary" .

fhir:prefix  a                          owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.prefix: A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire." , "RequestOrchestration.action.action.prefix: A user-visible prefix for the action. For example a section or item numbering such as 1. or A." , "RequestOrchestration.action.prefix: A user-visible prefix for the action. For example a section or item numbering such as 1. or A." , "HumanName.prefix: Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name." , "Questionnaire.item.prefix: A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire." , "PlanDefinition.action.prefix: A user-visible prefix for the action. For example a section or item numbering such as 1. or A." , "PlanDefinition.action.action.prefix: A user-visible prefix for the action. For example a section or item numbering such as 1. or A." ;
        rdfs:label                      "prefix" ;
        fhir:modifierExtensionProperty  fhir:_prefix ;
        dc:title                        "RequestOrchestration.action.action.prefix: User-visible prefix for the action (e.g. 1. or A.)" , "HumanName.prefix: Parts that come before the name" , "PlanDefinition.action.prefix: User-visible prefix for the action (e.g. 1. or A.)" , "Questionnaire.item.item.prefix: E.g. \"1(a)\", \"2.5.3\"" , "Questionnaire.item.prefix: E.g. \"1(a)\", \"2.5.3\"" , "RequestOrchestration.action.prefix: User-visible prefix for the action (e.g. 1. or A.)" , "PlanDefinition.action.action.prefix: User-visible prefix for the action (e.g. 1. or A.)" .

fhir:effectiveTime  a                   owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.valuedItem.effectiveTime: Indicates the time during which this Contract ValuedItem information is effective." , "Contract.term.asset.valuedItem.effectiveTime: Indicates the time during which this Contract ValuedItem information is effective." ;
        rdfs:label                      "effectiveTime" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_effectiveTime ;
        dc:title                        "Contract.term.group.asset.valuedItem.effectiveTime: Contract Valued Item Effective Tiem" , "Contract.term.asset.valuedItem.effectiveTime: Contract Valued Item Effective Tiem" .

fhir:RegulatedAuthorizationCaseComponent
        a                owl:Class ;
        rdfs:comment     "RegulatedAuthorizationCaseComponent: The case or regulatory procedure for granting or amending a regulated authorization. An authorization is granted in response to submissions/applications by those seeking authorization. A case is the administrative process that deals with the application(s) that relate to this and assesses them. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page)." ;
        rdfs:label       "RegulatedAuthorizationCaseComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:date
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:date
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:date
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:date
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RegulatedAuthorizationCaseComponentCase ;
                           owl:onProperty     fhir:application
                         ] .

fhir:AccountProcedureComponent
        a                owl:Class ;
        rdfs:comment     "AccountProcedureComponent: When using an account for billing a specific Encounter the set of procedures that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s)." ;
        rdfs:label       "AccountProcedureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:packageCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:dateOfService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dateOfService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:code
                         ] .

fhir:doseStatusReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationEvaluation.doseStatusReason: Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations." ;
        rdfs:label                      "doseStatusReason" ;
        fhir:modifierExtensionProperty  fhir:_doseStatusReason ;
        dc:title                        "ImmunizationEvaluation.doseStatusReason: Reason why the doese is considered valid, invalid or some other status" .

fhir:ResearchStudyAssociatedPartyComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyAssociatedPartyComponent: Sponsors, collaborators, and other parties." ;
        rdfs:label       "ResearchStudyAssociatedPartyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:party
                         ] .

fhir:reason  a                          owl:ObjectProperty ;
        rdfs:comment                    "Procedure.reason: The coded reason or reference why the procedure was performed. This may be a coded entity of some type, be present as text, or be a reference to one of several resources that justify the procedure." , "ChargeItem.reason: Describes why the event occurred in coded or textual form." , "SupplyRequest.reason: The reason why the supply item was requested." , "ExplanationOfBenefit.item.detail.subDetail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "ClaimResponse.addItem.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "CommunicationRequest.reason: Describes why the request is being made in coded or textual form." , "ClaimResponse.addItem.detail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "ClaimResponse.addItem.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "ExplanationOfBenefit.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "ImplementationGuide.dependsOn.reason: A description explaining the nature of the dependency on the listed IG." , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.item.detail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "PlanDefinition.action.action.reason: A description of why this action is necessary or appropriate." , "ClaimResponse.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "ExplanationOfBenefit.item.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "MedicationRequest.substitution.reason: Indicates the reason for the substitution, or why substitution must or must not be performed." , "RequestOrchestration.reason: Describes the reason for the request orchestration in coded or textual form." , "DeviceUsage.adherence.reason: Reason for adherence type." , "MessageHeader.reason: Coded indication of the cause for the event - indicates  a reason for the occurrence of the event that is a focus of this message." , "ClaimResponse.item.detail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "MedicationRequest.reason: The reason or the indication for ordering or not ordering the medication." , "Subscription.reason: A description of why this subscription is defined." , "ClaimResponse.item.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.item.detail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "ServiceRequest.reason: An explanation or justification for why this service is being requested in coded or textual form.   This is often for billing purposes.  May relate to the resources referred to in `supportingInfo`." , "MedicationStatement.reason: A concept, Condition or observation that supports why the medication is being/was taken." , "ExplanationOfBenefit.item.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "Claim.supportingInfo.reason: Provides the reason in the situation where a reason code is required in addition to the content." , "Task.reason: A description, code, or reference indicating why this task needs to be performed." , "ExplanationOfBenefit.addItem.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "EpisodeOfCare.reason: The list of medical reasons that are expected to be addressed during the episode of care." , "MedicationStatement.adherence.reason: Captures the reason for the current use or adherence of a medication." , "ExplanationOfBenefit.addItem.detail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "Appointment.reason: The reason that this appointment is being scheduled. This is more clinical than administrative. This can be coded, or as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure." , "CareTeam.reason: Describes why the care team exists." , "MedicationDispense.substitution.reason: Indicates the reason for the substitution (or lack of substitution) from what was prescribed." , "Transport.reason: A resource reference indicating why this transport needs to be performed." , "ClaimResponse.item.detail.subDetail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "ClaimResponse.addItem.detail.subDetail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "Encounter.reason: The list of medical reasons that are expected to be addressed during the episode of care." , "ResearchSubject.progress.reason: The reason for the state change.  If coded it should follow the formal subject state model." , "ClaimResponse.addItem.detail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "Communication.reason: The reason or justification for the communication." , "DeviceRequest.reason: Reason or justification for the use of this device." , "ImagingStudy.reason: Description of clinical condition indicating why the ImagingStudy was requested, and/or Indicates another resource whose existence justifies this Study." , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "Contract.term.group.action.reason: Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited. Either a coded concept, or another resource whose existence justifies permitting or not permitting this action." , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "ExplanationOfBenefit.supportingInfo.reason: Provides the reason in the situation where a reason code is required in addition to the content." , "Contract.term.action.reason: Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited. Either a coded concept, or another resource whose existence justifies permitting or not permitting this action." , "ExplanationOfBenefit.addItem.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "FamilyMemberHistory.reason: Describes why the family member history occurred in coded or textual form, or Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event." , "DeviceUsage.reason: Reason or justification for the use of the device. A coded concept, or another resource whose existence justifies this DeviceUsage." , "PlanDefinition.action.reason: A description of why this action is necessary or appropriate." , "ClaimResponse.item.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "NutritionIntake.reason: A reason, Condition or observation for why the food or fluid is /was consumed." , "GuidanceResponse.reason: Describes the reason for the guidance response in coded or textual form, or Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response." , "ExplanationOfBenefit.addItem.detail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "Immunization.reason: Describes why the immunization occurred in coded or textual form, or Indicates another resource (Condition, Observation or DiagnosticReport) whose existence justifies this immunization." , "Observation.triggeredBy.reason: Provides the reason why this observation was performed as a result of the observation(s) referenced." , "ExplanationOfBenefit.item.detail.adjudication.reason: A code supporting the understanding of the adjudication result and explaining variance from expected amount." , "GenomicStudy.reason: Why the genomic study was performed." , "MedicationAdministration.reason: A code, Condition or observation that supports why the medication was administered." , "ClaimResponse.item.detail.subDetail.reviewOutcome.reason: The reasons for the result of the claim, predetermination, or preauthorization adjudication." , "RiskAssessment.reason: The reason the risk assessment was performed." ;
        rdfs:label                      "reason" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_reason ;
        dc:title                        "Immunization.reason: Why immunization occurred" , "Contract.term.group.action.reason: Why is action (not) needed?" , "NutritionIntake.reason: Reason for why the food or fluid is /was consumed" , "ClaimResponse.item.detail.subDetail.reviewOutcome.reason: Reason for result of the adjudication" , "Contract.term.action.reason: Why is action (not) needed?" , "ResearchSubject.progress.reason: State change reason" , "ImagingStudy.reason: Why the study was requested / performed" , "Task.reason: Why task is needed" , "DeviceRequest.reason: Coded/Linked Reason for request" , "MedicationStatement.adherence.reason: Details of the reason for the current use of the medication" , "Communication.reason: Indication for message" , "MessageHeader.reason: Cause of event" , "MedicationDispense.substitution.reason: Why was substitution made" , "Encounter.reason: The list of medical reasons that are expected to be addressed during the episode of care" , "Appointment.reason: Reason this appointment is scheduled" , "GuidanceResponse.reason: Why guidance is needed" , "ServiceRequest.reason: Explanation/Justification for procedure or service" , "DeviceUsage.reason: Why device was used" , "ClaimResponse.addItem.adjudication.reason: Explanation of adjudication outcome" , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.reason: Explanation of adjudication outcome" , "DeviceUsage.adherence.reason: lost | stolen | prescribed | broken | burned | forgot" , "ClaimResponse.item.detail.adjudication.reason: Explanation of adjudication outcome" , "ClaimResponse.addItem.detail.subDetail.adjudication.reason: Explanation of adjudication outcome" , "PlanDefinition.action.reason: Why the action should be performed" , "EpisodeOfCare.reason: The list of medical reasons that are expected to be addressed during the episode of care" , "CareTeam.reason: Why the care team exists" , "ClaimResponse.addItem.detail.subDetail.reviewOutcome.reason: Reason for result of the adjudication" , "ExplanationOfBenefit.item.detail.reviewOutcome.reason: Reason for result of the adjudication" , "ClaimResponse.item.reviewOutcome.reason: Reason for result of the adjudication" , "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.reason: Reason for result of the adjudication" , "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.reason: Reason for result of the adjudication" , "MedicationAdministration.reason: Concept, condition or observation that supports why the medication was administered" , "ClaimResponse.item.detail.subDetail.adjudication.reason: Explanation of adjudication outcome" , "ClaimResponse.item.detail.reviewOutcome.reason: Reason for result of the adjudication" , "MedicationRequest.reason: Reason or indication for ordering or not ordering the medication" , "ClaimResponse.adjudication.reason: Explanation of adjudication outcome" , "ClaimResponse.addItem.detail.reviewOutcome.reason: Reason for result of the adjudication" , "PlanDefinition.action.action.reason: Why the action should be performed" , "ExplanationOfBenefit.adjudication.reason: Explanation of adjudication outcome" , "GenomicStudy.reason: Why the genomic study was performed" , "MedicationStatement.reason: Reason for why the medication is being/was taken" , "ExplanationOfBenefit.item.detail.adjudication.reason: Explanation of adjudication outcome" , "ExplanationOfBenefit.supportingInfo.reason: Explanation for the information" , "FamilyMemberHistory.reason: Why was family member history performed?" , "ImplementationGuide.dependsOn.reason: Why dependency exists" , "MedicationRequest.substitution.reason: Why should (not) substitution be made" , "ExplanationOfBenefit.addItem.reviewOutcome.reason: Reason for result of the adjudication" , "Observation.triggeredBy.reason: Reason that the observation was triggered" , "ExplanationOfBenefit.item.reviewOutcome.reason: Reason for result of the adjudication" , "Transport.reason: Why transport is needed" , "ClaimResponse.addItem.detail.adjudication.reason: Explanation of adjudication outcome" , "ExplanationOfBenefit.addItem.detail.adjudication.reason: Explanation of adjudication outcome" , "ExplanationOfBenefit.item.adjudication.reason: Explanation of adjudication outcome" , "SupplyRequest.reason: The reason why the supply item was requested" , "ChargeItem.reason: Why was the charged  service rendered?" , "ClaimResponse.item.adjudication.reason: Explanation of adjudication outcome" , "Subscription.reason: Description of why this subscription was created" , "RequestOrchestration.reason: Why the request orchestration is needed" , "CommunicationRequest.reason: Why is communication needed?" , "ExplanationOfBenefit.addItem.detail.reviewOutcome.reason: Reason for result of the adjudication" , "Claim.supportingInfo.reason: Explanation for the information" , "ClaimResponse.addItem.reviewOutcome.reason: Reason for result of the adjudication" , "Procedure.reason: The justification that the procedure was performed" , "RiskAssessment.reason: Why the assessment was necessary?" , "ExplanationOfBenefit.item.detail.subDetail.adjudication.reason: Explanation of adjudication outcome" , "ExplanationOfBenefit.addItem.adjudication.reason: Explanation of adjudication outcome" .

fhir:_precondition  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConditionDefinition.precondition" ;
        rdfs:label    "_precondition" .

fhir:criteria  a                        owl:ObjectProperty ;
        rdfs:comment                    "Measure.supplementalData.criteria: The criteria for the supplemental data. This is typically the name of a valid expression defined within a referenced library, but it may also be a path to a specific data element. The criteria defines the data to be returned for this element." , "Measure.group.stratifier.component.criteria: An expression that specifies the criteria for this component of the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element." , "Measure.group.population.criteria: An expression that specifies the criteria for the population, typically the name of an expression in a library." , "Measure.group.stratifier.criteria: An expression that specifies the criteria for the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element." ;
        rdfs:label                      "criteria" ;
        fhir:modifierExtensionProperty  fhir:_criteria ;
        dc:title                        "Measure.supplementalData.criteria: Expression describing additional data to be reported" , "Measure.group.stratifier.component.criteria: Component of how the measure should be stratified" , "Measure.group.stratifier.criteria: How the measure should be stratified" , "Measure.group.population.criteria: The criteria that defines this population" .

fhir:MedicationAdministrationDosageComponent
        a                owl:Class ;
        rdfs:comment     "MedicationAdministrationDosageComponent: Describes the medication dosage information details e.g. dose, rate, site, route, etc." ;
        rdfs:label       "MedicationAdministrationDosageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:route
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:route
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:site
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:site
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:dose
                         ] .

fhir:latitude  a                        owl:ObjectProperty ;
        rdfs:comment                    "Location.position.latitude: Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes on Location main page)." ;
        rdfs:label                      "latitude" ;
        fhir:modifierExtensionProperty  fhir:_latitude ;
        dc:title                        "Location.position.latitude: Latitude with WGS84 datum" .

fhir:IngredientSubstanceStrengthReferenceStrengthComponent
        a                owl:Class ;
        rdfs:comment     "IngredientSubstanceComponent.IngredientSubstanceStrengthComponent.IngredientSubstanceStrengthReferenceStrengthComponent: Strength expressed in terms of a reference substance. For when the ingredient strength is additionally expressed as equivalent to the strength of some other closely related substance (e.g. salt vs. base). Reference strength represents the strength (quantitative composition) of the active moiety of the active substance. There are situations when the active substance and active moiety are different, therefore both a strength and a reference strength are needed." ;
        rdfs:label       "IngredientSubstanceStrengthReferenceStrengthComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:substance
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:strength
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:RatioRange ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:strength
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:strength
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:strength
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:measurementPoint
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:substance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:country
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:measurementPoint
                         ] .

fhir:_thursday  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.thursday" ;
        rdfs:label    "_thursday" .

fhir:securityContext  a                 owl:ObjectProperty ;
        rdfs:comment                    "Binary.securityContext: This element identifies another resource that can be used as a proxy of the security sensitivity to use when deciding and enforcing access control rules for the Binary resource. Given that the Binary resource contains very few elements that can be used to determine the sensitivity of the data and relationships to individuals, the referenced resource stands in as a proxy equivalent for this purpose. This referenced resource may be related to the Binary (e.g. DocumentReference), or may be some non-related Resource purely as a security proxy. E.g. to identify that the binary resource relates to a patient, and access should only be granted to applications that have access to the patient." ;
        rdfs:label                      "securityContext" ;
        fhir:modifierExtensionProperty  fhir:_securityContext ;
        dc:title                        "Binary.securityContext: Identifies another resource to use as proxy when enforcing access control" .

fhir:_baseDefinition  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.baseDefinition" ;
        rdfs:label    "_baseDefinition" .

fhir:_publicationStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.contentDefinition.publicationStatus" , "(Modified) RelatedArtifact.publicationStatus" ;
        rdfs:label    "_publicationStatus" .

fhir:relatedArtifact  a                 owl:ObjectProperty ;
        rdfs:comment                    "Measure.relatedArtifact: Related artifacts such as additional documentation, justification, or bibliographic references." , "EvidenceReport.relatedArtifact: Link, description or reference to artifact associated with the report." , "DeviceDefinition.guideline.relatedArtifact: A source of information or reference for this guideline." , "EvidenceVariable.relatedArtifact: Related artifacts such as additional documentation, justification, or bibliographic references." , "EventDefinition.relatedArtifact: Related resources such as additional documentation, justification, or bibliographic references." , "Evidence.relatedArtifact: Link or citation to artifact associated with the summary." , "ArtifactAssessment.content.component.relatedArtifact: Additional related artifacts that provide supporting documentation, additional evidence, or further information related to the content." , "Citation.relatedArtifact: Artifact related to the citation record." , "ChargeItemDefinition.applicability.relatedArtifact: Reference to / quotation of the external source of the group of properties." , "ConceptMap.relatedArtifact: Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts." , "ValueSet.relatedArtifact: Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts." , "PlanDefinition.relatedArtifact: Related artifacts such as additional documentation, justification, or bibliographic references." , "ChargeItemDefinition.propertyGroup.applicability.relatedArtifact: Reference to / quotation of the external source of the group of properties." , "CodeSystem.relatedArtifact: Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts." , "ActivityDefinition.relatedArtifact: Related artifacts such as additional documentation, justification, or bibliographic references." , "MetadataResource.relatedArtifact: Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts." , "Library.relatedArtifact: Related artifacts such as additional documentation, justification, or bibliographic references." , "ResearchStudy.relatedArtifact: Citations, references, URLs and other related documents.  When using relatedArtifact to share URLs, the relatedArtifact.type will often be set to one of \"documentation\" or \"supported-with\" and the URL value will often be in relatedArtifact.document.url but another possible location is relatedArtifact.resource when it is a canonical URL." , "NamingSystem.relatedArtifact: Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts." , "ArtifactAssessment.content.relatedArtifact: Additional related artifacts that provide supporting documentation, additional evidence, or further information related to the content." ;
        rdfs:label                      "relatedArtifact" ;
        fhir:modifierExtensionProperty  fhir:_relatedArtifact ;
        dc:title                        "DeviceDefinition.guideline.relatedArtifact: A source of information or reference for this guideline" , "ActivityDefinition.relatedArtifact: Additional documentation, citations, etc" , "ChargeItemDefinition.applicability.relatedArtifact: Reference to / quotation of the external source of the group of properties" , "ArtifactAssessment.content.component.relatedArtifact: Additional information" , "EventDefinition.relatedArtifact: Additional documentation, citations, etc" , "Library.relatedArtifact: Additional documentation, citations, etc" , "EvidenceReport.relatedArtifact: Link, description or reference to artifact associated with the report" , "ValueSet.relatedArtifact: Additional documentation, citations, etc" , "ResearchStudy.relatedArtifact: References, URLs, and attachments" , "Evidence.relatedArtifact: Link or citation to artifact associated with the summary" , "EvidenceVariable.relatedArtifact: Additional documentation, citations, etc" , "ArtifactAssessment.content.relatedArtifact: Additional information" , "ChargeItemDefinition.propertyGroup.applicability.relatedArtifact: Reference to / quotation of the external source of the group of properties" , "CodeSystem.relatedArtifact: Additional documentation, citations, etc" , "Citation.relatedArtifact: Artifact related to the citation record" , "MetadataResource.relatedArtifact: Additional documentation, citations, etc" , "ConceptMap.relatedArtifact: Additional documentation, citations, etc" , "Measure.relatedArtifact: Additional documentation, citations, etc" , "NamingSystem.relatedArtifact: Additional documentation, citations, etc" , "PlanDefinition.relatedArtifact: Additional documentation, citations" .

fhir:safety  a                          owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.safety: Safety characteristics of the device." , "Device.safety: Provides additional safety characteristics about a medical device.  For example devices containing latex." ;
        rdfs:label                      "safety" ;
        fhir:modifierExtensionProperty  fhir:_safety ;
        dc:title                        "DeviceDefinition.safety: Safety characteristics of the device" , "Device.safety: Safety Characteristics of Device" .

fhir:stereochemistry  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.stereochemistry: Stereochemistry type." , "SubstanceDefinition.moiety.stereochemistry: Stereochemistry type." ;
        rdfs:label                      "stereochemistry" ;
        fhir:modifierExtensionProperty  fhir:_stereochemistry ;
        dc:title                        "SubstanceDefinition.structure.stereochemistry: Stereochemistry type" , "SubstanceDefinition.moiety.stereochemistry: Stereochemistry type" .

fhir:_timeout  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.timeout" ;
        rdfs:label    "_timeout" .

fhir:primarySource  a                   owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.primarySource: Information about the primary source(s) involved in validation." , "Immunization.primarySource: Indicates whether the data contained in the resource was captured by the individual/organization which was responsible for the administration of the vaccine rather than as 'secondary reported' data documented by a third party. A value of 'true' means this data originated with the individual/organization which was responsible for the administration of the vaccine." ;
        rdfs:label                      "primarySource" ;
        rdfs:subPropertyOf              w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_primarySource ;
        dc:title                        "VerificationResult.primarySource: Information about the primary source(s) involved in validation" , "Immunization.primarySource: Indicates context the data was captured in" .

fhir:NutritionOrderOralDietNutrientComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderOralDietComponent.NutritionOrderOralDietNutrientComponent: Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet." ;
        rdfs:label       "NutritionOrderOralDietNutrientComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] .

fhir:CodeSystem.ConceptDefinitionConceptConcept
        a                owl:Class ;
        rdfs:comment     "Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning." ;
        rdfs:label       "CodeSystem.ConceptDefinitionConceptConcept" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Child Concepts (is-a/contains/categorizes)" .

fhir:responseCode  a                    owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.responseCode: The value of the HTTP response code to be tested." , "TestScript.setup.action.assert.responseCode: The value of the HTTP response code to be tested." ;
        rdfs:label                      "responseCode" ;
        fhir:modifierExtensionProperty  fhir:_responseCode ;
        dc:title                        "TestScript.test.action.assert.responseCode: HTTP response code to test" , "TestScript.setup.action.assert.responseCode: HTTP response code to test" .

fhir:eventHistory  a                    owl:ObjectProperty ;
        rdfs:comment                    "DeviceDispense.eventHistory: A summary of the events of interest that have occurred, such as when the dispense was verified." , "MedicationRequest.eventHistory: Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource." , "MedicationDispense.eventHistory: A summary of the events of interest that have occurred, such as when the dispense was verified." , "MedicationAdministration.eventHistory: A summary of the events of interest that have occurred, such as when the administration was verified." ;
        rdfs:label                      "eventHistory" ;
        fhir:modifierExtensionProperty  fhir:_eventHistory ;
        dc:title                        "MedicationAdministration.eventHistory: A list of events of interest in the lifecycle" , "DeviceDispense.eventHistory: A list of relevant lifecycle events" , "MedicationDispense.eventHistory: A list of relevant lifecycle events" , "MedicationRequest.eventHistory: A list of events of interest in the lifecycle" .

fhir:_doseForm  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.definitional.doseForm" , "(Modified) Medication.doseForm" ;
        rdfs:label    "_doseForm" .

fhir:_allowedResponse
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MessageDefinition.allowedResponse" ;
        rdfs:label    "_allowedResponse" .

fhir:_storageGuideline
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.storageGuideline" ;
        rdfs:label    "_storageGuideline" .

fhir:timezone  a                        owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.timezone: The timezone of the recurring appointment occurrences." ;
        rdfs:label                      "timezone" ;
        fhir:modifierExtensionProperty  fhir:_timezone ;
        dc:title                        "Appointment.recurrenceTemplate.timezone: The timezone of the occurrences" .

fhir:copolymerConnectivity
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.copolymerConnectivity: Descrtibes the copolymer sequence type (polymer connectivity)." ;
        rdfs:label                      "copolymerConnectivity" ;
        fhir:modifierExtensionProperty  fhir:_copolymerConnectivity ;
        dc:title                        "SubstancePolymer.copolymerConnectivity: Descrtibes the copolymer sequence type (polymer connectivity)" .

fhir:GenomicStudyAnalysisOutputComponent
        a                owl:Class ;
        rdfs:comment     "GenomicStudyAnalysisComponent.GenomicStudyAnalysisOutputComponent: Outputs for the analysis event." ;
        rdfs:label       "GenomicStudyAnalysisOutputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:file
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:file
                         ] .

fhir:_molecularWeight
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.molecularWeight" , "(Modified) SubstanceDefinition.molecularWeight" ;
        rdfs:label    "_molecularWeight" .

fhir:ObservationDefinition
        a                owl:Class ;
        rdfs:comment     "Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service." ;
        rdfs:label       "ObservationDefinition" ;
        rdfs:subClassOf  w5:clinical.diagnostics , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ObservationDefinitionQualifiedValueComponent ;
                           owl:onProperty     fhir:qualifiedValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:derivedFromUri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ObservationDefinitionComponentComponent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:multipleResultsAllowed
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:performerType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:specimen
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:multipleResultsAllowed
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferredReportName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:hasMember
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFromCanonical
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preferredReportName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:permittedDataType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:performerType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:permittedUnit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] .

fhir:ifNoneMatch  a                     owl:ObjectProperty ;
        rdfs:comment                    "Bundle.entry.request.ifNoneMatch: If the ETag values match, return a 304 Not Modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)." ;
        rdfs:label                      "ifNoneMatch" ;
        fhir:modifierExtensionProperty  fhir:_ifNoneMatch ;
        dc:title                        "Bundle.entry.request.ifNoneMatch: For managing cache validation" .

fhir:_notConsumed  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionIntake.consumedItem.notConsumed" ;
        rdfs:label    "_notConsumed" .

fhir:grade  a                           owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.grade: The quality standard, established benchmark, to which substance complies (e.g. USP/NF, Ph. Eur, JP, BP, Company Standard)." ;
        rdfs:label                      "grade" ;
        fhir:modifierExtensionProperty  fhir:_grade ;
        dc:title                        "SubstanceDefinition.grade: The quality standard, established benchmark, to which substance complies (e.g. USP/NF, BP)" .

fhir:OralDietSchedule
        a                owl:Class ;
        rdfs:comment     "NutritionOrderOralDietComponent.OralDietSchedule: Schedule information for an oral diet." ;
        rdfs:label       "OralDietSchedule" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:asNeededFor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:asNeededFor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:asNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:asNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Timing ;
                           owl:onProperty     fhir:timing
                         ] .

fhir:_diagnosis  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.diagnosis" , "(Modified) EpisodeOfCare.diagnosis" , "(Modified) Claim.diagnosis.diagnosis" , "(Modified) ExplanationOfBenefit.diagnosis" , "(Modified) Account.diagnosis" , "(Modified) CoverageEligibilityRequest.item.diagnosis" , "(Modified) ExplanationOfBenefit.diagnosis.diagnosis" , "(Modified) Claim.diagnosis" , "(Modified) CoverageEligibilityRequest.item.diagnosis.diagnosis" ;
        rdfs:label    "_diagnosis" .

fhir:_channelType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.channelType" , "(Modified) VirtualServiceDetail.channelType" ;
        rdfs:label    "_channelType" .

fhir:_encounter  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.encounter" , "(Modified) ExplanationOfBenefit.encounter" , "(Modified) DetectedIssue.encounter" , "(Modified) GuidanceResponse.encounter" , "(Modified) Transport.encounter" , "(Modified) Observation.encounter" , "(Modified) MedicationRequest.encounter" , "(Modified) Flag.encounter" , "(Modified) Provenance.encounter" , "(Modified) NutritionOrder.encounter" , "(Modified) Immunization.encounter" , "(Modified) ChargeItem.encounter" , "(Modified) ClinicalImpression.encounter" , "(Modified) AuditEvent.encounter" , "(Modified) MedicationDispense.encounter" , "(Modified) EncounterHistory.encounter" , "(Modified) Task.encounter" , "(Modified) ExplanationOfBenefit.item.encounter" , "(Modified) List.encounter" , "(Modified) QuestionnaireResponse.encounter" , "(Modified) Claim.encounter" , "(Modified) Procedure.encounter" , "(Modified) MedicationStatement.encounter" , "(Modified) DiagnosticReport.encounter" , "(Modified) CarePlan.encounter" , "(Modified) ClaimResponse.encounter" , "(Modified) DeviceRequest.encounter" , "(Modified) ImagingStudy.encounter" , "(Modified) GenomicStudy.encounter" , "(Modified) RequestOrchestration.encounter" , "(Modified) AllergyIntolerance.encounter" , "(Modified) RiskAssessment.encounter" , "(Modified) Communication.encounter" , "(Modified) Claim.item.encounter" , "(Modified) AdverseEvent.encounter" , "(Modified) PaymentReconciliation.allocation.encounter" , "(Modified) CommunicationRequest.encounter" , "(Modified) NutritionIntake.encounter" , "(Modified) VisionPrescription.encounter" , "(Modified) DeviceDispense.encounter" , "(Modified) Condition.encounter" , "(Modified) Composition.encounter" , "(Modified) MedicationAdministration.encounter" ;
        rdfs:label    "_encounter" .

fhir:SubstancePolymerMonomerSetStartingMaterialComponent
        a                owl:Class ;
        rdfs:comment     "SubstancePolymerMonomerSetComponent.SubstancePolymerMonomerSetStartingMaterialComponent: The starting materials - monomer(s) used in the synthesis of the polymer." ;
        rdfs:label       "SubstancePolymerMonomerSetStartingMaterialComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isDefining
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isDefining
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] .

fhir:statisticType  a                   owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.statisticType: Type of statistic, e.g., relative risk." ;
        rdfs:label                      "statisticType" ;
        fhir:modifierExtensionProperty  fhir:_statisticType ;
        dc:title                        "Evidence.statistic.statisticType: Type of statistic, e.g., relative risk" .

fhir:_webLocation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.webLocation" ;
        rdfs:label    "_webLocation" .

fhir:SubstanceSourceMaterialOrganismOrganismGeneralComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceSourceMaterialOrganismComponent.SubstanceSourceMaterialOrganismOrganismGeneralComponent: 4.9.13.7.1 Kingdom (Conditional)." ;
        rdfs:label       "SubstanceSourceMaterialOrganismOrganismGeneralComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:phylum
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:order
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:class
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:class
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:order
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:kingdom
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:phylum
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:kingdom
                         ] .

fhir:textConcentration
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance.strength.textConcentration: A textual represention of either the whole of the concentration strength or a part of it - with the rest being in Strength.concentration as a ratio." ;
        rdfs:label                      "textConcentration" ;
        fhir:modifierExtensionProperty  fhir:_textConcentration ;
        dc:title                        "Ingredient.substance.strength.textConcentration: Text of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio)" .

fhir:_multipleAnd  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SearchParameter.multipleAnd" ;
        rdfs:label    "_multipleAnd" .

fhir:_freeToShare  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ArtifactAssessment.content.component.freeToShare" , "(Modified) ArtifactAssessment.content.freeToShare" ;
        rdfs:label    "_freeToShare" .

fhir:_contributionInstance
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.entry.contributionInstance" ;
        rdfs:label    "_contributionInstance" .

fhir:MedicationStatementAdherenceComponent
        a                owl:Class ;
        rdfs:comment     "MedicationStatementAdherenceComponent: Indicates whether the medication is or is not being consumed or administered." ;
        rdfs:label       "MedicationStatementAdherenceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_onAdmission  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.diagnosis.onAdmission" , "(Modified) Claim.diagnosis.onAdmission" , "(Modified) Account.diagnosis.onAdmission" ;
        rdfs:label    "_onAdmission" .

fhir:output  a                          owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.output: Outputs for the analysis event." , "RequestOrchestration.action.action.output: Defines the outputs of the action, if any." , "PlanDefinition.action.action.output: Defines the outputs of the action, if any." , "PlanDefinition.action.output: Defines the outputs of the action, if any." , "Task.output: Outputs produced by the Task." , "RequestOrchestration.action.output: Defines the outputs of the action, if any." , "Transport.output: Outputs produced by the Transport." ;
        rdfs:label                      "output" ;
        fhir:modifierExtensionProperty  fhir:_output ;
        dc:title                        "PlanDefinition.action.output: Output data definition" , "PlanDefinition.action.action.output: Output data definition" , "GenomicStudy.analysis.output: Outputs for the analysis event" , "RequestOrchestration.action.output: Output data definition" , "Transport.output: Information produced as part of transport" , "RequestOrchestration.action.action.output: Output data definition" , "Task.output: Information produced as part of task" .

fhir:_indication  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) RegulatedAuthorization.indication" , "(Modified) MedicinalProductDefinition.indication" , "(Modified) MedicationKnowledge.indicationGuideline.indication" , "(Modified) DeviceDefinition.guideline.indication" , "(Modified) ClinicalUseDefinition.indication" , "(Modified) ClinicalUseDefinition.contraindication.indication" ;
        rdfs:label    "_indication" .

fhir:DeviceDefinitionChargeItemComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionChargeItemComponent: Billing code or reference associated with the device." ;
        rdfs:label       "DeviceDefinitionChargeItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:count
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:chargeItemCode
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:chargeItemCode
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:count
                         ] .

fhir:location  a                        owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.instance.location: The location that the item is associated with." , "BiologicallyDerivedProductDispense.location: The physical location where the dispense was performed." , "Procedure.location: The location where the procedure actually happened.  E.g. a newborn at home, a tracheostomy at a restaurant." , "MedicationDispense.location: The principal physical location where the dispense was performed." , "OperationOutcome.issue.location: This element is deprecated because it is XML specific. It is replaced by issue.expression, which is format independent, and simpler to parse. \n\nFor resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.  For HTTP errors, will be \"http.\" + the parameter name." , "Device.location: The place where the device can be found." , "Immunization.location: The service delivery location where the vaccine administration occurred." , "DeviceDispense.location: The principal physical location where the dispense was performed." , "HealthcareService.location: The location(s) where this healthcare service may be provided." , "Specimen.container.location: The location of the container holding the specimen." , "PaymentReconciliation.location: The location of the site or device for electronic transfers or physical location for cash payments." , "RequestOrchestration.action.location: Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc." , "Encounter.location: List of locations where  the patient has been during this encounter." , "Bundle.entry.response.location: The location header created by processing this operation, populated if the operation returns a location." , "Transport.location: Principal physical location where this transport is performed." , "ExplanationOfBenefit.accident.location" , "ManufacturedItemDefinition.component.constituent.location: The physical location of the constituent/ingredient within the component. Example – if the component is the bead in the capsule, then the location would be where the ingredient resides within the product part – intragranular, extra-granular, etc." , "NutritionIntake.location: Where the intake occurred." , "InventoryReport.inventoryListing.location: Location of the inventory items." , "ExplanationOfBenefit.addItem.location" , "Task.location: Principal physical location where this task is performed." , "PlanDefinition.action.location: Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc." , "MeasureReport.location: A reference to the location for which the data is being reported." , "AuditEvent.entity.agent.location: Where the agent location is known, the agent location when the event occurred." , "AuditEvent.agent.location: Where the agent location is known, the agent location when the event occurred." , "Provenance.location: Where the activity occurred, if relevant." , "ManufacturedItemDefinition.component.component.constituent.location: The physical location of the constituent/ingredient within the component. Example – if the component is the bead in the capsule, then the location would be where the ingredient resides within the product part – intragranular, extra-granular, etc." , "RequestOrchestration.action.action.location: Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc." , "ExplanationOfBenefit.item.location" , "EncounterHistory.location.location: The location where the encounter takes place." , "ClaimResponse.addItem.location" , "Encounter.location.location: The location where the encounter takes place." , "AdverseEvent.location: The information about where the adverse event occurred." , "EncounterHistory.location: The location of the patient at this point in the encounter, the multiple cardinality permits de-normalizing the levels of the location hierarchy, such as site/ward/room/bed." , "ImagingStudy.location: The principal physical location where the ImagingStudy was performed." , "OrganizationAffiliation.location: The location(s) at which the role occurs." , "ServiceRequest.location: The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center." , "PractitionerRole.location: The location(s) at which this practitioner provides care." , "Claim.accident.location" , "ActivityDefinition.location: Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc." , "PlanDefinition.action.action.location: Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc." , "Claim.item.location" ;
        rdfs:label                      "location" ;
        rdfs:subPropertyOf              w5:who.actor , w5:where ;
        fhir:modifierExtensionProperty  fhir:_location ;
        dc:title                        "PlanDefinition.action.action.location: Where it should happen" , "EncounterHistory.location: Location of the patient at this point in the encounter" , "MeasureReport.location: Where the reported data is from" , "Procedure.location: Where the procedure happened" , "OrganizationAffiliation.location: The location(s) at which the role occurs" , "Task.location: Where task occurs" , "Provenance.location: Where the activity occurred, if relevant" , "Device.location: Where the device is found" , "Encounter.location: List of locations where the patient has been" , "InventoryItem.instance.location: The location that the item is associated with" , "ImagingStudy.location: Where ImagingStudy occurred" , "Immunization.location: Where immunization occurred" , "EncounterHistory.location.location: Location the encounter takes place" , "BiologicallyDerivedProductDispense.location: Where the dispense occurred" , "OperationOutcome.issue.location: Deprecated: Path of element(s) related to issue" , "ManufacturedItemDefinition.component.component.constituent.location: The physical location of the constituent/ingredient within the component" , "AuditEvent.agent.location: The agent location when the event occurred" , "HealthcareService.location: Location(s) where service may be provided" , "PractitionerRole.location: Location(s) where the practitioner provides care" , "RequestOrchestration.action.location: Where it should happen" , "ServiceRequest.location: Requested location" , "PaymentReconciliation.location: Where payment collected" , "InventoryReport.inventoryListing.location: Location of the inventory items" , "DeviceDispense.location: Where the dispense occurred" , "ActivityDefinition.location: Where it should happen" , "MedicationDispense.location: Where the dispense occurred" , "Encounter.location.location: Location the encounter takes place" , "AdverseEvent.location: Location where adverse event occurred" , "Specimen.container.location: Where the container is" , "ManufacturedItemDefinition.component.constituent.location: The physical location of the constituent/ingredient within the component" , "RequestOrchestration.action.action.location: Where it should happen" , "NutritionIntake.location: Where the intake occurred" , "Transport.location: Where transport occurs" , "PlanDefinition.action.location: Where it should happen" , "AuditEvent.entity.agent.location: The agent location when the event occurred" , "Bundle.entry.response.location: The location (if the operation returns a location)" .

fhir:generalCost  a                     owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan.generalCost: Overall costs associated with the plan." ;
        rdfs:label                      "generalCost" ;
        fhir:modifierExtensionProperty  fhir:_generalCost ;
        dc:title                        "InsurancePlan.plan.generalCost: Overall costs" .

fhir:_plannedActivityReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CarePlan.activity.plannedActivityReference" ;
        rdfs:label    "_plannedActivityReference" .

fhir:rules  a                           owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.slicing.rules: Whether additional slices are allowed or not. When the slices are ordered, profile authors can also say that additional slices are only allowed at the end." ;
        rdfs:label                      "rules" ;
        fhir:modifierExtensionProperty  fhir:_rules ;
        dc:title                        "ElementDefinition.slicing.rules: closed | open | openAtEnd" .

fhir:reported  a                        owl:ObjectProperty ;
        rdfs:comment                    "Procedure.reported" , "NutritionIntake.reported" , "MedicationRequest.reported: Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record.  It may also indicate the source of the report." , "Immunization.reaction.reported: Self-reported indicator." ;
        rdfs:label                      "reported" ;
        fhir:modifierExtensionProperty  fhir:_reported ;
        dc:title                        "MedicationRequest.reported: Reported rather than primary record" , "Immunization.reaction.reported: Indicates self-reported reaction" .

fhir:maxDosePerDay  a                   owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.maxDosePerDay: The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered." ;
        rdfs:label                      "maxDosePerDay" ;
        fhir:modifierExtensionProperty  fhir:_maxDosePerDay ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.maxDosePerDay: The maximum dose quantity to be administered in any one 24-h period" .

fhir:NutritionOrderOralDietTextureComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderOralDietComponent.NutritionOrderOralDietTextureComponent: Class that describes any texture modifications required for the patient to safely consume various types of solid foods." ;
        rdfs:label       "NutritionOrderOralDietTextureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:foodType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:foodType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] .

fhir:_definitionByTypeAndValue
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue" , "(Modified) EvidenceVariable.characteristic.definitionByTypeAndValue" ;
        rdfs:label    "_definitionByTypeAndValue" .

fhir:GroupMemberComponent
        a                owl:Class ;
        rdfs:comment     "GroupMemberComponent: Identifies the resource instances that are members of the group." ;
        rdfs:label       "GroupMemberComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:entity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:entity
                         ] .

fhir:_verificationType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.verification.verificationType" ;
        rdfs:label    "_verificationType" .

fhir:_supportingInformation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationAdministration.supportingInformation" , "(Modified) Appointment.supportingInformation" , "(Modified) Immunization.supportingInformation" , "(Modified) MedicationDispense.supportingInformation" , "(Modified) DeviceDispense.supportingInformation" , "(Modified) MedicationRequest.supportingInformation" , "(Modified) ChargeItem.supportingInformation" , "(Modified) NutritionOrder.supportingInformation" , "(Modified) AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.supportingInformation" ;
        rdfs:label    "_supportingInformation" .

fhir:kingdom  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.organismGeneral.kingdom: The kingdom of an organism shall be specified." ;
        rdfs:label                      "kingdom" ;
        fhir:modifierExtensionProperty  fhir:_kingdom ;
        dc:title                        "SubstanceSourceMaterial.organism.organismGeneral.kingdom: The kingdom of an organism shall be specified" .

fhir:sourceMaterialClass
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.sourceMaterialClass: General high level classification of the source material specific to the origin of the material." ;
        rdfs:label                      "sourceMaterialClass" ;
        fhir:modifierExtensionProperty  fhir:_sourceMaterialClass ;
        dc:title                        "SubstanceSourceMaterial.sourceMaterialClass: General high level classification of the source material specific to the origin of the material" .

fhir:_polymer  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.polymer" ;
        rdfs:label    "_polymer" .

fhir:insurance  a                       owl:ObjectProperty ;
        rdfs:comment                    "Transport.insurance: Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Transport." , "ExplanationOfBenefit.insurance: Financial instruments for reimbursement for the health care products and services specified on the claim." , "Task.insurance: Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task." , "DeviceRequest.insurance: Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service." , "CoverageEligibilityResponse.insurance: Financial instruments for reimbursement for the health care products and services." , "CoverageEligibilityRequest.insurance: Financial instruments for reimbursement for the health care products and services." , "Claim.insurance: Financial instruments for reimbursement for the health care products and services specified on the claim." , "ServiceRequest.insurance: Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service." , "MedicationRequest.insurance: Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service." , "ClaimResponse.insurance: Financial instruments for reimbursement for the health care products and services specified on the claim." ;
        rdfs:label                      "insurance" ;
        fhir:modifierExtensionProperty  fhir:_insurance ;
        dc:title                        "ExplanationOfBenefit.insurance: Patient insurance information" , "DeviceRequest.insurance: Associated insurance coverage" , "ClaimResponse.insurance: Patient insurance information" , "Transport.insurance: Associated insurance coverage" , "CoverageEligibilityResponse.insurance: Patient insurance information" , "Claim.insurance: Patient insurance information" , "ServiceRequest.insurance: Associated insurance coverage" , "CoverageEligibilityRequest.insurance: Patient insurance information" , "Task.insurance: Associated insurance coverage" , "MedicationRequest.insurance: Associated insurance coverage" .

fhir:_handling  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.handling" , "(Modified) EvidenceVariable.handling" , "(Modified) Evidence.statistic.modelCharacteristic.variable.handling" ;
        rdfs:label    "_handling" .

fhir:supportingInfo  a                  owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.supportingInfo: Supporting information relevant to the event." , "Procedure.supportingInfo: Other resources from the patient record that may be relevant to the procedure.  The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension should not be used if more specific inline elements or extensions are available." , "Claim.supportingInfo: Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues." , "DiagnosticReport.supportingInfo: This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report." , "Contract.supportingInfo: Information that may be needed by/relevant to the performer in their execution of this term action." , "ServiceRequest.supportingInfo: Additional clinical information about the patient or specimen that may influence the services or their interpretations.     This information includes diagnosis, clinical findings and other observations.  In laboratory ordering these are typically referred to as \"ask at order entry questions (AOEs)\".  This includes observations explicitly requested by the producer (filler) to provide context or supporting information needed to complete the order. For example,  reporting the amount of inspired oxygen for blood gas measurements." , "ClinicalImpression.supportingInfo: Information supporting the clinical impression, which can contain investigation results." , "DeviceRequest.supportingInfo: Additional clinical information about the patient that may influence the request fulfilment.  For example, this may include where on the subject's body the device will be used (i.e. the target site)." , "ExplanationOfBenefit.supportingInfo: Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues." , "CoverageEligibilityRequest.supportingInfo: Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues." , "CarePlan.supportingInfo: Identifies portions of the patient's record that specifically influenced the formation of the plan.  These might include comorbidities, recent procedures, limitations, recent assessments, etc." ;
        rdfs:label                      "supportingInfo" ;
        fhir:modifierExtensionProperty  fhir:_supportingInfo ;
        dc:title                        "AdverseEvent.supportingInfo: Supporting information relevant to the event" , "ClinicalImpression.supportingInfo: Information supporting the clinical impression" , "Procedure.supportingInfo: Extra information relevant to the procedure" , "ServiceRequest.supportingInfo: Additional clinical information" , "CoverageEligibilityRequest.supportingInfo: Supporting information" , "DiagnosticReport.supportingInfo: Additional information supporting the diagnostic report" , "CarePlan.supportingInfo: Information considered as part of plan" , "Claim.supportingInfo: Supporting information" , "DeviceRequest.supportingInfo: Additional clinical information" , "ExplanationOfBenefit.supportingInfo: Supporting information" , "Contract.supportingInfo: Extra Information" .

fhir:lifecycleStatus  a                 owl:ObjectProperty ;
        rdfs:comment                    "Goal.lifecycleStatus: The state of the goal throughout its lifecycle." ;
        rdfs:label                      "lifecycleStatus" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_lifecycleStatus ;
        dc:title                        "Goal.lifecycleStatus: proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected" .

fhir:_symptomConditionEffect
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.undesirableEffect.symptomConditionEffect" ;
        rdfs:label    "_symptomConditionEffect" .

fhir:_fraction  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.fractionDescription.fraction" ;
        rdfs:label    "_fraction" .

fhir:language  a                        owl:ObjectProperty ;
        rdfs:comment                    "RelatedPerson.communication.language: The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English." , "TestPlan.testCase.testRun.script.language: The language for the test cases e.g. 'gherkin', 'testscript'." , "Citation.citedArtifact.publicationForm.language: The language or languages in which this form of the article is published." , "InventoryItem.description.language: The language for the item description, when an item must be described in different languages and those languages may be authoritative and not translations of a 'main' language." , "Attachment.language: The human language of the content. The value can be any valid value according to BCP 47." , "Resource.language: The base language in which the resource is written." , "Citation.citedArtifact.title.language: Used to express the specific language of the title." , "ElementDefinition.mapping.language: Identifies the computable language in which mapping.map is expressed." , "CodeSystem.concept.concept.designation.language: The language this designation is defined for." , "ClaimResponse.processNote.language: A code to define the language used in the text of the note." , "ValueSet.expansion.contains.contains.designation.language: The language this designation is defined for." , "Person.communication.language: The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English." , "Practitioner.communication.language: The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English." , "SubstanceDefinition.name.translation.language: Human language that the name is written in." , "Citation.citedArtifact.abstract.language: Used to express the specific language of the abstract." , "ValueSet.compose.include.concept.designation.language: The language this designation is defined for." , "MedicinalProductDefinition.name.usage.language: Language code for this name." , "ValueSet.expansion.contains.designation.language: The language this designation is defined for." , "Expression.language: The media type of the language for the expression." , "TerminologyCapabilities.codeSystem.version.language: Language Displays supported." , "ExplanationOfBenefit.processNote.language: A code to define the language used in the text of the note." , "Patient.communication.language: The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English." , "ValueSet.compose.exclude.concept.designation.language: The language this designation is defined for." , "InventoryItem.name.language: The language that the item name is expressed in." , "CodeSystem.concept.designation.language: The language this designation is defined for." , "SubstanceDefinition.name.synonym.language: Human language that the name is written in." , "SubstanceDefinition.name.language: Human language that the name is written in." ;
        rdfs:label                      "language" ;
        fhir:modifierExtensionProperty  fhir:_language ;
        dc:title                        "ClaimResponse.processNote.language: Language of the text" , "Person.communication.language: The language which can be used to communicate with the person about his or her health" , "RelatedPerson.communication.language: The language which can be used to communicate with the related person about the patient's health" , "CodeSystem.concept.designation.language: Human language of the designation" , "ValueSet.compose.exclude.concept.designation.language: Human language of the designation" , "Expression.language: text/cql | text/fhirpath | application/x-fhir-query | etc." , "MedicinalProductDefinition.name.usage.language: Language code for this name" , "Resource.language: Language of the resource content" , "ElementDefinition.mapping.language: Computable language of mapping" , "Citation.citedArtifact.title.language: Used to express the specific language" , "InventoryItem.description.language: The language that is used in the item description" , "SubstanceDefinition.name.translation.language: Human language that the name is written in" , "InventoryItem.name.language: The language used to express the item name" , "SubstanceDefinition.name.language: Human language that the name is written in" , "ValueSet.compose.include.concept.designation.language: Human language of the designation" , "Practitioner.communication.language: The language code used to communicate with the practitioner" , "ExplanationOfBenefit.processNote.language: Language of the text" , "ValueSet.expansion.contains.contains.designation.language: Human language of the designation" , "ValueSet.expansion.contains.designation.language: Human language of the designation" , "Citation.citedArtifact.abstract.language: Used to express the specific language" , "TerminologyCapabilities.codeSystem.version.language: Language Displays supported" , "Patient.communication.language: The language which can be used to communicate with the patient about his or her health" , "TestPlan.testCase.testRun.script.language: The language for the test cases e.g. 'gherkin', 'testscript'" , "SubstanceDefinition.name.synonym.language: Human language that the name is written in" , "Attachment.language: Human language of the content (BCP-47)" , "Citation.citedArtifact.publicationForm.language: Language(s) in which this form of the article is published" , "CodeSystem.concept.concept.designation.language: Human language of the designation" .

fhir:combining  a                       owl:ObjectProperty ;
        rdfs:comment                    "Permission.combining: Defines a procedure for arriving at an access decision given the set of rules." ;
        rdfs:label                      "combining" ;
        fhir:modifierExtensionProperty  fhir:_combining ;
        dc:title                        "Permission.combining: deny-overrides | permit-overrides | ordered-deny-overrides | ordered-permit-overrides | deny-unless-permit | permit-unless-deny" .

fhir:country  a                         owl:ObjectProperty ;
        rdfs:comment                    "Address.country: Country - a nation as commonly understood or generally accepted." , "MarketingStatus.country: The country in which the marketing authorization has been granted shall be specified It should be specified using the ISO 3166 ‑ 1 alpha-2 code elements." , "Ingredient.substance.strength.country: The country or countries for which the strength range applies." , "MedicinalProductDefinition.name.usage.country: Country code for where this name applies." , "Ingredient.substance.strength.referenceStrength.country: The country or countries for which the strength range applies." ;
        rdfs:label                      "country" ;
        fhir:modifierExtensionProperty  fhir:_country ;
        dc:title                        "MedicinalProductDefinition.name.usage.country: Country code for where this name applies" , "Address.country: Country (e.g. may be ISO 3166 2 or 3 letter code)" , "MarketingStatus.country: The country in which the marketing authorization has been granted shall be specified It should be specified using the ISO 3166 ‑ 1 alpha-2 code elements" , "Ingredient.substance.strength.country: Where the strength range applies" , "Ingredient.substance.strength.referenceStrength.country: Where the strength range applies" .

fhir:isExample  a                       owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.manifest.resource.isExample: If true, indicates the resource is an example instance." , "ImplementationGuide.definition.resource.isExample: If true, indicates the resource is an example instance." ;
        rdfs:label                      "isExample" ;
        fhir:modifierExtensionProperty  fhir:_isExample ;
        dc:title                        "ImplementationGuide.manifest.resource.isExample: Is this an example" , "ImplementationGuide.definition.resource.isExample: Is this an example" .

fhir:_readHistory  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.readHistory" ;
        rdfs:label    "_readHistory" .

fhir:BundleLinkComponent
        a                owl:Class ;
        rdfs:comment     "BundleLinkComponent: A series of links that provide context to this bundle." ;
        rdfs:label       "BundleLinkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relation
                         ] .

fhir:EvidenceReport.SectionSection
        a                owl:Class ;
        rdfs:comment     "A nested sub-section within this section." ;
        rdfs:label       "EvidenceReport.SectionSection" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:focusReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Narrative ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:entryReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:focus
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:orderedBy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:entryClassifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:focusReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:entryQuantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceReport.SectionSectionSection ;
                           owl:onProperty     fhir:section
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:emptyReason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        dc:title         "Nested Section" .

fhir:currentLocation  a                 owl:ObjectProperty ;
        rdfs:comment                    "Transport.currentLocation: The current location for the entity to be transported." ;
        rdfs:label                      "currentLocation" ;
        rdfs:subPropertyOf              w5:where ;
        fhir:modifierExtensionProperty  fhir:_currentLocation ;
        dc:title                        "Transport.currentLocation: The entity current location" .

fhir:official  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.name.official: Details of the official nature of this name." , "SubstanceDefinition.name.translation.official: Details of the official nature of this name." , "SubstanceDefinition.name.synonym.official: Details of the official nature of this name." ;
        rdfs:label                      "official" ;
        fhir:modifierExtensionProperty  fhir:_official ;
        dc:title                        "SubstanceDefinition.name.official: Details of the official nature of this name" , "SubstanceDefinition.name.translation.official: Details of the official nature of this name" , "SubstanceDefinition.name.synonym.official: Details of the official nature of this name" .

fhir:_EncounterHistory
        a                owl:Class ;
        rdfs:comment     "(Modified) EncounterHistory" ;
        rdfs:label       "_EncounterHistory" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:EvidenceVariableCategoryComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceVariableCategoryComponent: A grouping for ordinal or polychotomous variables." ;
        rdfs:label       "EvidenceVariableCategoryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_administeredBy  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.administeredBy" ;
        rdfs:label    "_administeredBy" .

fhir:_ProductShelfLife
        a                owl:Class ;
        rdfs:comment     "(Modified) ProductShelfLife" ;
        rdfs:label       "_ProductShelfLife" ;
        rdfs:subClassOf  fhir:_BackboneType .

fhir:SubstanceDefinitionMolecularWeightComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionMolecularWeightComponent: The average mass of a molecule of a compound compared to 1/12 the mass of carbon 12 and calculated as the sum of the atomic weights of the constituent atoms." ;
        rdfs:label       "SubstanceDefinitionMolecularWeightComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:affectsState  a                    owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.affectsState: Whether the operation affects state. Side effects such as producing audit trail entries do not count as 'affecting  state'." ;
        rdfs:label                      "affectsState" ;
        fhir:modifierExtensionProperty  fhir:_affectsState ;
        dc:title                        "OperationDefinition.affectsState: Whether content is changed by the operation" .

fhir:notificationShape
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubscriptionTopic.notificationShape: List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic." ;
        rdfs:label                      "notificationShape" ;
        fhir:modifierExtensionProperty  fhir:_notificationShape ;
        dc:title                        "SubscriptionTopic.notificationShape: Properties for describing the shape of notifications generated by this topic" .

fhir:descriptionSummary
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.descriptionSummary: A brief text for explaining the study." ;
        rdfs:label                      "descriptionSummary" ;
        fhir:modifierExtensionProperty  fhir:_descriptionSummary ;
        dc:title                        "ResearchStudy.descriptionSummary: Brief text explaining the study" .

fhir:_answerValueSet  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.answerValueSet" , "(Modified) Questionnaire.item.answerValueSet" ;
        rdfs:label    "_answerValueSet" .

fhir:PractitionerRole
        a                            owl:Class ;
        rdfs:comment                 "A specific set of Roles/Locations/specialties/services that a practitioner may perform, or has performed at an organization during a period of time." ;
        rdfs:label                   "PractitionerRole" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.individual ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:organization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:healthcareService
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:practitioner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:practitioner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:communication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Availability ;
                                       owl:onProperty     fhir:availability
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:organization
                                     ] ;
        fhir:modifierExtensionClass  fhir:_PractitionerRole .

fhir:_rationale  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.prediction.rationale" , "(Modified) Measure.rationale" ;
        rdfs:label    "_rationale" .

fhir:_ChargeItem  a      owl:Class ;
        rdfs:comment     "(Modified) ChargeItem" ;
        rdfs:label       "_ChargeItem" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_offer  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.offer" , "(Modified) Contract.term.offer" ;
        rdfs:label    "_offer" .

fhir:OperationDefinitionParameterReferencedFromComponent
        a                owl:Class ;
        rdfs:comment     "OperationDefinitionParameterComponent.OperationDefinitionParameterReferencedFromComponent: Identifies other resource parameters within the operation invocation that are expected to resolve to this resource." , "OperationDefinitionParameterComponentParameter.OperationDefinitionParameterReferencedFromComponent: Identifies other resource parameters within the operation invocation that are expected to resolve to this resource." ;
        rdfs:label       "OperationDefinitionParameterReferencedFromComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] .

fhir:singleUse  a                       owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.singleUse: Specimen can be used by only one test or panel if the value is \"true\"." ;
        rdfs:label                      "singleUse" ;
        fhir:modifierExtensionProperty  fhir:_singleUse ;
        dc:title                        "SpecimenDefinition.typeTested.singleUse: Specimen for single use only" .

fhir:_exclude  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.exclude" , "(Modified) Group.characteristic.exclude" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.exclude" , "(Modified) EvidenceVariable.characteristic.exclude" , "(Modified) EvidenceReport.subject.characteristic.exclude" ;
        rdfs:label    "_exclude" .

fhir:fhirVersion  a                     owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.fhirVersion: The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version." , "CapabilityStatement.fhirVersion: The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value." , "StructureDefinition.fhirVersion: The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version." , "ImplementationGuide.definition.resource.fhirVersion: Indicates the FHIR Version(s) this artifact is intended to apply to. If no versions are specified, the resource is assumed to apply to all the versions stated in ImplementationGuide.fhirVersion." ;
        rdfs:label                      "fhirVersion" ;
        fhir:modifierExtensionProperty  fhir:_fhirVersion ;
        dc:title                        "StructureDefinition.fhirVersion: FHIR Version this StructureDefinition targets" , "CapabilityStatement.fhirVersion: FHIR Version the system supports" , "ImplementationGuide.definition.resource.fhirVersion: Versions this applies to (if different to IG)" , "ImplementationGuide.fhirVersion: FHIR Version(s) this Implementation Guide targets" .

fhir:_nucleicAcid  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.nucleicAcid" ;
        rdfs:label    "_nucleicAcid" .

fhir:CodeableConcept  a  owl:Class ;
        rdfs:comment     "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text." ;
        rdfs:label       "CodeableConcept" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:coding
                         ] ;
        dc:title         "Concept - reference to a terminology or just  text" .

fhir:_Claim  a           owl:Class ;
        rdfs:comment     "(Modified) Claim" ;
        rdfs:label       "_Claim" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_site  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.bodySite.site" , "(Modified) Contract.site" , "(Modified) MedicationAdministration.dosage.site" , "(Modified) ResearchStudy.site" , "(Modified) ExplanationOfBenefit.addItem.bodySite.site" , "(Modified) Dosage.site" , "(Modified) AuditEvent.source.site" , "(Modified) Immunization.site" , "(Modified) Claim.item.bodySite.site" , "(Modified) ClaimResponse.addItem.bodySite.site" ;
        rdfs:label    "_site" .

fhir:targetScope  a                     owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.targetScope" ;
        rdfs:label                      "targetScope" ;
        fhir:modifierExtensionProperty  fhir:_targetScope .

fhir:_monthInterval  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.monthlyTemplate.monthInterval" ;
        rdfs:label    "_monthInterval" .

fhir:_monitoringProgram
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.monitoringProgram" ;
        rdfs:label    "_monitoringProgram" .

fhir:mustHaveValue  a                   owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.mustHaveValue: Specifies for a primitive data type that the value of the data type cannot be replaced by an extension." ;
        rdfs:label                      "mustHaveValue" ;
        fhir:modifierExtensionProperty  fhir:_mustHaveValue ;
        dc:title                        "ElementDefinition.mustHaveValue: For primitives, that a value must be present - not replaced by an extension" .

fhir:_interpreter  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.interpreter" ;
        rdfs:label    "_interpreter" .

fhir:SubscriptionStatus
        a                            owl:Class ;
        rdfs:comment                 "The SubscriptionStatus resource describes the state of a Subscription during notifications. It is not persisted." ;
        rdfs:label                   "SubscriptionStatus" ;
        rdfs:subClassOf              w5:infrastructure.exchange , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:integer64 ;
                                       owl:onProperty     fhir:eventsSinceSubscriptionStart
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubscriptionStatusNotificationEventComponent ;
                                       owl:onProperty     fhir:notificationEvent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subscription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subscription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:topic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:topic
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:eventsSinceSubscriptionStart
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:error
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubscriptionStatus .

fhir:_productOrServiceEnd
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClaimResponse.addItem.detail.productOrServiceEnd" , "(Modified) ExplanationOfBenefit.item.productOrServiceEnd" , "(Modified) Claim.item.detail.productOrServiceEnd" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd" , "(Modified) Claim.item.productOrServiceEnd" , "(Modified) Claim.item.detail.subDetail.productOrServiceEnd" , "(Modified) ExplanationOfBenefit.addItem.detail.productOrServiceEnd" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd" , "(Modified) ClaimResponse.addItem.detail.subDetail.productOrServiceEnd" , "(Modified) ExplanationOfBenefit.item.detail.productOrServiceEnd" , "(Modified) ExplanationOfBenefit.addItem.productOrServiceEnd" , "(Modified) ClaimResponse.addItem.productOrServiceEnd" ;
        rdfs:label    "_productOrServiceEnd" .

fhir:doseQuantity  a                    owl:ObjectProperty ;
        rdfs:comment                    "Immunization.doseQuantity: The quantity of vaccine product that was administered." ;
        rdfs:label                      "doseQuantity" ;
        fhir:modifierExtensionProperty  fhir:_doseQuantity ;
        dc:title                        "Immunization.doseQuantity: Amount of vaccine administered" .

fhir:_prism  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.prism" ;
        rdfs:label    "_prism" .

fhir:highNumerator  a                   owl:ObjectProperty ;
        rdfs:comment                    "RatioRange.highNumerator: The value of the high limit numerator." ;
        rdfs:label                      "highNumerator" ;
        fhir:modifierExtensionProperty  fhir:_highNumerator ;
        dc:title                        "RatioRange.highNumerator: High Numerator limit" .

fhir:contentDefinition
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Contract.contentDefinition: Precusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract." ;
        rdfs:label                      "contentDefinition" ;
        fhir:modifierExtensionProperty  fhir:_contentDefinition ;
        dc:title                        "Contract.contentDefinition: Contract precursor content" .

fhir:due  a                             owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.goal.target.due: Indicates the timeframe after the start of the goal in which the goal should be met." , "Goal.target.due" ;
        rdfs:label                      "due" ;
        fhir:modifierExtensionProperty  fhir:_due ;
        dc:title                        "PlanDefinition.goal.target.due: Reach goal within" .

fhir:structureProfile
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.instance.structureProfile" ;
        rdfs:label                      "structureProfile" ;
        fhir:modifierExtensionProperty  fhir:_structureProfile .

fhir:_acceptLanguage  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.acceptLanguage" ;
        rdfs:label    "_acceptLanguage" .

fhir:_RegulatedAuthorization
        a                owl:Class ;
        rdfs:comment     "(Modified) RegulatedAuthorization" ;
        rdfs:label       "_RegulatedAuthorization" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:authorType  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.author.authorType: The type of author of an organism species shall be specified. The parenthetical author of an organism species refers to the first author who published the plant/animal name (of any rank). The primary author of an organism species refers to the first author(s), who validly published the plant/animal name." ;
        rdfs:label                      "authorType" ;
        fhir:modifierExtensionProperty  fhir:_authorType ;
        dc:title                        "SubstanceSourceMaterial.organism.author.authorType: The type of author of an organism species shall be specified. The parenthetical author of an organism species refers to the first author who published the plant/animal name (of any rank). The primary author of an organism species refers to the first author(s), who validly published the plant/animal name" .

fhir:paymentIssuer  a                   owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.paymentIssuer: The party who generated the payment." ;
        rdfs:label                      "paymentIssuer" ;
        rdfs:subPropertyOf              w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_paymentIssuer ;
        dc:title                        "PaymentReconciliation.paymentIssuer: Party generating payment" .

fhir:clinicalTrial  a                   owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.clinicalTrial: Clinical trials or studies that this product is involved in." ;
        rdfs:label                      "clinicalTrial" ;
        fhir:modifierExtensionProperty  fhir:_clinicalTrial ;
        dc:title                        "MedicinalProductDefinition.clinicalTrial: Clinical trials or studies that this product is involved in" .

fhir:_parentSubstanceName
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.parentSubstanceName" ;
        rdfs:label    "_parentSubstanceName" .

fhir:_high  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.high" , "(Modified) Observation.component.referenceRange.high" , "(Modified) Observation.referenceRange.high" , "(Modified) Range.high" ;
        rdfs:label    "_high" .

fhir:actorId  a                         owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.participant.actorId: A reference to the id element of the actor who will participate in this action." , "PlanDefinition.action.participant.actorId: A reference to the id element of the actor who will participate in this action." ;
        rdfs:label                      "actorId" ;
        fhir:modifierExtensionProperty  fhir:_actorId ;
        dc:title                        "PlanDefinition.action.action.participant.actorId: What actor" , "PlanDefinition.action.participant.actorId: What actor" .

fhir:_document  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.representation.document" , "(Modified) Citation.citedArtifact.relatesTo.document" , "(Modified) CapabilityStatement.document" , "(Modified) RelatedArtifact.document" ;
        rdfs:label    "_document" .

fhir:_marketPeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod" , "(Modified) DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod" ;
        rdfs:label    "_marketPeriod" .

fhir:_denominator  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RatioRange.denominator" , "(Modified) Ratio.denominator" ;
        rdfs:label    "_denominator" .

fhir:accessionIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Specimen.accessionIdentifier: The identifier assigned by the lab when accessioning specimen(s). This is not necessarily the same as the specimen identifier, depending on local lab procedures." ;
        rdfs:label                      "accessionIdentifier" ;
        rdfs:subPropertyOf              w5:id ;
        fhir:modifierExtensionProperty  fhir:_accessionIdentifier ;
        dc:title                        "Specimen.accessionIdentifier: Identifier assigned by the lab" .

fhir:ClaimResponse.AddedItemAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ClaimResponse.AddedItemAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        dc:title         "Added items adjudication" .

fhir:VerificationResultPrimarySourceComponent
        a                owl:Class ;
        rdfs:comment     "VerificationResultPrimarySourceComponent: Information about the primary source(s) involved in validation." ;
        rdfs:label       "VerificationResultPrimarySourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validationDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:validationStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:pushTypeAvailable
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:validationDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:communicationMethod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:canPushUpdates
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:canPushUpdates
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validationStatus
                         ] .

fhir:authored  a                        owl:ObjectProperty ;
        rdfs:comment                    "QuestionnaireResponse.authored: The date and/or time that this questionnaire response was last modified by the user - e.g. changing answers or revising status." ;
        rdfs:label                      "authored" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_authored ;
        dc:title                        "QuestionnaireResponse.authored: Date the answers were gathered" .

fhir:serialNumber  a                    owl:ObjectProperty ;
        rdfs:comment                    "Device.serialNumber: The serial number assigned by the organization when the device was manufactured." ;
        rdfs:label                      "serialNumber" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_serialNumber ;
        dc:title                        "Device.serialNumber: Serial number assigned by the manufacturer" .

fhir:Consent  a                      owl:Class ;
        rdfs:comment                 "A record of a healthcare consumer’s  choices  or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time." ;
        rdfs:label                   "Consent" ;
        rdfs:subClassOf              w5:infrastructure.information , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ConsentVerificationComponent ;
                                       owl:onProperty     fhir:verification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:regulatoryBasis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:sourceReference
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:policyBasis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:decision
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:manager
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:grantee
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:grantor
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:sourceAttachment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:provision ;
                                       owl:onProperty     fhir:provision
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:policyText
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:controller
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:decision
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ConsentPolicyBasisComponent ;
                                       owl:onProperty     fhir:policyBasis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Consent .

fhir:_resourceType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.filterBy.resourceType" , "(Modified) Consent.provision.provision.resourceType" , "(Modified) Consent.provision.resourceType" ;
        rdfs:label    "_resourceType" .

fhir:outcomeMeasure  a                  owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.outcomeMeasure: An \"outcome measure\", \"endpoint\", \"effect measure\" or \"measure of effect\" is a specific measurement or observation used to quantify the effect of experimental variables on the participants in a study, or for observational studies, to describe patterns of diseases or traits or associations with exposures, risk factors or treatment." ;
        rdfs:label                      "outcomeMeasure" ;
        fhir:modifierExtensionProperty  fhir:_outcomeMeasure ;
        dc:title                        "ResearchStudy.outcomeMeasure: A variable measured during the study" .

fhir:purpose  a                         owl:ObjectProperty ;
        rdfs:comment                    "Requirements.purpose: Explanation of why this Requirements is needed and why it has been designed as it has." , "CanonicalResource.purpose: Explanation of why this {{title}} is needed and why it has been designed as it has." , "ConceptMap.purpose: Explanation of why this concept map is needed and why it has been designed as it has." , "SpecimenDefinition.purpose: Explains why this SpecimeDefinition is needed and why it has been designed as it has." , "Questionnaire.purpose: Explanation of why this questionnaire is needed and why it has been designed as it has." , "CompartmentDefinition.purpose: Explanation of why this compartment definition is needed and why it has been designed as it has." , "Measure.purpose: Explanation of why this measure is needed and why it has been designed as it has." , "TerminologyCapabilities.purpose: Explanation of why this terminology capabilities is needed and why it has been designed as it has." , "Consent.provision.provision.purpose: The context of the activities a user is taking - why the user is accessing the data - that are controlled by this provision." , "GraphDefinition.purpose: Explanation of why this graph definition is needed and why it has been designed as it has." , "ObservationDefinition.purpose: Explains why this ObservationDefinition is needed and why it has been designed as it has." , "ConditionDefinition.questionnaire.purpose: Use of the questionnaire." , "ChargeItemDefinition.purpose: Explanation of why this charge item definition is needed and why it has been designed as it has." , "EvidenceVariable.purpose: Explanation of why this EvidenceVariable is needed and why it has been designed as it has." , "ActorDefinition.purpose: Explanation of why this actor definition is needed and why it has been designed as it has." , "Consent.provision.purpose: The context of the activities a user is taking - why the user is accessing the data - that are controlled by this provision." , "OperationDefinition.purpose: Explanation of why this operation definition is needed and why it has been designed as it has." , "StructureDefinition.purpose: Explanation of why this structure definition is needed and why it has been designed as it has." , "ExampleScenario.purpose: What the example scenario resource is created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario." , "ImplementationGuide.purpose: Explanation of why this implementation guide is needed and why it has been designed as it has." , "Citation.purpose: Explanation of why this citation is needed and why it has been designed as it has." , "CoverageEligibilityRequest.purpose: Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified." , "EventDefinition.purpose: Explanation of why this event definition is needed and why it has been designed as it has." , "ExtendedContactDetail.purpose: The purpose/type of contact." , "Evidence.purpose: Explanation of why this Evidence is needed and why it has been designed as it has." , "ActivityDefinition.purpose: Explanation of why this activity definition is needed and why it has been designed as it has." , "CodeSystem.purpose: Explanation of why this code system is needed and why it has been designed as it has." , "CapabilityStatement.purpose: Explanation of why this capability statement is needed and why it has been designed as it has." , "SearchParameter.purpose: Explanation of why this search parameter is needed and why it has been designed as it has." , "ValueSet.purpose: Explanation of why this value set is needed and why it has been designed as it has." , "TestPlan.purpose: Explanation of why this test plan is needed and why it has been designed as it has." , "CoverageEligibilityResponse.purpose: Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified." , "MessageDefinition.purpose: Explanation of why this message definition is needed and why it has been designed as it has." , "ElementDefinition.binding.additional.purpose: The use of this additional binding." , "Library.purpose: Explanation of why this library is needed and why it has been designed as it has." , "StructureMap.purpose: Explanation of why this structure map is needed and why it has been designed as it has." , "TestScript.purpose: Explanation of why this test script is needed and why it has been designed as it has." , "PlanDefinition.purpose: Explanation of why this plan definition is needed and why it has been designed as it has." , "SubscriptionTopic.purpose: Explains why this Topic is needed and why it has been designed as it has." , "NamingSystem.purpose: Explanation of why this naming system is needed and why it has been designed as it has." , "Permission.rule.activity.purpose: The purpose for which the permission is given." ;
        rdfs:label                      "purpose" ;
        rdfs:subPropertyOf              w5:class , w5:why ;
        fhir:modifierExtensionProperty  fhir:_purpose ;
        dc:title                        "MessageDefinition.purpose: Why this message definition is defined" , "TestScript.purpose: Why this test script is defined" , "EvidenceVariable.purpose: Why this EvidenceVariable is defined" , "CoverageEligibilityRequest.purpose: auth-requirements | benefits | discovery | validation" , "ActorDefinition.purpose: Why this actor definition is defined" , "SpecimenDefinition.purpose: Why this SpecimenDefinition is defined" , "Requirements.purpose: Why this Requirements is defined" , "ExampleScenario.purpose: The purpose of the example, e.g. to illustrate a scenario" , "Evidence.purpose: Why this Evidence is defined" , "CanonicalResource.purpose: Why this {{title}} is defined" , "ElementDefinition.binding.additional.purpose: maximum | minimum | required | extensible | candidate | current | preferred | ui | starter | component" , "ImplementationGuide.purpose: Why this implementation guide is defined" , "CapabilityStatement.purpose: Why this capability statement is defined" , "Library.purpose: Why this library is defined" , "SearchParameter.purpose: Why this search parameter is defined" , "Measure.purpose: Why this measure is defined" , "Consent.provision.purpose: Context of activities covered by this provision" , "Consent.provision.provision.purpose: Context of activities covered by this provision" , "TerminologyCapabilities.purpose: Why this terminology capabilities is defined" , "ConceptMap.purpose: Why this concept map is defined" , "ValueSet.purpose: Why this value set is defined" , "CompartmentDefinition.purpose: Why this compartment definition is defined" , "GraphDefinition.purpose: Why this graph definition is defined" , "SubscriptionTopic.purpose: Why this SubscriptionTopic is defined" , "ConditionDefinition.questionnaire.purpose: preadmit | diff-diagnosis | outcome" , "NamingSystem.purpose: Why this naming system is defined" , "EventDefinition.purpose: Why this event definition is defined" , "Questionnaire.purpose: Why this questionnaire is defined" , "OperationDefinition.purpose: Why this operation definition is defined" , "ObservationDefinition.purpose: Why this ObservationDefinition is defined" , "Permission.rule.activity.purpose: The purpose for which the permission is given" , "CodeSystem.purpose: Why this code system is defined" , "TestPlan.purpose: Why this test plan is defined" , "StructureMap.purpose: Why this structure map is defined" , "Citation.purpose: Why this citation is defined" , "ChargeItemDefinition.purpose: Why this charge item definition is defined" , "ExtendedContactDetail.purpose: The type of contact" , "StructureDefinition.purpose: Why this structure definition is defined" , "ActivityDefinition.purpose: Why this activity definition is defined" , "CoverageEligibilityResponse.purpose: auth-requirements | benefits | discovery | validation" , "PlanDefinition.purpose: Why this plan definition is defined" .

fhir:DiagnosticReportSupportingInfoComponent
        a                owl:Class ;
        rdfs:comment     "DiagnosticReportSupportingInfoComponent: This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report." ;
        rdfs:label       "DiagnosticReportSupportingInfoComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:Citation  a         owl:Class ;
        rdfs:comment     "The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources." ;
        rdfs:label       "Citation" ;
        rdfs:subClassOf  w5:clinical.general , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:citedArtifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationStatusDateComponent ;
                           owl:onProperty     fhir:statusDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:currentState
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationSummaryComponent ;
                           owl:onProperty     fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationClassificationComponent ;
                           owl:onProperty     fhir:classification
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactComponent ;
                           owl:onProperty     fhir:citedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] .

fhir:_serviced  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.lineItem.serviced" , "(Modified) ExplanationOfBenefit.addItem.serviced" , "(Modified) ExplanationOfBenefit.item.serviced" , "(Modified) CoverageEligibilityResponse.serviced" , "(Modified) CoverageEligibilityRequest.serviced" , "(Modified) ClaimResponse.addItem.serviced" , "(Modified) Claim.item.serviced" ;
        rdfs:label    "_serviced" .

fhir:performer  a                       owl:ObjectProperty ;
        rdfs:comment                    "Procedure.performer: Indicates who or what performed the procedure and how they were involved." , "ImagingSelection.performer: Selector of the instances – human or machine." , "Contract.term.group.action.performer: Indicates who or what is being asked to perform (or not perform) the ction." , "ImagingStudy.series.performer: Indicates who or what performed the series and how they were involved." , "DeviceRequest.performer: The desired individual or entity to provide the device to the subject of the request (e.g., patient, location)." , "GuidanceResponse.performer: Provides a reference to the device that performed the guidance." , "ServiceRequest.performer: The desired performer for doing the requested service.  For example, the surgeon, dermatopathologist, endoscopist, etc." , "DeviceDispense.performer: Indicates who or what performed the event." , "ChargeItem.performer: Indicates who or what performed or participated in the charged service." , "MedicationDispense.performer: Indicates who or what performed the event." , "GenomicStudy.analysis.performer: Performer for the analysis event." , "RiskAssessment.performer: The provider, patient, related person, or software application that performed the assessment." , "NutritionOrder.performer: The specified desired performer of the nutrition order." , "MedicationAdministration.performer: The performer of the medication treatment.  For devices this is the device that performed the administration of the medication.  An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers." , "Immunization.performer: Indicates who performed the immunization event." , "DiagnosticReport.performer: The diagnostic service that is responsible for issuing the report." , "Observation.performer: Who was responsible for asserting the observed value as \"true\"." , "ClinicalImpression.performer: The clinician performing the assessment." , "Contract.term.action.performer: Indicates who or what is being asked to perform (or not perform) the ction." , "Task.performer: The entity who performed the requested task." , "MedicationRequest.performer: The specified desired performer of the medication treatment (e.g. the performer of the medication administration).  For devices, this is the device that is intended to perform the administration of the medication.  An IV Pump would be an example of a device that is performing the administration.  Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers." , "BiologicallyDerivedProductDispense.performer: Indicates who or what performed an action." , "MolecularSequence.performer: The organization or lab that should be responsible for this result." , "NutritionIntake.performer: Who performed the intake and how they were involved." ;
        rdfs:label                      "performer" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_performer ;
        dc:title                        "ChargeItem.performer: Who performed charged service" , "MedicationRequest.performer: Intended performer of administration" , "ImagingStudy.series.performer: Who performed the series" , "DeviceRequest.performer: Requested Filler" , "GuidanceResponse.performer: Device returning the guidance" , "ImagingSelection.performer: Selector of the instances (human or machine)" , "ServiceRequest.performer: Requested performer" , "GenomicStudy.analysis.performer: Performer for the analysis event" , "ClinicalImpression.performer: The clinician performing the assessment" , "RiskAssessment.performer: Who did assessment?" , "Procedure.performer: Who performed the procedure and what they did" , "Task.performer: Who or what performed the task" , "Observation.performer: Who is responsible for the observation" , "MedicationAdministration.performer: Who or what performed the medication administration and what type of performance they did" , "NutritionIntake.performer: Who was performed in the intake" , "Immunization.performer: Who performed event" , "Contract.term.group.action.performer: Actor that wil execute (or not) the action" , "Contract.term.action.performer: Actor that wil execute (or not) the action" , "DiagnosticReport.performer: Responsible Diagnostic Service" , "NutritionOrder.performer: Who is desired to perform the administration of what is being ordered" , "MolecularSequence.performer: Who should be responsible for test result" , "DeviceDispense.performer: Who performed event" , "MedicationDispense.performer: Who performed event" , "BiologicallyDerivedProductDispense.performer: Indicates who or what performed an action" .

fhir:_stratifier  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier" , "(Modified) Measure.group.stratifier" ;
        rdfs:label    "_stratifier" .

fhir:InvoiceParticipantComponent
        a                owl:Class ;
        rdfs:comment     "InvoiceParticipantComponent: Indicates who or what performed or participated in the charged service." ;
        rdfs:label       "InvoiceParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] .

fhir:requiredBehavior
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.requiredBehavior: Defines the required behavior for the action." , "PlanDefinition.action.action.requiredBehavior: Defines the required behavior for the action." , "RequestOrchestration.action.action.requiredBehavior: Defines expectations around whether an action is required." , "RequestOrchestration.action.requiredBehavior: Defines expectations around whether an action is required." ;
        rdfs:label                      "requiredBehavior" ;
        fhir:modifierExtensionProperty  fhir:_requiredBehavior ;
        dc:title                        "RequestOrchestration.action.action.requiredBehavior: must | could | must-unless-documented" , "PlanDefinition.action.requiredBehavior: must | could | must-unless-documented" , "RequestOrchestration.action.requiredBehavior: must | could | must-unless-documented" , "PlanDefinition.action.action.requiredBehavior: must | could | must-unless-documented" .

fhir:_oralDiet  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.oralDiet" ;
        rdfs:label    "_oralDiet" .

fhir:monday  a                          owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.monday: Indicates that recurring appointments should occur on Mondays." ;
        rdfs:label                      "monday" ;
        fhir:modifierExtensionProperty  fhir:_monday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.monday: Recurs on Mondays" .

fhir:MedicationRequestDispenseRequestComponent
        a                owl:Class ;
        rdfs:comment     "MedicationRequestDispenseRequestComponent: Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order).  Note that this information is not always sent with the order.  There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department." ;
        rdfs:label       "MedicationRequestDispenseRequestComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:dispenseInterval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:doseAdministrationAid
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expectedSupplyDuration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:dispenserInstruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:numberOfRepeatsAllowed
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dispenseInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:validityPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:doseAdministrationAid
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dispenser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationRequestDispenseRequestInitialFillComponent ;
                           owl:onProperty     fhir:initialFill
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numberOfRepeatsAllowed
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initialFill
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validityPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:dispenser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:expectedSupplyDuration
                         ] .

fhir:_subJurisdiction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction" , "(Modified) DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction" ;
        rdfs:label    "_subJurisdiction" .

fhir:_interactant  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.interaction.interactant" ;
        rdfs:label    "_interactant" .

fhir:ExplanationOfBenefit.Item.DetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ExplanationOfBenefit.Item.DetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        dc:title         "Detail level adjudication results" .

fhir:_admitSource  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.admission.admitSource" ;
        rdfs:label    "_admitSource" .

fhir:TargetElement  a    owl:Class ;
        rdfs:comment     "ConceptMapGroupComponent.SourceElement.TargetElement: A concept from the target value set that this concept maps to." ;
        rdfs:label       "TargetElement" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:OtherElement ;
                           owl:onProperty     fhir:dependsOn
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MappingProperty ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationship
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptMapGroupComponent.SourceElement.TargetElementDependsOn ;
                           owl:onProperty     fhir:product
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:comment
                         ] .

fhir:_given  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) HumanName.given" ;
        rdfs:label    "_given" .

fhir:_recorder  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.recorder" , "(Modified) MedicationRequest.recorder" , "(Modified) AdverseEvent.recorder" ;
        rdfs:label    "_recorder" .

fhir:hasPart  a                         owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.hasPart: A device that is part (for example a component) of the present device." ;
        rdfs:label                      "hasPart" ;
        fhir:modifierExtensionProperty  fhir:_hasPart ;
        dc:title                        "DeviceDefinition.hasPart: A device, part of the current one" .

fhir:_cancellationDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.cancellationDate" ;
        rdfs:label    "_cancellationDate" .

fhir:supplements  a                     owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.supplements: The canonical URL of the code system that this code system supplement is adding designations and properties to." ;
        rdfs:label                      "supplements" ;
        fhir:modifierExtensionProperty  fhir:_supplements ;
        dc:title                        "CodeSystem.supplements: Canonical URL of Code System this adds designations and properties to" .

fhir:constraint  a                      owl:ObjectProperty ;
        rdfs:comment                    "SearchParameter.constraint: FHIRPath expression that defines/sets a complex constraint for when this SearchParameter is applicable." , "ElementDefinition.constraint: Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance." ;
        rdfs:label                      "constraint" ;
        fhir:modifierExtensionProperty  fhir:_constraint ;
        dc:title                        "SearchParameter.constraint: FHIRPath expression that constraints the usage of this SearchParamete" , "ElementDefinition.constraint: Condition that must evaluate to true" .

fhir:total  a                           owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.total: The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter." , "ClaimResponse.total: Categorized monetary totals for the adjudication." , "Claim.total: The total value of the all the items in the claim." , "ExplanationOfBenefit.total: Categorized monetary totals for the adjudication." , "Bundle.total: If a set of search matches, this is the (potentially estimated) total number of entries of type 'match' across all pages in the search.  It does not include search.mode = 'include' or 'outcome' entries and it does not provide a count of the number of entries in the Bundle." ;
        rdfs:label                      "total" ;
        fhir:modifierExtensionProperty  fhir:_total ;
        dc:title                        "Bundle.total: If search, the total number of matches" , "Claim.total: Total claim cost" , "ValueSet.expansion.total: Total number of codes in the expansion" , "ClaimResponse.total: Adjudication totals" , "ExplanationOfBenefit.total: Adjudication totals" .

fhir:outcome  a                         owl:ObjectProperty ;
        rdfs:comment                    "Goal.outcome: Identifies the change (or lack of change) at the point when the status of the goal is assessed." , "AuditEvent.outcome: Indicates whether the event succeeded or failed. A free text descripiton can be given in outcome.text." , "ClaimResponse.outcome: The outcome of the claim, predetermination, or preauthorization processing." , "EnrollmentResponse.outcome: Processing status: error, complete." , "AdverseEvent.outcome: Describes the type of outcome from the adverse event, such as resolved, recovering, ongoing, resolved-with-sequelae, or fatal." , "FamilyMemberHistory.procedure.outcome: Indicates what happened following the procedure. If the procedure resulted in death, deceased date is captured on the relation." , "CoverageEligibilityResponse.outcome: The outcome of the request processing." , "Bundle.entry.response.outcome: An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction." , "PaymentReconciliation.outcome: The outcome of a request for a reconciliation." , "RiskAssessment.prediction.outcome: One of the potential outcomes for the patient (e.g. remission, death,  a particular condition)." , "Procedure.outcome: The outcome of the procedure - did it resolve the reasons for the procedure being performed?" , "ExplanationOfBenefit.outcome: The outcome of the claim, predetermination, or preauthorization processing." , "FamilyMemberHistory.condition.outcome: Indicates what happened following the condition.  If the condition resulted in death, deceased date is captured on the relation." ;
        rdfs:label                      "outcome" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_outcome ;
        dc:title                        "FamilyMemberHistory.condition.outcome: deceased | permanent disability | etc" , "CoverageEligibilityResponse.outcome: queued | complete | error | partial" , "ClaimResponse.outcome: queued | complete | error | partial" , "PaymentReconciliation.outcome: queued | complete | error | partial" , "FamilyMemberHistory.procedure.outcome: What happened following the procedure" , "AdverseEvent.outcome: Type of outcome from the adverse event" , "RiskAssessment.prediction.outcome: Possible outcome for the subject" , "Procedure.outcome: The result of procedure" , "Bundle.entry.response.outcome: OperationOutcome with hints and warnings (for batch/transaction)" , "Goal.outcome: What result was achieved regarding the goal?" , "ExplanationOfBenefit.outcome: queued | complete | error | partial" , "EnrollmentResponse.outcome: queued | complete | error | partial" , "AuditEvent.outcome: Whether the event succeeded or failed" .

fhir:sampleSize  a                      owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.sampleSize: Number of samples in the statistic." ;
        rdfs:label                      "sampleSize" ;
        fhir:modifierExtensionProperty  fhir:_sampleSize ;
        dc:title                        "Evidence.statistic.sampleSize: Number of samples in the statistic" .

fhir:ContributorshipSummary
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactContributorshipComponent.ContributorshipSummary: Used to record a display of the author/contributor list without separate data element for each list member." ;
        rdfs:label       "ContributorshipSummary" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:style
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:style
                         ] .

fhir:PrimitiveType  a    owl:Class ;
        rdfs:comment     "The base type for all re-useable types defined that have a simple property." ;
        rdfs:label       "PrimitiveType" ;
        rdfs:subClassOf  fhir:DataType ;
        dc:title         "Parent type for DataTypes with a simple value" .

fhir:caloricDensity  a                  owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.enteralFormula.caloricDensity: The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz.  For example, an infant may require a formula that provides 24 calories per fluid ounce or an adult may require an enteral formula that provides 1.5 calorie/mL." ;
        rdfs:label                      "caloricDensity" ;
        fhir:modifierExtensionProperty  fhir:_caloricDensity ;
        dc:title                        "NutritionOrder.enteralFormula.caloricDensity: Amount of energy per specified volume that is required" .

fhir:MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeStorageGuidelineComponent.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent: Describes a setting/value on the environment for the adequate storage of the medication and other substances.  Environment settings may involve temperature, humidity, or exposure to light." ;
        rdfs:label       "MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_clinicalUseIssue
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.clinicalUseIssue" ;
        rdfs:label    "_clinicalUseIssue" .

fhir:LinkageItemComponent
        a                owl:Class ;
        rdfs:comment     "LinkageItemComponent: Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items." ;
        rdfs:label       "LinkageItemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:AdministrableProductDefinitionRouteOfAdministrationComponent
        a                owl:Class ;
        rdfs:comment     "AdministrableProductDefinitionRouteOfAdministrationComponent: The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. RouteOfAdministration cannot be used when the 'formOf' product already uses MedicinalProductDefinition.route (and vice versa)." ;
        rdfs:label       "AdministrableProductDefinitionRouteOfAdministrationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:maxDosePerDay
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:firstDose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxDosePerTreatmentPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Ratio ;
                           owl:onProperty     fhir:maxDosePerTreatmentPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:maxSingleDose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxDosePerDay
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:firstDose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent ;
                           owl:onProperty     fhir:targetSpecies
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxSingleDose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:maxTreatmentPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:maxTreatmentPeriod
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] .

fhir:_conditionalUpdate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.conditionalUpdate" ;
        rdfs:label    "_conditionalUpdate" .

fhir:_publisher  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.publisher" , "(Modified) ChargeItemDefinition.publisher" , "(Modified) SubscriptionTopic.publisher" , "(Modified) EvidenceVariable.publisher" , "(Modified) TestScript.publisher" , "(Modified) PlanDefinition.publisher" , "(Modified) MessageDefinition.publisher" , "(Modified) TestPlan.publisher" , "(Modified) Requirements.publisher" , "(Modified) ConditionDefinition.publisher" , "(Modified) SearchParameter.publisher" , "(Modified) Citation.citedArtifact.publicationForm.publishedIn.publisher" , "(Modified) CompartmentDefinition.publisher" , "(Modified) Library.publisher" , "(Modified) Measure.publisher" , "(Modified) CapabilityStatement.publisher" , "(Modified) ObservationDefinition.publisher" , "(Modified) TerminologyCapabilities.publisher" , "(Modified) EventDefinition.publisher" , "(Modified) SpecimenDefinition.publisher" , "(Modified) Questionnaire.publisher" , "(Modified) OperationDefinition.publisher" , "(Modified) GraphDefinition.publisher" , "(Modified) Citation.publisher" , "(Modified) Contract.contentDefinition.publisher" , "(Modified) Evidence.publisher" , "(Modified) ExampleScenario.publisher" , "(Modified) CodeSystem.publisher" , "(Modified) ActorDefinition.publisher" , "(Modified) ActivityDefinition.publisher" , "(Modified) CanonicalResource.publisher" , "(Modified) EvidenceReport.publisher" , "(Modified) ValueSet.publisher" , "(Modified) StructureDefinition.publisher" , "(Modified) NamingSystem.publisher" , "(Modified) StructureMap.publisher" , "(Modified) ConceptMap.publisher" ;
        rdfs:label    "_publisher" .

fhir:MolecularSequenceRelativeStartingSequenceComponent
        a                owl:Class ;
        rdfs:comment     "MolecularSequenceRelativeComponent.MolecularSequenceRelativeStartingSequenceComponent: A sequence that is used as a starting sequence to describe variants that are present in a sequence analyzed." ;
        rdfs:label       "MolecularSequenceRelativeStartingSequenceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:chromosome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:windowStart
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:windowEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:orientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:windowEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:strand
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:sequence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:sequence
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:sequence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:sequence
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:sequence
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:sequence
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:strand
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:genomeAssembly
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:orientation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:chromosome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:windowStart
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:genomeAssembly
                         ] .

fhir:_validator  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.validator" ;
        rdfs:label    "_validator" .

fhir:_inactive  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.contains.inactive" , "(Modified) ValueSet.expansion.contains.inactive" , "(Modified) ValueSet.compose.inactive" , "(Modified) Group.member.inactive" ;
        rdfs:label    "_inactive" .

fhir:AppointmentResponse
        a                            owl:Class ;
        rdfs:comment                 "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection." ;
        rdfs:label                   "AppointmentResponse" ;
        rdfs:subClassOf              w5:workflow.scheduling , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:actor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:recurring
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:participantType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:end
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:participantStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:occurrenceDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:instant ;
                                       owl:onProperty     fhir:start
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:occurrenceDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:proposedNewTime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recurring
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:actor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:appointment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:recurrenceId
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recurrenceId
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:proposedNewTime
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:participantStatus
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:appointment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:start
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_AppointmentResponse .

fhir:_molecularFormula
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.molecularFormula" , "(Modified) SubstanceDefinition.moiety.molecularFormula" ;
        rdfs:label    "_molecularFormula" .

fhir:payload  a                         owl:ObjectProperty ;
        rdfs:comment                    "Endpoint.payload: The set of payloads that are provided/available at this endpoint." , "CommunicationRequest.payload: Text, attachment(s), or resource(s) to be communicated to the recipient." , "Communication.payload: Text, attachment(s), or resource(s) that was communicated to the recipient." ;
        rdfs:label                      "payload" ;
        fhir:modifierExtensionProperty  fhir:_payload ;
        dc:title                        "Endpoint.payload: Set of payloads that are provided by this endpoint" , "CommunicationRequest.payload: Message payload" , "Communication.payload: Message payload" .

fhir:subSite  a                         owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.bodySite.subSite: A region or surface of the bodySite, e.g. limb region or tooth surface(s)." , "ClaimResponse.addItem.bodySite.subSite: A region or surface of the bodySite, e.g. limb region or tooth surface(s)." , "ExplanationOfBenefit.item.bodySite.subSite: A region or surface of the bodySite, e.g. limb region or tooth surface(s)." , "Claim.item.bodySite.subSite: A region or surface of the bodySite, e.g. limb region or tooth surface(s)." ;
        rdfs:label                      "subSite" ;
        fhir:modifierExtensionProperty  fhir:_subSite ;
        dc:title                        "ExplanationOfBenefit.addItem.bodySite.subSite: Sub-location" , "ClaimResponse.addItem.bodySite.subSite: Sub-location" , "Claim.item.bodySite.subSite: Sub-location" , "ExplanationOfBenefit.item.bodySite.subSite: Sub-location" .

fhir:_sort  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) DataRequirement.sort" ;
        rdfs:label    "_sort" .

fhir:TestScriptOriginComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptOriginComponent: An abstract server used in operations within this test script in the origin element." ;
        rdfs:label       "TestScriptOriginComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:index
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:index
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:profile
                         ] .

fhir:_allergyIntolerance
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.allergyIntolerance" ;
        rdfs:label    "_allergyIntolerance" .

fhir:_identityCertificate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.validator.identityCertificate" ;
        rdfs:label    "_identityCertificate" .

fhir:_additional  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.binding.additional" ;
        rdfs:label    "_additional" .

fhir:_assurance  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Person.link.assurance" ;
        rdfs:label    "_assurance" .

fhir:_careManager  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EpisodeOfCare.careManager" ;
        rdfs:label    "_careManager" .

fhir:ImageRegion2D  a    owl:Class ;
        rdfs:comment     "ImagingSelectionInstanceComponent.ImageRegion2D: Each imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates.\n       If the parent imagingSelection.instance contains a subset element of type frame, the image region applies to all frames in the subset list." ;
        rdfs:label       "ImageRegion2D" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:coordinate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:coordinate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:regionType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:regionType
                         ] .

fhir:forecastReason  a                  owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.forecastReason: The reason for the assigned forecast status." ;
        rdfs:label                      "forecastReason" ;
        fhir:modifierExtensionProperty  fhir:_forecastReason ;
        dc:title                        "ImmunizationRecommendation.recommendation.forecastReason: Vaccine administration status reason" .

fhir:supplement  a                      owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.supplement: Oral nutritional products given in order to add further nutritional value to the patient's diet." ;
        rdfs:label                      "supplement" ;
        fhir:modifierExtensionProperty  fhir:_supplement ;
        dc:title                        "NutritionOrder.supplement: Supplement components" .

fhir:_nutrient  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionProduct.nutrient" , "(Modified) NutritionOrder.oralDiet.nutrient" , "(Modified) NutritionIntake.ingredientLabel.nutrient" ;
        rdfs:label    "_nutrient" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep
        a                owl:Class ;
        rdfs:comment     "Indicates the operation, sub-process or scenario that happens if the alternative option is selected." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStepProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Alternative action(s)" .

fhir:_sugar  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.subunit.sugar" ;
        rdfs:label    "_sugar" .

fhir:entryReference  a                  owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.entryReference: A reference to the actual resource from which the narrative in the section is derived." , "EvidenceReport.section.entryReference: A reference to the actual resource from which the narrative in the section is derived." ;
        rdfs:label                      "entryReference" ;
        fhir:modifierExtensionProperty  fhir:_entryReference ;
        dc:title                        "EvidenceReport.section.section.entryReference: Reference to resources as content" , "EvidenceReport.section.entryReference: Reference to resources as content" .

fhir:_citedMedium  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.citedMedium" ;
        rdfs:label    "_citedMedium" .

fhir:MeasureSupplementalDataComponent
        a                owl:Class ;
        rdfs:comment     "MeasureSupplementalDataComponent: The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path." ;
        rdfs:label       "MeasureSupplementalDataComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:criteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] .

fhir:input  a                           owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.input: A name assigned to an instance of data. The instance must be provided when the mapping is invoked." , "Task.input: Additional information that may be needed in the execution of the task." , "RequestOrchestration.action.action.input: Defines input data requirements for the action." , "PlanDefinition.action.input: Defines input data requirements for the action." , "Transport.input: Additional information that may be needed in the execution of the transport." , "PlanDefinition.action.action.input: Defines input data requirements for the action." , "GenomicStudy.analysis.input: Inputs for the analysis event." , "RequestOrchestration.action.input: Defines input data requirements for the action." ;
        rdfs:label                      "input" ;
        fhir:modifierExtensionProperty  fhir:_input ;
        dc:title                        "GenomicStudy.analysis.input: Inputs for the analysis event" , "StructureMap.group.input: Named instance provided when invoking the map" , "PlanDefinition.action.input: Input data requirements" , "RequestOrchestration.action.input: Input data requirements" , "PlanDefinition.action.action.input: Input data requirements" , "Transport.input: Information used to perform transport" , "RequestOrchestration.action.action.input: Input data requirements" , "Task.input: Information used to perform task" .

fhir:ManufacturedItemDefinition
        a                            owl:Class ;
        rdfs:comment                 "The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product." ;
        rdfs:label                   "ManufacturedItemDefinition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:ingredient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ManufacturedItemDefinitionPropertyComponent ;
                                       owl:onProperty     fhir:property
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MarketingStatus ;
                                       owl:onProperty     fhir:marketingStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:unitOfPresentation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:manufacturedDoseForm
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentComponent ;
                                       owl:onProperty     fhir:component
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:unitOfPresentation
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:manufacturedDoseForm
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ManufacturedItemDefinition .

fhir:Prism  a            owl:Class ;
        rdfs:comment     "VisionPrescriptionLensSpecificationComponent.Prism: Allows for adjustment on two axis." ;
        rdfs:label       "Prism" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:base
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:base
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:amount
                         ] .

fhir:GroupCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "GroupCharacteristicComponent: Identifies traits whose presence r absence is shared by members of the group." ;
        rdfs:label       "GroupCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] .

fhir:_qualifier  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.qualifier" , "(Modified) BodyStructure.includedStructure.qualifier" ;
        rdfs:label    "_qualifier" .

fhir:GraphDefinition  a  owl:Class ;
        rdfs:comment     "A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set." ;
        rdfs:label       "GraphDefinition" ;
        rdfs:subClassOf  w5:conformance.behavior , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GraphDefinitionLinkComponent ;
                           owl:onProperty     fhir:link
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:start
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GraphDefinitionNodeComponent ;
                           owl:onProperty     fhir:node
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:start
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_BiologicallyDerivedProduct
        a                owl:Class ;
        rdfs:comment     "(Modified) BiologicallyDerivedProduct" ;
        rdfs:label       "_BiologicallyDerivedProduct" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_Procedure  a       owl:Class ;
        rdfs:comment     "(Modified) Procedure" ;
        rdfs:label       "_Procedure" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_receivedTime  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.receivedTime" ;
        rdfs:label    "_receivedTime" .

fhir:quantity  a                        owl:ObjectProperty ;
        rdfs:comment                    "ArtifactAssessment.content.component.quantity: A quantitative rating of the artifact." , "Claim.item.quantity: The number of repetitions of a service or product." , "DeviceRequest.quantity: The number of devices to be provided." , "PackagedProductDefinition.packaging.packaging.quantity: The quantity of packaging items contained at this layer of the package. This does not relate to the number of contained items but relates solely to the number of packaging items. When looking at the outermost layer it is always 1. If there are two boxes within, at the next layer it would be 2." , "ClaimResponse.addItem.quantity: The number of repetitions of a service or product." , "SupplyDelivery.suppliedItem.quantity: The amount of the item that has been supplied.  Unit of measure may be included." , "ExplanationOfBenefit.item.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "EvidenceVariable.characteristic.timeFromEvent.quantity: Used to express the observation at a defined amount of time before or after the event." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.quantity: Used to express the observation at a defined amount of time before or after the event." , "MedicationRequest.dispenseRequest.quantity: The amount that is to be dispensed for one fill." , "SupplyRequest.quantity: The amount that is being ordered of the indicated item." , "ClaimResponse.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "Claim.item.detail.subDetail.quantity: The number of repetitions of a service or product." , "Evidence.statistic.quantity: Statistic value." , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "ChargeItem.quantity: Quantity of which the charge item has been serviced." , "ClaimResponse.addItem.detail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "Evidence.statistic.attributeEstimate.quantity: The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure." , "PackagedProductDefinition.packaging.quantity: The quantity of packaging items contained at this layer of the package. This does not relate to the number of contained items but relates solely to the number of packaging items. When looking at the outermost layer it is always 1. If there are two boxes within, at the next layer it would be 2." , "Claim.item.detail.quantity: The number of repetitions of a service or product." , "ClaimResponse.addItem.detail.quantity: The number of repetitions of a service or product." , "NutritionOrder.enteralFormula.additive.quantity: The amount of additive to be given in addition or to be mixed in with the base formula." , "ActivityDefinition.quantity: Identifies the quantity expected to be consumed at once (per dose, per meal, etc.)." , "ExplanationOfBenefit.addItem.detail.subDetail.quantity: The number of repetitions of a service or product." , "ClaimResponse.item.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "MedicationRequest.dispenseRequest.initialFill.quantity: The amount or quantity to provide as part of the first dispense." , "MedicationDispense.quantity: The amount of medication that has been dispensed. Includes unit of measure." , "ClaimResponse.item.detail.subDetail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "ClaimResponse.addItem.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "CoverageEligibilityRequest.item.quantity: The number of repetitions of a service or product." , "Group.quantity: A count of the number of resource instances that are part of the group." , "ExplanationOfBenefit.addItem.detail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "MedicationKnowledge.regulatory.maxDispense.quantity: The maximum number of units of the medication that can be dispensed." , "Evidence.statistic.attributeEstimate.attributeEstimate.quantity: The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure." , "ExplanationOfBenefit.addItem.detail.quantity: The number of repetitions of a service or product." , "NutritionOrder.supplement.quantity: The amount of the nutritional supplement to be given." , "ExplanationOfBenefit.item.detail.subDetail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "ExplanationOfBenefit.item.quantity: The number of repetitions of a service or product." , "ClaimResponse.addItem.detail.subDetail.quantity: The number of repetitions of a service or product." , "BiologicallyDerivedProductDispense.quantity: The amount of product in the dispense. Quantity will depend on the product being dispensed. Examples are: volume; cell count; concentration." , "Evidence.statistic.modelCharacteristic.attributeEstimate.quantity: The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure." , "ExplanationOfBenefit.addItem.quantity: The number of repetitions of a service or product." , "ClaimResponse.addItem.detail.subDetail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "ExplanationOfBenefit.item.detail.quantity: The number of repetitions of a service or product." , "Specimen.collection.quantity: The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample." , "NutritionProduct.instance.quantity: The amount of items or instances that the resource considers, for instance when referring to 2 identical units together." , "InventoryItem.association.quantity: The quantity of the related product in this product - Numerator is the quantity of the related product. Denominator is the quantity of the present product. For example a value of 20 means that this product contains 20 units of the related product; a value of 1:20 means the inverse - that the contained product contains 20 units of the present product." , "ExplanationOfBenefit.addItem.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "ClaimResponse.item.detail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "Substance.quantity: The amount of the substance." , "ExplanationOfBenefit.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "ArtifactAssessment.content.quantity: A quantitative rating of the artifact." , "ExplanationOfBenefit.item.detail.adjudication.quantity: A non-monetary value associated with the category. Mutually exclusive to the amount element above." , "DeviceDispense.quantity: The number of devices that have been dispensed." , "NutritionOrder.enteralFormula.administration.quantity: The volume of formula to provide to the patient per the specified administration schedule." , "ExplanationOfBenefit.item.detail.subDetail.quantity: The number of repetitions of a service or product." , "Contract.term.asset.valuedItem.quantity: Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances." , "InventoryReport.inventoryListing.item.quantity: The quantity of the item or items being reported." , "ServiceRequest.quantity" , "Contract.term.group.asset.valuedItem.quantity: Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances." , "Substance.ingredient.quantity: The amount of the ingredient in the substance - a concentration ratio." ;
        rdfs:label                      "quantity" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_quantity ;
        dc:title                        "ClaimResponse.item.detail.subDetail.adjudication.quantity: Non-monetary value" , "InventoryItem.association.quantity: The quantity of the product in this product" , "MedicationRequest.dispenseRequest.quantity: Amount of medication to supply per dispense" , "Contract.term.group.asset.valuedItem.quantity: Count of Contract Valued Items" , "Claim.item.quantity: Count of products or services" , "ExplanationOfBenefit.item.detail.subDetail.adjudication.quantity: Non-monitary value" , "Evidence.statistic.modelCharacteristic.attributeEstimate.quantity: The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure" , "MedicationRequest.dispenseRequest.initialFill.quantity: First fill quantity" , "BiologicallyDerivedProductDispense.quantity: Amount dispensed" , "ClaimResponse.addItem.detail.quantity: Count of products or services" , "ExplanationOfBenefit.item.detail.adjudication.quantity: Non-monitary value" , "NutritionProduct.instance.quantity: The amount of items or instances" , "InventoryReport.inventoryListing.item.quantity: The quantity of the item or items being reported" , "Group.quantity: Number of members" , "ExplanationOfBenefit.adjudication.quantity: Non-monitary value" , "ClaimResponse.addItem.adjudication.quantity: Non-monetary value" , "DeviceDispense.quantity: Amount dispensed" , "ActivityDefinition.quantity: How much is administered/consumed/supplied" , "NutritionOrder.supplement.quantity: Amount of the nutritional supplement" , "CoverageEligibilityRequest.item.quantity: Count of products or services" , "ExplanationOfBenefit.addItem.detail.subDetail.quantity: Count of products or services" , "ExplanationOfBenefit.addItem.detail.adjudication.quantity: Non-monitary value" , "NutritionOrder.enteralFormula.administration.quantity: The volume of formula to provide" , "ExplanationOfBenefit.item.quantity: Count of products or services" , "Contract.term.asset.valuedItem.quantity: Count of Contract Valued Items" , "ArtifactAssessment.content.quantity: Quantitative rating" , "ClaimResponse.item.adjudication.quantity: Non-monetary value" , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.quantity: Non-monitary value" , "ChargeItem.quantity: Quantity of which the charge item has been serviced" , "Specimen.collection.quantity: The quantity of specimen collected" , "ExplanationOfBenefit.item.detail.subDetail.quantity: Count of products or services" , "EvidenceVariable.characteristic.timeFromEvent.quantity: Used to express the observation at a defined amount of time before or after the event" , "Evidence.statistic.attributeEstimate.quantity: The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure" , "ExplanationOfBenefit.addItem.detail.quantity: Count of products or services" , "PackagedProductDefinition.packaging.packaging.quantity: The quantity of this level of packaging in the package that contains it (with the outermost level being 1)" , "NutritionOrder.enteralFormula.additive.quantity: Amount of additive to be given or mixed in" , "ClaimResponse.addItem.detail.subDetail.quantity: Count of products or services" , "ClaimResponse.addItem.quantity: Count of products or services" , "ClaimResponse.adjudication.quantity: Non-monetary value" , "SupplyRequest.quantity: The requested amount of the item indicated" , "SupplyDelivery.suppliedItem.quantity: Amount supplied" , "PackagedProductDefinition.packaging.quantity: The quantity of this level of packaging in the package that contains it (with the outermost level being 1)" , "ClaimResponse.addItem.detail.adjudication.quantity: Non-monetary value" , "Evidence.statistic.quantity: Statistic value" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.quantity: Used to express the observation at a defined amount of time before or after the event" , "Claim.item.detail.quantity: Count of products or services" , "MedicationKnowledge.regulatory.maxDispense.quantity: The maximum number of units of the medication that can be dispensed" , "ExplanationOfBenefit.addItem.quantity: Count of products or services" , "ExplanationOfBenefit.addItem.adjudication.quantity: Non-monitary value" , "Substance.quantity: Amount of substance in the package" , "Evidence.statistic.attributeEstimate.attributeEstimate.quantity: The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure" , "MedicationDispense.quantity: Amount dispensed" , "Claim.item.detail.subDetail.quantity: Count of products or services" , "ClaimResponse.addItem.detail.subDetail.adjudication.quantity: Non-monetary value" , "ArtifactAssessment.content.component.quantity: Quantitative rating" , "ClaimResponse.item.detail.adjudication.quantity: Non-monetary value" , "ExplanationOfBenefit.item.detail.quantity: Count of products or services" , "DeviceRequest.quantity: Quantity of devices to supply" , "Substance.ingredient.quantity: Optional amount (concentration)" , "ExplanationOfBenefit.item.adjudication.quantity: Non-monitary value" .

fhir:_linkId  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.offer.linkId" , "(Modified) QuestionnaireResponse.item.answer.item.linkId" , "(Modified) ResearchStudy.comparisonGroup.linkId" , "(Modified) PlanDefinition.action.linkId" , "(Modified) PlanDefinition.action.action.linkId" , "(Modified) Measure.group.stratifier.linkId" , "(Modified) Contract.term.group.asset.valuedItem.linkId" , "(Modified) QuestionnaireResponse.item.item.linkId" , "(Modified) Questionnaire.item.linkId" , "(Modified) Contract.term.group.asset.linkId" , "(Modified) MeasureReport.group.population.linkId" , "(Modified) Contract.term.asset.valuedItem.linkId" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.linkId" , "(Modified) QuestionnaireResponse.item.linkId" , "(Modified) Contract.term.group.action.linkId" , "(Modified) MeasureReport.group.linkId" , "(Modified) RequestOrchestration.action.linkId" , "(Modified) Questionnaire.item.item.linkId" , "(Modified) Measure.supplementalData.linkId" , "(Modified) Contract.term.action.linkId" , "(Modified) MeasureReport.group.stratifier.stratum.population.linkId" , "(Modified) MeasureReport.group.stratifier.linkId" , "(Modified) Contract.term.asset.linkId" , "(Modified) Contract.term.group.offer.linkId" , "(Modified) EvidenceVariable.characteristic.linkId" , "(Modified) MeasureReport.group.stratifier.stratum.component.linkId" , "(Modified) RequestOrchestration.action.action.linkId" , "(Modified) Measure.group.stratifier.component.linkId" , "(Modified) Measure.group.population.linkId" , "(Modified) Measure.group.linkId" ;
        rdfs:label    "_linkId" .

fhir:ManufacturedItemDefinitionComponentComponentComponentComponent
        a                owl:Class ;
        rdfs:comment     "A component that this component contains or is made from." ;
        rdfs:label       "ManufacturedItemDefinitionComponentComponentComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A component that this component contains or is made from" .

fhir:_prescriber  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.prescriber" ;
        rdfs:label    "_prescriber" .

fhir:EvidenceReportSubjectCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceReportSubjectComponent.EvidenceReportSubjectCharacteristicComponent: Characteristic." ;
        rdfs:label       "EvidenceReportSubjectCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:exclude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] .

fhir:hasSeverity  a                     owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.hasSeverity: Whether Severity is appropriate to collect for this condition." ;
        rdfs:label                      "hasSeverity" ;
        fhir:modifierExtensionProperty  fhir:_hasSeverity ;
        dc:title                        "ConditionDefinition.hasSeverity: Whether Severity is appropriate" .

fhir:_estimate  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.balance.estimate" ;
        rdfs:label    "_estimate" .

fhir:certainty  a                       owl:ObjectProperty ;
        rdfs:comment                    "Evidence.certainty: Assessment of certainty, confidence in the estimates, or quality of the evidence." ;
        rdfs:label                      "certainty" ;
        fhir:modifierExtensionProperty  fhir:_certainty ;
        dc:title                        "Evidence.certainty: Certainty or quality of the evidence" .

fhir:_billingStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.billingStatus" ;
        rdfs:label    "_billingStatus" .

fhir:ContactDetail  a    owl:Class ;
        rdfs:comment     "Specifies contact information for a person or organization." ;
        rdfs:label       "ContactDetail" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactPoint ;
                           owl:onProperty     fhir:telecom
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        dc:title         "Contact information" .

fhir:sessionKey  a                      owl:ObjectProperty ;
        rdfs:comment                    "VirtualServiceDetail.sessionKey: Session Key required by the virtual service." ;
        rdfs:label                      "sessionKey" ;
        fhir:modifierExtensionProperty  fhir:_sessionKey ;
        dc:title                        "VirtualServiceDetail.sessionKey: Session Key required by the virtual service" .

fhir:calibration  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceMetric.calibration: Describes the calibrations that have been performed or that are required to be performed." ;
        rdfs:label                      "calibration" ;
        fhir:modifierExtensionProperty  fhir:_calibration ;
        dc:title                        "DeviceMetric.calibration: Describes the calibrations that have been performed or that are required to be performed" .

fhir:_literal  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.literal" ;
        rdfs:label    "_literal" .

fhir:ConditionDefinitionQuestionnaireComponent
        a                owl:Class ;
        rdfs:comment     "ConditionDefinitionQuestionnaireComponent: Questionnaire for this condition." ;
        rdfs:label       "ConditionDefinitionQuestionnaireComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:purpose
                         ] .

fhir:_dateTime  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.dateTime" ;
        rdfs:label    "_dateTime" .

fhir:CoverageEligibilityRequest
        a                            owl:Class ;
        rdfs:comment                 "The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy." ;
        rdfs:label                   "CoverageEligibilityRequest" ;
        rdfs:subClassOf              w5:financial.support , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:purpose
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:serviced
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:serviced
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:serviced
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:serviced
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SupportingInformation ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:facility
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Details ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Insurance ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:purpose
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:facility
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CoverageEligibilityRequestEventComponent ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        fhir:modifierExtensionClass  fhir:_CoverageEligibilityRequest .

fhir:_repeatUnitAmountType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnitAmountType" ;
        rdfs:label    "_repeatUnitAmountType" .

fhir:pediatricUseIndicator
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.pediatricUseIndicator: If authorised for use in children, or infants, neonates etc." ;
        rdfs:label                      "pediatricUseIndicator" ;
        fhir:modifierExtensionProperty  fhir:_pediatricUseIndicator ;
        dc:title                        "MedicinalProductDefinition.pediatricUseIndicator: If authorised for use in children" .

fhir:SampledData  a      owl:Class ;
        rdfs:comment     "A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data." ;
        rdfs:label       "SampledData" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:upperLimit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:interval
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:intervalUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:codeMap
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:upperLimit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:dimensions
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:dimensions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:intervalUnit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:offsets
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:interval
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:codeMap
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:offsets
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:data
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:lowerLimit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lowerLimit
                         ] ;
        dc:title         "A series of measurements taken by a device" .

fhir:attester  a                        owl:ObjectProperty ;
        rdfs:comment                    "DocumentReference.attester: A participant who has authenticated the accuracy of the document." , "Composition.attester: A participant who has attested to the accuracy of the composition/document." ;
        rdfs:label                      "attester" ;
        fhir:modifierExtensionProperty  fhir:_attester ;
        dc:title                        "DocumentReference.attester: Attests to accuracy of the document" , "Composition.attester: Attests to accuracy of composition" .

fhir:originatingAppointment
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.originatingAppointment: The originating appointment in a recurring set of related appointments." ;
        rdfs:label                      "originatingAppointment" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_originatingAppointment ;
        dc:title                        "Appointment.originatingAppointment: The originating appointment in a recurring set of appointments" .

fhir:progress  a                        owl:ObjectProperty ;
        rdfs:comment                    "ResearchSubject.progress: The current state (status) of the subject and resons for status change where appropriate." , "CarePlan.activity.progress: Notes about the adherence/status/progress of the activity." ;
        rdfs:label                      "progress" ;
        fhir:modifierExtensionProperty  fhir:_progress ;
        dc:title                        "ResearchSubject.progress: Subject status" , "CarePlan.activity.progress: Comments about the activity status/progress" .

fhir:_frequencyMax  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.frequencyMax" ;
        rdfs:label    "_frequencyMax" .

fhir:measureScore  a                    owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier.stratum.measureScore" , "MeasureReport.group.measureScore" ;
        rdfs:label                      "measureScore" ;
        fhir:modifierExtensionProperty  fhir:_measureScore .

fhir:InsurancePlanCoverageComponent
        a                owl:Class ;
        rdfs:comment     "InsurancePlanCoverageComponent: Details about the coverage offered by the insurance product." ;
        rdfs:label       "InsurancePlanCoverageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:benefit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CoverageBenefit ;
                           owl:onProperty     fhir:benefit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:network
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:Evidence  a         owl:Class ;
        rdfs:comment     "The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence." ;
        rdfs:label       "Evidence" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:clinical.general ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:synthesisType
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:synthesisType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticComponent ;
                           owl:onProperty     fhir:statistic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:assertion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:variableDefinition
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:citeAs
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:citeAs
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:citeAs
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:citeAs
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceCertaintyComponent ;
                           owl:onProperty     fhir:certainty
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:studyDesign
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableDefinitionComponent ;
                           owl:onProperty     fhir:variableDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assertion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] .

fhir:_operationalStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.operationalStatus" , "(Modified) DeviceMetric.operationalStatus" ;
        rdfs:label    "_operationalStatus" .

fhir:ImagingSelectionPerformerComponent
        a                owl:Class ;
        rdfs:comment     "ImagingSelectionPerformerComponent: Selector of the instances – human or machine." ;
        rdfs:label       "ImagingSelectionPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:restriction  a                     owl:ObjectProperty ;
        rdfs:comment                    "Transport.restriction: If the Transport.focus is a request resource and the transport is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned." , "Task.restriction: If the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned." ;
        rdfs:label                      "restriction" ;
        fhir:modifierExtensionProperty  fhir:_restriction ;
        dc:title                        "Transport.restriction: Constraints on fulfillment transports" , "Task.restriction: Constraints on fulfillment tasks" .

fhir:_issues  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Bundle.issues" ;
        rdfs:label    "_issues" .

fhir:dose  a                            owl:ObjectProperty ;
        rdfs:comment                    "MedicationAdministration.dosage.dose: The amount of the medication given at one administration event.   Use this value when the administration is essentially an instantaneous event such as a swallowing a tablet or giving an injection." , "Dosage.doseAndRate.dose" ;
        rdfs:label                      "dose" ;
        fhir:modifierExtensionProperty  fhir:_dose ;
        dc:title                        "MedicationAdministration.dosage.dose: Amount of medication per dose" .

fhir:_updateCreate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.updateCreate" ;
        rdfs:label    "_updateCreate" .

fhir:_supportingInfo  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Procedure.supportingInfo" , "(Modified) DiagnosticReport.supportingInfo" , "(Modified) ClinicalImpression.supportingInfo" , "(Modified) ExplanationOfBenefit.supportingInfo" , "(Modified) Contract.supportingInfo" , "(Modified) ServiceRequest.supportingInfo" , "(Modified) CoverageEligibilityRequest.supportingInfo" , "(Modified) AdverseEvent.supportingInfo" , "(Modified) Claim.supportingInfo" , "(Modified) CarePlan.supportingInfo" , "(Modified) DeviceRequest.supportingInfo" ;
        rdfs:label    "_supportingInfo" .

fhir:warningOnly  a                     owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.warningOnly: Whether or not the test execution will produce a warning only on error for this assert." , "TestScript.setup.action.assert.warningOnly: Whether or not the test execution will produce a warning only on error for this assert." ;
        rdfs:label                      "warningOnly" ;
        fhir:modifierExtensionProperty  fhir:_warningOnly ;
        dc:title                        "TestScript.test.action.assert.warningOnly: Will this assert produce a warning only on error?" , "TestScript.setup.action.assert.warningOnly: Will this assert produce a warning only on error?" .

fhir:_coverage  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.coverage.coverage" , "(Modified) InsurancePlan.coverage" , "(Modified) ClaimResponse.insurance.coverage" , "(Modified) CareTeam.participant.coverage" , "(Modified) ExplanationOfBenefit.insurance.coverage" , "(Modified) CoverageEligibilityRequest.insurance.coverage" , "(Modified) Claim.insurance.coverage" , "(Modified) CoverageEligibilityResponse.insurance.coverage" , "(Modified) Account.coverage" , "(Modified) EnrollmentRequest.coverage" ;
        rdfs:label    "_coverage" .

fhir:informationSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.informationSequence: Exceptions, special conditions and supporting information applicable for this service or product." , "Claim.item.informationSequence: Exceptions, special conditions and supporting information applicable for this service or product." ;
        rdfs:label                      "informationSequence" ;
        fhir:modifierExtensionProperty  fhir:_informationSequence ;
        dc:title                        "ExplanationOfBenefit.item.informationSequence: Applicable exception and supporting information" , "Claim.item.informationSequence: Applicable exception and supporting information" .

fhir:netContent  a                      owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.netContent: Net content or amount present in the item." ;
        rdfs:label                      "netContent" ;
        fhir:modifierExtensionProperty  fhir:_netContent ;
        dc:title                        "InventoryItem.netContent: Net content or amount present in the item" .

fhir:representation  a                  owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.representation: A depiction of the structure of the substance." , "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation: The structural representation as text string in a standard format e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF." , "SubstanceDefinition.structure.representation.representation: The structural representation as a text string in a standard format." , "ElementDefinition.representation: Codes that define how this element is represented in instances, when the deviation varies from the normal case. No extensions are allowed on elements with a representation of 'xmlAttr', no matter what FHIR serialization format is used." ;
        rdfs:label                      "representation" ;
        fhir:modifierExtensionProperty  fhir:_representation ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation: The structural representation as text string in a standard format e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF" , "ElementDefinition.representation: xmlAttr | xmlText | typeAttr | cdaText | xhtml" , "SubstanceDefinition.structure.representation.representation: The structural representation as a text string in a standard format" , "SubstanceDefinition.structure.representation: A depiction of the structure of the substance" .

fhir:_typeMode  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.typeMode" ;
        rdfs:label    "_typeMode" .

fhir:subProperty  a                     owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.contains.contains.property.subProperty: A subproperty value for this concept." , "ValueSet.expansion.contains.property.subProperty: A subproperty value for this concept." ;
        rdfs:label                      "subProperty" ;
        fhir:modifierExtensionProperty  fhir:_subProperty ;
        dc:title                        "ValueSet.expansion.contains.contains.property.subProperty: SubProperty value for the concept" , "ValueSet.expansion.contains.property.subProperty: SubProperty value for the concept" .

fhir:_subscription  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionStatus.subscription" ;
        rdfs:label    "_subscription" .

fhir:Library  a          owl:Class ;
        rdfs:comment     "The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets." ;
        rdfs:label       "Library" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:clinical.general ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:content
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:dataRequirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ParameterDefinition ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:DeviceMetricCalibrationComponent
        a                owl:Class ;
        rdfs:comment     "DeviceMetricCalibrationComponent: Describes the calibrations that have been performed or that are required to be performed." ;
        rdfs:label       "DeviceMetricCalibrationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:state
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:time
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:state
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:time
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:implicated  a                      owl:ObjectProperty ;
        rdfs:comment                    "DetectedIssue.implicated: Indicates the resource representing the current activity or proposed activity that is potentially problematic." ;
        rdfs:label                      "implicated" ;
        fhir:modifierExtensionProperty  fhir:_implicated ;
        dc:title                        "DetectedIssue.implicated: Problem resource" .

fhir:_actualGroup  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.recruitment.actualGroup" ;
        rdfs:label    "_actualGroup" .

fhir:_SubstanceProtein
        a                owl:Class ;
        rdfs:comment     "(Modified) SubstanceProtein" ;
        rdfs:label       "_SubstanceProtein" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_capabilities  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.metadata.capability.capabilities" , "(Modified) ActorDefinition.capabilities" ;
        rdfs:label    "_capabilities" .

fhir:_associatedParty
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.associatedParty" ;
        rdfs:label    "_associatedParty" .

fhir:_supplementalData
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.supplementalData" , "(Modified) Measure.supplementalData" ;
        rdfs:label    "_supplementalData" .

fhir:_program  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.programEligibility.program" , "(Modified) HealthcareService.program" ;
        rdfs:label    "_program" .

fhir:offeredIn  a                       owl:ObjectProperty ;
        rdfs:comment                    "HealthcareService.offeredIn: When the HealthcareService is representing a specific, schedulable service, the availableIn property can refer to a generic service." ;
        rdfs:label                      "offeredIn" ;
        fhir:modifierExtensionProperty  fhir:_offeredIn ;
        dc:title                        "HealthcareService.offeredIn: The service within which this service is offered" .

fhir:TerminologyCapabilitiesCodeSystemComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesCodeSystemComponent: Identifies a code system that is supported by the server. If there is a no code system URL, then this declares the general assumptions a client can make about support for any CodeSystem resource." ;
        rdfs:label       "TerminologyCapabilitiesCodeSystemComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TerminologyCapabilitiesCodeSystemVersionComponent ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subsumption
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:content
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:content
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:subsumption
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:uri
                         ] .

fhir:multipleBirth  a                   owl:ObjectProperty ;
        rdfs:comment                    "Patient.multipleBirth" ;
        rdfs:label                      "multipleBirth" ;
        fhir:modifierExtensionProperty  fhir:_multipleBirth .

fhir:_replacedSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.edit.replacedSequence" ;
        rdfs:label    "_replacedSequence" .

fhir:disclaimer  a                      owl:ObjectProperty ;
        rdfs:comment                    "Measure.disclaimer: Notices and disclaimers regarding the use of the measure or related to intellectual property (such as code systems) referenced by the measure." ;
        rdfs:label                      "disclaimer" ;
        fhir:modifierExtensionProperty  fhir:_disclaimer ;
        dc:title                        "Measure.disclaimer: Disclaimer for use of the measure or its referenced content" .

fhir:InsurancePlan  a                owl:Class ;
        rdfs:comment                 "Details of a Health Insurance product/plan provided by an organization." ;
        rdfs:label                   "InsurancePlan" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.entity ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InsurancePlanCoverageComponent ;
                                       owl:onProperty     fhir:coverage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:InsurancePlanPlanComponent ;
                                       owl:onProperty     fhir:plan
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:administeredBy
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:ownedBy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:network
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:administeredBy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:alias
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:coverageArea
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:ownedBy
                                     ] ;
        fhir:modifierExtensionClass  fhir:_InsurancePlan .

fhir:_installDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.version.installDate" ;
        rdfs:label    "_installDate" .

fhir:_extends  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.extends" ;
        rdfs:label    "_extends" .

fhir:fundsReserve  a                    owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.fundsReserve: A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom." , "ClaimResponse.fundsReserve: A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom." , "Claim.fundsReserve: A code to indicate whether and for whom funds are to be reserved for future claims." ;
        rdfs:label                      "fundsReserve" ;
        fhir:modifierExtensionProperty  fhir:_fundsReserve ;
        dc:title                        "ExplanationOfBenefit.fundsReserve: Funds reserved status" , "ClaimResponse.fundsReserve: Funds reserved status" , "Claim.fundsReserve: For whom to reserve funds" .

fhir:assigner  a                        owl:ObjectProperty ;
        rdfs:comment                    "Identifier.assigner: Organization that issued/manages the identifier." ;
        rdfs:label                      "assigner" ;
        fhir:modifierExtensionProperty  fhir:_assigner ;
        dc:title                        "Identifier.assigner: Organization that issued id (may be just text)" .

fhir:SpecimenProcessingComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenProcessingComponent: Details concerning processing and processing steps for the specimen." ;
        rdfs:label       "SpecimenProcessingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:time
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:time
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:time
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:time
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:additive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] .

fhir:occurred  a                        owl:ObjectProperty ;
        rdfs:comment                    "Provenance.occurred" , "AuditEvent.occurred" ;
        rdfs:label                      "occurred" ;
        fhir:modifierExtensionProperty  fhir:_occurred .

fhir:_lockedDate  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.lockedDate" , "(Modified) TerminologyCapabilities.lockedDate" ;
        rdfs:label    "_lockedDate" .

fhir:GenomicStudyAnalysisPerformerComponent
        a                owl:Class ;
        rdfs:comment     "GenomicStudyAnalysisComponent.GenomicStudyAnalysisPerformerComponent: Performer for the analysis event." ;
        rdfs:label       "GenomicStudyAnalysisPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] .

fhir:_lowNumerator  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RatioRange.lowNumerator" ;
        rdfs:label    "_lowNumerator" .

fhir:_classifier  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.classifier" , "(Modified) Citation.classification.classifier" , "(Modified) ResearchStudy.associatedParty.classifier" , "(Modified) Citation.citedArtifact.webLocation.classifier" , "(Modified) Citation.citedArtifact.classification.classifier" , "(Modified) ArtifactAssessment.content.classifier" , "(Modified) ArtifactAssessment.content.component.classifier" , "(Modified) RelatedArtifact.classifier" , "(Modified) Citation.citedArtifact.relatesTo.classifier" ;
        rdfs:label    "_classifier" .

fhir:resultsInterpreter
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.resultsInterpreter: The practitioner or organization that is responsible for the report's conclusions and interpretations." ;
        rdfs:label                      "resultsInterpreter" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_resultsInterpreter ;
        dc:title                        "DiagnosticReport.resultsInterpreter: Primary result interpreter" .

fhir:_limit  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.rule.limit" , "(Modified) InsurancePlan.coverage.benefit.limit" , "(Modified) DataRequirement.limit" ;
        rdfs:label    "_limit" .

fhir:_serviceProvider
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.serviceProvider" ;
        rdfs:label    "_serviceProvider" .

fhir:patientInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.patientInstruction: Instructions in terms that are understood by the patient or consumer." , "Appointment.patientInstruction: While Appointment.note contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before)." , "Dosage.patientInstruction: Instructions in terms that are understood by the patient or consumer." ;
        rdfs:label                      "patientInstruction" ;
        fhir:modifierExtensionProperty  fhir:_patientInstruction ;
        dc:title                        "ServiceRequest.patientInstruction: Patient or consumer-oriented instructions" , "Appointment.patientInstruction: Detailed information and instructions for the patient" , "Dosage.patientInstruction: Patient or consumer oriented instructions" .

fhir:binding  a                         owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.binding: Binds to a value set if this parameter is coded (code, Coding, CodeableConcept)." , "OperationDefinition.parameter.binding: Binds to a value set if this parameter is coded (code, Coding, CodeableConcept)." , "ElementDefinition.binding: Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri)." ;
        rdfs:label                      "binding" ;
        fhir:modifierExtensionProperty  fhir:_binding ;
        dc:title                        "OperationDefinition.parameter.part.binding: ValueSet details if this is coded" , "OperationDefinition.parameter.binding: ValueSet details if this is coded" , "ElementDefinition.binding: ValueSet details if this is coded" .

fhir:recurrenceType  a                  owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.recurrenceType: How often the appointment series should recur." ;
        rdfs:label                      "recurrenceType" ;
        fhir:modifierExtensionProperty  fhir:_recurrenceType ;
        dc:title                        "Appointment.recurrenceTemplate.recurrenceType: The frequency of the recurrence" .

fhir:during  a                          owl:ObjectProperty ;
        rdfs:comment                    "Availability.notAvailableTime.during: Service not available during this period." ;
        rdfs:label                      "during" ;
        fhir:modifierExtensionProperty  fhir:_during ;
        dc:title                        "Availability.notAvailableTime.during: Service not available during this period" .

fhir:capability  a                      owl:ObjectProperty ;
        rdfs:comment                    "TestScript.metadata.capability: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested." ;
        rdfs:label                      "capability" ;
        fhir:modifierExtensionProperty  fhir:_capability ;
        dc:title                        "TestScript.metadata.capability: Capabilities  that are assumed to function correctly on the FHIR server being tested" .

fhir:Substance  a                    owl:Class ;
        rdfs:comment                 "A homogeneous material with a definite composition." ;
        rdfs:label                   "Substance" ;
        rdfs:subClassOf              w5:administrative.entity , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:expiry
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:instance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:instance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceIngredientComponent ;
                                       owl:onProperty     fhir:ingredient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expiry
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Substance .

fhir:suspectEntity  a                   owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.suspectEntity: Describes the entity that is suspected to have caused the adverse event." ;
        rdfs:label                      "suspectEntity" ;
        fhir:modifierExtensionProperty  fhir:_suspectEntity ;
        dc:title                        "AdverseEvent.suspectEntity: The suspected agent causing the adverse event" .

fhir:QuestionnaireItemInitialComponent
        a                owl:Class ;
        rdfs:comment     "QuestionnaireItemComponentItem.QuestionnaireItemInitialComponent: One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input." , "QuestionnaireItemComponent.QuestionnaireItemInitialComponent: One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input." ;
        rdfs:label       "QuestionnaireItemInitialComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] .

fhir:occurrenceDate  a                  owl:ObjectProperty ;
        rdfs:comment                    "AppointmentResponse.occurrenceDate: The original date within a recurring request. This could be used in place of the recurrenceId to be more direct (or where the template is provided through the simple list of dates in `Appointment.occurrenceDate`)." , "Appointment.recurrenceTemplate.occurrenceDate: The list of specific dates that will have appointments generated." ;
        rdfs:label                      "occurrenceDate" ;
        fhir:modifierExtensionProperty  fhir:_occurrenceDate ;
        dc:title                        "AppointmentResponse.occurrenceDate: Original date within a recurring request" , "Appointment.recurrenceTemplate.occurrenceDate: Specific dates for a recurring set of appointments (no template)" .

fhir:monthlyTemplate  a                 owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.monthlyTemplate: Information about monthly recurring appointments." ;
        rdfs:label                      "monthlyTemplate" ;
        fhir:modifierExtensionProperty  fhir:_monthlyTemplate ;
        dc:title                        "Appointment.recurrenceTemplate.monthlyTemplate: Information about monthly recurring appointments" .

fhir:supportingInformation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDispense.supportingInformation: Additional information that supports the device being dispensed." , "MedicationRequest.supportingInformation: Information to support fulfilling (i.e. dispensing or administering) of the medication, for example, patient height and weight, a MedicationStatement for the patient)." , "Immunization.supportingInformation: Additional information that is relevant to the immunization (e.g. for a vaccine recipient who is pregnant, the gestational age of the fetus). The reason why a vaccine was given (e.g. occupation, underlying medical condition) should be conveyed in Immunization.reason, not as supporting information. The reason why a vaccine was not given (e.g. contraindication) should be conveyed in Immunization.statusReason, not as supporting information." , "MedicationDispense.supportingInformation: Additional information that supports the medication being dispensed.  For example, there may be requirements that a specific lab test has been completed prior to dispensing or the patient's weight at the time of dispensing is documented." , "ChargeItem.supportingInformation: Further information supporting this charge." , "NutritionOrder.supportingInformation: Information to support fulfilling (i.e. dispensing or administering) of the nutrition,        for example, patient height and weight)." , "MedicationAdministration.supportingInformation: Additional information (for example, patient height and weight) that supports the administration of the medication.  This attribute can be used to provide documentation of specific characteristics of the patient present at the time of administration.  For example, if the dose says \"give \"x\" if the heartrate exceeds \"y\"\", then the heart rate can be included using this attribute." , "Appointment.supportingInformation: Additional information to support the appointment provided when making the appointment." , "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.supportingInformation: Extra information about the withdrawal period." ;
        rdfs:label                      "supportingInformation" ;
        rdfs:subPropertyOf              w5:context ;
        fhir:modifierExtensionProperty  fhir:_supportingInformation ;
        dc:title                        "MedicationRequest.supportingInformation: Information to support fulfilling of the medication" , "Immunization.supportingInformation: Additional information in support of the immunization" , "ChargeItem.supportingInformation: Further information supporting this charge" , "NutritionOrder.supportingInformation: Information to support fulfilling of the nutrition order" , "Appointment.supportingInformation: Additional information to support the appointment" , "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.supportingInformation: Extra information about the withdrawal period" , "MedicationDispense.supportingInformation: Information that supports the dispensing of the medication" , "DeviceDispense.supportingInformation: Information that supports the dispensing of the device" , "MedicationAdministration.supportingInformation: Additional information to support administration" .

fhir:authorizationRequired
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityResponse.insurance.item.authorizationRequired: A boolean flag indicating whether a preauthorization is required prior to actual service delivery." ;
        rdfs:label                      "authorizationRequired" ;
        fhir:modifierExtensionProperty  fhir:_authorizationRequired ;
        dc:title                        "CoverageEligibilityResponse.insurance.item.authorizationRequired: Authorization required flag" .

fhir:_versionReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.process.step.operation.request.versionReference" , "(Modified) ExampleScenario.process.step.alternative.step.operation.request.versionReference" , "(Modified) ExampleScenario.process.step.operation.request.versionReference" , "(Modified) ExampleScenario.process.step.process.step.operation.response.versionReference" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.request.versionReference" , "(Modified) ExampleScenario.instance.containedInstance.versionReference" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation.response.versionReference" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.request.versionReference" , "(Modified) ExampleScenario.process.step.alternative.step.operation.response.versionReference" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation.response.versionReference" , "(Modified) ExampleScenario.process.step.operation.response.versionReference" ;
        rdfs:label    "_versionReference" .

fhir:ImmunizationRecommendationRecommendationComponent
        a                owl:Class ;
        rdfs:comment     "ImmunizationRecommendationRecommendationComponent: Vaccine administration recommendations." ;
        rdfs:label       "ImmunizationRecommendationRecommendationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:targetDisease
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:vaccineCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:doseNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:series
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:supportingPatientInformation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:forecastStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:series
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:contraindicatedVaccineCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:supportingImmunization
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:seriesDoses
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImmunizationRecommendationRecommendationDateCriterionComponent ;
                           owl:onProperty     fhir:dateCriterion
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:forecastStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:doseNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:forecastReason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:seriesDoses
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:_measurementPoint
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.substance.strength.referenceStrength.measurementPoint" , "(Modified) Ingredient.substance.strength.measurementPoint" ;
        rdfs:label    "_measurementPoint" .

fhir:batch  a                           owl:ObjectProperty ;
        rdfs:comment                    "Medication.batch: Information that only applies to packages (not products)." ;
        rdfs:label                      "batch" ;
        fhir:modifierExtensionProperty  fhir:_batch ;
        dc:title                        "Medication.batch: Details about packaged medications" .

fhir:_include  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.include" , "(Modified) SubscriptionTopic.notificationShape.include" ;
        rdfs:label    "_include" .

fhir:ValueSetComposeIncludeFilterComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetComposeComponentInclude.ValueSetComposeIncludeFilterComponent: Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified within the include, they SHALL all be true." , "ValueSetComposeComponent.ConceptSet.ValueSetComposeIncludeFilterComponent: Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified within the include, they SHALL all be true." ;
        rdfs:label       "ValueSetComposeIncludeFilterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:property
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:property
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:op
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:op
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:op
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:op
                         ] .

fhir:subcomponent  a                    owl:ObjectProperty ;
        rdfs:comment                    "Evidence.certainty.subcomponent: A domain or subdomain of certainty." , "Evidence.certainty.subcomponent.subcomponent: A domain or subdomain of certainty." ;
        rdfs:label                      "subcomponent" ;
        fhir:modifierExtensionProperty  fhir:_subcomponent ;
        dc:title                        "Evidence.certainty.subcomponent: A domain or subdomain of certainty" , "Evidence.certainty.subcomponent.subcomponent: A domain or subdomain of certainty" .

fhir:_DetectedIssue  a   owl:Class ;
        rdfs:comment     "(Modified) DetectedIssue" ;
        rdfs:label       "_DetectedIssue" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_GuidanceResponse
        a                owl:Class ;
        rdfs:comment     "(Modified) GuidanceResponse" ;
        rdfs:label       "_GuidanceResponse" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_participantType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AppointmentResponse.participantType" ;
        rdfs:label    "_participantType" .

fhir:_division  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProduct.division" ;
        rdfs:label    "_division" .

fhir:_section  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.section.section" , "(Modified) EvidenceReport.section.section.section" , "(Modified) EvidenceReport.section" , "(Modified) Composition.section.section" , "(Modified) Composition.section.section.section" , "(Modified) Composition.section" ;
        rdfs:label    "_section" .

fhir:_MedicationAdministration
        a                owl:Class ;
        rdfs:comment     "(Modified) MedicationAdministration" ;
        rdfs:label       "_MedicationAdministration" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_outcomeMeasure  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.outcomeMeasure" ;
        rdfs:label    "_outcomeMeasure" .

fhir:PackagingDistributor
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionPackagingComponentPackaging.PackagingDistributor: An organization that distributes the packaged device." , "DeviceDefinitionPackagingComponent.PackagingDistributor: An organization that distributes the packaged device." ;
        rdfs:label       "PackagingDistributor" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organizationReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organizationReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] .

fhir:_serviceType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Slot.serviceType" , "(Modified) Schedule.serviceType" , "(Modified) EncounterHistory.serviceType" , "(Modified) Encounter.serviceType" , "(Modified) Appointment.serviceType" ;
        rdfs:label    "_serviceType" .

fhir:_subjectReport  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier.stratum.population.subjectReport" , "(Modified) MeasureReport.group.population.subjectReport" ;
        rdfs:label    "_subjectReport" .

fhir:_initialFill  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.initialFill" ;
        rdfs:label    "_initialFill" .

fhir:_administrableDoseForm
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.administrableDoseForm" ;
        rdfs:label    "_administrableDoseForm" .

fhir:areaOfHybridisation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.areaOfHybridisation: The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”." ;
        rdfs:label                      "areaOfHybridisation" ;
        fhir:modifierExtensionProperty  fhir:_areaOfHybridisation ;
        dc:title                        "SubstanceNucleicAcid.areaOfHybridisation: The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”" .

fhir:subjectType  a                     owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.subjectType: The types of subjects that can be the subject of responses created for the questionnaire." ;
        rdfs:label                      "subjectType" ;
        rdfs:subPropertyOf              <http://hl7.org/fhir/w5#who.focus,what> ;
        fhir:modifierExtensionProperty  fhir:_subjectType ;
        dc:title                        "Questionnaire.subjectType: Resource that can be subject of QuestionnaireResponse" .

fhir:device  a                          owl:ObjectProperty ;
        rdfs:comment                    "Specimen.container.device: The device resource for the the container holding the specimen. If the container is in a holder then the referenced device will point to a parent device." , "Specimen.collection.device: A coded value specifying the technique that is used to perform the procedure." , "Observation.device: A reference to the device that generates the measurements or the device settings for the device." , "EvidenceVariable.characteristic.definitionByTypeAndValue.device: Device used for determining characteristic." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.device: Device used for determining characteristic." , "MolecularSequence.device: The method for sequencing, for example, chip information." , "AdministrableProductDefinition.device: A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product. This is not intended for devices that are just co-packaged." , "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.device: An instrument, tool, analyzer, etc. used in the measurement." , "DeviceDispense.device: Identifies the device being dispensed. This is either a link to a resource representing the details of the device or a simple attribute carrying a code that identifies the device from a known list of devices." , "MedicationAdministration.device: The device that is to be used for the administration of the medication (for example, PCA Pump)." , "DeviceMetric.device: Describes the link to the Device.  This is also known as a channel device." , "DeviceAssociation.device: Reference to the devices associated with the patient or group." , "GenomicStudy.analysis.device.device: Device used for the analysis." , "GenomicStudy.analysis.device: Devices used for the analysis (e.g., instruments, software), with settings and parameters." , "BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark.device: An instrument, tool, analyzer, etc. used in the measurement." , "ObservationDefinition.device: The measurement model of device or actual device used to produce observations of this type." , "Account.procedure.device: Any devices that were associated with the procedure relevant to the account." , "MedicationRequest.device: The intended type of device that is to be used for the administration of the medication (for example, PCA Pump)." , "DeviceUsage.device: Code or Reference to device used." ;
        rdfs:label                      "device" ;
        rdfs:subPropertyOf              w5:what , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_device ;
        dc:title                        "AdministrableProductDefinition.device: A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.device: Device used for determining characteristic" , "MolecularSequence.device: The method for sequencing" , "Specimen.container.device: Device resource for the container" , "EvidenceVariable.characteristic.definitionByTypeAndValue.device: Device used for determining characteristic" , "GenomicStudy.analysis.device.device: Device used for the analysis" , "Specimen.collection.device: Device used to perform collection" , "DeviceMetric.device: Describes the link to the Device" , "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.device: Measurement device" , "ObservationDefinition.device: Measurement device or model of device" , "BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark.device: Measurement device" , "DeviceUsage.device: Code or Reference to device used" , "Observation.device: A reference to the device that generates the measurements or the device settings for the device" , "Account.procedure.device: Any devices that were associated with the procedure" , "DeviceDispense.device: What device was supplied" , "DeviceAssociation.device: Reference to the devices associated with the patient or group" , "GenomicStudy.analysis.device: Devices used for the analysis (e.g., instruments, software), with settings and parameters" , "MedicationRequest.device: Intended type of device for the administration" , "MedicationAdministration.device: Device used to administer" .

fhir:AddedItem  a        owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.AddedItem: The first-tier service adjudications for payor added product or service lines." , "ClaimResponse.AddedItem: The first-tier service adjudications for payor added product or service lines." ;
        rdfs:label       "AddedItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:itemSequence
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:provider
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AddedItemDetail ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:detailSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AddedItemBodySite ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BodySite ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:subdetailSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.AddedItemAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:provider
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.AddedItemReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AddedItemDetail ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:detailSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:itemSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClaimResponse.AddedItemReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefit.AddedItemAdjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:subDetailSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] .

fhir:_region  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.region" , "(Modified) RegulatedAuthorization.region" ;
        rdfs:label    "_region" .

fhir:MedicationKnowledgeRegulatorySubstitutionComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeRegulatoryComponent.MedicationKnowledgeRegulatorySubstitutionComponent: Specifies if changes are allowed when dispensing a medication from a regulatory perspective." ;
        rdfs:label       "MedicationKnowledgeRegulatorySubstitutionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:allowed
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:allowed
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:MeasureReportGroupComponent
        a                owl:Class ;
        rdfs:comment     "MeasureReportGroupComponent: The results of the calculation, one for each population group in the measure." ;
        rdfs:label       "MeasureReportGroupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:subject
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:measureScore
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:measureScore
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureReportGroupStratifierComponent ;
                           owl:onProperty     fhir:stratifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureReportGroupPopulationComponent ;
                           owl:onProperty     fhir:population
                         ] .

fhir:_accident  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.accident" , "(Modified) Claim.accident" ;
        rdfs:label    "_accident" .

fhir:endRelationship  a                 owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.relatedAction.endRelationship: The relationship of the end of this action to the related action." , "PlanDefinition.action.action.relatedAction.endRelationship: The relationship of the end of this action to the related action." , "PlanDefinition.action.relatedAction.endRelationship: The relationship of the end of this action to the related action." , "RequestOrchestration.action.action.relatedAction.endRelationship: The relationship of the end of this action to the related action." ;
        rdfs:label                      "endRelationship" ;
        fhir:modifierExtensionProperty  fhir:_endRelationship ;
        dc:title                        "PlanDefinition.action.relatedAction.endRelationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "RequestOrchestration.action.relatedAction.endRelationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "RequestOrchestration.action.action.relatedAction.endRelationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" , "PlanDefinition.action.action.relatedAction.endRelationship: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end" .

fhir:structure  a                       owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure: Structural information." , "BodyStructure.excludedStructure.structure: Code that represents the included structure." , "BodyStructure.includedStructure.structure: Code that represents the included structure." , "StructureMap.structure: A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced." ;
        rdfs:label                      "structure" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_structure ;
        dc:title                        "SubstanceDefinition.structure: Structural information" , "BodyStructure.includedStructure.structure: Code that represents the included structure" , "StructureMap.structure: Structure Definition used by this map" , "BodyStructure.excludedStructure.structure: Code that represents the included structure" .

fhir:_library  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.library" , "(Modified) Measure.group.library" , "(Modified) Measure.library" , "(Modified) ClinicalUseDefinition.library" , "(Modified) ActivityDefinition.library" ;
        rdfs:label    "_library" .

fhir:_descriptionSummary
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.descriptionSummary" ;
        rdfs:label    "_descriptionSummary" .

fhir:baseCitation  a                    owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.part.baseCitation: The citation for the full article or artifact." , "Citation.citedArtifact.version.baseCitation: Citation for the main version of the cited artifact." ;
        rdfs:label                      "baseCitation" ;
        fhir:modifierExtensionProperty  fhir:_baseCitation ;
        dc:title                        "Citation.citedArtifact.part.baseCitation: The citation for the full article or artifact" , "Citation.citedArtifact.version.baseCitation: Citation for the main version of the cited artifact" .

fhir:definitionId  a                    owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionId: Defines the characteristic using id." , "EvidenceVariable.characteristic.definitionId: Defines the characteristic using id." ;
        rdfs:label                      "definitionId" ;
        fhir:modifierExtensionProperty  fhir:_definitionId ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionId: Defines the characteristic (without using type and value) by an id" , "EvidenceVariable.characteristic.definitionId: Defines the characteristic (without using type and value) by an id" .

fhir:_coordinateSystem
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.coordinateSystem" ;
        rdfs:label    "_coordinateSystem" .

fhir:characteristicType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.characteristic.characteristicType: The type of characteristic that is being defined." ;
        rdfs:label                      "characteristicType" ;
        fhir:modifierExtensionProperty  fhir:_characteristicType ;
        dc:title                        "InventoryItem.characteristic.characteristicType: The characteristic that is being defined" .

fhir:_entry  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) List.entry" , "(Modified) Composition.section.section.entry" , "(Modified) Composition.section.entry" , "(Modified) Citation.citedArtifact.contributorship.entry" , "(Modified) Bundle.entry" ;
        rdfs:label    "_entry" .

fhir:imageRegion2D  a                   owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.instance.imageRegion2D: Each imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates.\n       If the parent imagingSelection.instance contains a subset element of type frame, the image region applies to all frames in the subset list." ;
        rdfs:label                      "imageRegion2D" ;
        fhir:modifierExtensionProperty  fhir:_imageRegion2D ;
        dc:title                        "ImagingSelection.instance.imageRegion2D: A specific 2D region in a DICOM image / frame" .

fhir:_DeviceDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) DeviceDefinition" ;
        rdfs:label       "_DeviceDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:conclusionCode  a                  owl:ObjectProperty ;
        rdfs:comment                    "DiagnosticReport.conclusionCode: One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report." ;
        rdfs:label                      "conclusionCode" ;
        fhir:modifierExtensionProperty  fhir:_conclusionCode ;
        dc:title                        "DiagnosticReport.conclusionCode: Codes for the clinical conclusion of test results" .

fhir:BiologicallyDerivedProductDispensePerformerComponent
        a                owl:Class ;
        rdfs:comment     "BiologicallyDerivedProductDispensePerformerComponent: Indicates who or what performed an action." ;
        rdfs:label       "BiologicallyDerivedProductDispensePerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:_caloricDensity  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.caloricDensity" ;
        rdfs:label    "_caloricDensity" .

fhir:ManufacturedItemDefinitionComponentComponent
        a                owl:Class ;
        rdfs:comment     "ManufacturedItemDefinitionComponentComponent: Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup." ;
        rdfs:label       "ManufacturedItemDefinitionComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentConstituentComponent ;
                           owl:onProperty     fhir:constituent
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentComponentComponent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ManufacturedItemDefinitionComponentComponentProperty ;
                           owl:onProperty     fhir:property
                         ] .

fhir:_focal  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.insurance.focal" , "(Modified) CoverageEligibilityRequest.insurance.focal" , "(Modified) ClaimResponse.insurance.focal" , "(Modified) Claim.insurance.focal" ;
        rdfs:label    "_focal" .

fhir:indication  a                      owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.indication: Description of indication(s) for this product, used when structured indications are not required. In cases where structured indications are required, they are captured using the ClinicalUseDefinition resource. An indication is a medical situation for which using the product is appropriate." , "MedicationKnowledge.indicationGuideline.indication: Indication or reason for use of the medication that applies to the specific administration guideline." , "RegulatedAuthorization.indication: Condition for which the use of the regulated product applies." , "ClinicalUseDefinition.indication: Specifics for when this is an indication." , "DeviceDefinition.guideline.indication: A clinical condition for which the device was designed to be used." , "ClinicalUseDefinition.contraindication.indication: The indication which this is a contraidication for." ;
        rdfs:label                      "indication" ;
        fhir:modifierExtensionProperty  fhir:_indication ;
        dc:title                        "DeviceDefinition.guideline.indication: A clinical condition for which the device was designed to be used" , "ClinicalUseDefinition.indication: Specifics for when this is an indication" , "MedicinalProductDefinition.indication: Description of indication(s) for this product, used when structured indications are not required" , "ClinicalUseDefinition.contraindication.indication: The indication which this is a contraidication for" , "RegulatedAuthorization.indication: Condition for which the use of the regulated product applies" , "MedicationKnowledge.indicationGuideline.indication: Indication for use that applies to the specific administration guideline" .

fhir:_AllergyIntolerance
        a                owl:Class ;
        rdfs:comment     "(Modified) AllergyIntolerance" ;
        rdfs:label       "_AllergyIntolerance" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_publishedIn  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.publishedIn" ;
        rdfs:label    "_publishedIn" .

fhir:partOf  a                          owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProductDispense.partOf: A larger event of which this particular event is a component." , "ResearchStudy.partOf: A larger research study of which this particular study is a component or step." , "Observation.partOf: A larger event of which this particular Observation is a component or step.  For example,  an observation as part of a procedure." , "Encounter.partOf: Another Encounter of which this encounter is a part of (administratively or in time)." , "DeviceDispense.partOf: The bigger event that this dispense is a part of." , "ImagingStudy.partOf: A larger event of which this particular ImagingStudy is a component or step.  For example,  an ImagingStudy as part of a procedure." , "Location.partOf: Another Location of which this Location is physically a part of." , "MedicationAdministration.partOf: A larger event of which this particular event is a component or step." , "Transport.partOf: A larger event of which this particular event is a component or step." , "Procedure.partOf: A larger event of which this particular procedure is a component or step." , "Task.partOf: Task that this particular task is part of." , "MedicationStatement.partOf: A larger event of which this particular MedicationStatement is a component or step." , "Organization.partOf: The organization of which this organization forms a part." , "MedicationDispense.partOf: The procedure or medication administration that triggered the dispense." , "QuestionnaireResponse.partOf: A procedure or observation that this questionnaire was performed as part of the execution of.  For example, the surgery a checklist was executed as part of." , "SupplyDelivery.partOf: A larger event of which this particular event is a component or step." , "CarePlan.partOf: A larger care plan of which this particular care plan is a component or step." , "ChargeItemDefinition.partOf: A larger definition of which this particular definition is a component or step." , "ChargeItem.partOf: ChargeItems can be grouped to larger ChargeItems covering the whole set." , "Communication.partOf: A larger event (e.g. Communication, Procedure) of which this particular communication is a component or step." , "NutritionIntake.partOf: A larger event of which this particular event is a component or step." ;
        rdfs:label                      "partOf" ;
        fhir:modifierExtensionProperty  fhir:_partOf ;
        dc:title                        "Organization.partOf: The organization of which this organization forms a part" , "DeviceDispense.partOf: The bigger event that this dispense is a part of" , "Procedure.partOf: Part of referenced event" , "MedicationDispense.partOf: Event that dispense is part of" , "Location.partOf: Another Location this one is physically a part of" , "Transport.partOf: Part of referenced event" , "Encounter.partOf: Another Encounter this encounter is part of" , "CarePlan.partOf: Part of referenced CarePlan" , "ChargeItemDefinition.partOf: A larger definition of which this particular definition is a component or step" , "Communication.partOf: Part of referenced event (e.g. Communication, Procedure)" , "BiologicallyDerivedProductDispense.partOf: Short description" , "MedicationStatement.partOf: Part of referenced event" , "ResearchStudy.partOf: Part of larger study" , "ImagingStudy.partOf: Part of referenced event" , "QuestionnaireResponse.partOf: Part of referenced event" , "SupplyDelivery.partOf: Part of referenced event" , "MedicationAdministration.partOf: Part of referenced event" , "NutritionIntake.partOf: Part of referenced event" , "Task.partOf: Composite task" , "Observation.partOf: Part of referenced event" , "ChargeItem.partOf: Part of referenced ChargeItem" .

fhir:_initialSelected
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.answerOption.initialSelected" , "(Modified) Questionnaire.item.answerOption.initialSelected" ;
        rdfs:label    "_initialSelected" .

fhir:_key  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Requirements.statement.key" , "(Modified) ExampleScenario.instance.version.key" , "(Modified) ExampleScenario.instance.key" , "(Modified) ExampleScenario.actor.key" , "(Modified) ElementDefinition.constraint.key" ;
        rdfs:label    "_key" .

fhir:backCurve  a                       owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.backCurve: Back curvature measured in millimetres." ;
        rdfs:label                      "backCurve" ;
        fhir:modifierExtensionProperty  fhir:_backCurve ;
        dc:title                        "VisionPrescription.lensSpecification.backCurve: Contact lens back curvature" .

fhir:_path  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.dynamicValue.path" , "(Modified) DataRequirement.sort.path" , "(Modified) PlanDefinition.action.dynamicValue.path" , "(Modified) DataRequirement.dateFilter.path" , "(Modified) ElementDefinition.slicing.discriminator.path" , "(Modified) PlanDefinition.action.action.dynamicValue.path" , "(Modified) TestScript.variable.path" , "(Modified) ArtifactAssessment.content.component.path" , "(Modified) ElementDefinition.base.path" , "(Modified) ActivityDefinition.dynamicValue.path" , "(Modified) RequestOrchestration.action.action.dynamicValue.path" , "(Modified) ArtifactAssessment.content.path" , "(Modified) DataRequirement.codeFilter.path" , "(Modified) GraphDefinition.link.path" , "(Modified) ElementDefinition.path" , "(Modified) DataRequirement.valueFilter.path" , "(Modified) TestScript.test.action.assert.path" , "(Modified) TestScript.setup.action.assert.path" ;
        rdfs:label    "_path" .

fhir:definitionUri  a                   owl:ObjectProperty ;
        rdfs:comment                    "ChargeItem.definitionUri: References the (external) source of pricing information, rules of application for the code this ChargeItem uses." ;
        rdfs:label                      "definitionUri" ;
        fhir:modifierExtensionProperty  fhir:_definitionUri ;
        dc:title                        "ChargeItem.definitionUri: Defining information about the code of this charge item" .

fhir:ExplanationOfBenefitItemReviewOutcomeComponent
        a                owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Item.ExplanationOfBenefitItemReviewOutcomeComponent: The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ExplanationOfBenefitItemReviewOutcomeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] .

fhir:DetectedIssueMitigationComponent
        a                owl:Class ;
        rdfs:comment     "DetectedIssueMitigationComponent: Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting.  Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action." ;
        rdfs:label       "DetectedIssueMitigationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:author
                         ] .

fhir:_lastOccurrenceDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.lastOccurrenceDate" ;
        rdfs:label    "_lastOccurrenceDate" .

fhir:_enableWhen  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.enableWhen" , "(Modified) Questionnaire.item.enableWhen" ;
        rdfs:label    "_enableWhen" .

fhir:time  a                            owl:ObjectProperty , owl:Class ;
        rdfs:comment                    "DocumentReference.attester.time: When the document was attested by the party." , "A time during the day, with no date specified" , "Specimen.processing.time" , "Annotation.time: Indicates when this particular annotation was made." , "DeviceMetric.calibration.time: Describes the time last calibration has been performed." , "Composition.attester.time: When the composition was attested by the party." , "Citation.citedArtifact.contributorship.entry.contributionInstance.time: The time that the contribution was made." ;
        rdfs:label                      "time" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  xsd:string ;
                                          owl:onProperty     fhir:v
                                        ] ;
        fhir:modifierExtensionProperty  fhir:_time ;
        dc:title                        "Composition.attester.time: When the composition was attested" , "DeviceMetric.calibration.time: Describes the time last calibration has been performed" , "Citation.citedArtifact.contributorship.entry.contributionInstance.time: The time that the contribution was made" , "DocumentReference.attester.time: When the document was attested" , "Annotation.time: When the annotation was made" .

fhir:MedicinalProductDefinitionNameUsageComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionNameComponent.MedicinalProductDefinitionNameUsageComponent: Country and jurisdiction where the name applies, and associated language." ;
        rdfs:label       "MedicinalProductDefinitionNameUsageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:country
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:country
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:jurisdiction
                         ] .

fhir:ChargeItemDefinitionApplicabilityComponent
        a                owl:Class ;
        rdfs:comment     "ChargeItemDefinitionApplicabilityComponent: Expressions that describe applicability criteria for the billing code." ;
        rdfs:label       "ChargeItemDefinitionApplicabilityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] .

fhir:InventoryItemCharacteristicComponent
        a                owl:Class ;
        rdfs:comment     "InventoryItemCharacteristicComponent: The descriptive or identifying characteristics of the item." ;
        rdfs:label       "InventoryItemCharacteristicComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:url ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Annotation ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:characteristicType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:characteristicType
                         ] .

fhir:_dischargeDisposition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.admission.dischargeDisposition" ;
        rdfs:label    "_dischargeDisposition" .

fhir:isModifierReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.isModifierReason: Explains how that element affects the interpretation of the resource or element that contains it." ;
        rdfs:label                      "isModifierReason" ;
        fhir:modifierExtensionProperty  fhir:_isModifierReason ;
        dc:title                        "ElementDefinition.isModifierReason: Reason that this element is marked as a modifier" .

fhir:StructureDefinitionContextComponent
        a                owl:Class ;
        rdfs:comment     "StructureDefinitionContextComponent: Identifies the types of resource or data type elements to which the extension can be applied. For more guidance on using the 'context' element, see the [defining extensions page](defining-extensions.html#context)." ;
        rdfs:label       "StructureDefinitionContextComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_forecastReason  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.forecastReason" ;
        rdfs:label    "_forecastReason" .

fhir:SubstanceDefinitionMoietyComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionMoietyComponent: Moiety, for structural modifications." ;
        rdfs:label       "SubstanceDefinitionMoietyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:measurementType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:opticalActivity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:molecularFormula
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:stereochemistry
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:opticalActivity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:stereochemistry
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:amount
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:amount
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:measurementType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:molecularFormula
                         ] .

fhir:_step  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step" , "(Modified) ExampleScenario.process.step.alternative.step.alternative.step" , "(Modified) ExampleScenario.process.step.alternative.step.process.step" , "(Modified) ExampleScenario.process.step" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.alternative.step" , "(Modified) ExampleScenario.process.step.process.step.alternative.step" , "(Modified) ExampleScenario.process.step.process.step" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.alternative.step" ;
        rdfs:label    "_step" .

fhir:rest  a                            owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest: A definition of the restful capabilities of the solution, if any." ;
        rdfs:label                      "rest" ;
        fhir:modifierExtensionProperty  fhir:_rest ;
        dc:title                        "CapabilityStatement.rest: If the endpoint is a RESTful one" .

fhir:issuer  a                          owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.issuer: The organization that assigns the identifier algorithm." , "Organization.qualification.issuer: Organization that regulates and issues the qualification." , "DeviceDefinition.packaging.udiDeviceIdentifier.issuer: The organization that assigns the identifier algorithm." , "DeviceDefinition.udiDeviceIdentifier.issuer: The organization that assigns the identifier algorithm." , "Practitioner.qualification.issuer: Organization that regulates and issues the qualification." , "Invoice.issuer: The organizationissuing the Invoice." , "Device.udiCarrier.issuer: Organization that is charged with issuing UDIs for devices. For example, the US FDA issuers include: \n1) GS1: http://hl7.org/fhir/NamingSystem/gs1-di, \n2) HIBCC: http://hl7.org/fhir/NamingSystem/hibcc-diI, \n3) ICCBBA for blood containers: http://hl7.org/fhir/NamingSystem/iccbba-blood-di, \n4) ICCBA for other devices: http://hl7.org/fhir/NamingSystem/iccbba-other-di # Informationsstelle für Arzneispezialitäten (IFA GmbH) (EU only): http://hl7.org/fhir/NamingSystem/ifa-gmbh-di." , "DeviceDefinition.regulatoryIdentifier.issuer: The organization that issued this identifier." ;
        rdfs:label                      "issuer" ;
        fhir:modifierExtensionProperty  fhir:_issuer ;
        dc:title                        "Practitioner.qualification.issuer: Organization that regulates and issues the qualification" , "Organization.qualification.issuer: Organization that regulates and issues the qualification" , "Invoice.issuer: Issuing Organization of Invoice" , "DeviceDefinition.packaging.udiDeviceIdentifier.issuer: The organization that assigns the identifier algorithm" , "DeviceDefinition.udiDeviceIdentifier.issuer: The organization that assigns the identifier algorithm" , "Device.udiCarrier.issuer: UDI Issuing Organization" , "DeviceDefinition.regulatoryIdentifier.issuer: The organization that issued this identifier" , "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.issuer: The organization that assigns the identifier algorithm" .

fhir:_nutritionProduct
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionIntake.consumedItem.nutritionProduct" ;
        rdfs:label    "_nutritionProduct" .

fhir:SubstancePolymer
        a                            owl:Class ;
        rdfs:comment                 "Properties of a substance specific to it being a polymer." ;
        rdfs:label                   "SubstancePolymer" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstancePolymerRepeatComponent ;
                                       owl:onProperty     fhir:repeat
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:modification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:modification
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:class
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstancePolymerMonomerSetComponent ;
                                       owl:onProperty     fhir:monomerSet
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:geometry
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:geometry
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:copolymerConnectivity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:class
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubstancePolymer .

fhir:ValueSetComposeComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetComposeComponent: A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from. This is also known as the Content Logical Definition (CLD)." ;
        rdfs:label       "ValueSetComposeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptSet ;
                           owl:onProperty     fhir:include
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lockedDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:inactive
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lockedDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:include
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetComposeComponentInclude ;
                           owl:onProperty     fhir:exclude
                         ] .

fhir:_doseNumber  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationRecommendation.recommendation.doseNumber" , "(Modified) ImmunizationEvaluation.doseNumber" , "(Modified) Immunization.protocolApplied.doseNumber" ;
        rdfs:label    "_doseNumber" .

fhir:SubstanceDefinitionNameComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionNameComponent: Names applicable to this substance." ;
        rdfs:label       "SubstanceDefinitionNameComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameOfficialComponent ;
                           owl:onProperty     fhir:official
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameComponentName ;
                           owl:onProperty     fhir:translation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubstanceDefinitionNameComponentName ;
                           owl:onProperty     fhir:synonym
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:domain
                         ] .

fhir:derivedFromUri  a                  owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.derivedFromUri: The URL pointing to an externally-defined type of specimen, guideline or other definition that is adhered to in whole or in part by this definition." , "ObservationDefinition.derivedFromUri: The URL pointing to an externally-defined observation definition, guideline or other definition that is adhered to in whole or in part by this definition." , "ChargeItemDefinition.derivedFromUri: The URL pointing to an externally-defined charge item definition that is adhered to in whole or in part by this definition." ;
        rdfs:label                      "derivedFromUri" ;
        fhir:modifierExtensionProperty  fhir:_derivedFromUri ;
        dc:title                        "SpecimenDefinition.derivedFromUri: Based on external definition" , "ObservationDefinition.derivedFromUri: Based on external definition" , "ChargeItemDefinition.derivedFromUri: Underlying externally-defined charge item definition" .

fhir:_startParam  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) CompartmentDefinition.resource.startParam" ;
        rdfs:label    "_startParam" .

fhir:_attribute  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.group.element.target.product.attribute" , "(Modified) ConceptMap.group.element.target.dependsOn.attribute" ;
        rdfs:label    "_attribute" .

fhir:_extraDetails  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) HealthcareService.extraDetails" ;
        rdfs:label    "_extraDetails" .

fhir:_accessionIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.accessionIdentifier" ;
        rdfs:label    "_accessionIdentifier" .

fhir:_entryReference  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.section.section.entryReference" , "(Modified) EvidenceReport.section.entryReference" ;
        rdfs:label    "_entryReference" .

fhir:Parameters  a       owl:Class ;
        rdfs:comment     "This resource is used to pass information into and back from an operation (whether invoked directly from REST or within a messaging environment).  It is not persisted or allowed to be referenced by other resources except as described in the definition of the Parameters resource." ;
        rdfs:label       "Parameters" ;
        rdfs:subClassOf  w5:infrastructure.exchange , fhir:Resource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ParametersParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] .

fhir:ChargeItem  a                   owl:Class ;
        rdfs:comment                 "The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation." ;
        rdfs:label                   "ChargeItem" ;
        rdfs:subClassOf              w5:financial.support , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:enteredDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:totalPriceComponent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enteredDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ChargeItemPerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:costCenter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:definitionUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requestingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:product
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:costCenter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:definitionCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:service
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MonetaryComponent ;
                                       owl:onProperty     fhir:unitPriceComponent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:unitPriceComponent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:overrideReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:bodysite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:account
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Quantity ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:overrideReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MonetaryComponent ;
                                       owl:onProperty     fhir:totalPriceComponent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requestingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ChargeItem .

fhir:_uid  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingStudy.series.instance.uid" , "(Modified) ImagingStudy.series.uid" , "(Modified) ImagingSelection.instance.uid" ;
        rdfs:label    "_uid" .

fhir:chain  a                           owl:ObjectProperty ;
        rdfs:comment                    "SearchParameter.chain: Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from SearchParameter.code for a parameter on the target resource type." ;
        rdfs:label                      "chain" ;
        fhir:modifierExtensionProperty  fhir:_chain ;
        dc:title                        "SearchParameter.chain: Chained names supported" .

fhir:_bodySite  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Claim.item.bodySite" , "(Modified) ClaimResponse.addItem.bodySite" , "(Modified) ActivityDefinition.bodySite" , "(Modified) ServiceRequest.bodySite" , "(Modified) ImagingStudy.series.bodySite" , "(Modified) ExplanationOfBenefit.item.bodySite" , "(Modified) DocumentReference.bodySite" , "(Modified) Specimen.collection.bodySite" , "(Modified) ExplanationOfBenefit.addItem.bodySite" , "(Modified) Procedure.bodySite" , "(Modified) ImagingSelection.bodySite" , "(Modified) DeviceUsage.bodySite" , "(Modified) Condition.bodySite" , "(Modified) ConditionDefinition.bodySite" , "(Modified) Observation.bodySite" , "(Modified) ObservationDefinition.bodySite" ;
        rdfs:label    "_bodySite" .

fhir:qualification  a                   owl:ObjectProperty ;
        rdfs:comment                    "Practitioner.qualification: The official qualifications, certifications, accreditations, training, licenses (and other types of educations/skills/capabilities) that authorize or otherwise pertain to the provision of care by the practitioner.\r\rFor example, a medical license issued by a medical board of licensure authorizing the practitioner to practice medicine within a certain locality." , "Organization.qualification: The official certifications, accreditations, training, designations and licenses that authorize and/or otherwise endorse the provision of care by the organization.\r\rFor example, an approval to provide a type of services issued by a certifying body (such as the US Joint Commission) to an organization." ;
        rdfs:label                      "qualification" ;
        fhir:modifierExtensionProperty  fhir:_qualification ;
        dc:title                        "Practitioner.qualification: Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care" , "Organization.qualification: Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care" .

fhir:yearInterval  a                    owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.yearlyTemplate.yearInterval: Appointment recurs every nth year." ;
        rdfs:label                      "yearInterval" ;
        fhir:modifierExtensionProperty  fhir:_yearInterval ;
        dc:title                        "Appointment.recurrenceTemplate.yearlyTemplate.yearInterval: Recurs every nth year" .

fhir:_developmentStage
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.developmentStage" ;
        rdfs:label    "_developmentStage" .

fhir:riskAdjustment  a                  owl:ObjectProperty ;
        rdfs:comment                    "Measure.riskAdjustment: A description of the risk adjustment factors that may impact the resulting score for the measure and how they may be accounted for when computing and reporting measure results." ;
        rdfs:label                      "riskAdjustment" ;
        fhir:modifierExtensionProperty  fhir:_riskAdjustment ;
        dc:title                        "Measure.riskAdjustment: How risk adjustment is applied for this measure" .

fhir:_estimatedAge  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.estimatedAge" ;
        rdfs:label    "_estimatedAge" .

fhir:RequirementsStatementComponent
        a                owl:Class ;
        rdfs:comment     "RequirementsStatementComponent: The actual statement of requirement, in markdown format." ;
        rdfs:label       "RequirementsStatementComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:conditionality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:satisfiedBy
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conditionality
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:parent
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:conformance
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:parent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] .

fhir:_intendedRoute  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.definitional.intendedRoute" ;
        rdfs:label    "_intendedRoute" .

fhir:score  a                           owl:ObjectProperty ;
        rdfs:comment                    "TestReport.score: The final score (percentage of tests passed) resulting from the execution of the TestScript." , "Bundle.entry.search.score: When searching, the server's search ranking score for the entry." ;
        rdfs:label                      "score" ;
        fhir:modifierExtensionProperty  fhir:_score ;
        dc:title                        "TestReport.score: The final score (percentage of tests passed) resulting from the execution of the TestScript" , "Bundle.entry.search.score: Search ranking (between 0 and 1)" .

fhir:DeviceRequestParameterComponent
        a                owl:Class ;
        rdfs:comment     "DeviceRequestParameterComponent: Specific parameters for the ordered item.  For example, the prism value for lenses." ;
        rdfs:label       "DeviceRequestParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_diseaseSymptomProcedure
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ClinicalUseDefinition.indication.diseaseSymptomProcedure" , "(Modified) ClinicalUseDefinition.contraindication.diseaseSymptomProcedure" ;
        rdfs:label    "_diseaseSymptomProcedure" .

fhir:_validationProcess
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.validationProcess" ;
        rdfs:label    "_validationProcess" .

fhir:ExampleScenarioProcessComponent
        a                owl:Class ;
        rdfs:comment     "ExampleScenarioProcessComponent: A group of operations that represents a significant step within a scenario." ;
        rdfs:label       "ExampleScenarioProcessComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:preConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:postConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExampleScenarioProcessStepComponent ;
                           owl:onProperty     fhir:step
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:postConditions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preConditions
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] .

fhir:_timestamp  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.timestamp" , "(Modified) SubscriptionStatus.notificationEvent.timestamp" , "(Modified) Bundle.timestamp" ;
        rdfs:label    "_timestamp" .

fhir:supportedProfile
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.supportedProfile: A list of profiles representing different use cases the system hosts/produces. A supported profile is a statement about the functionality of the data and services provided by the server (or the client) for supported use cases. For example, a system can define and declare multiple Observation profiles for laboratory observations, vital sign observations, etc. By declaring supported profiles, systems provide a way to determine whether individual resources are conformant. See further discussion in [Using Profiles](profiling.html#profile-uses)." ;
        rdfs:label                      "supportedProfile" ;
        fhir:modifierExtensionProperty  fhir:_supportedProfile ;
        dc:title                        "CapabilityStatement.rest.resource.supportedProfile: Use-case specific profiles" .

fhir:Contract.TermTerm.ContractAssetAnswer
        a                owl:Class ;
        rdfs:comment     "Response to assets." ;
        rdfs:label       "Contract.TermTerm.ContractAssetAnswer" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        dc:title         "Response to assets" .

fhir:TestReportSetupActionAssertComponent
        a                owl:Class ;
        rdfs:comment     "TestReportSetupComponent.SetupAction.TestReportSetupActionAssertComponent: The results of the assertion performed on the previous operations." ;
        rdfs:label       "TestReportSetupActionAssertComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportSetupActionAssertRequirementComponent ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:message
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:result
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:message
                         ] .

fhir:_label  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.relatesTo.label" , "(Modified) ResearchStudy.label" , "(Modified) RelatedArtifact.label" , "(Modified) TestScript.test.action.operation.label" , "(Modified) TestScript.setup.action.assert.label" , "(Modified) ElementDefinition.example.label" , "(Modified) TestScript.test.action.assert.label" , "(Modified) ElementDefinition.label" , "(Modified) TestScript.setup.action.operation.label" , "(Modified) TestScript.teardown.action.operation.label" , "(Modified) Requirements.statement.label" ;
        rdfs:label    "_label" .

fhir:_preparationInstruction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.preparationInstruction" ;
        rdfs:label    "_preparationInstruction" .

fhir:InventoryItemResponsibleOrganizationComponent
        a                owl:Class ;
        rdfs:comment     "InventoryItemResponsibleOrganizationComponent: Organization(s) responsible for the product." ;
        rdfs:label       "InventoryItemResponsibleOrganizationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] .

fhir:informationType  a                 owl:ObjectProperty ;
        rdfs:comment                    "ArtifactAssessment.content.component.informationType: The type of information this component of the content represents." , "ArtifactAssessment.content.informationType: The type of information this component of the content represents." ;
        rdfs:label                      "informationType" ;
        fhir:modifierExtensionProperty  fhir:_informationType ;
        dc:title                        "ArtifactAssessment.content.component.informationType: comment | classifier | rating | container | response | change-request" , "ArtifactAssessment.content.informationType: comment | classifier | rating | container | response | change-request" .

fhir:BodyStructureIncludedStructure
        a                owl:Class ;
        rdfs:comment     "The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure." ;
        rdfs:label       "BodyStructureIncludedStructure" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:qualifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:structure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BodyStructureIncludedStructureBodyLandmarkOrientationComponent ;
                           owl:onProperty     fhir:bodyLandmarkOrientation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:laterality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:structure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:laterality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:spatialReference
                         ] ;
        dc:title         "Excluded anatomic locations(s)" .

fhir:_requesterLinkId
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.action.requesterLinkId" , "(Modified) Contract.term.action.requesterLinkId" ;
        rdfs:label    "_requesterLinkId" .

fhir:PlanDefinition  a   owl:Class ;
        rdfs:comment     "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications." ;
        rdfs:label       "PlanDefinition" ;
        rdfs:subClassOf  w5:clinical.general , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionComponent ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionGoalComponent ;
                           owl:onProperty     fhir:goal
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:library
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActorComponent ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:asNeeded
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:asNeeded
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:asNeeded
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:asNeeded
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] .

fhir:postConditions  a                  owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.alternative.step.process.postConditions: Description of the final state of the actors, environment and data after the process has been successfully completed." , "ExampleScenario.process.step.process.postConditions: Description of the final state of the actors, environment and data after the process has been successfully completed." , "ExampleScenario.process.postConditions: Description of the final state of the actors, environment and data after the process has been successfully completed." ;
        rdfs:label                      "postConditions" ;
        fhir:modifierExtensionProperty  fhir:_postConditions ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.postConditions: Status after successful completion" , "ExampleScenario.process.step.process.postConditions: Status after successful completion" , "ExampleScenario.process.postConditions: Status after successful completion" .

fhir:EvidenceVariableDefinitionComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceVariableDefinitionComponent: Evidence variable such as population, exposure, or outcome." ;
        rdfs:label       "EvidenceVariableDefinitionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:variableRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:observed
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:directnessMatch
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:intended
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:observed
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:variableRole
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:intended
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:directnessMatch
                         ] .

fhir:_meaningWhenMissing
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.meaningWhenMissing" ;
        rdfs:label    "_meaningWhenMissing" .

fhir:DeviceDispense  a               owl:Class ;
        rdfs:comment                 "Indicates that a device is to be or has been dispensed for a named person/patient.  This includes a description of the product (supply) provided and the instructions for using the device." ;
        rdfs:label                   "DeviceDispense" ;
        rdfs:subClassOf              w5:administrative.device , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:receiver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:preparedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:whenHandedOver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SimpleQuantity ;
                                       owl:onProperty     fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:eventHistory
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:quantity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:usageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:preparedDate
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:usageInstruction
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceDispensePerformerComponent ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInformation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:whenHandedOver
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:receiver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DeviceDispense .

fhir:QuestionnaireResponseItemComponentItem.QuestionnaireResponseItemAnswerComponentItem
        a                owl:Class ;
        rdfs:comment     "Nested groups and/or questions found within this particular answer." ;
        rdfs:label       "QuestionnaireResponseItemComponentItem.QuestionnaireResponseItemAnswerComponentItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Child items of question" .

fhir:_modelCharacteristic
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic" ;
        rdfs:label    "_modelCharacteristic" .

fhir:SetupAction  a      owl:Class ;
        rdfs:comment     "TestScriptSetupComponent.SetupAction: Action would contain either an operation or an assertion." , "TestReportSetupComponent.SetupAction: Action would contain either an operation or an assertion." ;
        rdfs:label       "SetupAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportSetupActionAssertComponent ;
                           owl:onProperty     fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestReportSetupActionOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionAssertComponent ;
                           owl:onProperty     fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:assert
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operation
                         ] .

fhir:_studyDesign  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.studyDesign" , "(Modified) Evidence.studyDesign" ;
        rdfs:label    "_studyDesign" .

fhir:_analysis  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) GenomicStudy.analysis" ;
        rdfs:label    "_analysis" .

fhir:insurancePlan  a                   owl:ObjectProperty ;
        rdfs:comment                    "Coverage.insurancePlan: The insurance plan details, benefits and costs, which constitute this insurance coverage." ;
        rdfs:label                      "insurancePlan" ;
        fhir:modifierExtensionProperty  fhir:_insurancePlan ;
        dc:title                        "Coverage.insurancePlan: Insurance plan details" .

fhir:communicationRequest
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.communicationRequest: Request for additional supporting or authorizing information." ;
        rdfs:label                      "communicationRequest" ;
        fhir:modifierExtensionProperty  fhir:_communicationRequest ;
        dc:title                        "ClaimResponse.communicationRequest: Request for additional information" .

fhir:specialty  a                       owl:ObjectProperty ;
        rdfs:comment                    "Appointment.specialty: The specialty of a practitioner that would be required to perform the service requested in this appointment." , "HealthcareService.specialty: Collection of specialties handled by the Healthcare service. This is more of a medical term." , "PractitionerRole.specialty: The specialty of a practitioner that describes the functional role they are practicing at a given organization or location." , "Claim.careTeam.specialty: The specialization of the practitioner or provider which is applicable for this service." , "ExplanationOfBenefit.careTeam.specialty: The specialization of the practitioner or provider which is applicable for this service." , "OrganizationAffiliation.specialty: Specific specialty of the participatingOrganization in the context of the role." , "Schedule.specialty: The specialty of a practitioner that would be required to perform the service requested in this appointment." , "Slot.specialty: The specialty of a practitioner that would be required to perform the service requested in this appointment." ;
        rdfs:label                      "specialty" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_specialty ;
        dc:title                        "OrganizationAffiliation.specialty: Specific specialty of the participatingOrganization in the context of the role" , "Claim.careTeam.specialty: Practitioner or provider specialization" , "PractitionerRole.specialty: Specific specialty of the practitioner" , "Appointment.specialty: The specialty of a practitioner that would be required to perform the service requested in this appointment" , "Schedule.specialty: Type of specialty needed" , "Slot.specialty: The specialty of a practitioner that would be required to perform the service requested in this appointment" , "ExplanationOfBenefit.careTeam.specialty: Practitioner or provider specialization" , "HealthcareService.specialty: Specialties handled by the HealthcareService" .

fhir:_artifact  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.scope.artifact" , "(Modified) ArtifactAssessment.artifact" ;
        rdfs:label    "_artifact" .

fhir:chargeItemCode  a                  owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.chargeItem.chargeItemCode: The code or reference for the charge item." ;
        rdfs:label                      "chargeItemCode" ;
        fhir:modifierExtensionProperty  fhir:_chargeItemCode ;
        dc:title                        "DeviceDefinition.chargeItem.chargeItemCode: The code or reference for the charge item" .

fhir:actuality  a                       owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.actuality: Whether the event actually happened or was a near miss. Note that this is independent of whether anyone was affected or harmed or how severely." ;
        rdfs:label                      "actuality" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_actuality ;
        dc:title                        "AdverseEvent.actuality: actual | potential" .

fhir:_maxParticipants
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) VirtualServiceDetail.maxParticipants" ;
        rdfs:label    "_maxParticipants" .

fhir:_Basic  a           owl:Class ;
        rdfs:comment     "(Modified) Basic" ;
        rdfs:label       "_Basic" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_example  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.example" ;
        rdfs:label    "_example" .

fhir:_representation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation" , "(Modified) SubstanceDefinition.structure.representation.representation" , "(Modified) SubstanceDefinition.structure.representation" , "(Modified) ElementDefinition.representation" ;
        rdfs:label    "_representation" .

fhir:telecom  a                         owl:ObjectProperty ;
        rdfs:comment                    "ContactDetail.telecom: The contact details for the individual (if a name was provided) or the organization." , "Person.telecom: A contact detail for the person, e.g. a telephone number or an email address." , "Patient.telecom: A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted." , "CareTeam.telecom: A central contact detail for the care team (that applies to all members)." , "ExtendedContactDetail.telecom: The contact details application for the purpose defined." , "Patient.contact.telecom: A contact detail for the person, e.g. a telephone number or an email address." , "Practitioner.telecom: A contact detail for the practitioner, e.g. a telephone number or an email address." , "RelatedPerson.telecom: A contact detail for the person, e.g. a telephone number or an email address." ;
        rdfs:label                      "telecom" ;
        fhir:modifierExtensionProperty  fhir:_telecom ;
        dc:title                        "Person.telecom: A contact detail for the person" , "ExtendedContactDetail.telecom: Contact details (e.g.phone/fax/url)" , "Practitioner.telecom: A contact detail for the practitioner (that apply to all roles)" , "ContactDetail.telecom: Contact details for individual or organization" , "Patient.telecom: A contact detail for the individual" , "CareTeam.telecom: A contact detail for the care team (that applies to all members)" , "Patient.contact.telecom: A contact detail for the person" , "RelatedPerson.telecom: A contact detail for the person" .

fhir:EvidenceCertaintyComponentCertaintyCertainty
        a                owl:Class ;
        rdfs:comment     "A domain or subdomain of certainty." ;
        rdfs:label       "EvidenceCertaintyComponentCertaintyCertainty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A domain or subdomain of certainty" .

fhir:_lastPerformed  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.lastPerformed" ;
        rdfs:label    "_lastPerformed" .

fhir:_legalState  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.legalState" ;
        rdfs:label    "_legalState" .

fhir:_preAuthPeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.detail.reviewOutcome.preAuthPeriod" , "(Modified) ClaimResponse.item.detail.subDetail.reviewOutcome.preAuthPeriod" , "(Modified) ExplanationOfBenefit.item.reviewOutcome.preAuthPeriod" , "(Modified) ClaimResponse.addItem.detail.reviewOutcome.preAuthPeriod" , "(Modified) ClaimResponse.item.reviewOutcome.preAuthPeriod" , "(Modified) ClaimResponse.item.detail.reviewOutcome.preAuthPeriod" , "(Modified) ClaimResponse.preAuthPeriod" , "(Modified) ClaimResponse.addItem.reviewOutcome.preAuthPeriod" , "(Modified) ClaimResponse.addItem.detail.subDetail.reviewOutcome.preAuthPeriod" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.preAuthPeriod" , "(Modified) ExplanationOfBenefit.addItem.reviewOutcome.preAuthPeriod" , "(Modified) ExplanationOfBenefit.addItem.detail.reviewOutcome.preAuthPeriod" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.preAuthPeriod" ;
        rdfs:label    "_preAuthPeriod" .

fhir:GraphDefinitionLinkComponent
        a                owl:Class ;
        rdfs:comment     "GraphDefinitionLinkComponent: Links this graph makes rules about." ;
        rdfs:label       "GraphDefinitionLinkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:max
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:max
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:min
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:params
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sliceName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:params
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sliceName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:GraphDefinitionLinkCompartmentComponent ;
                           owl:onProperty     fhir:compartment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:workflow  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.alternative.step.process.step.workflow: Indicates that the step is defined by a seaparate scenario instance." , "ExampleScenario.process.step.process.step.workflow: Indicates that the step is defined by a seaparate scenario instance." , "ExampleScenario.process.step.workflow: Indicates that the step is defined by a seaparate scenario instance." , "ExampleScenario.process.step.process.step.alternative.step.workflow: Indicates that the step is defined by a seaparate scenario instance." , "ExampleScenario.process.step.alternative.step.workflow: Indicates that the step is defined by a seaparate scenario instance." ;
        rdfs:label                      "workflow" ;
        fhir:modifierExtensionProperty  fhir:_workflow ;
        dc:title                        "ExampleScenario.process.step.process.step.workflow: Step is nested workflow" , "ExampleScenario.process.step.alternative.step.workflow: Step is nested workflow" , "ExampleScenario.process.step.workflow: Step is nested workflow" , "ExampleScenario.process.step.alternative.step.process.step.workflow: Step is nested workflow" , "ExampleScenario.process.step.process.step.alternative.step.workflow: Step is nested workflow" .

fhir:_incomplete  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.expansion.incomplete" ;
        rdfs:label    "_incomplete" .

fhir:_sphere  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.sphere" ;
        rdfs:label    "_sphere" .

fhir:_substanceDefinition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.relationship.substanceDefinition" ;
        rdfs:label    "_substanceDefinition" .

fhir:informationSource
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Immunization.informationSource: Typically the source of the data when the report of the immunization event is not based on information from the person who administered the vaccine." , "SubstanceDefinition.informationSource: Supporting literature." , "MedicationStatement.informationSource: The person or organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g. Claim or MedicationRequest." , "DeviceUsage.informationSource: Who reported the device was being used by the patient." , "MedicationRequest.informationSource: The person or organization who provided the information about this request, if the source is someone other than the requestor.  This is often used when the MedicationRequest is reported by another person." ;
        rdfs:label                      "informationSource" ;
        rdfs:subPropertyOf              w5:who.actor , w5:who.source ;
        fhir:modifierExtensionProperty  fhir:_informationSource ;
        dc:title                        "MedicationRequest.informationSource: The person or organization who provided the information about this request, if the source is someone other than the requestor" , "MedicationStatement.informationSource: Person or organization that provided the information about the taking of this medication" , "Immunization.informationSource: Indicates the source of a  reported record" , "DeviceUsage.informationSource: Who made the statement" , "SubstanceDefinition.informationSource: Supporting literature" .

fhir:_periodUnit  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.periodUnit" ;
        rdfs:label    "_periodUnit" .

fhir:paymentIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.paymentIdentifier: Issuer's unique identifier for the payment instrument." ;
        rdfs:label                      "paymentIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_paymentIdentifier ;
        dc:title                        "PaymentReconciliation.paymentIdentifier: Business identifier for the payment" .

fhir:stratifier  a                      owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier: When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure." , "Measure.group.stratifier: The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path." ;
        rdfs:label                      "stratifier" ;
        fhir:modifierExtensionProperty  fhir:_stratifier ;
        dc:title                        "MeasureReport.group.stratifier: Stratification results" , "Measure.group.stratifier: Stratifier criteria for the measure" .

fhir:pause  a                           owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.process.step.alternative.step.pause: If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event)." , "ExampleScenario.process.step.process.step.pause: If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event)." , "ExampleScenario.process.step.alternative.step.pause: If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event)." , "ExampleScenario.process.step.pause: If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event)." , "ExampleScenario.process.step.alternative.step.process.step.pause: If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event)." ;
        rdfs:label                      "pause" ;
        fhir:modifierExtensionProperty  fhir:_pause ;
        dc:title                        "ExampleScenario.process.step.pause: Pause in the flow?" , "ExampleScenario.process.step.alternative.step.process.step.pause: Pause in the flow?" , "ExampleScenario.process.step.process.step.alternative.step.pause: Pause in the flow?" , "ExampleScenario.process.step.alternative.step.pause: Pause in the flow?" , "ExampleScenario.process.step.process.step.pause: Pause in the flow?" .

fhir:StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleDependentComponentParameter
        a                owl:Class ;
        rdfs:comment     "Parameter to pass to the rule or group." ;
        rdfs:label       "StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleDependentComponentParameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        dc:title         "Parameter to pass to the rule or group" .

fhir:_isActive  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Medication.ingredient.isActive" ;
        rdfs:label    "_isActive" .

fhir:_synonym  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.name.translation.synonym" , "(Modified) SubstanceDefinition.name.synonym" , "(Modified) SubstanceDefinition.name.synonym.synonym" ;
        rdfs:label    "_synonym" .

fhir:_manifestation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.reaction.manifestation" , "(Modified) AllergyIntolerance.reaction.manifestation" ;
        rdfs:label    "_manifestation" .

fhir:_control  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.securityLabel.control" , "(Modified) Contract.term.securityLabel.control" ;
        rdfs:label    "_control" .

fhir:RegulatedAuthorizationCaseComponentCase
        a                owl:Class ;
        rdfs:comment     "A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process." ;
        rdfs:label       "RegulatedAuthorizationCaseComponentCase" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RegulatedAuthorizationCaseComponentCaseCase ;
                           owl:onProperty     fhir:application
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:date
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:date
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:date
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:date
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        dc:title         "Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure" .

fhir:dosageInstruction
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dosageInstruction: Specific instructions for how the medication is to be used by the patient." , "MedicationDispense.dosageInstruction: Indicates how the medication is to be used by the patient." ;
        rdfs:label                      "dosageInstruction" ;
        fhir:modifierExtensionProperty  fhir:_dosageInstruction ;
        dc:title                        "MedicationRequest.dosageInstruction: Specific instructions for how the medication should be taken" , "MedicationDispense.dosageInstruction: How the medication is to be used by the patient or administered by the caregiver" .

fhir:_implicitRules  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Resource.implicitRules" ;
        rdfs:label    "_implicitRules" .

fhir:ExplanationOfBenefit.Item.Detail.SubDetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ExplanationOfBenefit.Item.Detail.SubDetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        dc:title         "Subdetail level adjudication details" .

fhir:AvailabilityAvailableTimeComponent
        a                owl:Class ;
        rdfs:comment     "AvailabilityAvailableTimeComponent: Times the {item} is available." ;
        rdfs:label       "AvailabilityAvailableTimeComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:time ;
                           owl:onProperty     fhir:availableEndTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:time ;
                           owl:onProperty     fhir:availableStartTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:allDay
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:daysOfWeek
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:availableEndTime
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:availableStartTime
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:allDay
                         ] .

fhir:SpecimenCollectionComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenCollectionComponent: Details concerning the specimen collection." ;
        rdfs:label       "SpecimenCollectionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:collected
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:collected
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:collected
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:collected
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:device
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:collector
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:collector
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:duration
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:procedure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:duration
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:fastingStatus
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:fastingStatus
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:fastingStatus
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:fastingStatus
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:procedure
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] .

fhir:regulatoryAuthority
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.regulatory.regulatoryAuthority: The authority that is specifying the regulations." ;
        rdfs:label                      "regulatoryAuthority" ;
        fhir:modifierExtensionProperty  fhir:_regulatoryAuthority ;
        dc:title                        "MedicationKnowledge.regulatory.regulatoryAuthority: Specifies the authority of the regulation" .

fhir:_EnrollmentRequest
        a                owl:Class ;
        rdfs:comment     "(Modified) EnrollmentRequest" ;
        rdfs:label       "_EnrollmentRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:hash  a                            owl:ObjectProperty ;
        rdfs:comment                    "Attachment.hash: The calculated hash of the data using SHA-1. Represented using base64." ;
        rdfs:label                      "hash" ;
        fhir:modifierExtensionProperty  fhir:_hash ;
        dc:title                        "Attachment.hash: Hash of the data (sha-1, base64ed)" .

fhir:marketDistribution
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution: Indicates where and when the device is available on the market." , "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution: Indicates where and when the device is available on the market." , "DeviceDefinition.udiDeviceIdentifier.marketDistribution: Indicates where and when the device is available on the market." ;
        rdfs:label                      "marketDistribution" ;
        fhir:modifierExtensionProperty  fhir:_marketDistribution ;
        dc:title                        "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.marketDistribution: Indicates whether and when the device is available on the market" , "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution: Indicates whether and when the device is available on the market" , "DeviceDefinition.udiDeviceIdentifier.marketDistribution: Indicates whether and when the device is available on the market" .

fhir:countType  a                       owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.countType: Whether the report is about the current inventory count (snapshot) or a differential change in inventory (change)." ;
        rdfs:label                      "countType" ;
        fhir:modifierExtensionProperty  fhir:_countType ;
        dc:title                        "InventoryReport.countType: snapshot | difference" .

fhir:_documentation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ParameterDefinition.documentation" , "(Modified) RequestOrchestration.action.documentation" , "(Modified) CapabilityStatement.rest.searchParam.documentation" , "(Modified) OperationDefinition.parameter.part.documentation" , "(Modified) CapabilityStatement.rest.interaction.documentation" , "(Modified) CompartmentDefinition.resource.documentation" , "(Modified) CapabilityStatement.rest.operation.documentation" , "(Modified) CapabilityStatement.rest.resource.documentation" , "(Modified) StructureMap.group.rule.rule.documentation" , "(Modified) TerminologyCapabilities.expansion.parameter.documentation" , "(Modified) PlanDefinition.action.action.documentation" , "(Modified) PlanDefinition.action.documentation" , "(Modified) StructureMap.group.input.documentation" , "(Modified) ElementDefinition.binding.additional.documentation" , "(Modified) CapabilityStatement.rest.resource.interaction.documentation" , "(Modified) OperationDefinition.parameter.documentation" , "(Modified) StructureMap.group.documentation" , "(Modified) StructureMap.group.rule.documentation" , "(Modified) PlanDefinition.goal.documentation" , "(Modified) CapabilityStatement.messaging.documentation" , "(Modified) CapabilityStatement.document.documentation" , "(Modified) StructureMap.structure.documentation" , "(Modified) CapabilityStatement.rest.resource.operation.documentation" , "(Modified) RequestOrchestration.action.action.documentation" , "(Modified) CapabilityStatement.rest.resource.searchParam.documentation" , "(Modified) CapabilityStatement.rest.documentation" , "(Modified) ActorDefinition.documentation" ;
        rdfs:label    "_documentation" .

fhir:association  a                     owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.association: Association with other items or products." ;
        rdfs:label                      "association" ;
        fhir:modifierExtensionProperty  fhir:_association ;
        dc:title                        "InventoryItem.association: Association with other items or products" .

fhir:_intendedJurisdiction
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.intendedJurisdiction" ;
        rdfs:label    "_intendedJurisdiction" .

fhir:_recurrenceType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.recurrenceType" ;
        rdfs:label    "_recurrenceType" .

fhir:when  a                            owl:ObjectProperty ;
        rdfs:comment                    "RiskAssessment.prediction.when" , "CoverageEligibilityRequest.event.when" , "Signature.when: When the digital signature was signed." , "CoverageEligibilityResponse.event.when" , "Timing.repeat.when: An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur." , "ClaimResponse.event.when" , "ExplanationOfBenefit.event.when" , "Claim.event.when" ;
        rdfs:label                      "when" ;
        fhir:modifierExtensionProperty  fhir:_when ;
        dc:title                        "Signature.when: When the signature was created" , "Timing.repeat.when: Code for time period of occurrence" .

fhir:form  a                            owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.form: The actual form, by reference or inclusion, for printing the content or an EOB." , "EncounterHistory.location.form: This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query." , "Encounter.location.form: This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query." , "Location.form: Physical form of the location, e.g. building, room, vehicle, road, virtual." , "CoverageEligibilityResponse.form: A code for the form to be used for printing the content." , "SubstanceDefinition.characterization.form: Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form." , "ExplanationOfBenefit.form: The actual form, by reference or inclusion, for printing the content or an EOB." ;
        rdfs:label                      "form" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_form ;
        dc:title                        "ExplanationOfBenefit.form: Printed reference or actual form" , "ClaimResponse.form: Printed reference or actual form" , "CoverageEligibilityResponse.form: Printed form identifier" , "Encounter.location.form: The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)" , "EncounterHistory.location.form: The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)" , "Location.form: Physical form of the location" , "SubstanceDefinition.characterization.form: Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form" .

fhir:_complete  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.contributorship.complete" ;
        rdfs:label    "_complete" .

fhir:_shortDoco  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.binding.additional.shortDoco" ;
        rdfs:label    "_shortDoco" .

fhir:differential  a                    owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.differential: A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies." ;
        rdfs:label                      "differential" ;
        fhir:modifierExtensionProperty  fhir:_differential ;
        dc:title                        "StructureDefinition.differential: Differential view of the structure" .

fhir:_occurrenceDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AppointmentResponse.occurrenceDate" , "(Modified) Appointment.recurrenceTemplate.occurrenceDate" ;
        rdfs:label    "_occurrenceDate" .

fhir:additional  a                      owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.binding.additional: Additional bindings that help applications implementing this element. Additional bindings do not replace the main binding but provide more information and/or context." ;
        rdfs:label                      "additional" ;
        fhir:modifierExtensionProperty  fhir:_additional ;
        dc:title                        "ElementDefinition.binding.additional: Additional Bindings - more rules about the binding" .

fhir:canonical  a        owl:Class ;
        rdfs:comment     "A URI that is a reference to a canonical URL on a FHIR resource" ;
        rdfs:label       "canonical" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:anyURI ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_actualComparisonGroup
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.actualComparisonGroup" ;
        rdfs:label    "_actualComparisonGroup" .

fhir:_requestor  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.requestor" , "(Modified) CoverageEligibilityResponse.requestor" , "(Modified) ClaimResponse.requestor" , "(Modified) AuditEvent.entity.agent.requestor" , "(Modified) AuditEvent.agent.requestor" ;
        rdfs:label    "_requestor" .

fhir:CommunicationPayloadComponent
        a                owl:Class ;
        rdfs:comment     "CommunicationPayloadComponent: Text, attachment(s), or resource(s) that was communicated to the recipient." ;
        rdfs:label       "CommunicationPayloadComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:content
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:content
                                          ]
                                        )
                         ] .

fhir:AccountDiagnosisComponent
        a                owl:Class ;
        rdfs:comment     "AccountDiagnosisComponent: When using an account for billing a specific Encounter the set of diagnoses that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s)." ;
        rdfs:label       "AccountDiagnosisComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:dateOfDiagnosis
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:packageCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onAdmission
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:onAdmission
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:dateOfDiagnosis
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:condition
                         ] .

fhir:_doseStatus  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationEvaluation.doseStatus" ;
        rdfs:label    "_doseStatus" .

fhir:TestScriptTestComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptTestComponent: A test in this script." ;
        rdfs:label       "TestScriptTestComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestAction ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] .

fhir:TaskOutputComponent
        a                owl:Class ;
        rdfs:comment     "TaskOutputComponent: Outputs produced by the Task." ;
        rdfs:label       "TaskOutputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Element ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleDependentComponentParameter
        a                owl:Class ;
        rdfs:comment     "Parameter to pass to the rule or group." ;
        rdfs:label       "StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleDependentComponentParameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:id ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:decimal ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        dc:title         "Parameter to pass to the rule or group" .

fhir:MeasureReport  a                owl:Class ;
        rdfs:comment                 "The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation." ;
        rdfs:label                   "MeasureReport" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:measure
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:scoring
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:measure
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reporter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:scoring
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:evaluatedResource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:improvementNotation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:inputParameters
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:dataUpdateType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:reporter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:inputParameters
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:dataUpdateType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:date
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:improvementNotation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reportingVendor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supplementalData
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:MeasureReportGroupComponent ;
                                       owl:onProperty     fhir:group
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:reportingVendor
                                     ] ;
        fhir:modifierExtensionClass  fhir:_MeasureReport .

fhir:producedFrom  a                    owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.producedFrom: Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form.  In some cases, an administrable form might use all of the items from the overall product (or there might only be one item), while in other cases, an administrable form might use only a subset of the items available in the overall product.  For example, an administrable form might involve combining a liquid and a powder available as part of an overall product, but not involve applying the also supplied cream." ;
        rdfs:label                      "producedFrom" ;
        fhir:modifierExtensionProperty  fhir:_producedFrom ;
        dc:title                        "AdministrableProductDefinition.producedFrom: Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form" .

fhir:tuesday  a                         owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.tuesday: Indicates that recurring appointments should occur on Tuesdays." ;
        rdfs:label                      "tuesday" ;
        fhir:modifierExtensionProperty  fhir:_tuesday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.tuesday: Recurs on Tuesday" .

fhir:ValueSetExpansionComponent.ValueSetExpansionContainsComponentContainsContains
        a                owl:Class ;
        rdfs:comment     "Other codes and entries contained under this entry in the hierarchy." ;
        rdfs:label       "ValueSetExpansionComponent.ValueSetExpansionContainsComponentContainsContains" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Codes contained under this entry" .

fhir:_sourceReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.sourceReference" ;
        rdfs:label    "_sourceReference" .

fhir:crossReference  a                  owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.crossReference: Reference to another product, e.g. for linking authorised to investigational product, or a virtual product." ;
        rdfs:label                      "crossReference" ;
        fhir:modifierExtensionProperty  fhir:_crossReference ;
        dc:title                        "MedicinalProductDefinition.crossReference: Reference to another product, e.g. for linking authorised to investigational product" .

fhir:_Composition  a     owl:Class ;
        rdfs:comment     "(Modified) Composition" ;
        rdfs:label       "_Composition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:subdetailSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClaimResponse.addItem.subdetailSequence: The sequence number of the sub-details within the details within the claim item which this line is intended to replace." ;
        rdfs:label                      "subdetailSequence" ;
        fhir:modifierExtensionProperty  fhir:_subdetailSequence ;
        dc:title                        "ClaimResponse.addItem.subdetailSequence: Subdetail sequence number" .

fhir:_definitionReference
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionReference" , "(Modified) EvidenceVariable.characteristic.definitionReference" ;
        rdfs:label    "_definitionReference" .

fhir:supplier  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.supplier: An entity that is the source for the substance. It may be different from the manufacturer. Supplier is synonymous to a distributor." , "SupplyRequest.supplier: Who is intended to fulfill the request." , "SupplyDelivery.supplier: The individual or organization responsible for supplying the delivery." ;
        rdfs:label                      "supplier" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_supplier ;
        dc:title                        "SupplyRequest.supplier: Who is intended to fulfill the request" , "SupplyDelivery.supplier: The item supplier" , "SubstanceDefinition.supplier: An entity that is the source for the substance. It may be different from the manufacturer" .

fhir:inputPopulationId
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Measure.group.population.inputPopulationId: The id of a population element in this measure that provides the input for this population criteria. In most cases, the scoring structure of the measure implies specific relationships (e.g. the Numerator uses the Denominator as the source in a proportion scoring). In some cases, however, multiple possible choices exist and must be resolved explicitly. For example in a ratio measure with multiple initial populations, the denominator must specify which population should be used as the starting point." ;
        rdfs:label                      "inputPopulationId" ;
        fhir:modifierExtensionProperty  fhir:_inputPopulationId ;
        dc:title                        "Measure.group.population.inputPopulationId: Which population" .

fhir:CarePlan  a                     owl:Class ;
        rdfs:comment                 "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions." ;
        rdfs:label                   "CarePlan" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.careprovision ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:custodian
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:replaces
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:title
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:careTeam
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:contributor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:custodian
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CarePlanActivityComponent ;
                                       owl:onProperty     fhir:activity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:addresses
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:goal
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:title
                                     ] ;
        fhir:modifierExtensionClass  fhir:_CarePlan .

fhir:clinicalStatus  a                  owl:ObjectProperty ;
        rdfs:comment                    "Condition.clinicalStatus: The clinical status of the condition." , "AllergyIntolerance.clinicalStatus: The clinical status of the allergy or intolerance." ;
        rdfs:label                      "clinicalStatus" ;
        rdfs:subPropertyOf              w5:status ;
        fhir:modifierExtensionProperty  fhir:_clinicalStatus ;
        dc:title                        "Condition.clinicalStatus: active | recurrence | relapse | inactive | remission | resolved | unknown" , "AllergyIntolerance.clinicalStatus: active | inactive | resolved" .

fhir:measurementType  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.moiety.measurementType: The measurement type of the quantitative value. In capturing the actual relative amounts of substances or molecular fragments it may be necessary to indicate whether the amount refers to, for example, a mole ratio or weight ratio." ;
        rdfs:label                      "measurementType" ;
        fhir:modifierExtensionProperty  fhir:_measurementType ;
        dc:title                        "SubstanceDefinition.moiety.measurementType: The measurement type of the quantitative value" .

fhir:ImplementationGuideDefinitionGroupingComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionGroupingComponent: A logical group of resources. Logical groups can be used when building pages." ;
        rdfs:label       "ImplementationGuideDefinitionGroupingComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] .

fhir:_fundingSource  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.fundingSource" ;
        rdfs:label    "_fundingSource" .

fhir:_immunizationEvent
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImmunizationEvaluation.immunizationEvent" ;
        rdfs:label    "_immunizationEvent" .

fhir:ClaimResponseEventComponent
        a                owl:Class ;
        rdfs:comment     "ClaimResponseEventComponent: Information code for an event with a corresponding date or period." ;
        rdfs:label       "ClaimResponseEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:statement  a                       owl:ObjectProperty ;
        rdfs:comment                    "Requirements.statement: The actual statement of requirement, in markdown format." ;
        rdfs:label                      "statement" ;
        fhir:modifierExtensionProperty  fhir:_statement ;
        dc:title                        "Requirements.statement: Actual statement as markdown" .

fhir:ImageRegion3D  a    owl:Class ;
        rdfs:comment     "ImagingSelectionInstanceComponent.ImageRegion3D: Each imaging selection might includes a 3D image region, specified by a region type and a set of 3D coordinates." ;
        rdfs:label       "ImageRegion3D" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:coordinate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:coordinate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:regionType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:regionType
                         ] .

fhir:_item  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Linkage.item" , "(Modified) AdverseEvent.supportingInfo.item" , "(Modified) QuestionnaireResponse.item.item.item" , "(Modified) QuestionnaireResponse.item.item" , "(Modified) InventoryReport.inventoryListing.item" , "(Modified) SupplyRequest.item" , "(Modified) NutritionProduct.ingredient.item" , "(Modified) QuestionnaireResponse.item" , "(Modified) SupplyDelivery.suppliedItem.item" , "(Modified) Questionnaire.item.item" , "(Modified) CoverageEligibilityRequest.item" , "(Modified) ClinicalImpression.finding.item" , "(Modified) Claim.item" , "(Modified) ClinicalUseDefinition.interaction.interactant.item" , "(Modified) AdverseEvent.mitigatingAction.item" , "(Modified) AdverseEvent.contributingFactor.item" , "(Modified) List.entry.item" , "(Modified) QuestionnaireResponse.item.item.answer.item" , "(Modified) NutritionProduct.nutrient.item" , "(Modified) QuestionnaireResponse.item.answer.item" , "(Modified) ExplanationOfBenefit.item" , "(Modified) QuestionnaireResponse.item.answer.item.answer.item" , "(Modified) Questionnaire.item.item.item" , "(Modified) MedicationKnowledge.definitional.ingredient.item" , "(Modified) AdverseEvent.preventiveAction.item" , "(Modified) InventoryReport.inventoryListing.item.item" , "(Modified) ClaimResponse.item" , "(Modified) PackagedProductDefinition.packaging.packaging.containedItem.item" , "(Modified) QuestionnaireResponse.item.answer.item.item" , "(Modified) PackagedProductDefinition.packaging.containedItem.item" , "(Modified) Medication.ingredient.item" , "(Modified) Questionnaire.item" , "(Modified) CoverageEligibilityResponse.insurance.item" ;
        rdfs:label    "_item" .

fhir:_repeatUnit  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit" ;
        rdfs:label    "_repeatUnit" .

fhir:startingMaterial
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.monomerSet.startingMaterial: The starting materials - monomer(s) used in the synthesis of the polymer." ;
        rdfs:label                      "startingMaterial" ;
        fhir:modifierExtensionProperty  fhir:_startingMaterial ;
        dc:title                        "SubstancePolymer.monomerSet.startingMaterial: The starting materials - monomer(s) used in the synthesis of the polymer" .

fhir:_temperatureQualifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.handling.temperatureQualifier" ;
        rdfs:label    "_temperatureQualifier" .

fhir:dosingGuideline  a                 owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.indicationGuideline.dosingGuideline: The guidelines for the dosage of the medication for the indication." ;
        rdfs:label                      "dosingGuideline" ;
        fhir:modifierExtensionProperty  fhir:_dosingGuideline ;
        dc:title                        "MedicationKnowledge.indicationGuideline.dosingGuideline: Guidelines for dosage of the medication" .

fhir:_serviceCategory
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Slot.serviceCategory" , "(Modified) Schedule.serviceCategory" , "(Modified) Appointment.serviceCategory" ;
        rdfs:label    "_serviceCategory" .

fhir:_rate  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.administration.rate" , "(Modified) NutritionIntake.consumedItem.rate" , "(Modified) MedicationAdministration.dosage.rate" , "(Modified) Dosage.doseAndRate.rate" ;
        rdfs:label    "_rate" .

fhir:_filterDefinition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.canFilterBy.filterDefinition" ;
        rdfs:label    "_filterDefinition" .

fhir:prescriber  a                      owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.prescriber: The healthcare professional responsible for authorizing the prescription." ;
        rdfs:label                      "prescriber" ;
        rdfs:subPropertyOf              w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_prescriber ;
        dc:title                        "VisionPrescription.prescriber: Who authorized the vision prescription" .

fhir:oid  a              owl:Class ;
        rdfs:comment     "An OID represented as a URI" ;
        rdfs:label       "oid" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:anyURI ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_attachment  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment" , "(Modified) DocumentReference.content.attachment" ;
        rdfs:label    "_attachment" .

fhir:_sourceAttachment
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.sourceAttachment" ;
        rdfs:label    "_sourceAttachment" .

fhir:_materialType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.fractionDescription.materialType" ;
        rdfs:label    "_materialType" .

fhir:target  a                          owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.target: A resource that was validated." , "DocumentReference.relatesTo.target: The target document of this relationship." , "ConceptMap.group.element.target: A concept from the target value set that this concept maps to." , "MessageHeader.destination.target: Identifies the target end system in situations where the initial message transmission is to an intermediary system." , "SearchParameter.target: Types of resource (if a resource is referenced)." , "StructureMap.group.rule.rule.target: Content to create because of this mapping rule." , "SubstanceReferenceInformation.target: Todo." , "EvidenceReport.relatesTo.target: The target composition/document of this relationship." , "Provenance.target: The Reference(s) that were generated or updated by  the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity." , "StructureMap.group.rule.target: Content to create because of this mapping rule." , "PaymentReconciliation.allocation.target: Specific resource to which the payment/adjustment/advance applies." , "SubstanceReferenceInformation.target.target: Todo." , "Person.link.target: The resource to which this actual person is associated." , "ConceptMap.group.target: An absolute URI that identifies the target system that the concepts will be mapped to." , "Goal.target: Indicates what should be done by when." , "PlanDefinition.goal.target: Indicates what should be done and within what timeframe." ;
        rdfs:label                      "target" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_target ;
        dc:title                        "ConceptMap.group.element.target: Concept in target system for element" , "ConceptMap.group.target: Target system that the concepts are to be mapped to" , "SubstanceReferenceInformation.target.target: Todo" , "Goal.target: Target outcome for the goal" , "VerificationResult.target: A resource that was validated" , "PlanDefinition.goal.target: Target outcome for the goal" , "Provenance.target: Target Reference(s) (usually version specific)" , "StructureMap.group.rule.rule.target: Content to create because of this mapping rule" , "MessageHeader.destination.target: Particular delivery destination within the destination" , "SearchParameter.target: Types of resource (if a resource reference)" , "SubstanceReferenceInformation.target: Todo" , "EvidenceReport.relatesTo.target: Target of the relationship" , "StructureMap.group.rule.target: Content to create because of this mapping rule" , "PaymentReconciliation.allocation.target: Subject of the payment" , "Person.link.target: The resource to which this actual person is associated" , "DocumentReference.relatesTo.target: Target of the relationship" .

fhir:_valueCategory  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.modelCharacteristic.variable.valueCategory" ;
        rdfs:label    "_valueCategory" .

fhir:_requestMethod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.requestMethod" , "(Modified) TestScript.setup.action.assert.requestMethod" ;
        rdfs:label    "_requestMethod" .

fhir:linkage  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.linkage: The linkages between sugar residues will also be captured." ;
        rdfs:label                      "linkage" ;
        fhir:modifierExtensionProperty  fhir:_linkage ;
        dc:title                        "SubstanceNucleicAcid.subunit.linkage: The linkages between sugar residues will also be captured" .

fhir:DeviceUdiCarrierComponent
        a                owl:Class ;
        rdfs:comment     "DeviceUdiCarrierComponent: Unique device identifier (UDI) assigned to device label or package.  Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold." ;
        rdfs:label       "DeviceUdiCarrierComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:base64Binary ;
                           owl:onProperty     fhir:carrierAIDC
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:carrierAIDC
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:entryType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:carrierHRF
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:carrierHRF
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:entryType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:jurisdiction
                         ] .

fhir:TerminologyCapabilitiesClosureComponent
        a                owl:Class ;
        rdfs:comment     "TerminologyCapabilitiesClosureComponent: Whether the $closure operation is supported." ;
        rdfs:label       "TerminologyCapabilitiesClosureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:translation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:translation
                         ] .

fhir:_conclusionCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DiagnosticReport.conclusionCode" ;
        rdfs:label    "_conclusionCode" .

fhir:_div  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Narrative.div" ;
        rdfs:label    "_div" .

fhir:processingMode  a                  owl:ObjectProperty ;
        rdfs:comment                    "SearchParameter.processingMode: How the search parameter relates to the set of elements returned by evaluating the expression query." ;
        rdfs:label                      "processingMode" ;
        fhir:modifierExtensionProperty  fhir:_processingMode ;
        dc:title                        "SearchParameter.processingMode: normal | phonetic | other" .

fhir:_rule  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule" , "(Modified) StructureMap.group.rule.rule.rule" , "(Modified) StructureMap.group.rule" , "(Modified) Permission.rule" , "(Modified) GraphDefinition.link.compartment.rule" , "(Modified) Contract.rule" ;
        rdfs:label    "_rule" .

fhir:StructureMap  a     owl:Class ;
        rdfs:comment     "A Map of relationships between 2 structures that can be used to transform data." ;
        rdfs:label       "StructureMap" ;
        rdfs:subClassOf  w5:conformance.content , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:group
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:import
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupComponent ;
                           owl:onProperty     fhir:group
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapConstComponent ;
                           owl:onProperty     fhir:const
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapStructureComponent ;
                           owl:onProperty     fhir:structure
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] .

fhir:_molecularFormulaByMoiety
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.molecularFormulaByMoiety" ;
        rdfs:label    "_molecularFormulaByMoiety" .

fhir:firstDose  a                       owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.firstDose: The first dose (dose quantity) administered can be specified for the product, using a numerical value and its unit of measurement." ;
        rdfs:label                      "firstDose" ;
        fhir:modifierExtensionProperty  fhir:_firstDose ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.firstDose: The first dose (dose quantity) administered can be specified for the product" .

fhir:BundleEntryResponseComponent
        a                owl:Class ;
        rdfs:comment     "BundleEntryComponent.BundleEntryResponseComponent: Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history." ;
        rdfs:label       "BundleEntryResponseComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:outcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Resource ;
                           owl:onProperty     fhir:outcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:lastModified
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastModified
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:etag
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:etag
                         ] .

fhir:structureVersion
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.instance.structureVersion: Conveys the version of the data structure instantiated.  I.e. what release of FHIR, X12, OpenEHR, etc. is instance compliant with." ;
        rdfs:label                      "structureVersion" ;
        fhir:modifierExtensionProperty  fhir:_structureVersion ;
        dc:title                        "ExampleScenario.instance.structureVersion: E.g. 4.0.1" .

fhir:alias  a                           owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.alias: A list of alternate names that the product is known as, or was known as in the past." , "ElementDefinition.alias: Identifies additional names by which this element might also be known." , "Organization.alias: A list of alternate names that the organization is known as, or was known as in the past." , "Contract.alias: Alternative representation of the title for this Contract definition, derivative, or instance in any legal state., e.g., a domain specific contract number related to legislation." , "StructureMap.structure.alias: The name used for this type in the map." , "Location.alias: A list of alternate names that the location is known as, or was known as, in the past." ;
        rdfs:label                      "alias" ;
        fhir:modifierExtensionProperty  fhir:_alias ;
        dc:title                        "StructureMap.structure.alias: Name for type in this map" , "InsurancePlan.alias: Alternate names" , "Contract.alias: Acronym or short name" , "ElementDefinition.alias: Other names" , "Organization.alias: A list of alternate names that the organization is known as, or was known as in the past" , "Location.alias: A list of alternate names that the location is known as, or was known as, in the past" .

fhir:_programCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.detail.subDetail.programCode" , "(Modified) ExplanationOfBenefit.addItem.programCode" , "(Modified) Claim.item.programCode" , "(Modified) Claim.item.detail.programCode" , "(Modified) ExplanationOfBenefit.item.programCode" , "(Modified) ExplanationOfBenefit.item.detail.programCode" , "(Modified) Claim.item.detail.subDetail.programCode" , "(Modified) ClaimResponse.addItem.programCode" ;
        rdfs:label    "_programCode" .

fhir:_resultForDelete
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionTopic.resourceTrigger.queryCriteria.resultForDelete" ;
        rdfs:label    "_resultForDelete" .

fhir:grantee  a                         owl:ObjectProperty ;
        rdfs:comment                    "Consent.grantee: The entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions." ;
        rdfs:label                      "grantee" ;
        fhir:modifierExtensionProperty  fhir:_grantee ;
        dc:title                        "Consent.grantee: Who is agreeing to the policy and rules" .

fhir:_effectiveTime  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.valuedItem.effectiveTime" , "(Modified) Contract.term.asset.valuedItem.effectiveTime" ;
        rdfs:label    "_effectiveTime" .

fhir:definitionCodeableConcept
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionCodeableConcept: Defines the characteristic using CodeableConcept." , "EvidenceVariable.characteristic.definitionCodeableConcept: Defines the characteristic using CodeableConcept." ;
        rdfs:label                      "definitionCodeableConcept" ;
        fhir:modifierExtensionProperty  fhir:_definitionCodeableConcept ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionCodeableConcept: Defines the characteristic (without using type and value) by a CodeableConcept" , "EvidenceVariable.characteristic.definitionCodeableConcept: Defines the characteristic (without using type and value) by a CodeableConcept" .

fhir:Property  a         owl:Class ;
        rdfs:comment     "ConceptMap.Property: A property defines a slot through which additional information can be provided about a map from source -> target." , "CodeSystem.Property: A property defines an additional slot through which additional information can be provided about a concept." ;
        rdfs:label       "Property" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:system
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] .

fhir:entryClassifier  a                 owl:ObjectProperty ;
        rdfs:comment                    "EvidenceReport.section.section.entryClassifier: Specifies any type of classification of the evidence report." , "EvidenceReport.section.entryClassifier: Specifies any type of classification of the evidence report." ;
        rdfs:label                      "entryClassifier" ;
        fhir:modifierExtensionProperty  fhir:_entryClassifier ;
        dc:title                        "EvidenceReport.section.section.entryClassifier: Extensible classifiers as content" , "EvidenceReport.section.entryClassifier: Extensible classifiers as content" .

fhir:_combining  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.combining" ;
        rdfs:label    "_combining" .

fhir:paternalOrganismName
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.hybrid.paternalOrganismName: The name of the paternal species constituting the hybrid organism shall be specified." ;
        rdfs:label                      "paternalOrganismName" ;
        fhir:modifierExtensionProperty  fhir:_paternalOrganismName ;
        dc:title                        "SubstanceSourceMaterial.organism.hybrid.paternalOrganismName: The name of the paternal species constituting the hybrid organism shall be specified" .

fhir:_asset  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset" , "(Modified) Contract.term.asset" ;
        rdfs:label    "_asset" .

fhir:PaymentReconciliationAllocationComponent
        a                owl:Class ;
        rdfs:comment     "PaymentReconciliationAllocationComponent: Distribution of the payment amount for a previously acknowledged payable." ;
        rdfs:label       "PaymentReconciliationAllocationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:submitter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:payee
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:targetItem
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:targetItem
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Identifier ;
                                            owl:onProperty     fhir:targetItem
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:targetItem
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:positiveInt ;
                                            owl:onProperty     fhir:targetItem
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:targetItem
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:account
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:account
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:encounter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:predecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:payee
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:encounter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:submitter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responsible
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:predecessor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] .

fhir:_part  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part" , "(Modified) MedicinalProductDefinition.name.part" , "(Modified) SubstanceDefinition.sourceMaterial.part" , "(Modified) OperationDefinition.parameter.part.part" , "(Modified) MedicinalProductDefinition.name.part.part" , "(Modified) SubstanceSourceMaterial.partDescription.part" , "(Modified) Parameters.parameter.part.part" , "(Modified) Citation.citedArtifact.part" , "(Modified) Parameters.parameter.part" ;
        rdfs:label    "_part" .

fhir:actor  a                           owl:ObjectProperty ;
        rdfs:comment                    "Schedule.actor: Slots that reference this schedule resource provide the availability details to these referenced resource(s)." , "DeviceDispense.performer.actor: The device, practitioner, etc. who performed the action.  It should be assumed that the actor is the dispenser of the device." , "AdverseEvent.participant.actor: Indicates who or what participated in the event." , "GenomicStudy.analysis.performer.actor: The organization, healthcare professional, or others who participated in performing this analysis." , "AppointmentResponse.actor: A Person, Location, HealthcareService, or Device that is participating in the appointment." , "Appointment.participant.actor: The individual, device, location, or service participating in the appointment." , "Task.performer.actor: The actor or entity who performed the task." , "Condition.participant.actor: Indicates who or what participated in the activities related to the condition." , "NutritionIntake.performer.actor: Who performed the intake." , "AllergyIntolerance.participant.actor: Indicates who or what participated in the activities related to the allergy or intolerance." , "RequestOrchestration.action.action.participant.actor" , "ExampleScenario.actor: A system or person who shares or receives an instance within the scenario." , "ImagingStudy.series.performer.actor: Indicates who or what performed the series." , "Consent.provision.provision.actor: Who or what is controlled by this provision. Use group to identify a set of actors by some property they share (e.g. 'admitting officers')." , "PlanDefinition.actor: Actors represent the individuals or groups involved in the execution of the defined set of activities." , "RequestOrchestration.action.participant.actor" , "MedicationDispense.performer.actor: The device, practitioner, etc. who performed the action.  It should be assumed that the actor is the dispenser of the medication." , "Immunization.performer.actor: The practitioner or organization who performed the action." , "FamilyMemberHistory.participant.actor: Indicates who or what participated in the activities related to the family member history." , "BiologicallyDerivedProductDispense.performer.actor: Identifies the person responsible for the action." , "Procedure.performer.actor: Indicates who or what performed the procedure." , "Encounter.participant.actor: Person involved in the encounter, the patient/group is also included here to indicate that the patient was actually participating in the encounter. Not including the patient here covers use cases such as a case meeting between practitioners about a patient - non contact times." , "Consent.provision.actor: Who or what is controlled by this provision. Use group to identify a set of actors by some property they share (e.g. 'admitting officers')." , "ChargeItem.performer.actor: The device, practitioner, etc. who performed or participated in the service." , "Invoice.participant.actor: The device, practitioner, etc. who performed or participated in the service." , "Requirements.actor: An actor these requirements are in regard to." , "Permission.rule.activity.actor: The actor(s) authorized for the defined activity." , "ImagingSelection.performer.actor: Author – human or machine." , "MedicationAdministration.performer.actor: Indicates who or what performed the medication administration." ;
        rdfs:label                      "actor" ;
        rdfs:subPropertyOf              w5:who.focus , w5:who , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_actor ;
        dc:title                        "AllergyIntolerance.participant.actor: Who or what participated in the activities related to the allergy or intolerance" , "Schedule.actor: Resource(s) that availability information is being provided for" , "PlanDefinition.actor: Actors within the plan" , "Task.performer.actor: Who performed the task" , "Encounter.participant.actor: The individual, device, or service participating in the encounter" , "Consent.provision.actor: Who|what controlled by this provision (or group, by role)" , "AppointmentResponse.actor: Person(s), Location, HealthcareService, or Device" , "Immunization.performer.actor: Individual or organization who was performing" , "ChargeItem.performer.actor: Individual who was performing" , "MedicationDispense.performer.actor: Individual who was performing" , "Appointment.participant.actor: The individual, device, location, or service participating in the appointment" , "Requirements.actor: Actor for these requirements" , "Invoice.participant.actor: Individual who was involved" , "Condition.participant.actor: Who or what participated in the activities related to the condition" , "Consent.provision.provision.actor: Who|what controlled by this provision (or group, by role)" , "ImagingSelection.performer.actor: Author (human or machine)" , "ExampleScenario.actor: Individual involved in exchange" , "ImagingStudy.series.performer.actor: Who performed the series" , "FamilyMemberHistory.participant.actor: Who or what participated in the activities related to the family member history" , "AdverseEvent.participant.actor: Who was involved in the adverse event or the potential adverse event" , "BiologicallyDerivedProductDispense.performer.actor: Who performed the action" , "NutritionIntake.performer.actor: Who performed the intake" , "Procedure.performer.actor: Who performed the procedure" , "DeviceDispense.performer.actor: Individual who was performing" , "Permission.rule.activity.actor: Authorized actor(s)" , "GenomicStudy.analysis.performer.actor: The organization, healthcare professional, or others who participated in performing this analysis" , "MedicationAdministration.performer.actor: Who or what performed the medication administration" .

fhir:_isExample  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.manifest.resource.isExample" , "(Modified) ImplementationGuide.definition.resource.isExample" ;
        rdfs:label    "_isExample" .

fhir:navigationLinks  a                 owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.navigationLinks: Whether or not the test execution performs validation on the bundle navigation links." , "TestScript.setup.action.assert.navigationLinks: Whether or not the test execution performs validation on the bundle navigation links." ;
        rdfs:label                      "navigationLinks" ;
        fhir:modifierExtensionProperty  fhir:_navigationLinks ;
        dc:title                        "TestScript.test.action.assert.navigationLinks: Perform validation on navigation links?" , "TestScript.setup.action.assert.navigationLinks: Perform validation on navigation links?" .

fhir:availability  a                    owl:ObjectProperty ;
        rdfs:comment                    "PractitionerRole.availability: A collection of times the practitioner is available or performing this role at the location and/or healthcareservice." , "HealthcareService.availability: A collection of times that the healthcare service is available." ;
        rdfs:label                      "availability" ;
        fhir:modifierExtensionProperty  fhir:_availability ;
        dc:title                        "PractitionerRole.availability: Times the Practitioner is available at this location and/or healthcare service (including exceptions)" , "HealthcareService.availability: Times the healthcare service is available (including exceptions)" .

fhir:_specimen  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.specimen" , "(Modified) ObservationDefinition.specimen" , "(Modified) Observation.specimen" , "(Modified) MolecularSequence.specimen" , "(Modified) ImagingStudy.series.specimen" , "(Modified) GenomicStudy.analysis.specimen" , "(Modified) DiagnosticReport.specimen" ;
        rdfs:label    "_specimen" .

fhir:term  a                            owl:ObjectProperty ;
        rdfs:comment                    "Contract.term: One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups." , "Coverage.costToBeneficiary.term: The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'." , "Account.balance.term: The term of the account balances - The balance value is the amount that was outstanding for this age." , "ExplanationOfBenefit.benefitBalance.term: The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'." , "Measure.term: Provides a description of an individual term used within the measure." , "CoverageEligibilityResponse.insurance.item.term: The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'." ;
        rdfs:label                      "term" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_term ;
        dc:title                        "Coverage.costToBeneficiary.term: Annual or lifetime" , "Contract.term: Contract Term List" , "CoverageEligibilityResponse.insurance.item.term: Annual or lifetime" , "Account.balance.term: current | 30 | 60 | 90 | 120" , "ExplanationOfBenefit.benefitBalance.term: Annual or lifetime" , "Measure.term: Defined terms used in the measure documentation" .

fhir:notAvailableTime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Availability.notAvailableTime: Not available during this time due to provided reason." ;
        rdfs:label                      "notAvailableTime" ;
        fhir:modifierExtensionProperty  fhir:_notAvailableTime ;
        dc:title                        "Availability.notAvailableTime: Not available during this time due to provided reason" .

fhir:specimenRequirement
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ActivityDefinition.specimenRequirement: Defines specimen requirements for the action to be performed, such as required specimens for a lab test." ;
        rdfs:label                      "specimenRequirement" ;
        fhir:modifierExtensionProperty  fhir:_specimenRequirement ;
        dc:title                        "ActivityDefinition.specimenRequirement: What specimens are required to perform this action" .

fhir:answer  a                          owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.offer.answer: Response to offer text." , "Questionnaire.item.item.enableWhen.answer" , "QuestionnaireResponse.item.answer.item.answer: The respondent's answer(s) to the question." , "Questionnaire.item.enableWhen.answer" , "Contract.term.group.asset.answer: Response to assets." , "Contract.term.asset.answer: Response to assets." , "QuestionnaireResponse.item.answer: The respondent's answer(s) to the question." , "QuestionnaireResponse.item.item.answer: The respondent's answer(s) to the question." , "Contract.term.group.offer.answer: Response to offer text." ;
        rdfs:label                      "answer" ;
        fhir:modifierExtensionProperty  fhir:_answer ;
        dc:title                        "QuestionnaireResponse.item.answer.item.answer: The response(s) to the question" , "Contract.term.group.offer.answer: Response to offer text" , "QuestionnaireResponse.item.item.answer: The response(s) to the question" , "Contract.term.group.asset.answer: Response to assets" , "Contract.term.offer.answer: Response to offer text" , "QuestionnaireResponse.item.answer: The response(s) to the question" , "Contract.term.asset.answer: Response to assets" .

fhir:_citation  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.relatesTo.citation" , "(Modified) RelatedArtifact.citation" ;
        rdfs:label    "_citation" .

fhir:patient  a                         owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.patient: The party who is the beneficiary of the supplied coverage and for whom eligibility is sought." , "VisionPrescription.patient: A resource reference to the person to whom the vision prescription applies." , "SupplyDelivery.patient: A link to a resource representing the person whom the delivered item is for." , "DeviceUsage.patient: The patient who used the device." , "BiologicallyDerivedProductDispense.patient: A link to a resource representing the patient that the product is dispensed for." , "AuditEvent.patient: The patient element is available to enable deterministic tracking of activities that involve the patient as the subject of the data used in an activity." , "BodyStructure.patient: The person to which the body site belongs." , "Immunization.patient: The patient who either received or did not receive the immunization." , "ClaimResponse.patient: The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for facast reimbursement is sought." , "RelatedPerson.patient: The patient this person is related to." , "AllergyIntolerance.patient: The patient who has the allergy or intolerance." , "ImmunizationEvaluation.patient: The individual for whom the evaluation is being done." , "ImmunizationRecommendation.patient: The patient the recommendation(s) are for." , "FamilyMemberHistory.patient: The person who this history concerns." , "CoverageEligibilityResponse.patient: The party who is the beneficiary of the supplied coverage and for whom eligibility is sought." , "EpisodeOfCare.patient: The patient who is the focus of this episode of care." , "ExplanationOfBenefit.patient: The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for forecast reimbursement is sought." , "Provenance.patient: The patient element is available to enable deterministic tracking of activities that involve the patient as the subject of the data used in an activity." , "Claim.patient: The party to whom the professional services and/or products have been supplied or are being considered and for whom actual or forecast reimbursement is sought." ;
        rdfs:label                      "patient" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_patient ;
        dc:title                        "ExplanationOfBenefit.patient: The recipient of the products and services" , "BiologicallyDerivedProductDispense.patient: The intended recipient of the dispensed product" , "VisionPrescription.patient: Who prescription is for" , "ClaimResponse.patient: The recipient of the products and services" , "Immunization.patient: Who was immunized" , "Provenance.patient: The patient is the subject of the data created/updated (.target) by the activity" , "AllergyIntolerance.patient: Who the allergy or intolerance is for" , "FamilyMemberHistory.patient: Patient history is about" , "BodyStructure.patient: Who this is about" , "ImmunizationRecommendation.patient: Who this profile is for" , "EpisodeOfCare.patient: The patient who is the focus of this episode of care" , "RelatedPerson.patient: The patient this person is related to" , "DeviceUsage.patient: Patient using device" , "ImmunizationEvaluation.patient: Who this evaluation is for" , "CoverageEligibilityRequest.patient: Intended recipient of products and services" , "AuditEvent.patient: The patient is the subject of the data used/created/updated/deleted during the activity" , "SupplyDelivery.patient: Patient for whom the item is supplied" , "CoverageEligibilityResponse.patient: Intended recipient of products and services" , "Claim.patient: The recipient of the products and services" .

fhir:suppress  a                        owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.constraint.suppress: If true, indicates that the warning or best practice guideline should be suppressed." ;
        rdfs:label                      "suppress" ;
        fhir:modifierExtensionProperty  fhir:_suppress ;
        dc:title                        "ElementDefinition.constraint.suppress: Suppress warning or hint in profile" .

fhir:additionalUse  a                   owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.concept.concept.designation.additionalUse: Additional codes that detail how this designation would be used, if there is more than one use." , "ValueSet.expansion.contains.designation.additionalUse: Additional codes that detail how this designation would be used, if there is more than one use." , "CodeSystem.concept.designation.additionalUse: Additional codes that detail how this designation would be used, if there is more than one use." , "ValueSet.compose.include.concept.designation.additionalUse: Additional codes that detail how this designation would be used, if there is more than one use." , "ValueSet.expansion.contains.contains.designation.additionalUse: Additional codes that detail how this designation would be used, if there is more than one use." , "ValueSet.compose.exclude.concept.designation.additionalUse: Additional codes that detail how this designation would be used, if there is more than one use." ;
        rdfs:label                      "additionalUse" ;
        fhir:modifierExtensionProperty  fhir:_additionalUse ;
        dc:title                        "ValueSet.compose.include.concept.designation.additionalUse: Additional ways how this designation would be used" , "CodeSystem.concept.concept.designation.additionalUse: Additional ways how this designation would be used" , "ValueSet.compose.exclude.concept.designation.additionalUse: Additional ways how this designation would be used" , "ValueSet.expansion.contains.contains.designation.additionalUse: Additional ways how this designation would be used" , "CodeSystem.concept.designation.additionalUse: Additional ways how this designation would be used" , "ValueSet.expansion.contains.designation.additionalUse: Additional ways how this designation would be used" .

fhir:_maxDosePerLifetime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Dosage.maxDosePerLifetime" ;
        rdfs:label    "_maxDosePerLifetime" .

fhir:Distance  a         owl:Class ;
        rdfs:comment     "A length - a value with a unit that is a physical distance." ;
        rdfs:label       "Distance" ;
        rdfs:subClassOf  fhir:Quantity ;
        dc:title         "A length - a value with a unit that is a physical distance" .

fhir:_primarySource  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.primarySource" , "(Modified) Immunization.primarySource" ;
        rdfs:label    "_primarySource" .

fhir:_opticalActivity
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.opticalActivity" , "(Modified) SubstanceDefinition.moiety.opticalActivity" ;
        rdfs:label    "_opticalActivity" .

fhir:_multipleOr  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SearchParameter.multipleOr" ;
        rdfs:label    "_multipleOr" .

fhir:_specialMeasures
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.specialMeasures" ;
        rdfs:label    "_specialMeasures" .

fhir:usageReason  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceUsage.usageReason: The reason for asserting the usage status - for example forgot, lost, stolen, broken." ;
        rdfs:label                      "usageReason" ;
        fhir:modifierExtensionProperty  fhir:_usageReason ;
        dc:title                        "DeviceUsage.usageReason: The reason for asserting the usage status - for example forgot, lost, stolen, broken" .

fhir:ExplanationOfBenefit.Item.DetailAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results." ;
        rdfs:label       "ExplanationOfBenefit.Item.DetailAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        dc:title         "Detail level adjudication details" .

fhir:GoalTargetComponent
        a                owl:Class ;
        rdfs:comment     "GoalTargetComponent: Indicates what should be done by when." ;
        rdfs:label       "GoalTargetComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:due
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:due
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:due
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:due
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:detail
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:detail
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:measure
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:measure
                         ] .

fhir:measure  a                         owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.measure: A reference to the Measure that was calculated to produce this report." , "Goal.target.measure: The parameter whose value is being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level." , "PlanDefinition.goal.target.measure: The parameter whose value is to be tracked, e.g. body weight, blood pressure, or hemoglobin A1c level." ;
        rdfs:label                      "measure" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_measure ;
        dc:title                        "PlanDefinition.goal.target.measure: The parameter whose value is to be tracked" , "Goal.target.measure: The parameter whose value is being tracked" , "MeasureReport.measure: What measure was calculated" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance
        a                owl:Class ;
        rdfs:comment     "A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepOperationComponentContainedInstance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        dc:title         "Instance transmitted on invocation" , "Instance transmitted on invocation response" .

fhir:contributionType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.contributionType: This element identifies the specific nature of an individual’s contribution with respect to the cited work." ;
        rdfs:label                      "contributionType" ;
        fhir:modifierExtensionProperty  fhir:_contributionType ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.contributionType: The specific contribution" .

fhir:modelNumber  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.modelNumber: The model number for the device for example as defined by the manufacturer or labeler, or other agency." , "Device.modelNumber: The manufacturer's model number for the device." ;
        rdfs:label                      "modelNumber" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_modelNumber ;
        dc:title                        "DeviceDefinition.modelNumber: The catalog or model number for the device for example as defined by the manufacturer" , "Device.modelNumber: The manufacturer's model number for the device" .

fhir:_derivedFromUri  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.derivedFromUri" , "(Modified) ObservationDefinition.derivedFromUri" , "(Modified) ChargeItemDefinition.derivedFromUri" ;
        rdfs:label    "_derivedFromUri" .

fhir:_method  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationAdministration.dosage.method" , "(Modified) RiskAssessment.method" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.method" , "(Modified) PaymentReconciliation.method" , "(Modified) TestScript.teardown.action.operation.method" , "(Modified) Bundle.entry.request.method" , "(Modified) Specimen.collection.method" , "(Modified) Dosage.method" , "(Modified) TestScript.test.action.operation.method" , "(Modified) SubstanceDefinition.molecularWeight.method" , "(Modified) TestScript.setup.action.operation.method" , "(Modified) ObservationDefinition.method" , "(Modified) Observation.method" , "(Modified) SubstanceDefinition.structure.molecularWeight.method" , "(Modified) EvidenceVariable.characteristic.definitionByTypeAndValue.method" , "(Modified) Specimen.processing.method" ;
        rdfs:label    "_method" .

fhir:effectiveDate  a                   owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.operation.effectiveDate: Date range of applicability." , "MedicationKnowledge.packaging.cost.effectiveDate: The date range for which the cost information of the medication is effective." , "MedicationKnowledge.cost.effectiveDate: The date range for which the cost information of the medication is effective." ;
        rdfs:label                      "effectiveDate" ;
        fhir:modifierExtensionProperty  fhir:_effectiveDate ;
        dc:title                        "MedicinalProductDefinition.operation.effectiveDate: Date range of applicability" , "MedicationKnowledge.packaging.cost.effectiveDate: The date range for which the cost is effective" , "MedicationKnowledge.cost.effectiveDate: The date range for which the cost is effective" .

fhir:_servicePeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.servicePeriod" ;
        rdfs:label    "_servicePeriod" .

fhir:asNeededFor  a                     owl:ObjectProperty ;
        rdfs:comment                    "DeviceRequest.asNeededFor: The reason for using the device." , "NutritionOrder.supplement.schedule.asNeededFor: Indicates whether the supplement is only taken based on a precondition for taking the supplement." , "NutritionOrder.oralDiet.schedule.asNeededFor: Indicates whether the product is only taken based on a precondition for taking the product." , "NutritionOrder.enteralFormula.administration.schedule.asNeededFor: Indicates whether the enteral formula is only taken based on a precondition for taking the enteral formula." , "Dosage.asNeededFor: Indicates whether the Medication is only taken based on a precondition for taking the Medication (CodeableConcept)." ;
        rdfs:label                      "asNeededFor" ;
        fhir:modifierExtensionProperty  fhir:_asNeededFor ;
        dc:title                        "Dosage.asNeededFor: Take \"as needed\" (for x)" , "NutritionOrder.enteralFormula.administration.schedule.asNeededFor: Take 'as needed' for x" , "DeviceRequest.asNeededFor: Device usage reason" , "NutritionOrder.oralDiet.schedule.asNeededFor: Take 'as needed' for x" , "NutritionOrder.supplement.schedule.asNeededFor: Take 'as needed' for x" .

fhir:ExplanationOfBenefit
        a                            owl:Class ;
        rdfs:comment                 "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided." ;
        rdfs:label                   "ExplanationOfBenefit" ;
        rdfs:subClassOf              w5:financial.other , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:facility
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:referral
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:formCode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:claimResponse
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:positiveInt ;
                                       owl:onProperty     fhir:precedence
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:originalPrescription
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:BenefitBalance ;
                                       owl:onProperty     fhir:benefitBalance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AddedItem ;
                                       owl:onProperty     fhir:addItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:billablePeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:precedence
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:benefitPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:traceNumber
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:claim
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:fundsReserve
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:accident
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CareTeam ;
                                       owl:onProperty     fhir:careTeam
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payee
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Procedure ;
                                       owl:onProperty     fhir:procedure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExplanationOfBenefitAdjudication ;
                                       owl:onProperty     fhir:adjudication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:facility
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:benefitPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:originalPrescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:referral
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:prescription
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:created
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:use
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Item ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:prescription
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:payment
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:diagnosisRelatedGroup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:decision
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:fundsReserve
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExplanationOfBenefitEventComponent ;
                                       owl:onProperty     fhir:event
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RelatedClaim ;
                                       owl:onProperty     fhir:related
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:use
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Total ;
                                       owl:onProperty     fhir:total
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:claimResponse
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Payment ;
                                       owl:onProperty     fhir:payment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:disposition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:claim
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Note ;
                                       owl:onProperty     fhir:processNote
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:billablePeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:fundsReserveRequested
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:provider
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Money ;
                                       owl:onProperty     fhir:patientPaid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:preAuthRef
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Insurance ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Diagnosis ;
                                       owl:onProperty     fhir:diagnosis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:fundsReserveRequested
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Accident ;
                                       owl:onProperty     fhir:accident
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:preAuthRefPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:form
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:decision
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Payee ;
                                       owl:onProperty     fhir:payee
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SupportingInformation ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:enterer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:formCode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:patientPaid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:diagnosisRelatedGroup
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ExplanationOfBenefit .

fhir:_add  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.add" ;
        rdfs:label    "_add" .

fhir:_cancelledReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.cancelledReason" ;
        rdfs:label    "_cancelledReason" .

fhir:orderMeaning  a                    owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.orderMeaning: If present, indicates that the order of the repeating element has meaning and describes what that meaning is.  If absent, it means that the order of the element has no meaning." ;
        rdfs:label                      "orderMeaning" ;
        fhir:modifierExtensionProperty  fhir:_orderMeaning ;
        dc:title                        "ElementDefinition.orderMeaning: What the order of the elements means" .

fhir:testCase  a                        owl:ObjectProperty ;
        rdfs:comment                    "TestPlan.testCase: The individual test cases that are part of this plan, when they they are made explicit." ;
        rdfs:label                      "testCase" ;
        fhir:modifierExtensionProperty  fhir:_testCase ;
        dc:title                        "TestPlan.testCase: The test cases that constitute this plan" .

fhir:net  a                             owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.detail.net: The total amount claimed for the group (if a grouper) or the addItem.detail. Net = unit price * quantity * factor." , "ClaimResponse.addItem.net: The total amount claimed for the group (if a grouper) or the addItem. Net = unit price * quantity * factor." , "Claim.item.detail.subDetail.net: The total amount claimed for line item.detail.subDetail. Net = unit price * quantity * factor." , "Contract.term.group.asset.valuedItem.net: Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied." , "ExplanationOfBenefit.item.detail.subDetail.net: The total amount claimed for the line item.detail.subDetail. Net = unit price * quantity * factor." , "ClaimResponse.addItem.detail.net: The total amount claimed for the group (if a grouper) or the addItem.detail. Net = unit price * quantity * factor." , "Claim.item.detail.net: The total amount claimed for the group (if a grouper) or the line item.detail. Net = unit price * quantity * factor." , "ExplanationOfBenefit.addItem.net: The total amount claimed for the group (if a grouper) or the addItem. Net = unit price * quantity * factor." , "ExplanationOfBenefit.addItem.detail.subDetail.net: The total amount claimed for the addItem.detail.subDetail. Net = unit price * quantity * factor." , "Contract.term.asset.valuedItem.net: Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied." , "Claim.item.net: The total amount claimed for the group (if a grouper) or the line item. Net = unit price * quantity * factor." , "ExplanationOfBenefit.item.detail.net: The total amount claimed for the group (if a grouper) or the line item.detail. Net = unit price * quantity * factor." , "ExplanationOfBenefit.item.net: The total amount claimed for the group (if a grouper) or the line item. Net = unit price * quantity * factor." , "ClaimResponse.addItem.detail.subDetail.net: The total amount claimed for the addItem.detail.subDetail. Net = unit price * quantity * factor." ;
        rdfs:label                      "net" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_net ;
        dc:title                        "ExplanationOfBenefit.addItem.net: Total item cost" , "ExplanationOfBenefit.item.detail.subDetail.net: Total item cost" , "Claim.item.net: Total item cost" , "ClaimResponse.addItem.detail.net: Total item cost" , "ExplanationOfBenefit.item.detail.net: Total item cost" , "Claim.item.detail.subDetail.net: Total item cost" , "ExplanationOfBenefit.item.net: Total item cost" , "Contract.term.asset.valuedItem.net: Total Contract Valued Item Value" , "ClaimResponse.addItem.detail.subDetail.net: Total item cost" , "ExplanationOfBenefit.addItem.detail.net: Total item cost" , "ExplanationOfBenefit.addItem.detail.subDetail.net: Total item cost" , "Contract.term.group.asset.valuedItem.net: Total Contract Valued Item Value" , "ClaimResponse.addItem.net: Total item cost" , "Claim.item.detail.net: Total item cost" .

fhir:VerificationResultAttestationComponent
        a                owl:Class ;
        rdfs:comment     "VerificationResultAttestationComponent: Information about the entity attesting to information." ;
        rdfs:label       "VerificationResultAttestationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Signature ;
                           owl:onProperty     fhir:sourceSignature
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceSignature
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:communicationMethod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:proxySignature
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:who
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:proxyIdentityCertificate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceIdentityCertificate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:proxyIdentityCertificate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:sourceIdentityCertificate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:communicationMethod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Signature ;
                           owl:onProperty     fhir:proxySignature
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:onBehalfOf
                         ] .

fhir:_class  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.organismGeneral.class" , "(Modified) SubstancePolymer.class" , "(Modified) EncounterHistory.class" , "(Modified) Encounter.class" , "(Modified) Coverage.class" , "(Modified) Appointment.class" ;
        rdfs:label    "_class" .

fhir:claim  a                           owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.related.claim: Reference to a related claim." , "ExplanationOfBenefit.claim: The business identifier for the instance of the adjudication request: claim predetermination or preauthorization." , "Claim.related.claim: Reference to a related claim." ;
        rdfs:label                      "claim" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_claim ;
        dc:title                        "ExplanationOfBenefit.related.claim: Reference to the related claim" , "Claim.related.claim: Reference to the related claim" , "ExplanationOfBenefit.claim: Claim reference" .

fhir:Flag  a                         owl:Class ;
        rdfs:comment                 "Prospective warnings of potential issues when providing care to the patient." ;
        rdfs:label                   "Flag" ;
        rdfs:subClassOf              w5:workflow.encounter , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Flag .

fhir:_riskAdjustment  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.riskAdjustment" ;
        rdfs:label    "_riskAdjustment" .

fhir:_compareToSourceExpression
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.compareToSourceExpression" , "(Modified) TestScript.setup.action.assert.compareToSourceExpression" ;
        rdfs:label    "_compareToSourceExpression" .

fhir:_notificationEvent
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionStatus.notificationEvent" ;
        rdfs:label    "_notificationEvent" .

fhir:guideline  a                       owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.guideline: Information aimed at providing directions for the usage of this model of device." ;
        rdfs:label                      "guideline" ;
        fhir:modifierExtensionProperty  fhir:_guideline ;
        dc:title                        "DeviceDefinition.guideline: Information aimed at providing directions for the usage of this model of device" .

fhir:amount  a                          owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.total.amount: Monetary total amount associated with the category." , "Account.balance.amount: The actual balance value calculated for the age defined in the term property." , "ManufacturedItemDefinition.component.component.constituent.amount: The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)." , "SubstanceDefinition.moiety.amount" , "ExplanationOfBenefit.item.detail.subDetail.adjudication.amount: Monetary amount associated with the category." , "NutritionProduct.ingredient.amount: The amount of ingredient that is in the product." , "ClaimResponse.adjudication.amount: Monetary amount associated with the category." , "SubstancePolymer.repeat.repeatUnit.amount: Number of repeats of this unit." , "ClaimResponse.item.detail.subDetail.adjudication.amount: Monetary amount associated with the category." , "SubstanceDefinition.relationship.amount" , "SubstancePolymer.monomerSet.startingMaterial.amount: A percentage." , "ExplanationOfBenefit.adjudication.amount: Monetary amount associated with the category." , "ExplanationOfBenefit.addItem.adjudication.amount: Monetary amount associated with the category." , "ManufacturedItemDefinition.component.constituent.amount: The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)." , "VisionPrescription.lensSpecification.prism.amount: Amount of prism to compensate for eye alignment in fractional units." , "MonetaryComponent.amount: Explicit value amount to be used." , "NutritionIntake.consumedItem.amount: Quantity of the specified food." , "SubstanceDefinition.structure.molecularWeight.amount: Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field." , "ClaimResponse.addItem.detail.subDetail.adjudication.amount: Monetary amount associated with the category." , "PaymentNotice.amount: The amount sent to the payee." , "ManufacturedItemDefinition.component.amount: The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)." , "ClaimResponse.item.adjudication.amount: Monetary amount associated with the category." , "ClaimResponse.item.detail.adjudication.amount: Monetary amount associated with the category." , "PackagedProductDefinition.packaging.containedItem.amount: The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition)." , "ClaimResponse.addItem.detail.adjudication.amount: Monetary amount associated with the category." , "ExplanationOfBenefit.addItem.detail.adjudication.amount: Monetary amount associated with the category." , "NutritionProduct.nutrient.amount: The amount of nutrient expressed in one or more units: X per pack / per serving / per dose." , "PackagedProductDefinition.packaging.packaging.containedItem.amount: The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition)." , "ClaimResponse.total.amount: Monetary total amount associated with the category." , "ExplanationOfBenefit.item.detail.adjudication.amount: Monetary amount associated with the category." , "ClaimResponse.addItem.adjudication.amount: Monetary amount associated with the category." , "ExplanationOfBenefit.payment.amount: Benefits payable less any payment adjustment." , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.amount: Monetary amount associated with the category." , "PaymentReconciliation.allocation.amount: The monetary amount allocated from the total payment to the payable." , "ClaimResponse.payment.amount: Benefits payable less any payment adjustment." , "NutritionOrder.oralDiet.nutrient.amount: The quantity of the specified nutrient to include in diet." , "ManufacturedItemDefinition.component.component.amount: The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)." , "SubstanceDefinition.molecularWeight.amount: Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field." , "PaymentReconciliation.amount: Total payment amount as indicated on the financial instrument." , "NutritionIntake.ingredientLabel.amount: Total amount of nutrient consumed." , "ExplanationOfBenefit.item.adjudication.amount: Monetary amount associated with the category." , "SubstanceReferenceInformation.target.amount" ;
        rdfs:label                      "amount" ;
        fhir:modifierExtensionProperty  fhir:_amount ;
        dc:title                        "SubstanceDefinition.molecularWeight.amount: Used to capture quantitative values for a variety of elements" , "PackagedProductDefinition.packaging.packaging.containedItem.amount: The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition)" , "NutritionIntake.ingredientLabel.amount: Total amount of nutrient consumed" , "ExplanationOfBenefit.item.detail.subDetail.adjudication.amount: Monetary amount" , "NutritionIntake.consumedItem.amount: Quantity of the specified food" , "ClaimResponse.item.detail.adjudication.amount: Monetary amount" , "ManufacturedItemDefinition.component.component.amount: The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)" , "ClaimResponse.payment.amount: Payable amount after adjustment" , "ClaimResponse.addItem.detail.adjudication.amount: Monetary amount" , "ClaimResponse.item.detail.subDetail.adjudication.amount: Monetary amount" , "ExplanationOfBenefit.payment.amount: Payable amount after adjustment" , "ClaimResponse.item.adjudication.amount: Monetary amount" , "MonetaryComponent.amount: Explicit value amount to be used" , "PaymentReconciliation.amount: Total amount of Payment" , "ExplanationOfBenefit.addItem.detail.adjudication.amount: Monetary amount" , "ClaimResponse.addItem.adjudication.amount: Monetary amount" , "SubstancePolymer.monomerSet.startingMaterial.amount: A percentage" , "ClaimResponse.addItem.detail.subDetail.adjudication.amount: Monetary amount" , "ExplanationOfBenefit.addItem.detail.subDetail.adjudication.amount: Monetary amount" , "ManufacturedItemDefinition.component.constituent.amount: The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)" , "SubstanceDefinition.structure.molecularWeight.amount: Used to capture quantitative values for a variety of elements" , "PackagedProductDefinition.packaging.containedItem.amount: The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition)" , "VisionPrescription.lensSpecification.prism.amount: Amount of adjustment" , "NutritionProduct.nutrient.amount: The amount of nutrient expressed in one or more units: X per pack / per serving / per dose" , "ExplanationOfBenefit.adjudication.amount: Monetary amount" , "ManufacturedItemDefinition.component.amount: The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)" , "ExplanationOfBenefit.item.adjudication.amount: Monetary amount" , "ManufacturedItemDefinition.component.component.constituent.amount: The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)" , "ClaimResponse.adjudication.amount: Monetary amount" , "NutritionProduct.ingredient.amount: The amount of ingredient that is in the product" , "ExplanationOfBenefit.addItem.adjudication.amount: Monetary amount" , "ClaimResponse.total.amount: Financial total for the category" , "Account.balance.amount: Calculated amount" , "ExplanationOfBenefit.total.amount: Financial total for the category" , "ExplanationOfBenefit.item.detail.adjudication.amount: Monetary amount" , "NutritionOrder.oralDiet.nutrient.amount: Quantity of the specified nutrient" , "PaymentNotice.amount: Monetary amount of the payment" , "PaymentReconciliation.allocation.amount: Amount allocated to this payable" , "SubstancePolymer.repeat.repeatUnit.amount: Number of repeats of this unit" .

fhir:_dateFilter  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DataRequirement.dateFilter" ;
        rdfs:label    "_dateFilter" .

fhir:_statisticType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.statisticType" ;
        rdfs:label    "_statisticType" .

fhir:genus  a                           owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organism.genus: The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies." , "SubstanceDefinition.sourceMaterial.genus: The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name." ;
        rdfs:label                      "genus" ;
        fhir:modifierExtensionProperty  fhir:_genus ;
        dc:title                        "SubstanceSourceMaterial.organism.genus: The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies" , "SubstanceDefinition.sourceMaterial.genus: The genus of an organism e.g. the Latin epithet of the plant/animal scientific name" .

fhir:_MessageHeader  a   owl:Class ;
        rdfs:comment     "(Modified) MessageHeader" ;
        rdfs:label       "_MessageHeader" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_administrationTreatment
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment" ;
        rdfs:label    "_administrationTreatment" .

fhir:_country  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.name.usage.country" , "(Modified) Ingredient.substance.strength.referenceStrength.country" , "(Modified) Ingredient.substance.strength.country" , "(Modified) MarketingStatus.country" , "(Modified) Address.country" ;
        rdfs:label    "_country" .

fhir:insurer  a                         owl:ObjectProperty ;
        rdfs:comment                    "Claim.insurer: The Insurer who is target of the request." , "EnrollmentRequest.insurer: The Insurer who is target  of the request." , "ExplanationOfBenefit.insurer: The party responsible for authorization, adjudication and reimbursement." , "CoverageEligibilityRequest.insurer: The Insurer who issued the coverage in question and is the recipient of the request." , "CoverageEligibilityResponse.insurer: The Insurer who issued the coverage in question and is the author of the response." , "Coverage.insurer: The program or plan underwriter, payor, insurance company." , "ClaimResponse.insurer: The party responsible for authorization, adjudication and reimbursement." ;
        rdfs:label                      "insurer" ;
        rdfs:subPropertyOf              w5:who , w5:who.author ;
        fhir:modifierExtensionProperty  fhir:_insurer ;
        dc:title                        "Coverage.insurer: Issuer of the policy" , "ExplanationOfBenefit.insurer: Party responsible for reimbursement" , "CoverageEligibilityRequest.insurer: Coverage issuer" , "Claim.insurer: Target" , "ClaimResponse.insurer: Party responsible for reimbursement" , "CoverageEligibilityResponse.insurer: Coverage issuer" , "EnrollmentRequest.insurer: Target" .

fhir:DeviceDefinitionLinkComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionLinkComponent: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device." ;
        rdfs:label       "DeviceDefinitionLinkComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relatedDevice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:relatedDevice
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:relation
                         ] .

fhir:container  a                       owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.container: The specimen's container." , "Specimen.container: The container holding the specimen.  The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here." ;
        rdfs:label                      "container" ;
        fhir:modifierExtensionProperty  fhir:_container ;
        dc:title                        "SpecimenDefinition.typeTested.container: The specimen's container" , "Specimen.container: Direct container of specimen (tube/slide, etc.)" .

fhir:_params  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.params" , "(Modified) TestScript.test.action.operation.params" , "(Modified) TestScript.setup.action.operation.params" , "(Modified) GraphDefinition.link.params" ;
        rdfs:label    "_params" .

fhir:Goal  a                         owl:Class ;
        rdfs:comment                 "Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc." ;
        rdfs:label                   "Goal" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.careprovision ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:continuous
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:achievementStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:source
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:lifecycleStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:lifecycleStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:addresses
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:GoalTargetComponent ;
                                       owl:onProperty     fhir:target
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:date ;
                                                        owl:onProperty     fhir:start
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:start
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:start
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:start
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:achievementStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:continuous
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Goal .

fhir:lockedDate  a                      owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.compose.lockedDate: The Locked Date is  the effective date that is used to determine the version of all referenced Code Systems and Value Set Definitions included in the compose that are not already tied to a specific version." , "TerminologyCapabilities.lockedDate: Whether the server supports lockedDate." ;
        rdfs:label                      "lockedDate" ;
        rdfs:subPropertyOf              w5:when.init ;
        fhir:modifierExtensionProperty  fhir:_lockedDate ;
        dc:title                        "ValueSet.compose.lockedDate: Fixed date for references with no specified version (transitive)" , "TerminologyCapabilities.lockedDate: Whether lockedDate is supported" .

fhir:symptomConditionEffect
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect: The situation in which the undesirable effect may manifest." ;
        rdfs:label                      "symptomConditionEffect" ;
        fhir:modifierExtensionProperty  fhir:_symptomConditionEffect ;
        dc:title                        "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect: The situation in which the undesirable effect may manifest" .

fhir:referenceStrength
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Ingredient.substance.strength.referenceStrength: Strength expressed in terms of a reference substance. For when the ingredient strength is additionally expressed as equivalent to the strength of some other closely related substance (e.g. salt vs. base). Reference strength represents the strength (quantitative composition) of the active moiety of the active substance. There are situations when the active substance and active moiety are different, therefore both a strength and a reference strength are needed." ;
        rdfs:label                      "referenceStrength" ;
        fhir:modifierExtensionProperty  fhir:_referenceStrength ;
        dc:title                        "Ingredient.substance.strength.referenceStrength: Strength expressed in terms of a reference substance" .

fhir:interval  a                        owl:ObjectProperty ;
        rdfs:comment                    "SampledData.interval: Amount of intervalUnits between samples, e.g. milliseconds for time-based sampling." ;
        rdfs:label                      "interval" ;
        fhir:modifierExtensionProperty  fhir:_interval ;
        dc:title                        "SampledData.interval: Number of intervalUnits between samples" .

fhir:_compartment  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) GraphDefinition.link.compartment" , "(Modified) CapabilityStatement.rest.compartment" ;
        rdfs:label    "_compartment" .

fhir:classifier  a                      owl:ObjectProperty ;
        rdfs:comment                    "Citation.classification.classifier: The specific classification value." , "ArtifactAssessment.content.classifier: Represents a rating, classifier, or assessment of the artifact." , "Citation.citedArtifact.classification.classifier: The specific classification value." , "Citation.citedArtifact.webLocation.classifier: A characterization of the object expected at the web location." , "RelatedArtifact.classifier: Provides additional classifiers of the related artifact." , "ResearchStudy.associatedParty.classifier: A categorization other than role for the associated party." , "ResearchStudy.classifier: Additional grouping mechanism or categorization of a research study. Example: FDA regulated device, FDA regulated drug, MPG Paragraph 23b (a German legal requirement), IRB-exempt, etc. Implementation Note: do not use the classifier element to support existing semantics that are already supported thru explicit elements in the resource." , "Citation.citedArtifact.relatesTo.classifier: Provides additional classifiers of the related artifact." , "ArtifactAssessment.content.component.classifier: Represents a rating, classifier, or assessment of the artifact." ;
        rdfs:label                      "classifier" ;
        fhir:modifierExtensionProperty  fhir:_classifier ;
        dc:title                        "RelatedArtifact.classifier: Additional classifiers" , "ResearchStudy.associatedParty.classifier: nih | fda | government | nonprofit | academic | industry" , "ArtifactAssessment.content.component.classifier: Rating, classifier, or assessment" , "ResearchStudy.classifier: Classification for the study" , "Citation.classification.classifier: The specific classification value" , "Citation.citedArtifact.relatesTo.classifier: Additional classifiers" , "Citation.citedArtifact.classification.classifier: The specific classification value" , "Citation.citedArtifact.webLocation.classifier: Code the reason for different URLs, e.g. abstract and full-text" , "ArtifactAssessment.content.classifier: Rating, classifier, or assessment" .

fhir:PackagedProductDefinitionPackagingPropertyComponent
        a                owl:Class ;
        rdfs:comment     "PackagedProductDefinitionPackagingComponent.PackagedProductDefinitionPackagingPropertyComponent: General characteristics of this item." , "PackagedProductDefinitionPackagingComponentPackaging.PackagedProductDefinitionPackagingPropertyComponent: General characteristics of this item." ;
        rdfs:label       "PackagedProductDefinitionPackagingPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:setup  a                           owl:ObjectProperty ;
        rdfs:comment                    "TestScript.setup: A series of required setup operations before tests are executed." , "TestReport.setup: The results of the series of required setup operations before the tests were executed." ;
        rdfs:label                      "setup" ;
        fhir:modifierExtensionProperty  fhir:_setup ;
        dc:title                        "TestScript.setup: A series of required setup operations before tests are executed" , "TestReport.setup: The results of the series of required setup operations before the tests were executed" .

fhir:_areaOfHybridisation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.areaOfHybridisation" ;
        rdfs:label    "_areaOfHybridisation" .

fhir:maxLength  a                       owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.maxLength: The maximum number of characters that are permitted in the answer to be considered a \"valid\" QuestionnaireResponse." , "Questionnaire.item.maxLength: The maximum number of characters that are permitted in the answer to be considered a \"valid\" QuestionnaireResponse." , "ElementDefinition.maxLength: Indicates the maximum length in characters that is permitted to be present in conformant instances and which is expected to be supported by conformant consumers that support the element. ```maxLength``` SHOULD only be used on primitive data types that have a string representation (see [[[http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics]]])." ;
        rdfs:label                      "maxLength" ;
        fhir:modifierExtensionProperty  fhir:_maxLength ;
        dc:title                        "Questionnaire.item.item.maxLength: No more than these many characters" , "Questionnaire.item.maxLength: No more than these many characters" , "ElementDefinition.maxLength: Max length for string type data" .

fhir:publisherLocation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation: Geographic location of the publisher." ;
        rdfs:label                      "publisherLocation" ;
        fhir:modifierExtensionProperty  fhir:_publisherLocation ;
        dc:title                        "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation: Geographic location of the publisher" .

fhir:RelatedPerson  a                owl:Class ;
        rdfs:comment                 "Information about a person that is involved in a patient's health or the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process." ;
        rdfs:label                   "RelatedPerson" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.individual ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:gender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:photo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:HumanName ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:gender
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:relationship
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RelatedPersonCommunicationComponent ;
                                       owl:onProperty     fhir:communication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:telecom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Address ;
                                       owl:onProperty     fhir:address
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:birthDate
                                     ] ;
        fhir:modifierExtensionClass  fhir:_RelatedPerson .

fhir:_storageTempRequirements
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProduct.storageTempRequirements" ;
        rdfs:label    "_storageTempRequirements" .

fhir:_Organization  a    owl:Class ;
        rdfs:comment     "(Modified) Organization" ;
        rdfs:label       "_Organization" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_postConditions  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.process.step.alternative.step.process.postConditions" , "(Modified) ExampleScenario.process.step.process.postConditions" , "(Modified) ExampleScenario.process.postConditions" ;
        rdfs:label    "_postConditions" .

fhir:_DeviceDispense  a  owl:Class ;
        rdfs:comment     "(Modified) DeviceDispense" ;
        rdfs:label       "_DeviceDispense" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:state  a                           owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.progressStatus.state: Label for status or state (e.g. recruitment status)." , "DeviceMetric.calibration.state: Describes the state of the calibration." , "Address.state: Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes)." ;
        rdfs:label                      "state" ;
        fhir:modifierExtensionProperty  fhir:_state ;
        dc:title                        "ResearchStudy.progressStatus.state: Label for status or state (e.g. recruitment status)" , "DeviceMetric.calibration.state: not-calibrated | calibration-required | calibrated | unspecified" , "Address.state: Sub-unit of country (abbreviations ok)" .

fhir:SubstanceDefinitionSourceMaterialComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionSourceMaterialComponent: Material or taxonomic/anatomical source for the substance." ;
        rdfs:label       "SubstanceDefinitionSourceMaterialComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:species
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:countryOfOrigin
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:genus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:species
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:genus
                         ] .

fhir:_aggregate  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.balance.aggregate" ;
        rdfs:label    "_aggregate" .

fhir:fluidConsistencyType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.oralDiet.fluidConsistencyType: The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient." ;
        rdfs:label                      "fluidConsistencyType" ;
        fhir:modifierExtensionProperty  fhir:_fluidConsistencyType ;
        dc:title                        "NutritionOrder.oralDiet.fluidConsistencyType: The required consistency of fluids and liquids provided to the patient" .

fhir:MoneyQuantity  a    owl:Class ;
        rdfs:comment     "There SHALL be a code if there is a value and it SHALL be an expression of currency.  If system is present, it SHALL be ISO 4217 (system = \"urn:iso:std:iso:4217\" - currency)." ;
        rdfs:label       "MoneyQuantity" ;
        rdfs:subClassOf  fhir:Quantity ;
        dc:title         "An amount of money. With regard to precision, see [Decimal Precision](datatypes.html#precision)" .

fhir:_specificCost  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.specificCost" ;
        rdfs:label    "_specificCost" .

fhir:_organismId  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organismId" ;
        rdfs:label    "_organismId" .

fhir:StructureMapGroupInputComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent.StructureMapGroupInputComponent: A name assigned to an instance of data. The instance must be provided when the mapping is invoked." ;
        rdfs:label       "StructureMapGroupInputComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] .

fhir:_check  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule.source.check" , "(Modified) StructureMap.group.rule.source.check" ;
        rdfs:label    "_check" .

fhir:_chargeItemCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.chargeItem.chargeItemCode" ;
        rdfs:label    "_chargeItemCode" .

fhir:StructureMapGroupComponent.StructureMapGroupRuleComponentRule
        a                owl:Class ;
        rdfs:comment     "Rules contained in this rule." ;
        rdfs:label       "StructureMapGroupComponent.StructureMapGroupRuleComponentRule" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupComponent.StructureMapGroupRuleComponentRuleRule ;
                           owl:onProperty     fhir:rule
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleSourceComponent ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleTargetComponent ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleDependentComponent ;
                           owl:onProperty     fhir:dependent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        dc:title         "Rules contained in this rule" .

fhir:ownedBy  a                         owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.ownedBy: The entity that is providing  the health insurance product and underwriting the risk.  This is typically an insurance carriers, other third-party payers, or health plan sponsors comonly referred to as 'payers'." ;
        rdfs:label                      "ownedBy" ;
        fhir:modifierExtensionProperty  fhir:_ownedBy ;
        dc:title                        "InsurancePlan.ownedBy: Product issuer" .

fhir:_participantStatus
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AppointmentResponse.participantStatus" ;
        rdfs:label    "_participantStatus" .

fhir:_baseFormulaType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.enteralFormula.baseFormulaType" ;
        rdfs:label    "_baseFormulaType" .

fhir:shelfLifeStorage
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packaging.packaging.shelfLifeStorage: Shelf Life and storage information." , "PackagedProductDefinition.packaging.shelfLifeStorage: Shelf Life and storage information." , "DeviceDefinition.shelfLifeStorage: Shelf Life and storage information." ;
        rdfs:label                      "shelfLifeStorage" ;
        fhir:modifierExtensionProperty  fhir:_shelfLifeStorage ;
        dc:title                        "PackagedProductDefinition.packaging.packaging.shelfLifeStorage: Shelf Life and storage information" , "PackagedProductDefinition.packaging.shelfLifeStorage: Shelf Life and storage information" , "DeviceDefinition.shelfLifeStorage: Shelf Life and storage information" .

fhir:authorizingPrescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.authorizingPrescription: Indicates the medication order that is being dispensed against." ;
        rdfs:label                      "authorizingPrescription" ;
        fhir:modifierExtensionProperty  fhir:_authorizingPrescription ;
        dc:title                        "MedicationDispense.authorizingPrescription: Medication order that authorizes the dispense" .

fhir:protein  a                         owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.protein: Data items specific to proteins." ;
        rdfs:label                      "protein" ;
        fhir:modifierExtensionProperty  fhir:_protein ;
        dc:title                        "SubstanceDefinition.protein: Data items specific to proteins" .

fhir:connectivity  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceNucleicAcid.subunit.linkage.connectivity: The entity that links the sugar residues together should also be captured for nearly all naturally occurring nucleic acid the linkage is a phosphate group. For many synthetic oligonucleotides phosphorothioate linkages are often seen. Linkage connectivity is assumed to be 3’-5’. If the linkage is either 3’-3’ or 5’-5’ this should be specified." ;
        rdfs:label                      "connectivity" ;
        fhir:modifierExtensionProperty  fhir:_connectivity ;
        dc:title                        "SubstanceNucleicAcid.subunit.linkage.connectivity: The entity that links the sugar residues together should also be captured for nearly all naturally occurring nucleic acid the linkage is a phosphate group. For many synthetic oligonucleotides phosphorothioate linkages are often seen. Linkage connectivity is assumed to be 3’-5’. If the linkage is either 3’-3’ or 5’-5’ this should be specified" .

fhir:information  a                     owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityRequest.supportingInfo.information: Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data." ;
        rdfs:label                      "information" ;
        fhir:modifierExtensionProperty  fhir:_information ;
        dc:title                        "CoverageEligibilityRequest.supportingInfo.information: Data to be provided" .

fhir:DeviceDefinitionVersionComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionVersionComponent: The version of the device or software." ;
        rdfs:label       "DeviceDefinitionVersionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:component
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] .

fhir:AdverseEvent  a                 owl:Class ;
        rdfs:comment                 "An event (i.e. any change to current patient status) that may be related to unintended effects on a patient or research participant. The unintended effects may require additional monitoring, treatment, hospitalization, or may result in death. The AdverseEvent resource also extends to potential or avoided events that could have had such effects. There are two major domains where the AdverseEvent resource is expected to be used. One is in clinical care reported adverse events and the other is in reporting adverse events in clinical  research trial management.  Adverse events can be reported by healthcare providers, patients, caregivers or by medical products manufacturers.  Given the differences between these two concepts, we recommend consulting the domain specific implementation guides when implementing the AdverseEvent Resource. The implementation guides include specific extensions, value sets and constraints." ;
        rdfs:label                   "AdverseEvent" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:expectedInResearchStudy
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:detected
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:seriousness
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:actuality
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdverseEventSuspectEntityComponent ;
                                       owl:onProperty     fhir:suspectEntity
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:expectedInResearchStudy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:resultingEffect
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:detected
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:outcome
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:study
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdverseEventMitigatingActionComponent ;
                                       owl:onProperty     fhir:mitigatingAction
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:recorder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:seriousness
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recorder
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdverseEventParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recordedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdverseEventPreventiveActionComponent ;
                                       owl:onProperty     fhir:preventiveAction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recordedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdverseEventContributingFactorComponent ;
                                       owl:onProperty     fhir:contributingFactor
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:AdverseEventSupportingInfoComponent ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:actuality
                                     ] ;
        fhir:modifierExtensionClass  fhir:_AdverseEvent .

fhir:_originRelationshipType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BiologicallyDerivedProductDispense.originRelationshipType" ;
        rdfs:label    "_originRelationshipType" .

fhir:definitionExpression
        a                               owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionExpression: Defines the characteristic using Expression." , "EvidenceVariable.characteristic.definitionExpression: Defines the characteristic using Expression." ;
        rdfs:label                      "definitionExpression" ;
        fhir:modifierExtensionProperty  fhir:_definitionExpression ;
        dc:title                        "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionExpression: Defines the characteristic (without using type and value) by an expression" , "EvidenceVariable.characteristic.definitionExpression: Defines the characteristic (without using type and value) by an expression" .

fhir:ServiceRequestOrderDetailParameterComponent
        a                owl:Class ;
        rdfs:comment     "ServiceRequestOrderDetailComponent.ServiceRequestOrderDetailParameterComponent: The parameter details for the service being requested." ;
        rdfs:label       "ServiceRequestOrderDetailParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:TestPlan  a         owl:Class ;
        rdfs:comment     "A plan for executing testing on an artifact or specifications" ;
        rdfs:label       "TestPlan" ;
        rdfs:subClassOf  fhir:CanonicalResource , w5:conformance.misc ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestPlanTestCaseComponent ;
                           owl:onProperty     fhir:testCase
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:exitCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:exitCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:testTools
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:testTools
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestPlanDependencyComponent ;
                           owl:onProperty     fhir:dependency
                         ] .

fhir:requestProvider  a                 owl:ObjectProperty ;
        rdfs:comment                    "EnrollmentResponse.requestProvider: The practitioner who is responsible for the services rendered to the patient." ;
        rdfs:label                      "requestProvider" ;
        fhir:modifierExtensionProperty  fhir:_requestProvider ;
        dc:title                        "EnrollmentResponse.requestProvider: Responsible practitioner" .

fhir:_formatted  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.formatted" ;
        rdfs:label    "_formatted" .

fhir:NutritionProduct
        a                            owl:Class ;
        rdfs:comment                 "A food or supplement that is consumed by patients." ;
        rdfs:label                   "NutritionProduct" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionProductInstanceComponent ;
                                       owl:onProperty     fhir:instance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:knownAllergen
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionProductCharacteristicComponent ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionProductNutrientComponent ;
                                       owl:onProperty     fhir:nutrient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:NutritionProductIngredientComponent ;
                                       owl:onProperty     fhir:ingredient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        fhir:modifierExtensionClass  fhir:_NutritionProduct .

fhir:ActorDefinition  a  owl:Class ;
        rdfs:comment     "The ActorDefinition resource is used to describe an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays." ;
        rdfs:label       "ActorDefinition" ;
        rdfs:subClassOf  w5:conformance.content , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:capabilities
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:capabilities
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:reference
                         ] .

fhir:RegulatedAuthorization
        a                            owl:Class ;
        rdfs:comment                 "Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product." ;
        rdfs:label                   "RegulatedAuthorization" ;
        rdfs:subClassOf              w5:administrative.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:case
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:validityPeriod
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RegulatedAuthorizationCaseComponent ;
                                       owl:onProperty     fhir:case
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:intendedUse
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:region
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:validityPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:basis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:attachedDocument
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:regulator
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:holder
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:intendedUse
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:holder
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:regulator
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:statusDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:indication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        fhir:modifierExtensionClass  fhir:_RegulatedAuthorization .

fhir:_facility  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.facility" , "(Modified) CoverageEligibilityRequest.item.facility" , "(Modified) CoverageEligibilityRequest.facility" , "(Modified) Claim.facility" ;
        rdfs:label    "_facility" .

fhir:sourceDocument  a                  owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.sourceDocument: The source of information about the structure." ;
        rdfs:label                      "sourceDocument" ;
        fhir:modifierExtensionProperty  fhir:_sourceDocument ;
        dc:title                        "SubstanceDefinition.structure.sourceDocument: Source of information for the structure" .

fhir:_morphology  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.morphology" ;
        rdfs:label    "_morphology" .

fhir:_kind  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.kind" , "(Modified) StructureDefinition.kind" , "(Modified) OperationDefinition.kind" , "(Modified) RequestOrchestration.action.action.condition.kind" , "(Modified) PlanDefinition.action.action.condition.kind" , "(Modified) TerminologyCapabilities.kind" , "(Modified) PlanDefinition.action.condition.kind" , "(Modified) NamingSystem.kind" , "(Modified) PaymentReconciliation.kind" , "(Modified) ActivityDefinition.kind" , "(Modified) RequestOrchestration.action.condition.kind" , "(Modified) CapabilityStatement.kind" ;
        rdfs:label    "_kind" .

fhir:color  a                           owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.color: Special color or pattern." , "DeviceMetric.color: The preferred color associated with the metric (e.g., display color). This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth; the metrics are displayed in different characteristic colors, such as HR in blue, BP in green, and PR and SpO2 in magenta." ;
        rdfs:label                      "color" ;
        fhir:modifierExtensionProperty  fhir:_color ;
        dc:title                        "VisionPrescription.lensSpecification.color: Color required" , "DeviceMetric.color: Color name (from CSS4) or #RRGGBB code" .

fhir:_bounds  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Timing.repeat.bounds" ;
        rdfs:label    "_bounds" .

fhir:snapshot  a                        owl:ObjectProperty ;
        rdfs:comment                    "StructureDefinition.snapshot: A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition." ;
        rdfs:label                      "snapshot" ;
        fhir:modifierExtensionProperty  fhir:_snapshot ;
        dc:title                        "StructureDefinition.snapshot: Snapshot view of the structure" .

fhir:SpecimenContainerComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenContainerComponent: The container holding the specimen.  The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here." ;
        rdfs:label       "SpecimenContainerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:device
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:device
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:specimenQuantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:specimenQuantity
                         ] .

fhir:unsignedInt  a      owl:Class ;
        rdfs:comment     "An integer with a value that is not negative (e.g. >= 0)" ;
        rdfs:label       "unsignedInt" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:nonNegativeInteger ;
                           owl:onProperty     fhir:v
                         ] .

fhir:MedicationKnowledgeMedicineClassificationComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeMedicineClassificationComponent: Categorization of the medication within a formulary or classification system." ;
        rdfs:label       "MedicationKnowledgeMedicineClassificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classification
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:ImmunizationProgramEligibilityComponent
        a                owl:Class ;
        rdfs:comment     "ImmunizationProgramEligibilityComponent: Indicates a patient's eligibility for a funding program." ;
        rdfs:label       "ImmunizationProgramEligibilityComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:programStatus
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programStatus
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:program
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:program
                         ] .

fhir:_dose  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationAdministration.dosage.dose" , "(Modified) Dosage.doseAndRate.dose" ;
        rdfs:label    "_dose" .

fhir:useBy  a                           owl:ObjectProperty ;
        rdfs:comment                    "NutritionProduct.instance.useBy: The time after which the product is no longer expected to be in proper condition, or its use is not advised or not allowed." ;
        rdfs:label                      "useBy" ;
        fhir:modifierExtensionProperty  fhir:_useBy ;
        dc:title                        "NutritionProduct.instance.useBy: The date until which the product is expected to be good for consumption" .

fhir:_start  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Period.start" , "(Modified) GraphDefinition.start" , "(Modified) Goal.start" , "(Modified) Slot.start" , "(Modified) PlanDefinition.goal.start" , "(Modified) MolecularSequence.relative.edit.start" , "(Modified) AppointmentResponse.start" , "(Modified) Appointment.start" ;
        rdfs:label    "_start" .

fhir:_import  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.import" ;
        rdfs:label    "_import" .

fhir:TaskPerformerComponent
        a                owl:Class ;
        rdfs:comment     "TaskPerformerComponent: The entity who performed the requested task." ;
        rdfs:label       "TaskPerformerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:function
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:function
                         ] .

fhir:grantor  a                         owl:ObjectProperty ;
        rdfs:comment                    "Consent.grantor: The entity responsible for granting the rights listed in a Consent Directive." ;
        rdfs:label                      "grantor" ;
        fhir:modifierExtensionProperty  fhir:_grantor ;
        dc:title                        "Consent.grantor: Who is granting rights according to the policy and rules" .

fhir:_purpose  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) CanonicalResource.purpose" , "(Modified) ExampleScenario.purpose" , "(Modified) MessageDefinition.purpose" , "(Modified) ObservationDefinition.purpose" , "(Modified) Library.purpose" , "(Modified) StructureMap.purpose" , "(Modified) CoverageEligibilityRequest.purpose" , "(Modified) EventDefinition.purpose" , "(Modified) Permission.rule.activity.purpose" , "(Modified) TestScript.purpose" , "(Modified) ActorDefinition.purpose" , "(Modified) ChargeItemDefinition.purpose" , "(Modified) ElementDefinition.binding.additional.purpose" , "(Modified) GraphDefinition.purpose" , "(Modified) Consent.provision.purpose" , "(Modified) ExtendedContactDetail.purpose" , "(Modified) CodeSystem.purpose" , "(Modified) ImplementationGuide.purpose" , "(Modified) SpecimenDefinition.purpose" , "(Modified) CompartmentDefinition.purpose" , "(Modified) TerminologyCapabilities.purpose" , "(Modified) Measure.purpose" , "(Modified) PlanDefinition.purpose" , "(Modified) Citation.purpose" , "(Modified) SubscriptionTopic.purpose" , "(Modified) NamingSystem.purpose" , "(Modified) StructureDefinition.purpose" , "(Modified) ConditionDefinition.questionnaire.purpose" , "(Modified) SearchParameter.purpose" , "(Modified) Questionnaire.purpose" , "(Modified) CapabilityStatement.purpose" , "(Modified) TestPlan.purpose" , "(Modified) ConceptMap.purpose" , "(Modified) Consent.provision.provision.purpose" , "(Modified) Evidence.purpose" , "(Modified) OperationDefinition.purpose" , "(Modified) CoverageEligibilityResponse.purpose" , "(Modified) EvidenceVariable.purpose" , "(Modified) Requirements.purpose" , "(Modified) ValueSet.purpose" , "(Modified) ActivityDefinition.purpose" ;
        rdfs:label    "_purpose" .

fhir:benefit  a                         owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan.specificCost.benefit: List of the specific benefits under this category of benefit." , "InsurancePlan.coverage.benefit: Specific benefits under this type of coverage." , "CoverageEligibilityResponse.insurance.item.benefit: Benefits used to date." ;
        rdfs:label                      "benefit" ;
        fhir:modifierExtensionProperty  fhir:_benefit ;
        dc:title                        "InsurancePlan.plan.specificCost.benefit: Benefits list" , "InsurancePlan.coverage.benefit: List of benefits" , "CoverageEligibilityResponse.insurance.item.benefit: Benefit Summary" .

fhir:contributorship  a                 owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship: This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements." ;
        rdfs:label                      "contributorship" ;
        fhir:modifierExtensionProperty  fhir:_contributorship ;
        dc:title                        "Citation.citedArtifact.contributorship: Attribution of authors and other contributors" .

fhir:Composition.SectionSectionSection
        a                owl:Class ;
        rdfs:comment     "A nested sub-section within this section." ;
        rdfs:label       "Composition.SectionSectionSection" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Nested Section" .

fhir:PlanDefinitionActionDynamicValueComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActionComponent.PlanDefinitionActionDynamicValueComponent: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." , "PlanDefinitionActionComponentAction.PlanDefinitionActionDynamicValueComponent: Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." ;
        rdfs:label       "PlanDefinitionActionDynamicValueComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] .

fhir:ImagingStudySeriesComponent
        a                owl:Class ;
        rdfs:comment     "ImagingStudySeriesComponent: Each study has one or more series of images or other content." ;
        rdfs:label       "ImagingStudySeriesComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:started
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:laterality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:endpoint
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:numberOfInstances
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:number
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:laterality
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:uid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:uid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:unsignedInt ;
                           owl:onProperty     fhir:number
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:modality
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:numberOfInstances
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:started
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:specimen
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImagingStudySeriesInstanceComponent ;
                           owl:onProperty     fhir:instance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImagingStudySeriesPerformerComponent ;
                           owl:onProperty     fhir:performer
                         ] .

fhir:programStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "Immunization.programEligibility.programStatus: Indicates the patient's eligility status for for a specific payment program." ;
        rdfs:label                      "programStatus" ;
        fhir:modifierExtensionProperty  fhir:_programStatus ;
        dc:title                        "Immunization.programEligibility.programStatus: The patient's eligibility status for the program" .

fhir:_evidence  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Permission.justification.evidence" , "(Modified) DetectedIssue.evidence" , "(Modified) Condition.evidence" ;
        rdfs:label    "_evidence" .

fhir:ClinicalUseDefinitionInteractionInteractantComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionInteractionComponent.ClinicalUseDefinitionInteractionInteractantComponent: The specific medication, product, food, substance etc. or laboratory test that interacts." ;
        rdfs:label       "ClinicalUseDefinitionInteractionInteractantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:item
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:item
                                          ]
                                        )
                         ] .

fhir:_highNumerator  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RatioRange.highNumerator" ;
        rdfs:label    "_highNumerator" .

fhir:ChargeItemDefinitionPropertyGroupComponent
        a                owl:Class ;
        rdfs:comment     "ChargeItemDefinitionPropertyGroupComponent: Group of properties which are applicable under the same conditions. If no applicability rules are established for the group, then all properties always apply." ;
        rdfs:label       "ChargeItemDefinitionPropertyGroupComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MonetaryComponent ;
                           owl:onProperty     fhir:priceComponent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ChargeItemDefinitionPropertyGroupComponentApplicability ;
                           owl:onProperty     fhir:applicability
                         ] .

fhir:boolean  a          owl:Class ;
        rdfs:comment     "Value of \"true\" or \"false\"" ;
        rdfs:label       "boolean" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:boolean ;
                           owl:onProperty     fhir:v
                         ] .

fhir:PackagedProductDefinitionProperty
        a                owl:Class ;
        rdfs:comment     "Allows the key features to be recorded, such as \"hospital pack\", \"nurse prescribable\", \"calendar pack\"." ;
        rdfs:label       "PackagedProductDefinitionProperty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        dc:title         "Allows the key features to be recorded, such as \"hospital pack\", \"nurse prescribable\"" .

fhir:_Group  a           owl:Class ;
        rdfs:comment     "(Modified) Group" ;
        rdfs:label       "_Group" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_media  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) DiagnosticReport.media" ;
        rdfs:label    "_media" .

fhir:hasStage  a                        owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.hasStage: Whether stage is appropriate to collect for this condition." ;
        rdfs:label                      "hasStage" ;
        fhir:modifierExtensionProperty  fhir:_hasStage ;
        dc:title                        "ConditionDefinition.hasStage: Whether stage is appropriate" .

fhir:TestReportSetupActionAssertRequirementComponent
        a                owl:Class ;
        rdfs:comment     "TestReportTestComponent.TestActionAssert.TestReportSetupActionAssertRequirementComponent: Links or references providing traceability to the testing requirements for this assert." , "TestReportSetupComponent.SetupAction.TestReportSetupActionAssertComponent.TestReportSetupActionAssertRequirementComponent: Links or references providing traceability to the testing requirements for this assert." ;
        rdfs:label       "TestReportSetupActionAssertRequirementComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:link
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:link
                                          ]
                                        )
                         ] .

fhir:_onBehalfOf  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) VerificationResult.attestation.onBehalfOf" , "(Modified) Provenance.entity.agent.onBehalfOf" , "(Modified) Provenance.agent.onBehalfOf" , "(Modified) Procedure.performer.onBehalfOf" , "(Modified) CareTeam.participant.onBehalfOf" , "(Modified) Signature.onBehalfOf" ;
        rdfs:label    "_onBehalfOf" .

fhir:SubstanceReferenceInformationGeneElementComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceReferenceInformationGeneElementComponent: Todo." ;
        rdfs:label       "SubstanceReferenceInformationGeneElementComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:maxCount  a                        owl:ObjectProperty ;
        rdfs:comment                    "Subscription.maxCount: If present, the maximum number of events that will be included in a notification bundle. Note that this is not a strict limit on the number of entries in a bundle, as dependent resources can be included." ;
        rdfs:label                      "maxCount" ;
        fhir:modifierExtensionProperty  fhir:_maxCount ;
        dc:title                        "Subscription.maxCount: Maximum number of events that can be combined in a single notification" .

fhir:enableWhen  a                      owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.enableWhen: A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true." , "Questionnaire.item.enableWhen: A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true." ;
        rdfs:label                      "enableWhen" ;
        fhir:modifierExtensionProperty  fhir:_enableWhen ;
        dc:title                        "Questionnaire.item.item.enableWhen: Only allow data when" , "Questionnaire.item.enableWhen: Only allow data when" .

fhir:regulator  a                       owl:ObjectProperty ;
        rdfs:comment                    "RegulatedAuthorization.regulator: The regulatory authority or authorizing body granting the authorization. For example, European Medicines Agency (EMA), Food and Drug Administration (FDA), Health Canada (HC), etc." ;
        rdfs:label                      "regulator" ;
        fhir:modifierExtensionProperty  fhir:_regulator ;
        dc:title                        "RegulatedAuthorization.regulator: The regulatory authority or authorizing body granting the authorization" .

fhir:_medicineClassification
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.medicineClassification" ;
        rdfs:label    "_medicineClassification" .

fhir:imageRegion3D  a                   owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.instance.imageRegion3D: Each imaging selection might includes a 3D image region, specified by a region type and a set of 3D coordinates." ;
        rdfs:label                      "imageRegion3D" ;
        fhir:modifierExtensionProperty  fhir:_imageRegion3D ;
        dc:title                        "ImagingSelection.instance.imageRegion3D: A specific 3D region in a DICOM frame of reference" .

fhir:_source  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.name.translation.source" , "(Modified) Citation.citedArtifact.contributorship.summary.source" , "(Modified) ConceptMap.group.source" , "(Modified) SubstanceDefinition.code.source" , "(Modified) Requirements.statement.source" , "(Modified) MedicationKnowledge.medicineClassification.source" , "(Modified) TestPlan.testCase.testRun.script.source" , "(Modified) SubstanceReferenceInformation.geneElement.source" , "(Modified) SubstanceReferenceInformation.gene.source" , "(Modified) StructureMap.group.rule.source" , "(Modified) BiologicallyDerivedProduct.collection.source" , "(Modified) SubstanceReferenceInformation.target.source" , "(Modified) MedicationKnowledge.cost.source" , "(Modified) DeviceDefinition.conformsTo.source" , "(Modified) Meta.source" , "(Modified) ImplementationGuide.definition.page.page.source" , "(Modified) MessageHeader.source" , "(Modified) QuestionnaireResponse.source" , "(Modified) ImplementationGuide.definition.page.source" , "(Modified) ElementDefinition.constraint.source" , "(Modified) TestPlan.testCase.testData.source" , "(Modified) SubstanceDefinition.name.source" , "(Modified) StructureMap.group.rule.rule.source" , "(Modified) MedicationKnowledge.monograph.source" , "(Modified) Goal.source" , "(Modified) SubstanceDefinition.relationship.source" , "(Modified) List.source" , "(Modified) SubstanceDefinition.name.synonym.source" , "(Modified) OperationDefinition.parameter.part.referencedFrom.source" , "(Modified) MedicationKnowledge.packaging.cost.source" , "(Modified) OperationDefinition.parameter.referencedFrom.source" , "(Modified) AuditEvent.source" , "(Modified) ImplementationGuide.definition.template.source" ;
        rdfs:label    "_source" .

fhir:_hoursOfOperation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.hoursOfOperation" ;
        rdfs:label    "_hoursOfOperation" .

fhir:admission  a                       owl:ObjectProperty ;
        rdfs:comment                    "Encounter.admission: Details about the stay during which a healthcare service is provided.\r\rThis does not describe the event of admitting the patient, but rather any information that is relevant from the time of admittance until the time of discharge." ;
        rdfs:label                      "admission" ;
        fhir:modifierExtensionProperty  fhir:_admission ;
        dc:title                        "Encounter.admission: Details about the admission to a healthcare service" .

fhir:extension  a                       owl:ObjectProperty ;
        rdfs:comment                    "DomainResource.extension: May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." , "Element.extension: May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ;
        rdfs:label                      "extension" ;
        fhir:modifierExtensionProperty  fhir:_extension ;
        dc:title                        "DomainResource.extension: Additional content defined by implementations" , "Element.extension: Additional content defined by implementations" .

fhir:_reAdmission  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.admission.reAdmission" ;
        rdfs:label    "_reAdmission" .

fhir:integer64  a        owl:Class ;
        rdfs:comment     "A very large whole number" ;
        rdfs:label       "integer64" ;
        rdfs:subClassOf  fhir:Primitive ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:v
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  xsd:long ;
                           owl:onProperty     fhir:v
                         ] .

fhir:_Task  a            owl:Class ;
        rdfs:comment     "(Modified) Task" ;
        rdfs:label       "_Task" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:HealthcareService
        a                            owl:Class ;
        rdfs:comment                 "The details of a healthcare service available at a location or in a catalog.  In the case where there is a hierarchy of services (for example, Lab -> Pathology -> Wound Cultures), this can be represented using a set of linked HealthcareServices." ;
        rdfs:label                   "HealthcareService" ;
        rdfs:subClassOf              w5:administrative.group , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:photo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:characteristic
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:extraDetails
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:program
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:HealthcareServiceEligibilityComponent ;
                                       owl:onProperty     fhir:eligibility
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Availability ;
                                       owl:onProperty     fhir:availability
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:communication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:offeredIn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:serviceProvisionCode
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:photo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:providedBy
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:appointmentRequired
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:coverageArea
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:referralMethod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:extraDetails
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:providedBy
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:appointmentRequired
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        fhir:modifierExtensionClass  fhir:_HealthcareService .

fhir:_Appointment  a     owl:Class ;
        rdfs:comment     "(Modified) Appointment" ;
        rdfs:label       "_Appointment" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_crossReference  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.crossReference" ;
        rdfs:label    "_crossReference" .

fhir:_hasPart  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.hasPart" ;
        rdfs:label    "_hasPart" .

fhir:_executionPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Task.executionPeriod" ;
        rdfs:label    "_executionPeriod" .

fhir:Expression  a       owl:Class ;
        rdfs:comment     "A expression that is evaluated in a specified context and returns a value. The context of use of the expression must specify the context in which the expression is evaluated, and how the result of the expression is used." ;
        rdfs:label       "Expression" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        dc:title         "An expression that can be used to generate a value" .

fhir:Class  a            owl:Class ;
        rdfs:comment     "Coverage.Class: A suite of underwriter specific classifiers." ;
        rdfs:label       "Class" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:value
                         ] .

fhir:_operation  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.operation" , "(Modified) ExampleScenario.process.step.process.step.operation" , "(Modified) TestScript.teardown.action.operation" , "(Modified) TestReport.teardown.action.operation" , "(Modified) ExampleScenario.process.step.alternative.step.process.step.operation" , "(Modified) TestReport.setup.action.operation" , "(Modified) CapabilityStatement.rest.operation" , "(Modified) ExampleScenario.process.step.process.step.alternative.step.operation" , "(Modified) ExampleScenario.process.step.operation" , "(Modified) CapabilityStatement.rest.resource.operation" , "(Modified) TestReport.test.action.operation" , "(Modified) DeviceAssociation.operation" , "(Modified) MedicinalProductDefinition.operation" , "(Modified) ExampleScenario.process.step.alternative.step.operation" , "(Modified) TestScript.setup.action.operation" ;
        rdfs:label    "_operation" .

fhir:_adjustmentReason
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.payment.adjustmentReason" , "(Modified) ClaimResponse.payment.adjustmentReason" ;
        rdfs:label    "_adjustmentReason" .

fhir:notConsumed  a                     owl:ObjectProperty ;
        rdfs:comment                    "NutritionIntake.consumedItem.notConsumed: Indicator when a patient is in a setting where it is helpful to know if food was not consumed, such as it was refused, held (as in tube feedings), or otherwise not provided. If a consumption is being recorded from an app, such as MyFitnessPal, this indicator will likely not be used." ;
        rdfs:label                      "notConsumed" ;
        fhir:modifierExtensionProperty  fhir:_notConsumed ;
        dc:title                        "NutritionIntake.consumedItem.notConsumed: Flag to indicate if the food or fluid item was refused or otherwise not consumed" .

fhir:relativePath  a                    owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.manifest.resource.relativePath: The relative path for primary page for this resource within the IG." ;
        rdfs:label                      "relativePath" ;
        fhir:modifierExtensionProperty  fhir:_relativePath ;
        dc:title                        "ImplementationGuide.manifest.resource.relativePath: Relative path for page in IG" .

fhir:ImplementationGuideDefinitionComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDefinitionComponent: The information needed by an IG publisher tool to publish the whole implementation guide." ;
        rdfs:label       "ImplementationGuideDefinitionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:page
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionGroupingComponent ;
                           owl:onProperty     fhir:grouping
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionTemplateComponent ;
                           owl:onProperty     fhir:template
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionResourceComponent ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionPageComponent ;
                           owl:onProperty     fhir:page
                         ] .

fhir:geneSequenceOrigin
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceReferenceInformation.gene.geneSequenceOrigin: Todo." ;
        rdfs:label                      "geneSequenceOrigin" ;
        fhir:modifierExtensionProperty  fhir:_geneSequenceOrigin ;
        dc:title                        "SubstanceReferenceInformation.gene.geneSequenceOrigin: Todo" .

fhir:level  a                           owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic.attributeEstimate.level: Use 95 for a 95% confidence interval." , "Evidence.statistic.attributeEstimate.attributeEstimate.level: Use 95 for a 95% confidence interval." , "Evidence.statistic.attributeEstimate.level: Use 95 for a 95% confidence interval." ;
        rdfs:label                      "level" ;
        fhir:modifierExtensionProperty  fhir:_level ;
        dc:title                        "Evidence.statistic.modelCharacteristic.attributeEstimate.level: Level of confidence interval, e.g., 0.95 for 95% confidence interval" , "Evidence.statistic.attributeEstimate.attributeEstimate.level: Level of confidence interval, e.g., 0.95 for 95% confidence interval" , "Evidence.statistic.attributeEstimate.level: Level of confidence interval, e.g., 0.95 for 95% confidence interval" .

fhir:TestReportTestComponent
        a                owl:Class ;
        rdfs:comment     "TestReportTestComponent: A test executed from the test script." ;
        rdfs:label       "TestReportTestComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestAction ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] .

fhir:doseNumber  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.doseNumber: Nominal position of the recommended dose in a series as determined by the evaluation and forecasting process (e.g. dose 2 is the next recommended dose)." , "ImmunizationEvaluation.doseNumber: Nominal position in a series as determined by the outcome of the evaluation process." , "Immunization.protocolApplied.doseNumber: Nominal position in a series as intended by the practitioner administering the dose." ;
        rdfs:label                      "doseNumber" ;
        fhir:modifierExtensionProperty  fhir:_doseNumber ;
        dc:title                        "ImmunizationRecommendation.recommendation.doseNumber: Recommended dose number within series" , "ImmunizationEvaluation.doseNumber: Dose number within series" , "Immunization.protocolApplied.doseNumber: Dose number within series" .

fhir:ParametersParameterComponentParameterParameter
        a                owl:Class ;
        rdfs:comment     "A named part of a multi-part parameter." ;
        rdfs:label       "ParametersParameterComponentParameterParameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Named part of a multi-part parameter" .

fhir:age  a                             owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.age" , "ObservationDefinition.qualifiedValue.age: The age range this  set of qualified values applies to." , "Observation.component.referenceRange.age: The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so." , "ObservationDefinition.component.qualifiedValue.age: The age range this  set of qualified values applies to." , "Observation.referenceRange.age: The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so." ;
        rdfs:label                      "age" ;
        fhir:modifierExtensionProperty  fhir:_age ;
        dc:title                        "ObservationDefinition.qualifiedValue.age: Applicable age range for the set of qualified values" , "Observation.referenceRange.age: Applicable age range, if relevant" , "ObservationDefinition.component.qualifiedValue.age: Applicable age range for the set of qualified values" , "Observation.component.referenceRange.age: Applicable age range, if relevant" .

fhir:_payload  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Endpoint.payload" , "(Modified) CommunicationRequest.payload" , "(Modified) Communication.payload" ;
        rdfs:label    "_payload" .

fhir:entityRelatedness
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.suspectEntity.causality.entityRelatedness: The result of the assessment regarding the relatedness of the suspected entity to the event." ;
        rdfs:label                      "entityRelatedness" ;
        fhir:modifierExtensionProperty  fhir:_entityRelatedness ;
        dc:title                        "AdverseEvent.suspectEntity.causality.entityRelatedness: Result of the assessment regarding the relatedness of the suspected entity to the event" .

fhir:startParam  a                      owl:ObjectProperty ;
        rdfs:comment                    "CompartmentDefinition.resource.startParam: Search Parameter for mapping requests made with $everything.start (e.g. on [Patient.$everything](patient-operation-everything.html))." ;
        rdfs:label                      "startParam" ;
        fhir:modifierExtensionProperty  fhir:_startParam ;
        dc:title                        "CompartmentDefinition.resource.startParam: Search Param for interpreting $everything.start" .

fhir:_intraspecificDescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.intraspecificDescription" ;
        rdfs:label    "_intraspecificDescription" .

fhir:_clinicalStatus  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.clinicalStatus" , "(Modified) AllergyIntolerance.clinicalStatus" ;
        rdfs:label    "_clinicalStatus" .

fhir:TestScriptTestComponent.TestActionAssert
        a                owl:Class ;
        rdfs:comment     "Evaluates the results of previous operations to determine if the server under test behaves appropriately." ;
        rdfs:label       "TestScriptTestComponent.TestActionAssert" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestMethod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:headerField
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:defaultManualCompletion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:compareToSourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:validateProfileId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:minimumId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:navigationLinks
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:requestURL
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:navigationLinks
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:direction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:stopTestOnFail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:operator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compareToSourceExpression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:validateProfileId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:defaultManualCompletion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:requestMethod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestURL
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:compareToSourceExpression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:headerField
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:minimumId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:stopTestOnFail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:warningOnly
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:warningOnly
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:direction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionAssertRequirementComponent ;
                           owl:onProperty     fhir:requirement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:compareToSourcePath
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compareToSourcePath
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:response
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:responseCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responseCode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compareToSourceId
                         ] ;
        dc:title         "The setup assertion to perform" .

fhir:_compositeScoring
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.compositeScoring" ;
        rdfs:label    "_compositeScoring" .

fhir:jurisdiction  a                    owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.name.synonym.jurisdiction: The jurisdiction where this name applies." , "Questionnaire.jurisdiction: A legal or geographic region in which the questionnaire is intended to be used." , "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies." , "SearchParameter.jurisdiction: A legal or geographic region in which the search parameter is intended to be used." , "Measure.jurisdiction: A legal or geographic region in which the measure is intended to be used." , "DeviceDefinition.udiDeviceIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies." , "CodeSystem.jurisdiction: A legal or geographic region in which the code system is intended to be used." , "DeviceDefinition.packaging.udiDeviceIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies." , "CapabilityStatement.jurisdiction: A legal or geographic region in which the capability statement is intended to be used." , "NamingSystem.jurisdiction: A legal or geographic region in which the naming system is intended to be used." , "TestScript.jurisdiction: A legal or geographic region in which the test script is intended to be used." , "SubscriptionTopic.jurisdiction: A jurisdiction in which the Topic is intended to be used." , "PlanDefinition.jurisdiction: A legal or geographic region in which the plan definition is intended to be used." , "SubstanceDefinition.name.jurisdiction: The jurisdiction where this name applies." , "ActorDefinition.jurisdiction: A legal or geographic region in which the actor definition is intended to be used." , "DeviceDefinition.regulatoryIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies." , "PackagedProductDefinition.legalStatusOfSupply.jurisdiction: The place where the legal status of supply applies. When not specified, this indicates it is unknown in this context." , "ActivityDefinition.jurisdiction: A legal or geographic region in which the activity definition is intended to be used." , "ImplementationGuide.jurisdiction: A legal or geographic region in which the implementation guide is intended to be used." , "TerminologyCapabilities.jurisdiction: A legal or geographic region in which the terminology capabilities is intended to be used." , "TestPlan.jurisdiction: A legal or geographic region in which the test plan is intended to be used." , "EventDefinition.jurisdiction: A legal or geographic region in which the event definition is intended to be used." , "ObservationDefinition.jurisdiction: A jurisdiction in which the ObservationDefinition is intended to be used." , "Device.udiCarrier.jurisdiction: The identity of the authoritative source for UDI generation within a jurisdiction. All UDIs are globally unique within a single namespace with the appropriate repository uri as the system. For example, UDIs of devices managed in the U.S. by the FDA, the value is http://hl7.org/fhir/NamingSystem/us-fda-udi or in the European Union by the European Commission http://hl7.org/fhir/NamingSystem/eu-ec-udi." , "SubstanceDefinition.name.translation.jurisdiction: The jurisdiction where this name applies." , "MarketingStatus.jurisdiction: Where a Medicines Regulatory Agency has granted a marketing authorization for which specific provisions within a jurisdiction apply, the jurisdiction can be specified using an appropriate controlled terminology The controlled term and the controlled term identifier shall be specified." , "GraphDefinition.jurisdiction: A legal or geographic region in which the graph definition is intended to be used." , "MedicinalProductDefinition.name.usage.jurisdiction: Jurisdiction code for where this name applies. A jurisdiction may be a sub- or supra-national entity (e.g. a state or a geographic region)." , "SpecimenDefinition.jurisdiction: A jurisdiction in which the SpecimenDefinition is intended to be used." , "ValueSet.jurisdiction: A legal or geographic region in which the value set is intended to be used." , "Library.jurisdiction: A legal or geographic region in which the library is intended to be used." , "ConditionDefinition.jurisdiction: A legal or geographic region in which the condition definition is intended to be used." , "ChargeItemDefinition.jurisdiction: A legal or geographic region in which the charge item definition is intended to be used." , "Requirements.jurisdiction: A legal or geographic region in which the Requirements is intended to be used." , "MessageDefinition.jurisdiction: A legal or geographic region in which the message definition is intended to be used." , "ConceptMap.jurisdiction: A legal or geographic region in which the concept map is intended to be used." , "CanonicalResource.jurisdiction: A legal or geographic region in which the {{title}} is intended to be used." , "Citation.jurisdiction: A legal or geographic region in which the citation record is intended to be used." , "OperationDefinition.jurisdiction: A legal or geographic region in which the operation definition is intended to be used." , "StructureMap.jurisdiction: A legal or geographic region in which the structure map is intended to be used." , "ExampleScenario.jurisdiction: A legal or geographic region in which the example scenario is intended to be used." , "StructureDefinition.jurisdiction: A legal or geographic region in which the structure definition is intended to be used." ;
        rdfs:label                      "jurisdiction" ;
        fhir:modifierExtensionProperty  fhir:_jurisdiction ;
        dc:title                        "SubscriptionTopic.jurisdiction: Intended jurisdiction of the SubscriptionTopic (if applicable)" , "DeviceDefinition.udiDeviceIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies" , "EventDefinition.jurisdiction: Intended jurisdiction for event definition (if applicable)" , "MedicinalProductDefinition.name.usage.jurisdiction: Jurisdiction code for where this name applies" , "Requirements.jurisdiction: Intended jurisdiction for Requirements (if applicable)" , "Library.jurisdiction: Intended jurisdiction for library (if applicable)" , "ImplementationGuide.jurisdiction: Intended jurisdiction for implementation guide (if applicable)" , "SubstanceDefinition.name.translation.jurisdiction: The jurisdiction where this name applies" , "TestScript.jurisdiction: Intended jurisdiction for test script (if applicable)" , "SubstanceDefinition.name.jurisdiction: The jurisdiction where this name applies" , "TerminologyCapabilities.jurisdiction: Intended jurisdiction for terminology capabilities (if applicable)" , "ExampleScenario.jurisdiction: Intended jurisdiction for example scenario (if applicable)" , "CodeSystem.jurisdiction: Intended jurisdiction for code system (if applicable)" , "NamingSystem.jurisdiction: Intended jurisdiction for naming system (if applicable)" , "Citation.jurisdiction: Intended jurisdiction for citation record (if applicable)" , "Device.udiCarrier.jurisdiction: Regional UDI authority" , "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies" , "CanonicalResource.jurisdiction: Intended jurisdiction for {{title}} (if applicable)" , "PackagedProductDefinition.legalStatusOfSupply.jurisdiction: The place where the legal status of supply applies" , "ActorDefinition.jurisdiction: Intended jurisdiction for actor definition (if applicable)" , "ValueSet.jurisdiction: Intended jurisdiction for value set (if applicable)" , "DeviceDefinition.packaging.udiDeviceIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies" , "DeviceDefinition.regulatoryIdentifier.jurisdiction: The jurisdiction to which the deviceIdentifier applies" , "GraphDefinition.jurisdiction: Intended jurisdiction for graph definition (if applicable)" , "StructureDefinition.jurisdiction: Intended jurisdiction for structure definition (if applicable)" , "CapabilityStatement.jurisdiction: Intended jurisdiction for capability statement (if applicable)" , "OperationDefinition.jurisdiction: Intended jurisdiction for operation definition (if applicable)" , "ChargeItemDefinition.jurisdiction: Intended jurisdiction for charge item definition (if applicable)" , "TestPlan.jurisdiction: Intended jurisdiction where the test plan applies (if applicable)" , "Measure.jurisdiction: Intended jurisdiction for measure (if applicable)" , "ActivityDefinition.jurisdiction: Intended jurisdiction for activity definition (if applicable)" , "SearchParameter.jurisdiction: Intended jurisdiction for search parameter (if applicable)" , "SpecimenDefinition.jurisdiction: Intended jurisdiction for this SpecimenDefinition (if applicable)" , "ConditionDefinition.jurisdiction: Intended jurisdiction for condition definition (if applicable)" , "ObservationDefinition.jurisdiction: Intended jurisdiction for this ObservationDefinition (if applicable)" , "ConceptMap.jurisdiction: Intended jurisdiction for concept map (if applicable)" , "MarketingStatus.jurisdiction: Where a Medicines Regulatory Agency has granted a marketing authorization for which specific provisions within a jurisdiction apply, the jurisdiction can be specified using an appropriate controlled terminology The controlled term and the controlled term identifier shall be specified" , "StructureMap.jurisdiction: Intended jurisdiction for structure map (if applicable)" , "SubstanceDefinition.name.synonym.jurisdiction: The jurisdiction where this name applies" , "PlanDefinition.jurisdiction: Intended jurisdiction for plan definition (if applicable)" , "MessageDefinition.jurisdiction: Intended jurisdiction for message definition (if applicable)" , "Questionnaire.jurisdiction: Intended jurisdiction for questionnaire (if applicable)" .

fhir:Exemption  a        owl:Class ;
        rdfs:comment     "Coverage.CostToBeneficiary.Exemption: A suite of codes indicating exceptions or reductions to patient costs and their effective periods." ;
        rdfs:label       "Exemption" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_requestHeader  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.requestHeader" , "(Modified) TestScript.test.action.operation.requestHeader" , "(Modified) TestScript.setup.action.operation.requestHeader" ;
        rdfs:label    "_requestHeader" .

fhir:_certainty  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.certainty" ;
        rdfs:label    "_certainty" .

fhir:connectionType  a                  owl:ObjectProperty ;
        rdfs:comment                    "Endpoint.connectionType: A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used in what way. (e.g. XDS.b/DICOM/cds-hook)." ;
        rdfs:label                      "connectionType" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_connectionType ;
        dc:title                        "Endpoint.connectionType: Protocol/Profile/Standard to be used with this endpoint connection" .

fhir:_groupingBehavior
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RequestOrchestration.action.action.groupingBehavior" , "(Modified) RequestOrchestration.action.groupingBehavior" , "(Modified) PlanDefinition.action.action.groupingBehavior" , "(Modified) PlanDefinition.action.groupingBehavior" ;
        rdfs:label    "_groupingBehavior" .

fhir:_translations  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.validateCode.translations" ;
        rdfs:label    "_translations" .

fhir:photo  a                           owl:ObjectProperty ;
        rdfs:comment                    "Person.photo: An image that can be displayed as a thumbnail of the person to enhance the identification of the individual." , "RelatedPerson.photo: Image of the person." , "Practitioner.photo: Image of the person." , "HealthcareService.photo: If there is a photo/symbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list." , "Patient.photo: Image of the patient." ;
        rdfs:label                      "photo" ;
        fhir:modifierExtensionProperty  fhir:_photo ;
        dc:title                        "Person.photo: Image of the person" , "Patient.photo: Image of the patient" , "RelatedPerson.photo: Image of the person" , "Practitioner.photo: Image of the person" , "HealthcareService.photo: Facilitates quick identification of the service" .

fhir:multipleAnd  a                     owl:ObjectProperty ;
        rdfs:comment                    "SearchParameter.multipleAnd: Whether multiple parameters are allowed - e.g. more than one parameter with the same name. The search matches if all the parameters match." ;
        rdfs:label                      "multipleAnd" ;
        fhir:modifierExtensionProperty  fhir:_multipleAnd ;
        dc:title                        "SearchParameter.multipleAnd: Allow multiple parameters (and)" .

fhir:_gender  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) RelatedPerson.gender" , "(Modified) Practitioner.gender" , "(Modified) Person.gender" , "(Modified) Patient.contact.gender" , "(Modified) Patient.gender" , "(Modified) ObservationDefinition.component.qualifiedValue.gender" , "(Modified) ObservationDefinition.qualifiedValue.gender" ;
        rdfs:label    "_gender" .

fhir:_coding  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) CodeableConcept.coding" ;
        rdfs:label    "_coding" .

fhir:_system  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coding.system" , "(Modified) OperationDefinition.system" , "(Modified) ConceptMap.property.system" , "(Modified) ValueSet.expansion.contains.contains.system" , "(Modified) ValueSet.expansion.contains.system" , "(Modified) ValueSet.compose.include.system" , "(Modified) ValueSet.compose.exclude.system" , "(Modified) ContactPoint.system" , "(Modified) Quantity.system" , "(Modified) Identifier.system" ;
        rdfs:label    "_system" .

fhir:_Slot  a            owl:Class ;
        rdfs:comment     "(Modified) Slot" ;
        rdfs:label       "_Slot" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:freeToShare  a                     owl:ObjectProperty ;
        rdfs:comment                    "ArtifactAssessment.content.component.freeToShare: Acceptable to publicly share the comment, classifier or rating." , "ArtifactAssessment.content.freeToShare: Acceptable to publicly share the comment, classifier or rating." ;
        rdfs:label                      "freeToShare" ;
        fhir:modifierExtensionProperty  fhir:_freeToShare ;
        dc:title                        "ArtifactAssessment.content.component.freeToShare: Acceptable to publicly share the resource content" , "ArtifactAssessment.content.freeToShare: Acceptable to publicly share the resource content" .

fhir:ElementDefinitionMappingComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionMappingComponent: Identifies a concept from an external specification that roughly corresponds to this element." ;
        rdfs:label       "ElementDefinitionMappingComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:identity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:map
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:map
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:identity
                         ] .

fhir:copackagedIndicator
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.copackagedIndicator: Identifies if the package contains different items, such as when a drug product is supplied with another item e.g. a diluent or adjuvant." ;
        rdfs:label                      "copackagedIndicator" ;
        fhir:modifierExtensionProperty  fhir:_copackagedIndicator ;
        dc:title                        "PackagedProductDefinition.copackagedIndicator: Identifies if the drug product is supplied with another item such as a diluent or adjuvant" .

fhir:precheckBehavior
        a                               owl:ObjectProperty ;
        rdfs:comment                    "RequestOrchestration.action.action.precheckBehavior: Defines whether the action should usually be preselected." , "PlanDefinition.action.action.precheckBehavior: Defines whether the action should usually be preselected." , "RequestOrchestration.action.precheckBehavior: Defines whether the action should usually be preselected." , "PlanDefinition.action.precheckBehavior: Defines whether the action should usually be preselected." ;
        rdfs:label                      "precheckBehavior" ;
        fhir:modifierExtensionProperty  fhir:_precheckBehavior ;
        dc:title                        "PlanDefinition.action.precheckBehavior: yes | no" , "RequestOrchestration.action.precheckBehavior: yes | no" , "PlanDefinition.action.action.precheckBehavior: yes | no" , "RequestOrchestration.action.action.precheckBehavior: yes | no" .

fhir:map  a                             owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.mapping.map: Expresses what part of the target specification corresponds to this element." ;
        rdfs:label                      "map" ;
        fhir:modifierExtensionProperty  fhir:_map ;
        dc:title                        "ElementDefinition.mapping.map: Details of the mapping" .

fhir:additionalInfo  a                  owl:ObjectProperty ;
        rdfs:comment                    "VirtualServiceDetail.additionalInfo: Address to see alternative connection details." ;
        rdfs:label                      "additionalInfo" ;
        fhir:modifierExtensionProperty  fhir:_additionalInfo ;
        dc:title                        "VirtualServiceDetail.additionalInfo: Address to see alternative connection details" .

fhir:preConditions  a                   owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.process.step.alternative.step.process.preConditions: Description of the initial state of the actors, environment and data before the process starts." , "ExampleScenario.process.step.process.preConditions: Description of the initial state of the actors, environment and data before the process starts." , "ExampleScenario.process.preConditions: Description of the initial state of the actors, environment and data before the process starts." ;
        rdfs:label                      "preConditions" ;
        fhir:modifierExtensionProperty  fhir:_preConditions ;
        dc:title                        "ExampleScenario.process.step.alternative.step.process.preConditions: Status before process starts" , "ExampleScenario.process.step.process.preConditions: Status before process starts" , "ExampleScenario.process.preConditions: Status before process starts" .

fhir:numberOfSubunits
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.numberOfSubunits: Number of linear sequences of amino acids linked through peptide bonds. The number of subunits constituting the SubstanceProtein shall be described. It is possible that the number of subunits can be variable." , "SubstanceNucleicAcid.numberOfSubunits: The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit." ;
        rdfs:label                      "numberOfSubunits" ;
        fhir:modifierExtensionProperty  fhir:_numberOfSubunits ;
        dc:title                        "SubstanceProtein.numberOfSubunits: Number of linear sequences of amino acids linked through peptide bonds. The number of subunits constituting the SubstanceProtein shall be described. It is possible that the number of subunits can be variable" , "SubstanceNucleicAcid.numberOfSubunits: The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit" .

fhir:numberOfEvents  a                  owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.numberOfEvents: The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants." ;
        rdfs:label                      "numberOfEvents" ;
        fhir:modifierExtensionProperty  fhir:_numberOfEvents ;
        dc:title                        "Evidence.statistic.numberOfEvents: The number of events associated with the statistic" .

fhir:_sender  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) MessageHeader.sender" , "(Modified) Communication.sender" ;
        rdfs:label    "_sender" .

fhir:_validCodedValueSet
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ObservationDefinition.component.qualifiedValue.validCodedValueSet" , "(Modified) ObservationDefinition.qualifiedValue.validCodedValueSet" ;
        rdfs:label    "_validCodedValueSet" .

fhir:_referenceInformation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.referenceInformation" ;
        rdfs:label    "_referenceInformation" .

fhir:longitude  a                       owl:ObjectProperty ;
        rdfs:comment                    "Location.position.longitude: Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes on Location main page)." ;
        rdfs:label                      "longitude" ;
        fhir:modifierExtensionProperty  fhir:_longitude ;
        dc:title                        "Location.position.longitude: Longitude with WGS84 datum" .

fhir:_contentDerivative
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.contentDerivative" ;
        rdfs:label    "_contentDerivative" .

fhir:QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem.QuestionnaireResponseItemAnswerComponentItem
        a                owl:Class ;
        rdfs:comment     "Nested groups and/or questions found within this particular answer." ;
        rdfs:label       "QuestionnaireResponseItemComponent.QuestionnaireResponseItemAnswerComponentItem.QuestionnaireResponseItemAnswerComponentItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Child items of question" .

fhir:_reportedDateTime
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryReport.reportedDateTime" ;
        rdfs:label    "_reportedDateTime" .

fhir:Primitive  a        owl:Class ;
        rdfs:comment     "Types with only a value and no additional elements as children" ;
        rdfs:label       "Primitive" ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  rdfs:Literal ;
                           owl:onProperty     fhir:v
                         ] ;
        dc:title         "Types with only a value" .

fhir:_processingMode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SearchParameter.processingMode" ;
        rdfs:label    "_processingMode" .

fhir:_composition  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) DiagnosticReport.composition" ;
        rdfs:label    "_composition" .

fhir:_width  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.width" ;
        rdfs:label    "_width" .

fhir:_valueAlternatives
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.valueAlternatives" ;
        rdfs:label    "_valueAlternatives" .

fhir:hint  a                            owl:ObjectProperty ;
        rdfs:comment                    "TestScript.variable.hint: Displayable text string with hint help information to the user when entering a default value." ;
        rdfs:label                      "hint" ;
        fhir:modifierExtensionProperty  fhir:_hint ;
        dc:title                        "TestScript.variable.hint: Hint help text for default value to enter" .

fhir:license  a                         owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.license: The license that applies to this Implementation Guide, using an SPDX license code, or 'not-open-source'." ;
        rdfs:label                      "license" ;
        fhir:modifierExtensionProperty  fhir:_license ;
        dc:title                        "ImplementationGuide.license: SPDX license code for this IG (or not-open-source)" .

fhir:created  a                         owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.created: The date this resource was created." , "CoverageEligibilityResponse.created: The date this resource was created." , "Claim.created: The date this resource was created." , "ClaimResponse.created: The date this resource was created." , "Basic.created: Identifies when the resource was first created." , "CoverageEligibilityRequest.created: The date when this resource was created." , "PaymentNotice.created: The date when this resource was created." , "CarePlan.created: Represents when this particular CarePlan record was created in the system, which is often a system-generated date." , "PaymentReconciliation.created: The date when the resource was created." , "EnrollmentRequest.created: The date when this resource was created." , "VisionPrescription.created: The date this resource was created." , "EnrollmentResponse.created: The date when the enclosed suite of services were performed or completed." , "Appointment.created: The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment." ;
        rdfs:label                      "created" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_created ;
        dc:title                        "Claim.created: Resource creation date" , "CoverageEligibilityResponse.created: Response creation date" , "CarePlan.created: Date record was first recorded" , "PaymentNotice.created: Creation date" , "CoverageEligibilityRequest.created: Creation date" , "VisionPrescription.created: Response creation date" , "Basic.created: When created" , "ExplanationOfBenefit.created: Response creation date" , "EnrollmentResponse.created: Creation date" , "EnrollmentRequest.created: Creation date" , "Appointment.created: The date that this appointment was initially created" , "ClaimResponse.created: Response creation date" , "PaymentReconciliation.created: Creation date" .

fhir:expectedInResearchStudy
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.expectedInResearchStudy: Considered likely or probable or anticipated in the research study.  Whether the reported event matches any of the outcomes for the patient that are considered by the study as known or likely." ;
        rdfs:label                      "expectedInResearchStudy" ;
        fhir:modifierExtensionProperty  fhir:_expectedInResearchStudy ;
        dc:title                        "AdverseEvent.expectedInResearchStudy: Considered likely or probable or anticipated in the research study" .

fhir:originalPrescription
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.originalPrescription: Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products." , "Claim.originalPrescription: Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products." ;
        rdfs:label                      "originalPrescription" ;
        fhir:modifierExtensionProperty  fhir:_originalPrescription ;
        dc:title                        "ExplanationOfBenefit.originalPrescription: Original prescription if superceded by fulfiller" , "Claim.originalPrescription: Original prescription if superseded by fulfiller" .

fhir:scoring  a                         owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.scoring: Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented. It is expected to be the same as the scoring element on the referenced Measure." , "Measure.group.scoring: Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented." , "Measure.scoring: Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented." ;
        rdfs:label                      "scoring" ;
        fhir:modifierExtensionProperty  fhir:_scoring ;
        dc:title                        "MeasureReport.scoring: What scoring method (e.g. proportion, ratio, continuous-variable)" , "Measure.group.scoring: proportion | ratio | continuous-variable | cohort" , "Measure.scoring: proportion | ratio | continuous-variable | cohort" .

fhir:ClinicalUseDefinitionInteractionComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionInteractionComponent: Specifics for when this is an interaction." ;
        rdfs:label       "ClinicalUseDefinitionInteractionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effect
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ClinicalUseDefinitionInteractionInteractantComponent ;
                           owl:onProperty     fhir:interactant
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:management
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:incidence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:incidence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:effect
                         ] .

fhir:PlanDefinitionActorComponent
        a                owl:Class ;
        rdfs:comment     "PlanDefinitionActorComponent: Actors represent the individuals or groups involved in the execution of the defined set of activities." ;
        rdfs:label       "PlanDefinitionActorComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:option
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActorOptionComponent ;
                           owl:onProperty     fhir:option
                         ] .

fhir:subjectStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "EncounterHistory.subjectStatus: The subjectStatus value can be used to track the patient's status within the encounter. It details whether the patient has arrived or departed, has been triaged or is currently in a waiting status." , "Encounter.subjectStatus: The subjectStatus value can be used to track the patient's status within the encounter. It details whether the patient has arrived or departed, has been triaged or is currently in a waiting status." ;
        rdfs:label                      "subjectStatus" ;
        fhir:modifierExtensionProperty  fhir:_subjectStatus ;
        dc:title                        "EncounterHistory.subjectStatus: The current status of the subject in relation to the Encounter" , "Encounter.subjectStatus: The current status of the subject in relation to the Encounter" .

fhir:_qualitativeRisk
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.prediction.qualitativeRisk" ;
        rdfs:label    "_qualitativeRisk" .

fhir:_header  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Endpoint.header" ;
        rdfs:label    "_header" .

fhir:recurrenceId  a                    owl:ObjectProperty ;
        rdfs:comment                    "AppointmentResponse.recurrenceId: The recurrence ID (sequence number) of the specific appointment when responding to a recurring request." , "Appointment.recurrenceId: The sequence number that identifies a specific appointment in a recurring pattern." ;
        rdfs:label                      "recurrenceId" ;
        fhir:modifierExtensionProperty  fhir:_recurrenceId ;
        dc:title                        "AppointmentResponse.recurrenceId: The recurrence ID of the specific recurring request" , "Appointment.recurrenceId: The sequence number in the recurrence" .

fhir:_author  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.section.section.author" , "(Modified) Contract.author" , "(Modified) EvidenceReport.section.author" , "(Modified) DetectedIssue.author" , "(Modified) PlanDefinition.author" , "(Modified) NamingSystem.author" , "(Modified) Linkage.author" , "(Modified) ValueSet.author" , "(Modified) RequestOrchestration.author" , "(Modified) Composition.section.section.author" , "(Modified) Annotation.author" , "(Modified) Citation.author" , "(Modified) ArtifactAssessment.content.component.author" , "(Modified) MetadataResource.author" , "(Modified) Library.author" , "(Modified) Evidence.author" , "(Modified) ConceptMap.author" , "(Modified) MedicationKnowledge.author" , "(Modified) QuestionnaireResponse.author" , "(Modified) EvidenceVariable.author" , "(Modified) MessageHeader.author" , "(Modified) Flag.author" , "(Modified) ArtifactAssessment.content.author" , "(Modified) AdverseEvent.suspectEntity.causality.author" , "(Modified) DocumentReference.author" , "(Modified) Basic.author" , "(Modified) Composition.author" , "(Modified) Measure.author" , "(Modified) Composition.section.author" , "(Modified) EventDefinition.author" , "(Modified) EvidenceReport.author" , "(Modified) CodeSystem.author" , "(Modified) ActivityDefinition.author" , "(Modified) DetectedIssue.mitigation.author" , "(Modified) SubstanceSourceMaterial.organism.author" ;
        rdfs:label    "_author" .

fhir:responsibleOrganization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryItem.responsibleOrganization: Organization(s) responsible for the product." ;
        rdfs:label                      "responsibleOrganization" ;
        fhir:modifierExtensionProperty  fhir:_responsibleOrganization ;
        dc:title                        "InventoryItem.responsibleOrganization: Organization(s) responsible for the product" .

fhir:TriggerDefinition
        a                owl:Class ;
        rdfs:comment     "A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element." ;
        rdfs:label       "TriggerDefinition" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:subscriptionTopic
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subscriptionTopic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Expression ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirement ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        dc:title         "Defines an expected trigger for a module" .

fhir:_BackboneElement
        a                owl:Class ;
        rdfs:label       "_BackboneElement" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:modifierExtension
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:modifierExtension
                         ] .

fhir:_offeredIn  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) HealthcareService.offeredIn" ;
        rdfs:label    "_offeredIn" .

fhir:_accessionNumber
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.accessionNumber" ;
        rdfs:label    "_accessionNumber" .

fhir:legalState  a                      owl:ObjectProperty ;
        rdfs:comment                    "Contract.legalState: Legal states of the formation of a legal instrument, which is a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement." ;
        rdfs:label                      "legalState" ;
        fhir:modifierExtensionProperty  fhir:_legalState ;
        dc:title                        "Contract.legalState: Negotiation status" .

fhir:incomplete  a                      owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.expansion.incomplete: True if requests for incomplete expansions are allowed." ;
        rdfs:label                      "incomplete" ;
        fhir:modifierExtensionProperty  fhir:_incomplete ;
        dc:title                        "TerminologyCapabilities.expansion.incomplete: Allow request for incomplete expansions?" .

fhir:CodeableReference
        a                owl:Class ;
        rdfs:comment     "A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class)." ;
        rdfs:label       "CodeableReference" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:concept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:concept
                         ] ;
        dc:title         "Reference to a resource or a concept" .

fhir:activity  a                        owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.statusDate.activity: A definition of the status associated with a date or period." , "Citation.statusDate.activity: The state or status of the citation record (that will be paired with the period)." , "Permission.rule.activity: A description or definition of which activities are allowed to be done on the data." , "CarePlan.activity: Identifies an action that has occurred or is a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring that has occurred, education etc." , "Provenance.activity: An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ;
        rdfs:label                      "activity" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_activity ;
        dc:title                        "CarePlan.activity: Action to occur or has occurred as part of plan" , "Provenance.activity: Activity that occurred" , "Citation.citedArtifact.statusDate.activity: Classification of the status" , "Permission.rule.activity: A description or definition of which activities are allowed to be done on the data" , "Citation.statusDate.activity: Classification of the status" .

fhir:availableEndTime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Availability.availableTime.availableEndTime: Closing time of day (ignored if allDay = true)." ;
        rdfs:label                      "availableEndTime" ;
        fhir:modifierExtensionProperty  fhir:_availableEndTime ;
        dc:title                        "Availability.availableTime.availableEndTime: Closing time of day (ignored if allDay = true)" .

fhir:mimeType  a                        owl:ObjectProperty ;
        rdfs:comment                    "Endpoint.payload.mimeType: The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType)." ;
        rdfs:label                      "mimeType" ;
        fhir:modifierExtensionProperty  fhir:_mimeType ;
        dc:title                        "Endpoint.payload.mimeType: Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)" .

fhir:NutritionOrderEnteralFormulaAdministrationComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderEnteralFormulaComponent.NutritionOrderEnteralFormulaAdministrationComponent: Formula administration instructions as structured data.  This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding.  An example of this would be an instruction to increase the rate of continuous feeding every 2 hours." ;
        rdfs:label       "NutritionOrderEnteralFormulaAdministrationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EnteralFormulaSchedule ;
                           owl:onProperty     fhir:schedule
                         ] .

fhir:periodUnit  a                      owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.periodUnit: The units of time for the period in UCUM units\nNormal practice is to use the 'mo' code as a calendar month when calculating the next occurrence." ;
        rdfs:label                      "periodUnit" ;
        fhir:modifierExtensionProperty  fhir:_periodUnit ;
        dc:title                        "Timing.repeat.periodUnit: s | min | h | d | wk | mo | a - unit of time (UCUM)" .

fhir:EvidenceReportRelatesToComponent
        a                owl:Class ;
        rdfs:comment     "EvidenceReportRelatesToComponent: Relationships that this composition has with other compositions or documents that already exist." ;
        rdfs:label       "EvidenceReportRelatesToComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceReportRelatesToTargetComponent ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:SubstanceDefinition
        a                            owl:Class ;
        rdfs:comment                 "The detailed description of a substance, typically at a level beyond what is used for prescribing." ;
        rdfs:label                   "SubstanceDefinition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.medication ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:manufacturer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:structure
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:sourceMaterial
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:protein
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionRelationshipComponent ;
                                       owl:onProperty     fhir:relationship
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:domain
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:referenceInformation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:grade
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:polymer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionCodeComponent ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionMoietyComponent ;
                                       owl:onProperty     fhir:moiety
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionStructureComponent ;
                                       owl:onProperty     fhir:structure
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:polymer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:nucleicAcid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionNameComponent ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:informationSource
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionSourceMaterialComponent ;
                                       owl:onProperty     fhir:sourceMaterial
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:referenceInformation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:protein
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionMolecularWeightComponent ;
                                       owl:onProperty     fhir:molecularWeight
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:version
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:classification
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:domain
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionCharacterizationComponent ;
                                       owl:onProperty     fhir:characterization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supplier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:nucleicAcid
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceDefinitionPropertyComponent ;
                                       owl:onProperty     fhir:property
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubstanceDefinition .

fhir:_useContext  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Library.useContext" , "(Modified) ConceptMap.useContext" , "(Modified) PlanDefinition.useContext" , "(Modified) SearchParameter.useContext" , "(Modified) SpecimenDefinition.useContext" , "(Modified) CodeSystem.useContext" , "(Modified) Composition.useContext" , "(Modified) MessageDefinition.useContext" , "(Modified) ChargeItemDefinition.useContext" , "(Modified) ValueSet.useContext" , "(Modified) StructureDefinition.useContext" , "(Modified) Measure.useContext" , "(Modified) DeviceDefinition.chargeItem.useContext" , "(Modified) EventDefinition.useContext" , "(Modified) Evidence.useContext" , "(Modified) ConditionDefinition.useContext" , "(Modified) EvidenceReport.useContext" , "(Modified) ActorDefinition.useContext" , "(Modified) StructureMap.useContext" , "(Modified) CapabilityStatement.useContext" , "(Modified) NamingSystem.useContext" , "(Modified) CompartmentDefinition.useContext" , "(Modified) ExampleScenario.useContext" , "(Modified) ImplementationGuide.useContext" , "(Modified) DeviceDefinition.guideline.useContext" , "(Modified) EvidenceVariable.useContext" , "(Modified) TestPlan.useContext" , "(Modified) TerminologyCapabilities.useContext" , "(Modified) GraphDefinition.useContext" , "(Modified) Citation.useContext" , "(Modified) TestScript.useContext" , "(Modified) Requirements.useContext" , "(Modified) OperationDefinition.useContext" , "(Modified) ActivityDefinition.useContext" , "(Modified) ObservationDefinition.useContext" , "(Modified) Questionnaire.useContext" , "(Modified) SubscriptionTopic.useContext" , "(Modified) CanonicalResource.useContext" ;
        rdfs:label    "_useContext" .

fhir:_instantiatesUri
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.instantiatesUri" , "(Modified) Procedure.instantiatesUri" , "(Modified) GenomicStudy.instantiatesUri" , "(Modified) FamilyMemberHistory.instantiatesUri" , "(Modified) DeviceRequest.instantiatesUri" , "(Modified) GenomicStudy.analysis.instantiatesUri" , "(Modified) Task.instantiatesUri" , "(Modified) NutritionIntake.instantiatesUri" , "(Modified) CarePlan.instantiatesUri" , "(Modified) NutritionOrder.instantiatesUri" , "(Modified) RequestOrchestration.instantiatesUri" , "(Modified) ServiceRequest.instantiatesUri" , "(Modified) Contract.instantiatesUri" , "(Modified) Communication.instantiatesUri" ;
        rdfs:label    "_instantiatesUri" .

fhir:authorizationUrl
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityResponse.insurance.item.authorizationUrl: A web location for obtaining requirements or descriptive information regarding the preauthorization." ;
        rdfs:label                      "authorizationUrl" ;
        fhir:modifierExtensionProperty  fhir:_authorizationUrl ;
        dc:title                        "CoverageEligibilityResponse.insurance.item.authorizationUrl: Preauthorization requirements endpoint" .

fhir:EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic
        a                owl:Class ;
        rdfs:comment     "A defining factor of the characteristic." ;
        rdfs:label       "EvidenceVariableCharacteristicComponent.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic.EvidenceVariableCharacteristicDefinitionByCombinationComponentCharacteristic" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A defining factor of the characteristic" .

fhir:contributedToDeath
        a                               owl:ObjectProperty ;
        rdfs:comment                    "FamilyMemberHistory.procedure.contributedToDeath: This procedure contributed to the cause of death of the related person. If contributedToDeath is not populated, then it is unknown." , "FamilyMemberHistory.condition.contributedToDeath: This condition contributed to the cause of death of the related person. If contributedToDeath is not populated, then it is unknown." ;
        rdfs:label                      "contributedToDeath" ;
        fhir:modifierExtensionProperty  fhir:_contributedToDeath ;
        dc:title                        "FamilyMemberHistory.procedure.contributedToDeath: Whether the procedure contributed to the cause of death" , "FamilyMemberHistory.condition.contributedToDeath: Whether the condition contributed to the cause of death" .

fhir:confidentialityIndicator
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicinalProductDefinition.operation.confidentialityIndicator: Specifies whether this particular business or manufacturing process is considered proprietary or confidential." ;
        rdfs:label                      "confidentialityIndicator" ;
        fhir:modifierExtensionProperty  fhir:_confidentialityIndicator ;
        dc:title                        "MedicinalProductDefinition.operation.confidentialityIndicator: Specifies whether this process is considered proprietary or confidential" .

fhir:_diagnosisSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.diagnosisSequence" , "(Modified) Claim.item.diagnosisSequence" ;
        rdfs:label    "_diagnosisSequence" .

fhir:selectionBehavior
        a                               owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.action.selectionBehavior: Defines the selection behavior for the action and its children." , "RequestOrchestration.action.action.selectionBehavior: Defines the selection behavior for the action and its children." , "RequestOrchestration.action.selectionBehavior: Defines the selection behavior for the action and its children." , "PlanDefinition.action.selectionBehavior: Defines the selection behavior for the action and its children." ;
        rdfs:label                      "selectionBehavior" ;
        fhir:modifierExtensionProperty  fhir:_selectionBehavior ;
        dc:title                        "RequestOrchestration.action.selectionBehavior: any | all | all-or-none | exactly-one | at-most-one | one-or-more" , "RequestOrchestration.action.action.selectionBehavior: any | all | all-or-none | exactly-one | at-most-one | one-or-more" , "PlanDefinition.action.action.selectionBehavior: any | all | all-or-none | exactly-one | at-most-one | one-or-more" , "PlanDefinition.action.selectionBehavior: any | all | all-or-none | exactly-one | at-most-one | one-or-more" .

fhir:_time  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Specimen.processing.time" , "(Modified) DocumentReference.attester.time" , "(Modified) DeviceMetric.calibration.time" , "(Modified) Composition.attester.time" , "(Modified) Citation.citedArtifact.contributorship.entry.contributionInstance.time" , "(Modified) Annotation.time" ;
        rdfs:label    "_time" .

fhir:addresses  a                       owl:ObjectProperty ;
        rdfs:comment                    "Goal.addresses: The identified conditions and other health record elements that are intended to be addressed by the goal." , "CarePlan.addresses: Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan." , "PlanDefinition.goal.addresses: Identifies problems, conditions, issues, or concerns the goal is intended to address." ;
        rdfs:label                      "addresses" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_addresses ;
        dc:title                        "CarePlan.addresses: Health issues this plan addresses" , "Goal.addresses: Issues addressed by this goal" , "PlanDefinition.goal.addresses: What does the goal address" .

fhir:_dataRequirement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Library.dataRequirement" , "(Modified) GuidanceResponse.dataRequirement" ;
        rdfs:label    "_dataRequirement" .

fhir:CapabilityStatementRestResourceComponent
        a                owl:Class ;
        rdfs:comment     "CapabilityStatementRestComponent.CapabilityStatementRestResourceComponent: A specification of the restful capabilities of the solution for a specific resource type." ;
        rdfs:label       "CapabilityStatementRestResourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:conditionalUpdate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conditionalCreate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:supportedProfile
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conditionalDelete
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:updateCreate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ResourceInteraction ;
                           owl:onProperty     fhir:interaction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conditionalUpdate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:conditionalPatch
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:readHistory
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:conditionalDelete
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestResourceOperationComponent ;
                           owl:onProperty     fhir:operation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conditionalRead
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:referencePolicy
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:conditionalCreate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:conditionalRead
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:searchInclude
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:versioning
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:updateCreate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:readHistory
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestResourceSearchParamComponent ;
                           owl:onProperty     fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versioning
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:searchRevInclude
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:conditionalPatch
                         ] .

fhir:_lineItem  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.lineItem" ;
        rdfs:label    "_lineItem" .

fhir:_InventoryReport
        a                owl:Class ;
        rdfs:comment     "(Modified) InventoryReport" ;
        rdfs:label       "_InventoryReport" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_copyright  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ArtifactAssessment.copyright" , "(Modified) ActivityDefinition.copyright" , "(Modified) Evidence.copyright" , "(Modified) CodeSystem.copyright" , "(Modified) ValueSet.copyright" , "(Modified) NamingSystem.copyright" , "(Modified) ActorDefinition.copyright" , "(Modified) Citation.citedArtifact.publicationForm.copyright" , "(Modified) SpecimenDefinition.copyright" , "(Modified) StructureDefinition.copyright" , "(Modified) ConceptMap.copyright" , "(Modified) TestScript.copyright" , "(Modified) Citation.citedArtifact.abstract.copyright" , "(Modified) ImplementationGuide.copyright" , "(Modified) PlanDefinition.copyright" , "(Modified) Citation.copyright" , "(Modified) ObservationDefinition.copyright" , "(Modified) CapabilityStatement.copyright" , "(Modified) TerminologyCapabilities.copyright" , "(Modified) ValueSet.compose.include.copyright" , "(Modified) MessageDefinition.copyright" , "(Modified) Measure.copyright" , "(Modified) ChargeItemDefinition.copyright" , "(Modified) StructureMap.copyright" , "(Modified) SubscriptionTopic.copyright" , "(Modified) Questionnaire.copyright" , "(Modified) ExampleScenario.copyright" , "(Modified) TestPlan.copyright" , "(Modified) SearchParameter.copyright" , "(Modified) ValueSet.compose.exclude.copyright" , "(Modified) EvidenceVariable.copyright" , "(Modified) OperationDefinition.copyright" , "(Modified) Requirements.copyright" , "(Modified) GraphDefinition.copyright" , "(Modified) Library.copyright" , "(Modified) EventDefinition.copyright" , "(Modified) CanonicalResource.copyright" , "(Modified) Contract.contentDefinition.copyright" ;
        rdfs:label    "_copyright" .

fhir:_Substance  a       owl:Class ;
        rdfs:comment     "(Modified) Substance" ;
        rdfs:label       "_Substance" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_timing  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.timing" , "(Modified) ActivityDefinition.timing" , "(Modified) Dosage.timing" , "(Modified) RequestOrchestration.action.action.timing" , "(Modified) TriggerDefinition.timing" , "(Modified) NutritionOrder.enteralFormula.administration.schedule.timing" , "(Modified) ExplanationOfBenefit.supportingInfo.timing" , "(Modified) PlanDefinition.action.action.timing" , "(Modified) NutritionOrder.oralDiet.schedule.timing" , "(Modified) Claim.supportingInfo.timing" , "(Modified) NutritionOrder.supplement.schedule.timing" , "(Modified) RequestOrchestration.action.timing" , "(Modified) DeviceUsage.timing" ;
        rdfs:label    "_timing" .

fhir:wasSubstituted  a                  owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.substitution.wasSubstituted: True if the dispenser dispensed a different drug or product from what was prescribed." ;
        rdfs:label                      "wasSubstituted" ;
        fhir:modifierExtensionProperty  fhir:_wasSubstituted ;
        dc:title                        "MedicationDispense.substitution.wasSubstituted: Whether a substitution was or was not performed on the dispense" .

fhir:aggregation  a                     owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.type.aggregation: If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle." ;
        rdfs:label                      "aggregation" ;
        fhir:modifierExtensionProperty  fhir:_aggregation ;
        dc:title                        "ElementDefinition.type.aggregation: contained | referenced | bundled - how aggregated" .

fhir:_authorDescription
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.organism.author.authorDescription" ;
        rdfs:label    "_authorDescription" .

fhir:_filter  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.exclude.filter" , "(Modified) ValueSet.compose.include.filter" , "(Modified) TerminologyCapabilities.codeSystem.version.filter" , "(Modified) CodeSystem.filter" ;
        rdfs:label    "_filter" .

fhir:MedicinalProductDefinitionOperationComponent
        a                owl:Class ;
        rdfs:comment     "MedicinalProductDefinitionOperationComponent: A manufacturing or administrative process or step associated with (or performed on) the medicinal product." ;
        rdfs:label       "MedicinalProductDefinitionOperationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:organization
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:confidentialityIndicator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectiveDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectiveDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:confidentialityIndicator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_defaultValue  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.variable.defaultValue" , "(Modified) StructureMap.group.rule.rule.source.defaultValue" , "(Modified) StructureMap.group.rule.source.defaultValue" , "(Modified) ElementDefinition.defaultValue" ;
        rdfs:label    "_defaultValue" .

fhir:StructureMapStructureComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapStructureComponent: A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced." ;
        rdfs:label       "StructureMapStructureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:alias
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:alias
                         ] .

fhir:recipient  a                       owl:ObjectProperty ;
        rdfs:comment                    "Task.restriction.recipient: For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for." , "Contract.term.asset.valuedItem.recipient: Who will receive payment." , "Transport.restriction.recipient: For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for." , "CommunicationRequest.recipient: The entity (e.g. person, organization, clinical information system, device, group, or care team) which is the intended target of the communication." , "Contract.term.group.asset.valuedItem.recipient: Who will receive payment." , "Communication.recipient: The entity (e.g. person, organization, clinical information system, care team or device) which is the target of the communication." , "PaymentNotice.recipient: The party who is notified of the payment status." , "Invoice.recipient: The individual or Organization responsible for balancing of this invoice." ;
        rdfs:label                      "recipient" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_recipient ;
        dc:title                        "PaymentNotice.recipient: Party being notified" , "Contract.term.group.asset.valuedItem.recipient: Who will receive payment" , "Contract.term.asset.valuedItem.recipient: Who will receive payment" , "Invoice.recipient: Recipient of this invoice" , "Transport.restriction.recipient: For whom is fulfillment sought?" , "Communication.recipient: Who the information is shared with" , "CommunicationRequest.recipient: Who to share the information with" , "Task.restriction.recipient: For whom is fulfillment sought?" .

fhir:_lotNumber  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionProduct.instance.lotNumber" , "(Modified) Medication.batch.lotNumber" , "(Modified) InventoryItem.instance.lotNumber" , "(Modified) Immunization.lotNumber" , "(Modified) Device.lotNumber" ;
        rdfs:label    "_lotNumber" .

fhir:QuestionnaireItemAnswerOptionComponent
        a                owl:Class ;
        rdfs:comment     "QuestionnaireItemComponentItem.QuestionnaireItemAnswerOptionComponent: One of the permitted answers for the question." , "QuestionnaireItemComponent.QuestionnaireItemAnswerOptionComponent: One of the permitted answers for the question." ;
        rdfs:label       "QuestionnaireItemAnswerOptionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initialSelected
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:initialSelected
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initialSelected
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:initialSelected
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:time ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] .

fhir:applies  a                         owl:ObjectProperty ;
        rdfs:comment                    "Contract.applies: Relevant time or time-period when this Contract is applicable." , "Contract.term.group.applies: Relevant time or time-period when this Contract Provision is applicable." , "Contract.term.applies: Relevant time or time-period when this Contract Provision is applicable." ;
        rdfs:label                      "applies" ;
        rdfs:subPropertyOf              w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_applies ;
        dc:title                        "Contract.term.applies: Contract Term Effective Time" , "Contract.applies: Effective time" , "Contract.term.group.applies: Contract Term Effective Time" .

fhir:caseSensitive  a                   owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.caseSensitive: If code comparison is case sensitive when codes within this system are compared to each other." ;
        rdfs:label                      "caseSensitive" ;
        fhir:modifierExtensionProperty  fhir:_caseSensitive ;
        dc:title                        "CodeSystem.caseSensitive: If code comparison is case sensitive" .

fhir:subtype  a                         owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.subtype: May be a subtype or part of an offered asset." , "Contract.term.asset.subtype: May be a subtype or part of an offered asset." ;
        rdfs:label                      "subtype" ;
        fhir:modifierExtensionProperty  fhir:_subtype ;
        dc:title                        "Contract.term.group.asset.subtype: Asset sub-category" , "Contract.term.asset.subtype: Asset sub-category" .

fhir:_field  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown.action.operation.requestHeader.field" , "(Modified) TestScript.test.action.operation.requestHeader.field" , "(Modified) TestScript.setup.action.operation.requestHeader.field" ;
        rdfs:label    "_field" .

fhir:_hasIngredient  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ManufacturedItemDefinition.component.component.constituent.hasIngredient" , "(Modified) ManufacturedItemDefinition.component.constituent.hasIngredient" ;
        rdfs:label    "_hasIngredient" .

fhir:strength  a                        owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.binding.strength: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances." , "Ingredient.substance.strength.referenceStrength.strength" , "Ingredient.substance.strength: The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item. The allowed repetitions do not represent different strengths, but are different representations - mathematically equivalent - of a single strength." , "ElementDefinition.binding.strength: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances." , "Medication.ingredient.strength" , "OperationDefinition.parameter.binding.strength: Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances." , "MedicationKnowledge.definitional.ingredient.strength" ;
        rdfs:label                      "strength" ;
        fhir:modifierExtensionProperty  fhir:_strength ;
        dc:title                        "OperationDefinition.parameter.binding.strength: required | extensible | preferred | example" , "Ingredient.substance.strength: The quantity of substance, per presentation, or per volume or mass, and type of quantity" , "ElementDefinition.binding.strength: required | extensible | preferred | example" , "OperationDefinition.parameter.part.binding.strength: required | extensible | preferred | example" .

fhir:linkId  a                          owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.comparisonGroup.linkId: Allows the comparisonGroup for the study and the comparisonGroup for the subject to be linked easily." , "PlanDefinition.action.action.linkId: An identifier that is unique within the PlanDefinition to allow linkage within the realized CarePlan and/or RequestOrchestration." , "Measure.group.population.linkId: An identifier that is unique within the Measure allowing linkage to the equivalent population in a MeasureReport resource." , "Contract.term.group.offer.linkId: The id of the clause or question text of the offer in the referenced questionnaire/response." , "Measure.supplementalData.linkId: An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource." , "MeasureReport.group.stratifier.stratum.component.linkId: The stratifier component from the Measure that corresponds to this stratifier component in the MeasureReport resource." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.linkId: Label used for when a characteristic refers to another characteristic." , "QuestionnaireResponse.item.linkId: The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource." , "QuestionnaireResponse.item.answer.item.linkId: The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource." , "Measure.group.stratifier.linkId: An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource." , "RequestOrchestration.action.action.linkId: The linkId of the action from the PlanDefinition that corresponds to this action in the RequestOrchestration resource." , "Contract.term.action.linkId: Id [identifier??] of the clause or question text related to this action in the referenced form or QuestionnaireResponse." , "PlanDefinition.action.linkId: An identifier that is unique within the PlanDefinition to allow linkage within the realized CarePlan and/or RequestOrchestration." , "Contract.term.asset.valuedItem.linkId: Id  of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse." , "Questionnaire.item.linkId: An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource." , "MeasureReport.group.linkId: The group from the Measure that corresponds to this group in the MeasureReport resource." , "EvidenceVariable.characteristic.linkId: Label used for when a characteristic refers to another characteristic." , "Contract.term.group.asset.linkId: Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse." , "Questionnaire.item.item.linkId: An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource." , "MeasureReport.group.population.linkId: The population from the Measure that corresponds to this population in the MeasureReport resource." , "MeasureReport.group.stratifier.stratum.population.linkId: The population from the Measure that corresponds to this population in the MeasureReport resource." , "Contract.term.offer.linkId: The id of the clause or question text of the offer in the referenced questionnaire/response." , "QuestionnaireResponse.item.item.linkId: The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource." , "Measure.group.linkId: An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource." , "MeasureReport.group.stratifier.linkId: The stratifier from the Measure that corresponds to this stratifier in the MeasureReport resource." , "RequestOrchestration.action.linkId: The linkId of the action from the PlanDefinition that corresponds to this action in the RequestOrchestration resource." , "Measure.group.stratifier.component.linkId: An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource." , "Contract.term.group.asset.valuedItem.linkId: Id  of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse." , "Contract.term.group.action.linkId: Id [identifier??] of the clause or question text related to this action in the referenced form or QuestionnaireResponse." , "Contract.term.asset.linkId: Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse." ;
        rdfs:label                      "linkId" ;
        fhir:modifierExtensionProperty  fhir:_linkId ;
        dc:title                        "Measure.group.stratifier.component.linkId: Unique id for stratifier component in measure" , "Contract.term.group.asset.linkId: Pointer to asset text" , "Measure.group.stratifier.linkId: Unique id for stratifier in measure" , "Questionnaire.item.linkId: Unique id for item in questionnaire" , "Measure.group.linkId: Unique id for group in measure" , "Contract.term.offer.linkId: Pointer to text" , "Contract.term.asset.valuedItem.linkId: Pointer to specific item" , "Measure.supplementalData.linkId: Unique id for supplementalData in measure" , "Contract.term.group.offer.linkId: Pointer to text" , "QuestionnaireResponse.item.linkId: Pointer to specific item from Questionnaire" , "RequestOrchestration.action.linkId: Pointer to specific item from the PlanDefinition" , "Contract.term.asset.linkId: Pointer to asset text" , "MeasureReport.group.stratifier.stratum.population.linkId: Pointer to specific population from Measure" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.linkId: Label for internal linking" , "EvidenceVariable.characteristic.linkId: Label for internal linking" , "QuestionnaireResponse.item.item.linkId: Pointer to specific item from Questionnaire" , "MeasureReport.group.stratifier.linkId: Pointer to specific stratifier from Measure" , "Measure.group.population.linkId: Unique id for population in measure" , "MeasureReport.group.population.linkId: Pointer to specific population from Measure" , "Questionnaire.item.item.linkId: Unique id for item in questionnaire" , "ResearchStudy.comparisonGroup.linkId: Allows the comparisonGroup for the study and the comparisonGroup for the subject to be linked easily" , "MeasureReport.group.stratifier.stratum.component.linkId: Pointer to specific stratifier component from Measure" , "PlanDefinition.action.linkId: Unique id for the action in the PlanDefinition" , "QuestionnaireResponse.item.answer.item.linkId: Pointer to specific item from Questionnaire" , "Contract.term.action.linkId: Pointer to specific item" , "RequestOrchestration.action.action.linkId: Pointer to specific item from the PlanDefinition" , "Contract.term.group.asset.valuedItem.linkId: Pointer to specific item" , "Contract.term.group.action.linkId: Pointer to specific item" , "PlanDefinition.action.action.linkId: Unique id for the action in the PlanDefinition" , "MeasureReport.group.linkId: Pointer to specific group from Measure" .

fhir:StructureMapGroupRuleTargetComponent
        a                owl:Class ;
        rdfs:comment     "StructureMapGroupComponent.StructureMapGroupRuleComponentRule.StructureMapGroupRuleTargetComponent: Content to create because of this mapping rule." , "StructureMapGroupComponent.StructureMapGroupRuleComponent.StructureMapGroupRuleTargetComponent: Content to create because of this mapping rule." ;
        rdfs:label       "StructureMapGroupRuleTargetComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:listRuleId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:listMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleTargetParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:listRuleId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:listMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:element
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:context
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureMapGroupRuleTargetParameterComponent ;
                           owl:onProperty     fhir:parameter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:listRuleId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:context
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:listRuleId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:variable
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:variable
                         ] .

fhir:_resultingEffect
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.resultingEffect" ;
        rdfs:label    "_resultingEffect" .

fhir:altitude  a                        owl:ObjectProperty ;
        rdfs:comment                    "Location.position.altitude: Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes on Location main page)." ;
        rdfs:label                      "altitude" ;
        fhir:modifierExtensionProperty  fhir:_altitude ;
        dc:title                        "Location.position.altitude: Altitude with WGS84 datum" .

fhir:phase  a                           owl:ObjectProperty ;
        rdfs:comment                    "TestScript.scope.phase: The phase of testing for this artifact: unit - development / implementation phase, integration - internal system to system phase, production - live system to system phase (Note, this may involve pii/phi data)." , "ResearchStudy.phase: The stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation." ;
        rdfs:label                      "phase" ;
        fhir:modifierExtensionProperty  fhir:_phase ;
        dc:title                        "TestScript.scope.phase: unit | integration | production" , "ResearchStudy.phase: n-a | early-phase-1 | phase-1 | phase-1-phase-2 | phase-2 | phase-2-phase-3 | phase-3 | phase-4" .

fhir:_numberOfRepeatsAllowed
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.numberOfRepeatsAllowed" ;
        rdfs:label    "_numberOfRepeatsAllowed" .

fhir:groupSize  a                       owl:ObjectProperty ;
        rdfs:comment                    "InsurancePlan.plan.generalCost.groupSize: Number of participants enrolled in the plan." ;
        rdfs:label                      "groupSize" ;
        fhir:modifierExtensionProperty  fhir:_groupSize ;
        dc:title                        "InsurancePlan.plan.generalCost.groupSize: Number of enrollees" .

fhir:_oligoNucleotideType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.oligoNucleotideType" ;
        rdfs:label    "_oligoNucleotideType" .

fhir:doseStatus  a                      owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationEvaluation.doseStatus: Indicates if the dose is valid or not valid with respect to the published recommendations." ;
        rdfs:label                      "doseStatus" ;
        fhir:modifierExtensionProperty  fhir:_doseStatus ;
        dc:title                        "ImmunizationEvaluation.doseStatus: Status of the dose relative to published recommendations" .

fhir:directnessMatch  a                 owl:ObjectProperty ;
        rdfs:comment                    "Evidence.variableDefinition.directnessMatch: Indication of quality of match between intended variable to actual variable." ;
        rdfs:label                      "directnessMatch" ;
        fhir:modifierExtensionProperty  fhir:_directnessMatch ;
        dc:title                        "Evidence.variableDefinition.directnessMatch: low | moderate | high | exact" .

fhir:AppointmentParticipantComponent
        a                owl:Class ;
        rdfs:comment     "AppointmentParticipantComponent: List of participants involved in the appointment." ;
        rdfs:label       "AppointmentParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:required
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:actor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:required
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actor
                         ] .

fhir:_continuous  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Goal.continuous" ;
        rdfs:label    "_continuous" .

fhir:_dispenseInterval
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.dispenseInterval" ;
        rdfs:label    "_dispenseInterval" .

fhir:stage  a                           owl:ObjectProperty ;
        rdfs:comment                    "ConditionDefinition.stage: Clinical stage or grade of a condition. May include formal severity assessments." , "Condition.stage: A simple summary of the stage such as \"Stage 3\" or \"Early Onset\". The determination of the stage is disease-specific, such as cancer, retinopathy of prematurity, kidney diseases, Alzheimer's, or Parkinson disease." ;
        rdfs:label                      "stage" ;
        fhir:modifierExtensionProperty  fhir:_stage ;
        dc:title                        "ConditionDefinition.stage: Stage/grade, usually assessed formally" , "Condition.stage: Stage/grade, usually assessed formally" .

fhir:associatedMedication
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.associatedMedication: Links to associated medications that could be prescribed, dispensed or administered." ;
        rdfs:label                      "associatedMedication" ;
        fhir:modifierExtensionProperty  fhir:_associatedMedication ;
        dc:title                        "MedicationKnowledge.associatedMedication: The set of medication resources that are associated with this medication" .

fhir:dateOfDiagnosis  a                 owl:ObjectProperty ;
        rdfs:comment                    "Account.diagnosis.dateOfDiagnosis: Ranking of the diagnosis (for each type)." ;
        rdfs:label                      "dateOfDiagnosis" ;
        fhir:modifierExtensionProperty  fhir:_dateOfDiagnosis ;
        dc:title                        "Account.diagnosis.dateOfDiagnosis: Date of the diagnosis (when coded diagnosis)" .

fhir:_actualPeriod  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) EncounterHistory.actualPeriod" , "(Modified) Encounter.actualPeriod" ;
        rdfs:label    "_actualPeriod" .

fhir:ValueSet  a         owl:Class ;
        rdfs:comment     "A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html)." ;
        rdfs:label       "ValueSet" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:conformance.terminology ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetScopeComponent ;
                           owl:onProperty     fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expansion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:immutable
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetComposeComponent ;
                           owl:onProperty     fhir:compose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scope
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetExpansionComponent ;
                           owl:onProperty     fhir:expansion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:immutable
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] .

fhir:lastOccurrence  a                  owl:ObjectProperty ;
        rdfs:comment                    "AllergyIntolerance.lastOccurrence: Represents the date and/or time of the last known occurrence of a reaction event." ;
        rdfs:label                      "lastOccurrence" ;
        fhir:modifierExtensionProperty  fhir:_lastOccurrence ;
        dc:title                        "AllergyIntolerance.lastOccurrence: Date(/time) of last known occurrence of a reaction" .

fhir:disulfideLinkage
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceProtein.disulfideLinkage: The disulphide bond between two cysteine residues either on the same subunit or on two different subunits shall be described. The position of the disulfide bonds in the SubstanceProtein shall be listed in increasing order of subunit number and position within subunit followed by the abbreviation of the amino acids involved. The disulfide linkage positions shall actually contain the amino acid Cysteine at the respective positions." ;
        rdfs:label                      "disulfideLinkage" ;
        fhir:modifierExtensionProperty  fhir:_disulfideLinkage ;
        dc:title                        "SubstanceProtein.disulfideLinkage: The disulphide bond between two cysteine residues either on the same subunit or on two different subunits shall be described. The position of the disulfide bonds in the SubstanceProtein shall be listed in increasing order of subunit number and position within subunit followed by the abbreviation of the amino acids involved. The disulfide linkage positions shall actually contain the amino acid Cysteine at the respective positions" .

fhir:participatingOrganization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "OrganizationAffiliation.participatingOrganization: The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of)." ;
        rdfs:label                      "participatingOrganization" ;
        fhir:modifierExtensionProperty  fhir:_participatingOrganization ;
        dc:title                        "OrganizationAffiliation.participatingOrganization: Organization that provides/performs the role (e.g. providing services or is a member of)" .

fhir:ResearchSubject  a              owl:Class ;
        rdfs:comment                 "A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study." ;
        rdfs:label                   "ResearchSubject" ;
        rdfs:subClassOf              w5:clinical.diagnostics , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:id ;
                                       owl:onProperty     fhir:assignedComparisonGroup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:actualComparisonGroup
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:consent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:study
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:id ;
                                       owl:onProperty     fhir:actualComparisonGroup
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:study
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ResearchSubjectProgressComponent ;
                                       owl:onProperty     fhir:progress
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:assignedComparisonGroup
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ResearchSubject .

fhir:heartbeatPeriod  a                 owl:ObjectProperty ;
        rdfs:comment                    "Subscription.heartbeatPeriod: If present, a 'heartbeat' notification (keep-alive) is sent via this channel with an interval period equal to this elements integer value in seconds.  If not present, a heartbeat notification is not sent." ;
        rdfs:label                      "heartbeatPeriod" ;
        fhir:modifierExtensionProperty  fhir:_heartbeatPeriod ;
        dc:title                        "Subscription.heartbeatPeriod: Interval in seconds to send 'heartbeat' notification" .

fhir:OrganizationAffiliation
        a                            owl:Class ;
        rdfs:comment                 "Defines an affiliation/assotiation/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship." ;
        rdfs:label                   "OrganizationAffiliation" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.individual ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:healthcareService
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:period
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:organization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:participatingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:network
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:participatingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialty
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ExtendedContactDetail ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:organization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        fhir:modifierExtensionClass  fhir:_OrganizationAffiliation .

fhir:_binding  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part.binding" , "(Modified) OperationDefinition.parameter.binding" , "(Modified) ElementDefinition.binding" ;
        rdfs:label    "_binding" .

fhir:SubstanceNucleicAcidSubunitLinkageComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceNucleicAcidSubunitComponent.SubstanceNucleicAcidSubunitLinkageComponent: The linkages between sugar residues will also be captured." ;
        rdfs:label       "SubstanceNucleicAcidSubunitLinkageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:connectivity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:residueSite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:residueSite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:connectivity
                         ] .

fhir:ImplementationGuideDefinitionPageComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponent: A page / section in the implementation guide. The root page is the implementation guide home page." ;
        rdfs:label       "ImplementationGuideDefinitionPageComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:url ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:source
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:source
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionPageComponentPage ;
                           owl:onProperty     fhir:page
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:url ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:generation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:generation
                         ] .

fhir:FamilyMemberHistoryProcedureComponent
        a                owl:Class ;
        rdfs:comment     "FamilyMemberHistoryProcedureComponent: The significant Procedures (or procedure) that the family member had. This is a repeating section to allow a system to represent more than one procedure per resource, though there is nothing stopping multiple resources - one per procedure." ;
        rdfs:label       "FamilyMemberHistoryProcedureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:performed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:performed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:performed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:performed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:performed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:performed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:performed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:performed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:performed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:performed
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:contributedToDeath
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contributedToDeath
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:outcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:outcome
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] .

fhir:subscriptionTopic
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TriggerDefinition.subscriptionTopic: A reference to a SubscriptionTopic resource that defines the event. If this element is provided, no other information about the trigger definition may be supplied." ;
        rdfs:label                      "subscriptionTopic" ;
        fhir:modifierExtensionProperty  fhir:_subscriptionTopic ;
        dc:title                        "TriggerDefinition.subscriptionTopic: What event" .

fhir:_resource  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) RelatedArtifact.resource" , "(Modified) SubscriptionTopic.eventTrigger.resource" , "(Modified) OperationDefinition.resource" , "(Modified) TestScript.teardown.action.operation.resource" , "(Modified) SubscriptionTopic.resourceTrigger.resource" , "(Modified) CapabilityStatement.rest.resource" , "(Modified) Citation.citedArtifact.relatesTo.resource" , "(Modified) TestScript.setup.action.operation.resource" , "(Modified) TestScript.test.action.assert.resource" , "(Modified) EvidenceReport.relatesTo.target.resource" , "(Modified) SubscriptionTopic.notificationShape.resource" , "(Modified) Parameters.parameter.part.resource" , "(Modified) TestScript.fixture.resource" , "(Modified) Parameters.parameter.resource" , "(Modified) TestScript.test.action.operation.resource" , "(Modified) Permission.rule.data.resource" , "(Modified) Linkage.item.resource" , "(Modified) SubscriptionTopic.canFilterBy.resource" , "(Modified) RequestOrchestration.action.action.resource" , "(Modified) TestScript.setup.action.assert.resource" , "(Modified) RequestOrchestration.action.resource" , "(Modified) CompartmentDefinition.resource" , "(Modified) ImplementationGuide.manifest.resource" , "(Modified) Bundle.entry.resource" , "(Modified) ImplementationGuide.definition.resource" ;
        rdfs:label    "_resource" .

fhir:correspondingContact
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.entry.correspondingContact: Whether the contributor is the corresponding contributor for the role." ;
        rdfs:label                      "correspondingContact" ;
        fhir:modifierExtensionProperty  fhir:_correspondingContact ;
        dc:title                        "Citation.citedArtifact.contributorship.entry.correspondingContact: Whether the contributor is the corresponding contributor for the role" .

fhir:graph  a                           owl:ObjectProperty ;
        rdfs:comment                    "MessageDefinition.graph: Graph is Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a GraphDefinition that it controls what additional resources are to be added to the Bundle when building the message. The GraphDefinition can also specify profiles that apply to the various resources." ;
        rdfs:label                      "graph" ;
        fhir:modifierExtensionProperty  fhir:_graph ;
        dc:title                        "MessageDefinition.graph: Canonical reference to a GraphDefinition" .

fhir:_QuestionnaireResponse
        a                owl:Class ;
        rdfs:comment     "(Modified) QuestionnaireResponse" ;
        rdfs:label       "_QuestionnaireResponse" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:RequestOrchestrationActionComponentAction
        a                owl:Class ;
        rdfs:comment     "Sub actions." ;
        rdfs:label       "RequestOrchestrationActionComponentAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:goal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionConditionComponent ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionParticipantComponent ;
                           owl:onProperty     fhir:participant
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionOutputComponent ;
                           owl:onProperty     fhir:output
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionDynamicValueComponent ;
                           owl:onProperty     fhir:dynamicValue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionInputComponent ;
                           owl:onProperty     fhir:input
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionComponentActionAction ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionRelatedActionComponent ;
                           owl:onProperty     fhir:relatedAction
                         ] ;
        dc:title         "Sub action" .

fhir:issues  a                          owl:ObjectProperty ;
        rdfs:comment                    "Bundle.issues: Captures issues and warnings that relate to the construction of the Bundle and the content within it." ;
        rdfs:label                      "issues" ;
        fhir:modifierExtensionProperty  fhir:_issues ;
        dc:title                        "Bundle.issues: Issues with the Bundle" .

fhir:instances  a                       owl:ObjectProperty ;
        rdfs:comment                    "EvidenceVariable.characteristic.instances" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.instances" ;
        rdfs:label                      "instances" ;
        fhir:modifierExtensionProperty  fhir:_instances .

fhir:_isDefining  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.monomerSet.startingMaterial.isDefining" , "(Modified) SubstanceDefinition.relationship.isDefining" ;
        rdfs:label    "_isDefining" .

fhir:primaryPurposeType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.primaryPurposeType: The type of study based upon the intent of the study activities. A classification of the intent of the study." ;
        rdfs:label                      "primaryPurposeType" ;
        fhir:modifierExtensionProperty  fhir:_primaryPurposeType ;
        dc:title                        "ResearchStudy.primaryPurposeType: treatment | prevention | diagnostic | supportive-care | screening | health-services-research | basic-science | device-feasibility" .

fhir:_specimenRequirement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ActivityDefinition.specimenRequirement" ;
        rdfs:label    "_specimenRequirement" .

fhir:_sourceDocument  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.structure.sourceDocument" ;
        rdfs:label    "_sourceDocument" .

fhir:SubstanceReferenceInformation
        a                            owl:Class ;
        rdfs:comment                 "Todo." ;
        rdfs:label                   "SubstanceReferenceInformation" ;
        rdfs:subClassOf              w5:administrative.medication , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceReferenceInformationTargetComponent ;
                                       owl:onProperty     fhir:target
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceReferenceInformationGeneElementComponent ;
                                       owl:onProperty     fhir:geneElement
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:comment
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SubstanceReferenceInformationGeneComponent ;
                                       owl:onProperty     fhir:gene
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:comment
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SubstanceReferenceInformation .

fhir:_multipleBirth  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Patient.multipleBirth" ;
        rdfs:label    "_multipleBirth" .

fhir:_InsurancePlan  a   owl:Class ;
        rdfs:comment     "(Modified) InsurancePlan" ;
        rdfs:label       "_InsurancePlan" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:repeatUnit  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit: An SRU - Structural Repeat Unit." ;
        rdfs:label                      "repeatUnit" ;
        fhir:modifierExtensionProperty  fhir:_repeatUnit ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit: An SRU - Structural Repeat Unit" .

fhir:StructureDefinition
        a                owl:Class ;
        rdfs:comment     "A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types." ;
        rdfs:label       "StructureDefinition" ;
        rdfs:subClassOf  w5:conformance.content , fhir:CanonicalResource ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:keyword
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:fhirVersion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:abstract
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:derivation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:derivation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureDefinitionDifferentialComponent ;
                           owl:onProperty     fhir:differential
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:baseDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:baseDefinition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:contextInvariant
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:snapshot
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureDefinitionSnapshotComponent ;
                           owl:onProperty     fhir:snapshot
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:differential
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureDefinitionContextComponent ;
                           owl:onProperty     fhir:context
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:StructureDefinitionMappingComponent ;
                           owl:onProperty     fhir:mapping
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:fhirVersion
                         ] .

fhir:_node  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) GraphDefinition.node" ;
        rdfs:label    "_node" .

fhir:TestPlanTestCaseAssertionComponent
        a                owl:Class ;
        rdfs:comment     "TestPlanTestCaseComponent.TestPlanTestCaseAssertionComponent: The test assertions - the expectations of test results from the execution of the test case." ;
        rdfs:label       "TestPlanTestCaseAssertionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:object
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:relatedData  a                     owl:ObjectProperty ;
        rdfs:comment                    "PlanDefinition.action.input.relatedData: Points to an existing input or output element that provides data to this input." , "PlanDefinition.action.output.relatedData: Points to an existing input or output element that is results as output from the action." , "RequestOrchestration.action.input.relatedData: Points to an existing input or output element that provides data to this input." , "RequestOrchestration.action.action.input.relatedData: Points to an existing input or output element that provides data to this input." , "PlanDefinition.action.action.input.relatedData: Points to an existing input or output element that provides data to this input." , "RequestOrchestration.action.output.relatedData: Points to an existing input or output element that is results as output from the action." , "RequestOrchestration.action.action.output.relatedData: Points to an existing input or output element that is results as output from the action." , "PlanDefinition.action.action.output.relatedData: Points to an existing input or output element that is results as output from the action." ;
        rdfs:label                      "relatedData" ;
        fhir:modifierExtensionProperty  fhir:_relatedData ;
        dc:title                        "PlanDefinition.action.action.output.relatedData: What data is provided" , "RequestOrchestration.action.action.output.relatedData: What data is provided" , "RequestOrchestration.action.input.relatedData: What data is provided" , "RequestOrchestration.action.action.input.relatedData: What data is provided" , "PlanDefinition.action.input.relatedData: What data is provided" , "PlanDefinition.action.output.relatedData: What data is provided" , "RequestOrchestration.action.output.relatedData: What data is provided" , "PlanDefinition.action.action.input.relatedData: What data is provided" .

fhir:_content  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) CommunicationRequest.payload.content" , "(Modified) CodeSystem.content" , "(Modified) ArtifactAssessment.content" , "(Modified) Contract.rule.content" , "(Modified) ExampleScenario.instance.version.content" , "(Modified) Subscription.content" , "(Modified) DocumentReference.content" , "(Modified) TerminologyCapabilities.codeSystem.content" , "(Modified) Contract.friendly.content" , "(Modified) Contract.legal.content" , "(Modified) Library.content" , "(Modified) TestPlan.testCase.testData.content" , "(Modified) Communication.payload.content" , "(Modified) ExampleScenario.instance.content" ;
        rdfs:label    "_content" .

fhir:_associationType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.association.associationType" ;
        rdfs:label    "_associationType" .

fhir:_regulatoryBasis
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.regulatoryBasis" ;
        rdfs:label    "_regulatoryBasis" .

fhir:attachment  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment: An attached file with the structural representation." , "DocumentReference.content.attachment: The document or URL of the document along with critical metadata to prove content has integrity." ;
        rdfs:label                      "attachment" ;
        fhir:modifierExtensionProperty  fhir:_attachment ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment: An attached file with the structural representation" , "DocumentReference.content.attachment: Where to access the document" .

fhir:ActionSubject  a    owl:Class ;
        rdfs:comment     "Contract.Term.Action.ActionSubject: Entity of the action." , "Contract.TermTerm.Action.ActionSubject: Entity of the action." ;
        rdfs:label       "ActionSubject" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] .

fhir:TestReportTeardownComponent.TeardownActionOperation
        a                owl:Class ;
        rdfs:comment     "An operation would involve a REST request to a server." ;
        rdfs:label       "TestReportTeardownComponent.TeardownActionOperation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:result
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:message
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:message
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:detail
                         ] ;
        dc:title         "The teardown operation performed" .

fhir:_packagedMedicinalProduct
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicinalProductDefinition.packagedMedicinalProduct" ;
        rdfs:label    "_packagedMedicinalProduct" .

fhir:_packagedProduct
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.packaging.packagedProduct" ;
        rdfs:label    "_packagedProduct" .

fhir:_onset  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.condition.onset" , "(Modified) Condition.onset" , "(Modified) AllergyIntolerance.reaction.onset" , "(Modified) AllergyIntolerance.onset" ;
        rdfs:label    "_onset" .

fhir:_basedOn  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceUsage.basedOn" , "(Modified) SupplyDelivery.basedOn" , "(Modified) RequestOrchestration.basedOn" , "(Modified) CarePlan.basedOn" , "(Modified) SupplyRequest.basedOn" , "(Modified) Communication.basedOn" , "(Modified) Immunization.basedOn" , "(Modified) AuditEvent.basedOn" , "(Modified) DeviceRequest.basedOn" , "(Modified) DeviceDispense.basedOn" , "(Modified) CommunicationRequest.basedOn" , "(Modified) Observation.basedOn" , "(Modified) Encounter.basedOn" , "(Modified) MedicationAdministration.basedOn" , "(Modified) QuestionnaireResponse.basedOn" , "(Modified) Procedure.basedOn" , "(Modified) ImagingSelection.basedOn" , "(Modified) ImagingStudy.basedOn" , "(Modified) GenomicStudy.basedOn" , "(Modified) ServiceRequest.basedOn" , "(Modified) RiskAssessment.basedOn" , "(Modified) Provenance.basedOn" , "(Modified) Transport.basedOn" , "(Modified) Task.basedOn" , "(Modified) DiagnosticReport.basedOn" , "(Modified) Appointment.basedOn" , "(Modified) MedicationRequest.basedOn" , "(Modified) DocumentReference.basedOn" , "(Modified) MedicationDispense.basedOn" , "(Modified) NutritionIntake.basedOn" , "(Modified) NutritionOrder.basedOn" , "(Modified) BiologicallyDerivedProductDispense.basedOn" ;
        rdfs:label    "_basedOn" .

fhir:CitationCitedArtifactRelatesToComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactRelatesToComponent: The artifact related to the cited artifact." ;
        rdfs:label       "CitationCitedArtifactRelatesToComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resourceReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:citation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:document
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:document
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:citation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resourceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_backCurve  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) VisionPrescription.lensSpecification.backCurve" ;
        rdfs:label    "_backCurve" .

fhir:AuditEventOutcomeComponent
        a                owl:Class ;
        rdfs:comment     "AuditEventOutcomeComponent: Indicates whether the event succeeded or failed. A free text descripiton can be given in outcome.text." ;
        rdfs:label       "AuditEventOutcomeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:code
                         ] .

fhir:payee  a                           owl:ObjectProperty ;
        rdfs:comment                    "PaymentNotice.payee: The party who will receive or has received payment that is the subject of this notification." , "PaymentReconciliation.allocation.payee: The party which is receiving the payment." , "ExplanationOfBenefit.payee: The party to be reimbursed for cost of the products and services according to the terms of the policy." , "Claim.payee: The party to be reimbursed for cost of the products and services according to the terms of the policy." ;
        rdfs:label                      "payee" ;
        fhir:modifierExtensionProperty  fhir:_payee ;
        dc:title                        "PaymentNotice.payee: Party being paid" , "PaymentReconciliation.allocation.payee: Recipient of the payment" , "ExplanationOfBenefit.payee: Recipient of benefits payable" , "Claim.payee: Recipient of benefits payable" .

fhir:_reporter  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentNotice.reporter" , "(Modified) MeasureReport.reporter" , "(Modified) InventoryReport.reporter" ;
        rdfs:label    "_reporter" .

fhir:SubstanceDefinitionStructureComponentMolecularWeight
        a                owl:Class ;
        rdfs:comment     "The molecular weight or weight range (for proteins, polymers or nucleic acids)." ;
        rdfs:label       "SubstanceDefinitionStructureComponentMolecularWeight" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        dc:title         "The molecular weight or weight range" .

fhir:biologicalSourceEvent
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.biologicalSourceEvent: An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled." , "NutritionProduct.instance.biologicalSourceEvent: An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled." , "Device.biologicalSourceEvent: An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled." ;
        rdfs:label                      "biologicalSourceEvent" ;
        rdfs:subPropertyOf              w5:what , w5:id ;
        fhir:modifierExtensionProperty  fhir:_biologicalSourceEvent ;
        dc:title                        "Device.biologicalSourceEvent: An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled" , "NutritionProduct.instance.biologicalSourceEvent: An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled" , "BiologicallyDerivedProduct.biologicalSourceEvent: An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled" .

fhir:RequestOrchestrationActionComponent
        a                owl:Class ;
        rdfs:comment     "RequestOrchestrationActionComponent: The actions, if any, produced by the evaluation of the artifact." ;
        rdfs:label       "RequestOrchestrationActionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionConditionComponent ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionParticipantComponent ;
                           owl:onProperty     fhir:participant
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionRelatedActionComponent ;
                           owl:onProperty     fhir:relatedAction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionComponentAction ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionInputComponent ;
                           owl:onProperty     fhir:input
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:goal
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionDynamicValueComponent ;
                           owl:onProperty     fhir:dynamicValue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RequestOrchestrationActionOutputComponent ;
                           owl:onProperty     fhir:output
                         ] .

fhir:period  a                          owl:ObjectProperty ;
        rdfs:comment                    "RelatedPerson.period: The period of time during which this relationship is or was active. If there are no dates defined, then the interval is unknown." , "Task.restriction.period: The time-period for which fulfillment is sought. This must fall within the overall time period authorized in the referenced request.  E.g. ServiceRequest.occurance[x]." , "DeviceAssociation.operation.period: Begin and end dates and times for the device's operation." , "InsurancePlan.period: The period of time that the health insurance product is available." , "MedicationKnowledge.regulatory.maxDispense.period: The period that applies to the maximum number of units." , "Transport.restriction.period: Over what time-period is fulfillment sought." , "CareTeam.period: Indicates when the team did (or is intended to) come into effect and end." , "Account.guarantor.period: The timeframe during which the guarantor accepts responsibility for the account." , "ProductShelfLife.period" , "Citation.citedArtifact.statusDate.period: When the status started and/or ended." , "Appointment.participant.period: Participation period of the actor." , "Composition.event.period: The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time." , "Organization.qualification.period: Period during which the qualification is valid." , "Invoice.period" , "EvidenceReport.subject.characteristic.period: Timeframe for the characteristic." , "CarePlan.period: Indicates when the plan did (or is intended to) come into effect and end." , "NamingSystem.uniqueId.period: Identifies the period of time over which this identifier is considered appropriate to refer to the naming system.  Outside of this window, the identifier might be non-deterministic." , "Endpoint.period: The interval during which the endpoint is expected to be operational." , "Procedure.performer.period: Time period during which the performer performed the procedure." , "Consent.provision.provision.period: Timeframe for this provision." , "Flag.period: The period of time from the activation of the flag to inactivation of the flag. If the flag is active, the end of the period should be unspecified." , "HumanName.period: Indicates the period of time when this name was valid for the named person." , "Consent.provision.period: Timeframe for this provision." , "PractitionerRole.period: The period during which the person is authorized to act as a practitioner in these role(s) for the organization." , "Group.characteristic.period: The period over which the characteristic is tested; e.g. the patient had an operation during the month of June." , "MeasureReport.period: The reporting period for which the report was calculated." , "Group.member.period: The period that the member was in the group, if known." , "Identifier.period: Time period during which identifier is/was valid for use." , "Coverage.period: Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force." , "EpisodeOfCare.period: The interval during which the managing organization assumes the defined responsibility." , "Timing.repeat.period: Indicates the duration of time over which repetitions are to occur; e.g. to express \"3 times per day\", 3 would be the frequency and \"1 day\" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length." , "Permission.rule.data.period: Clinical or Operational Relevant period of time that bounds the data controlled by this rule." , "EpisodeOfCare.statusHistory.period: The period during this EpisodeOfCare that the specific status applied." , "Patient.contact.period: The period during which this contact person or organization is valid to be contacted relating to this patient." , "ContactPoint.period: Time period when the contact point was/is in use." , "Contract.term.asset.period: Asset relevant contractual time period." , "ResearchSubject.period: The dates the subject began and ended their participation in the study." , "Coverage.costToBeneficiary.exception.period: The timeframe the exception is in force." , "Address.period: Time period when address was/is in use." , "Contract.term.group.asset.period: Asset relevant contractual time period." , "DocumentReference.period: The time period over which the service that is described by the document was provided." , "ResearchStudy.period: Identifies the start date and the expected (or actual, depending on status) end date for the study." , "ResearchStudy.associatedParty.period: Identifies the start date and the end date of the associated party in the role." , "DeviceDefinition.correctiveAction.period: Start and end dates of the  corrective action." , "Citation.statusDate.period: When the status started and/or ended." , "Encounter.location.period: Time period during which the patient was present at the location." , "DeviceAssociation.period: Begin and end dates and times for the device association." , "Consent.period: Effective period for this Consent Resource and all provisions unless specified in that provision." , "PaymentReconciliation.period: The period of time for which payments have been gathered into this bulk payment for settlement." , "Encounter.participant.period: The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period." , "ExtendedContactDetail.period: Period that this contact was valid for usage." , "Practitioner.qualification.period: Period during which the qualification is valid." , "ResearchStudy.progressStatus.period: Date range." , "OrganizationAffiliation.period: The period during which the participatingOrganization is affiliated with the primary organization." ;
        rdfs:label                      "period" ;
        rdfs:subPropertyOf              w5:when.planned , w5:when.init , w5:context , w5:when.done ;
        fhir:modifierExtensionProperty  fhir:_period ;
        dc:title                        "ResearchStudy.progressStatus.period: Date range" , "Practitioner.qualification.period: Period during which the qualification is valid" , "Flag.period: Time period when flag is active" , "Endpoint.period: Interval the endpoint is expected to be operational" , "HumanName.period: Time period when name was/is in use" , "ExtendedContactDetail.period: Period that this contact was valid for usage" , "Group.member.period: Period member belonged to the group" , "Group.characteristic.period: Period over which characteristic is tested" , "EpisodeOfCare.period: Interval during responsibility is assumed" , "CarePlan.period: Time period plan covers" , "Timing.repeat.period: The duration to which the frequency applies. I.e. Event occurs frequency times per period" , "Coverage.period: Coverage start and end dates" , "Consent.provision.provision.period: Timeframe for this provision" , "DeviceDefinition.correctiveAction.period: Start and end dates of the  corrective action" , "MeasureReport.period: What period the report covers" , "CareTeam.period: Time period team covers" , "Appointment.participant.period: Participation period of the actor" , "ResearchSubject.period: Start and end of participation" , "Citation.citedArtifact.statusDate.period: When the status started and/or ended" , "Encounter.participant.period: Period of time during the encounter that the participant participated" , "Consent.period: Effective period for this Consent" , "ResearchStudy.associatedParty.period: When active in the role" , "Contract.term.group.asset.period: Time period of the asset" , "ResearchStudy.period: When the study began and ended" , "Patient.contact.period: The period during which this contact person or organization is valid to be contacted relating to this patient" , "OrganizationAffiliation.period: The period during which the participatingOrganization is affiliated with the primary organization" , "Consent.provision.period: Timeframe for this provision" , "MedicationKnowledge.regulatory.maxDispense.period: The period that applies to the maximum number of units" , "Account.guarantor.period: Guarantee account during" , "DeviceAssociation.period: Begin and end dates and times for the device association" , "Identifier.period: Time period when id is/was valid for use" , "PractitionerRole.period: The period during which the practitioner is authorized to perform in these role(s)" , "Permission.rule.data.period: Timeframe encompasing data create/update" , "Organization.qualification.period: Period during which the qualification is valid" , "DeviceAssociation.operation.period: Begin and end dates and times for the device's operation" , "DocumentReference.period: Time of service that is being documented" , "Composition.event.period: The period covered by the documentation" , "InsurancePlan.period: When the product is available" , "Address.period: Time period when address was/is in use" , "Procedure.performer.period: When the performer performed the procedure" , "EpisodeOfCare.statusHistory.period: Duration the EpisodeOfCare was in the specified status" , "Citation.statusDate.period: When the status started and/or ended" , "ContactPoint.period: Time period when the contact point was/is in use" , "Coverage.costToBeneficiary.exception.period: The effective period of the exception" , "Encounter.location.period: Time period during which the patient was present at the location" , "RelatedPerson.period: Period of time that this relationship is considered valid" , "Transport.restriction.period: When fulfillment sought" , "Contract.term.asset.period: Time period of the asset" , "Task.restriction.period: When fulfillment is sought" , "NamingSystem.uniqueId.period: When is identifier valid?" , "PaymentReconciliation.period: Period covered" , "EvidenceReport.subject.characteristic.period: Timeframe for the characteristic" .

fhir:SearchParameterComponentComponent
        a                owl:Class ;
        rdfs:comment     "SearchParameterComponentComponent: Used to define the parts of a composite search parameter." ;
        rdfs:label       "SearchParameterComponentComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:definition
                         ] .

fhir:protocolPerformed
        a                               owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.protocolPerformed: The protocol that was performed for the analysis event." ;
        rdfs:label                      "protocolPerformed" ;
        fhir:modifierExtensionProperty  fhir:_protocolPerformed ;
        dc:title                        "GenomicStudy.analysis.protocolPerformed: The protocol that was performed for the analysis event" .

fhir:ExplanationOfBenefit.AddedItemReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ExplanationOfBenefit.AddedItemReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        dc:title         "Additem level adjudication results" .

fhir:ResearchStudyLabelComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyLabelComponent: Additional names for the study." ;
        rdfs:label       "ResearchStudyLabelComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_careTeamSequence
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.careTeamSequence" , "(Modified) Claim.item.careTeamSequence" ;
        rdfs:label    "_careTeamSequence" .

fhir:instantiates  a                    owl:ObjectProperty ;
        rdfs:comment                    "Observation.instantiates" , "NutritionOrder.instantiates: The URL pointing to a protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder." , "CapabilityStatement.instantiates: Reference to a canonical URL of another CapabilityStatement that this software implements. This capability statement is a published API description that corresponds to a business service. The server may actually implement a subset of the capability statement it claims to implement, so the capability statement must specify the full capability details." ;
        rdfs:label                      "instantiates" ;
        fhir:modifierExtensionProperty  fhir:_instantiates ;
        dc:title                        "NutritionOrder.instantiates: Instantiates protocol or definition" , "CapabilityStatement.instantiates: Canonical URL of another capability statement this implements" .

fhir:_patientCharacteristic
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic" ;
        rdfs:label    "_patientCharacteristic" .

fhir:_allowedType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationDefinition.parameter.part.allowedType" , "(Modified) OperationDefinition.parameter.allowedType" ;
        rdfs:label    "_allowedType" .

fhir:Element  a          owl:Class ;
        rdfs:comment     "Base definition for all elements in a resource." ;
        rdfs:label       "Element" ;
        rdfs:subClassOf  fhir:Base ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:extension
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:id
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:id
                         ] ;
        dc:title         "Base for all elements" .

fhir:DeviceMetric  a                 owl:Class ;
        rdfs:comment                 "Describes a measurement, calculation or setting capability of a device.  The DeviceMetric resource is derived from the ISO/IEEE 11073-10201 Domain Information Model standard, but is more widely applicable. " ;
        rdfs:label                   "DeviceMetric" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.device ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:color
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:operationalStatus
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:unit
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:DeviceMetricCalibrationComponent ;
                                       owl:onProperty     fhir:calibration
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:device
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:measurementFrequency
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:operationalStatus
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Quantity ;
                                       owl:onProperty     fhir:measurementFrequency
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:color
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:unit
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_DeviceMetric .

fhir:_maxTreatmentPeriod
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.maxTreatmentPeriod" ;
        rdfs:label    "_maxTreatmentPeriod" .

fhir:_InventoryItem  a   owl:Class ;
        rdfs:comment     "(Modified) InventoryItem" ;
        rdfs:label       "_InventoryItem" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:AppointmentRecurrenceTemplateComponent
        a                owl:Class ;
        rdfs:comment     "AppointmentRecurrenceTemplateComponent: The details of the recurrence pattern or template that is used to generate recurring appointments." ;
        rdfs:label       "AppointmentRecurrenceTemplateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:recurrenceType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:weeklyTemplate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AppointmentRecurrenceTemplateWeeklyTemplateComponent ;
                           owl:onProperty     fhir:weeklyTemplate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:timezone
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastOccurrenceDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:excludingRecurrenceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:excludingDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:yearlyTemplate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AppointmentRecurrenceTemplateYearlyTemplateComponent ;
                           owl:onProperty     fhir:yearlyTemplate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:occurrenceCount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:timezone
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:recurrenceType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:occurrenceDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:occurrenceCount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AppointmentRecurrenceTemplateMonthlyTemplateComponent ;
                           owl:onProperty     fhir:monthlyTemplate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:monthlyTemplate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastOccurrenceDate
                         ] .

fhir:targetDisease  a                   owl:ObjectProperty ;
        rdfs:comment                    "ImmunizationRecommendation.recommendation.targetDisease: The targeted disease for the recommendation." , "ImmunizationEvaluation.targetDisease: The vaccine preventable disease the dose is being evaluated against." , "Immunization.protocolApplied.targetDisease: The vaccine preventable disease the dose is being administered against." ;
        rdfs:label                      "targetDisease" ;
        fhir:modifierExtensionProperty  fhir:_targetDisease ;
        dc:title                        "ImmunizationRecommendation.recommendation.targetDisease: Disease to be immunized against" , "ImmunizationEvaluation.targetDisease: The vaccine preventable disease schedule being evaluated" , "Immunization.protocolApplied.targetDisease: Vaccine preventatable disease being targeted" .

fhir:PlanDefinitionActionComponentAction
        a                owl:Class ;
        rdfs:comment     "Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition." ;
        rdfs:label       "PlanDefinitionActionComponentAction" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionComponentActionAction ;
                           owl:onProperty     fhir:action
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:requiredBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:groupingBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:cardinalityBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionInputComponent ;
                           owl:onProperty     fhir:input
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textEquivalent
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:prefix
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionParticipantComponent ;
                           owl:onProperty     fhir:participant
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionDynamicValueComponent ;
                           owl:onProperty     fhir:dynamicValue
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Age ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Timing ;
                                            owl:onProperty     fhir:timing
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:timing
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:priority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TriggerDefinition ;
                           owl:onProperty     fhir:trigger
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:precheckBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:transform
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:location
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:goalId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionRelatedActionComponent ;
                           owl:onProperty     fhir:relatedAction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:selectionBehavior
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionOutputComponent ;
                           owl:onProperty     fhir:output
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:PlanDefinitionActionConditionComponent ;
                           owl:onProperty     fhir:condition
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:canonical ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:uri ;
                                            owl:onProperty     fhir:definition
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:definition
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:linkId
                         ] ;
        dc:title         "A sub-action" .

fhir:file  a                            owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.characterization.file: The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis." , "GenomicStudy.analysis.output.file: File containing output data." , "GenomicStudy.analysis.input.file: File containing input data." ;
        rdfs:label                      "file" ;
        fhir:modifierExtensionProperty  fhir:_file ;
        dc:title                        "SubstanceDefinition.characterization.file: The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis" , "GenomicStudy.analysis.output.file: File containing output data" , "GenomicStudy.analysis.input.file: File containing input data" .

fhir:const  a                           owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.const: Definition of a constant value used in the map rules." ;
        rdfs:label                      "const" ;
        fhir:modifierExtensionProperty  fhir:_const ;
        dc:title                        "StructureMap.const: Definition of the constant value used in the map rules" .

fhir:citedMedium  a                     owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.citedMedium: Describes the form of the medium cited. Common codes are \"Internet\" or \"Print\". The CitedMedium value set has 6 codes. The codes internet, print, and offline-digital-storage are the common codes for a typical publication form, though internet and print are more common for study citations. Three additional codes (each appending one of the primary codes with \"-without-issue\" are used for situations when a study is published both within an issue (of a periodical release as commonly done for journals) AND is published separately from the issue (as commonly done with early online publication), to represent specific identification of the publication form not associated with the issue." ;
        rdfs:label                      "citedMedium" ;
        fhir:modifierExtensionProperty  fhir:_citedMedium ;
        dc:title                        "Citation.citedArtifact.publicationForm.citedMedium: Internet or Print" .

fhir:_frames  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.frames" ;
        rdfs:label    "_frames" .

fhir:multipleOr  a                      owl:ObjectProperty ;
        rdfs:comment                    "SearchParameter.multipleOr: Whether multiple values are allowed for each time the parameter exists. Values are separated by commas, and the parameter matches if any of the values match." ;
        rdfs:label                      "multipleOr" ;
        fhir:modifierExtensionProperty  fhir:_multipleOr ;
        dc:title                        "SearchParameter.multipleOr: Allow multiple values per parameter (or)" .

fhir:inputParameters  a                 owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.inputParameters: A reference to a Parameters resource (typically represented using a contained resource) that represents any input parameters that were provided to the operation that generated the report." ;
        rdfs:label                      "inputParameters" ;
        fhir:modifierExtensionProperty  fhir:_inputParameters ;
        dc:title                        "MeasureReport.inputParameters: What parameters were provided to the report" .

fhir:causality  a                       owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.suspectEntity.causality: Information on the possible cause of the event." ;
        rdfs:label                      "causality" ;
        fhir:modifierExtensionProperty  fhir:_causality ;
        dc:title                        "AdverseEvent.suspectEntity.causality: Information on the possible cause of the event" .

fhir:SupplyDelivery  a               owl:Class ;
        rdfs:comment                 "Record of delivery of what is supplied." ;
        rdfs:label                   "SupplyDelivery" ;
        rdfs:subClassOf              fhir:DomainResource , w5:workflow.order ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:supplier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:SupplyDeliverySuppliedItemComponent ;
                                       owl:onProperty     fhir:suppliedItem
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:receiver
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:destination
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:supplier
                                     ] ;
        fhir:modifierExtensionClass  fhir:_SupplyDelivery .

fhir:minimumId  a                       owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.minimumId: The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId." , "TestScript.setup.action.assert.minimumId: The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId." ;
        rdfs:label                      "minimumId" ;
        fhir:modifierExtensionProperty  fhir:_minimumId ;
        dc:title                        "TestScript.test.action.assert.minimumId: Fixture Id of minimum content resource" , "TestScript.setup.action.assert.minimumId: Fixture Id of minimum content resource" .

fhir:_processNote  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PaymentReconciliation.processNote" , "(Modified) ExplanationOfBenefit.processNote" , "(Modified) ClaimResponse.processNote" ;
        rdfs:label    "_processNote" .

fhir:Money  a            owl:Class ;
        rdfs:comment     "An amount of economic utility in some recognized currency." ;
        rdfs:label       "Money" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:currency
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:currency
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:value
                         ] ;
        dc:title         "An amount of economic utility in some recognized currency" .

fhir:_BackboneType  a    owl:Class ;
        rdfs:label       "_BackboneType" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Extension ;
                           owl:onProperty     fhir:modifierExtension
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:modifierExtension
                         ] .

fhir:_Endpoint  a        owl:Class ;
        rdfs:comment     "(Modified) Endpoint" ;
        rdfs:label       "_Endpoint" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:udiDeviceIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.packaging.packaging.udiDeviceIdentifier: Unique Device Identifier (UDI) Barcode string on the packaging." , "DeviceDefinition.packaging.udiDeviceIdentifier: Unique Device Identifier (UDI) Barcode string on the packaging." , "DeviceDefinition.udiDeviceIdentifier: Unique device identifier (UDI) assigned to device label or package.  Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold." ;
        rdfs:label                      "udiDeviceIdentifier" ;
        fhir:modifierExtensionProperty  fhir:_udiDeviceIdentifier ;
        dc:title                        "DeviceDefinition.packaging.packaging.udiDeviceIdentifier: Unique Device Identifier (UDI) Barcode string on the packaging" , "DeviceDefinition.packaging.udiDeviceIdentifier: Unique Device Identifier (UDI) Barcode string on the packaging" , "DeviceDefinition.udiDeviceIdentifier: Unique Device Identifier (UDI) Barcode string" .

fhir:EnteralFormulaSchedule
        a                owl:Class ;
        rdfs:comment     "NutritionOrderEnteralFormulaComponent.NutritionOrderEnteralFormulaAdministrationComponent.EnteralFormulaSchedule: Schedule information for an enteral formula." ;
        rdfs:label       "EnteralFormulaSchedule" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:asNeededFor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:asNeededFor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:asNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:asNeeded
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Timing ;
                           owl:onProperty     fhir:timing
                         ] .

fhir:diseaseStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "ClinicalUseDefinition.indication.diseaseStatus: The status of the disease or symptom for the indication, for example \"chronic\" or \"metastatic\"." , "ClinicalUseDefinition.contraindication.diseaseStatus: The status of the disease or symptom for the contraindication, for example \"chronic\" or \"metastatic\"." ;
        rdfs:label                      "diseaseStatus" ;
        fhir:modifierExtensionProperty  fhir:_diseaseStatus ;
        dc:title                        "ClinicalUseDefinition.indication.diseaseStatus: The status of the disease or symptom for the indication" , "ClinicalUseDefinition.contraindication.diseaseStatus: The status of the disease or symptom for the contraindication" .

fhir:_expectedSupplyDuration
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.dispenseRequest.expectedSupplyDuration" ;
        rdfs:label    "_expectedSupplyDuration" .

fhir:ifModifiedSince  a                 owl:ObjectProperty ;
        rdfs:comment                    "Bundle.entry.request.ifModifiedSince: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)." ;
        rdfs:label                      "ifModifiedSince" ;
        fhir:modifierExtensionProperty  fhir:_ifModifiedSince ;
        dc:title                        "Bundle.entry.request.ifModifiedSince: For managing cache currency" .

fhir:formCode  a                        owl:ObjectProperty ;
        rdfs:comment                    "PaymentReconciliation.formCode: A code for the form to be used for printing the content." , "ExplanationOfBenefit.formCode: A code for the form to be used for printing the content." , "ClaimResponse.formCode: A code for the form to be used for printing the content." ;
        rdfs:label                      "formCode" ;
        fhir:modifierExtensionProperty  fhir:_formCode ;
        dc:title                        "PaymentReconciliation.formCode: Printed form identifier" , "ExplanationOfBenefit.formCode: Printed form identifier" , "ClaimResponse.formCode: Printed form identifier" .

fhir:_connectionType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Endpoint.connectionType" ;
        rdfs:label    "_connectionType" .

fhir:ImplementationGuideDefinitionResourceComponent
        a                owl:Class ;
        rdfs:comment     "ImplementationGuideDefinitionComponent.ImplementationGuideDefinitionResourceComponent: A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource." ;
        rdfs:label       "ImplementationGuideDefinitionResourceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:isExample
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:fhirVersion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:groupingId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:isExample
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:groupingId
                         ] .

fhir:_fundsReserveRequested
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.fundsReserveRequested" ;
        rdfs:label    "_fundsReserveRequested" .

fhir:dateFilter  a                      owl:ObjectProperty ;
        rdfs:comment                    "DataRequirement.dateFilter: Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed." ;
        rdfs:label                      "dateFilter" ;
        fhir:modifierExtensionProperty  fhir:_dateFilter ;
        dc:title                        "DataRequirement.dateFilter: What dates/date ranges are expected" .

fhir:matchStatus  a                     owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProductDispense.matchStatus: Indicates the type of matching associated with the dispense." ;
        rdfs:label                      "matchStatus" ;
        fhir:modifierExtensionProperty  fhir:_matchStatus ;
        dc:title                        "BiologicallyDerivedProductDispense.matchStatus: Indicates the type of matching associated with the dispense" .

fhir:usePeriod  a                       owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.group.asset.usePeriod: Time period of asset use." , "Contract.term.asset.usePeriod: Time period of asset use." ;
        rdfs:label                      "usePeriod" ;
        fhir:modifierExtensionProperty  fhir:_usePeriod ;
        dc:title                        "Contract.term.group.asset.usePeriod: Time period" , "Contract.term.asset.usePeriod: Time period" .

fhir:_participant  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) PlanDefinition.action.participant" , "(Modified) RequestOrchestration.action.participant" , "(Modified) AdverseEvent.participant" , "(Modified) FamilyMemberHistory.participant" , "(Modified) RequestOrchestration.action.action.participant" , "(Modified) AllergyIntolerance.participant" , "(Modified) PlanDefinition.action.action.participant" , "(Modified) ActivityDefinition.participant" , "(Modified) TestReport.participant" , "(Modified) Condition.participant" , "(Modified) CareTeam.participant" , "(Modified) Encounter.participant" , "(Modified) Invoice.participant" , "(Modified) Appointment.participant" ;
        rdfs:label    "_participant" .

fhir:MessageDestination
        a                owl:Class ;
        rdfs:comment     "MessageHeader.MessageDestination: The destination application which the message is intended for." ;
        rdfs:label       "MessageDestination" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:url ;
                                            owl:onProperty     fhir:endpoint
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:endpoint
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:endpoint
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:endpoint
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:receiver
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] .

fhir:_additionalInfo  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) VirtualServiceDetail.additionalInfo" ;
        rdfs:label    "_additionalInfo" .

fhir:_numberOfEvents  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.numberOfEvents" ;
        rdfs:label    "_numberOfEvents" .

fhir:_includedStructure
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.includedStructure" ;
        rdfs:label    "_includedStructure" .

fhir:_imageRegion2D  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.instance.imageRegion2D" ;
        rdfs:label    "_imageRegion2D" .

fhir:_tax  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.item.detail.subDetail.tax" , "(Modified) Claim.item.detail.subDetail.tax" , "(Modified) ExplanationOfBenefit.addItem.tax" , "(Modified) ExplanationOfBenefit.addItem.detail.tax" , "(Modified) ExplanationOfBenefit.item.tax" , "(Modified) ClaimResponse.addItem.tax" , "(Modified) Claim.item.tax" , "(Modified) ExplanationOfBenefit.item.detail.tax" , "(Modified) ClaimResponse.addItem.detail.tax" , "(Modified) Claim.item.detail.tax" , "(Modified) ClaimResponse.addItem.detail.subDetail.tax" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.tax" ;
        rdfs:label    "_tax" .

fhir:_appointment  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.appointment" , "(Modified) AppointmentResponse.appointment" ;
        rdfs:label    "_appointment" .

fhir:treatmentIntent  a                 owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent: The overall intention of the treatment, for example, prophylactic, supporative, curative, etc." ;
        rdfs:label                      "treatmentIntent" ;
        fhir:modifierExtensionProperty  fhir:_treatmentIntent ;
        dc:title                        "MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent: Intention of the treatment" .

fhir:SubstanceDefinitionCodeComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionCodeComponent: Codes associated with the substance." ;
        rdfs:label       "SubstanceDefinitionCodeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:statusDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:statusDate
                         ] .

fhir:_study  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.study" , "(Modified) DiagnosticReport.study" , "(Modified) AdverseEvent.study" ;
        rdfs:label    "_study" .

fhir:_ratioType  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstancePolymer.monomerSet.ratioType" ;
        rdfs:label    "_ratioType" .

fhir:policyHolder  a                    owl:ObjectProperty ;
        rdfs:comment                    "Coverage.policyHolder: The party who 'owns' the insurance policy." ;
        rdfs:label                      "policyHolder" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_policyHolder ;
        dc:title                        "Coverage.policyHolder: Owner of the policy" .

fhir:region  a                          owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.region: A country, state or other area where the study is taking place rather than its precise geographic location or address." , "RegulatedAuthorization.region: The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted." ;
        rdfs:label                      "region" ;
        fhir:modifierExtensionProperty  fhir:_region ;
        dc:title                        "ResearchStudy.region: Geographic area for the study" , "RegulatedAuthorization.region: The territory in which the authorization has been granted" .

fhir:operationType  a                   owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.operationType: What type of operation is being performed - addition or subtraction." ;
        rdfs:label                      "operationType" ;
        fhir:modifierExtensionProperty  fhir:_operationType ;
        dc:title                        "InventoryReport.operationType: addition | subtraction" .

fhir:_actuality  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdverseEvent.actuality" ;
        rdfs:label    "_actuality" .

fhir:_definitionUri  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ChargeItem.definitionUri" ;
        rdfs:label    "_definitionUri" .

fhir:organismId  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.organismId: The unique identifier associated with the source material parent organism shall be specified." ;
        rdfs:label                      "organismId" ;
        fhir:modifierExtensionProperty  fhir:_organismId ;
        dc:title                        "SubstanceSourceMaterial.organismId: The unique identifier associated with the source material parent organism shall be specified" .

fhir:ManufacturedItemDefinitionComponentComponentComponentProperty
        a                owl:Class ;
        rdfs:comment     "General characteristics of this component." ;
        rdfs:label       "ManufacturedItemDefinitionComponentComponentComponentProperty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:markdown ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        dc:title         "General characteristics of this component" .

fhir:_consumedItem  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionIntake.consumedItem" ;
        rdfs:label    "_consumedItem" .

fhir:thursday  a                        owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate.weeklyTemplate.thursday: Indicates that recurring appointments should occur on Thursdays." ;
        rdfs:label                      "thursday" ;
        fhir:modifierExtensionProperty  fhir:_thursday ;
        dc:title                        "Appointment.recurrenceTemplate.weeklyTemplate.thursday: Recurs on Thursday" .

fhir:_rules  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.slicing.rules" ;
        rdfs:label    "_rules" .

fhir:dependent  a                       owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.rule.dependent: Which other rules to apply in the context of this rule." , "StructureMap.group.rule.rule.dependent: Which other rules to apply in the context of this rule." , "Coverage.dependent: A designator for a dependent under the coverage." ;
        rdfs:label                      "dependent" ;
        fhir:modifierExtensionProperty  fhir:_dependent ;
        dc:title                        "StructureMap.group.rule.dependent: Which other rules to apply in the context of this rule" , "StructureMap.group.rule.rule.dependent: Which other rules to apply in the context of this rule" , "Coverage.dependent: Dependent number" .

fhir:deliverFrom  a                     owl:ObjectProperty ;
        rdfs:comment                    "SupplyRequest.deliverFrom: Where the supply is expected to come from." ;
        rdfs:label                      "deliverFrom" ;
        fhir:modifierExtensionProperty  fhir:_deliverFrom ;
        dc:title                        "SupplyRequest.deliverFrom: The origin of the supply" .

fhir:ImmunizationProtocolAppliedComponent
        a                owl:Class ;
        rdfs:comment     "ImmunizationProtocolAppliedComponent: The protocol (set of recommendations) being followed by the provider who administered the dose." ;
        rdfs:label       "ImmunizationProtocolAppliedComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:seriesDoses
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:doseNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:targetDisease
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:doseNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:seriesDoses
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:series
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:series
                         ] .

fhir:actualGroup  a                     owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.recruitment.actualGroup: Group of participants who were enrolled in study." ;
        rdfs:label                      "actualGroup" ;
        rdfs:subPropertyOf              w5:who.focus ;
        fhir:modifierExtensionProperty  fhir:_actualGroup ;
        dc:title                        "ResearchStudy.recruitment.actualGroup: Group of participants who were enrolled in study" .

fhir:Age  a              owl:Class ;
        rdfs:comment     "A duration of time during which an organism (or a process) has existed." ;
        rdfs:label       "Age" ;
        rdfs:subClassOf  fhir:Quantity ;
        dc:title         "A duration of time during which an organism (or a process) has existed" .

fhir:subsumption  a                     owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.codeSystem.subsumption: True if subsumption is supported for this version of the code system." ;
        rdfs:label                      "subsumption" ;
        fhir:modifierExtensionProperty  fhir:_subsumption ;
        dc:title                        "TerminologyCapabilities.codeSystem.subsumption: Whether subsumption is supported" .

fhir:ElementDefinitionConstraintComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionConstraintComponent: Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance." ;
        rdfs:label       "ElementDefinitionConstraintComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requirements
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:requirements
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:source
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:suppress
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:key
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:source
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:suppress
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:key
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:human
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:human
                         ] .

fhir:subjectResults  a                  owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.group.stratifier.stratum.population.subjectResults: This element refers to a List of individual level MeasureReport resources, one for each subject in this population in this stratum." , "MeasureReport.group.population.subjectResults: This element refers to a List of individual level MeasureReport resources, one for each subject in this population." ;
        rdfs:label                      "subjectResults" ;
        fhir:modifierExtensionProperty  fhir:_subjectResults ;
        dc:title                        "MeasureReport.group.stratifier.stratum.population.subjectResults: For subject-list reports, the subject results in this population" , "MeasureReport.group.population.subjectResults: For subject-list reports, the subject results in this population" .

fhir:OperationDefinitionOverloadComponent
        a                owl:Class ;
        rdfs:comment     "OperationDefinitionOverloadComponent: Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation." ;
        rdfs:label       "OperationDefinitionOverloadComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:comment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:parameterName
                         ] .

fhir:recurrenceTemplate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Appointment.recurrenceTemplate: The details of the recurrence pattern or template that is used to generate recurring appointments." ;
        rdfs:label                      "recurrenceTemplate" ;
        fhir:modifierExtensionProperty  fhir:_recurrenceTemplate ;
        dc:title                        "Appointment.recurrenceTemplate: Details of the recurrence pattern/template used to generate occurrences" .

fhir:doseForm  a                        owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.definitional.doseForm: Describes the form of the item.  Powder; tablets; capsule." , "Medication.doseForm: Describes the form of the item.  Powder; tablets; capsule." ;
        rdfs:label                      "doseForm" ;
        fhir:modifierExtensionProperty  fhir:_doseForm ;
        dc:title                        "MedicationKnowledge.definitional.doseForm: powder | tablets | capsule +" , "Medication.doseForm: powder | tablets | capsule +" .

fhir:adherence  a                       owl:ObjectProperty ;
        rdfs:comment                    "MedicationStatement.adherence: Indicates whether the medication is or is not being consumed or administered." , "DeviceUsage.adherence: This indicates how or if the device is being used." ;
        rdfs:label                      "adherence" ;
        fhir:modifierExtensionProperty  fhir:_adherence ;
        dc:title                        "MedicationStatement.adherence: Indicates whether the medication is or is not being consumed or administered" , "DeviceUsage.adherence: How device is being used" .

fhir:ServiceRequest  a               owl:Class ;
        rdfs:comment                 "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed." ;
        rdfs:label                   "ServiceRequest" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performerType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:replaces
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ServiceRequestOrderDetailComponent ;
                                       owl:onProperty     fhir:orderDetail
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ServiceRequestPatientInstructionComponent ;
                                       owl:onProperty     fhir:patientInstruction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:bodyStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:supportingInfo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:asNeeded
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:asNeeded
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:CodeableConcept ;
                                                        owl:onProperty     fhir:asNeeded
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:asNeeded
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Timing ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:doNotPerform
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requisition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:specimen
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Quantity ;
                                                        owl:onProperty     fhir:quantity
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:quantity
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Ratio ;
                                                        owl:onProperty     fhir:quantity
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:quantity
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:quantity
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:quantity
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:performerType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:bodyStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:requisition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:relevantHistory
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ServiceRequest .

fhir:deviceIdentifier
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Device.udiCarrier.deviceIdentifier: The device identifier (DI) is a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device." , "DeviceDefinition.regulatoryIdentifier.deviceIdentifier: The identifier itself." , "DeviceDefinition.packaging.udiDeviceIdentifier.deviceIdentifier: The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier." , "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.deviceIdentifier: The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier." , "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier: The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier." ;
        rdfs:label                      "deviceIdentifier" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_deviceIdentifier ;
        dc:title                        "DeviceDefinition.packaging.udiDeviceIdentifier.deviceIdentifier: The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier" , "Device.udiCarrier.deviceIdentifier: Mandatory fixed portion of UDI" , "DeviceDefinition.packaging.packaging.udiDeviceIdentifier.deviceIdentifier: The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier" , "DeviceDefinition.regulatoryIdentifier.deviceIdentifier: The identifier itself" , "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier: The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier" .

fhir:_reasonLinkId  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.action.reasonLinkId" , "(Modified) Contract.term.action.reasonLinkId" ;
        rdfs:label    "_reasonLinkId" .

fhir:versionId  a                       owl:ObjectProperty ;
        rdfs:comment                    "Meta.versionId: The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted." ;
        rdfs:label                      "versionId" ;
        fhir:modifierExtensionProperty  fhir:_versionId ;
        dc:title                        "Meta.versionId: Version specific identifier" .

fhir:ClaimResponse.AddedItem.AddedItemDetailReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ClaimResponse.AddedItem.AddedItemDetailReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        dc:title         "Added items detail level adjudication results" .

fhir:componentPart  a                   owl:ObjectProperty ;
        rdfs:comment                    "PackagedProductDefinition.packaging.packaging.componentPart: Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial). The latter type are designed be a container, but the former are not." , "PackagedProductDefinition.packaging.componentPart: Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial). The latter type are designed be a container, but the former are not." ;
        rdfs:label                      "componentPart" ;
        fhir:modifierExtensionProperty  fhir:_componentPart ;
        dc:title                        "PackagedProductDefinition.packaging.packaging.componentPart: Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial)" , "PackagedProductDefinition.packaging.componentPart: Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial)" .

fhir:_value  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchStudy.label.value" , "(Modified) ValueSet.expansion.parameter.value" , "(Modified) Observation.component.value" , "(Modified) InsurancePlan.coverage.benefit.limit.value" , "(Modified) ImmunizationRecommendation.recommendation.dateCriterion.value" , "(Modified) Evidence.statistic.modelCharacteristic.value" , "(Modified) DocumentReference.content.profile.value" , "(Modified) CodeSystem.concept.concept.designation.value" , "(Modified) CodeSystem.concept.concept.property.value" , "(Modified) ValueSet.expansion.contains.designation.value" , "(Modified) InsurancePlan.plan.specificCost.benefit.cost.value" , "(Modified) UsageContext.value" , "(Modified) ConceptMap.group.element.target.dependsOn.value" , "(Modified) SupplyRequest.parameter.value" , "(Modified) MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value" , "(Modified) Contract.term.group.offer.answer.value" , "(Modified) AuditEvent.entity.detail.value" , "(Modified) Identifier.value" , "(Modified) Group.characteristic.value" , "(Modified) Device.name.value" , "(Modified) Subscription.parameter.value" , "(Modified) AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.value" , "(Modified) EvidenceVariable.characteristic.definitionByTypeAndValue.value" , "(Modified) DeviceDefinition.version.value" , "(Modified) ElementDefinition.example.value" , "(Modified) NutritionProduct.characteristic.value" , "(Modified) CodeSystem.concept.designation.value" , "(Modified) ValueSet.expansion.contains.property.subProperty.value" , "(Modified) ValueSet.expansion.contains.property.value" , "(Modified) Questionnaire.item.item.initial.value" , "(Modified) MedicinalProductDefinition.characteristic.value" , "(Modified) ValueSet.expansion.contains.contains.property.value" , "(Modified) EpisodeOfCare.reason.value" , "(Modified) Contract.term.group.asset.answer.value" , "(Modified) StructureMap.group.rule.rule.target.parameter.value" , "(Modified) ManufacturedItemDefinition.property.value" , "(Modified) SubstanceDefinition.property.value" , "(Modified) ValueSet.compose.include.filter.value" , "(Modified) Transport.input.value" , "(Modified) DataRequirement.valueFilter.value" , "(Modified) Contract.term.offer.answer.value" , "(Modified) CodeSystem.concept.property.value" , "(Modified) ConditionDefinition.precondition.value" , "(Modified) Device.version.value" , "(Modified) MeasureReport.group.stratifier.stratum.component.value" , "(Modified) PackagedProductDefinition.packaging.property.value" , "(Modified) Encounter.reason.value" , "(Modified) ValueSet.compose.exclude.filter.value" , "(Modified) Citation.citedArtifact.version.value" , "(Modified) Observation.value" , "(Modified) ManufacturedItemDefinition.component.property.value" , "(Modified) ValueSet.expansion.contains.contains.property.subProperty.value" , "(Modified) AdministrableProductDefinition.property.value" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.value" , "(Modified) Contract.term.asset.answer.value" , "(Modified) ExplanationOfBenefit.supportingInfo.value" , "(Modified) Extension.value" , "(Modified) Coverage.class.value" , "(Modified) Questionnaire.item.answerOption.value" , "(Modified) InventoryItem.characteristic.value" , "(Modified) NamingSystem.uniqueId.value" , "(Modified) Task.output.value" , "(Modified) EvidenceVariable.category.value" , "(Modified) DeviceRequest.parameter.value" , "(Modified) TestScript.test.action.assert.value" , "(Modified) Subscription.filterBy.value" , "(Modified) StructureMap.group.rule.rule.dependent.parameter.value" , "(Modified) QuestionnaireResponse.item.answer.value" , "(Modified) Money.value" , "(Modified) Claim.supportingInfo.value" , "(Modified) ValueSet.compose.exclude.concept.designation.value" , "(Modified) ConceptMap.group.element.target.product.value" , "(Modified) Parameters.parameter.part.value" , "(Modified) QuestionnaireResponse.item.item.answer.value" , "(Modified) TestScript.setup.action.operation.requestHeader.value" , "(Modified) Task.input.value" , "(Modified) StructureMap.const.value" , "(Modified) DataRequirement.dateFilter.value" , "(Modified) ValueSet.compose.include.concept.designation.value" , "(Modified) Transport.output.value" , "(Modified) Questionnaire.item.initial.value" , "(Modified) PackagedProductDefinition.packaging.packaging.property.value" , "(Modified) BiologicallyDerivedProduct.property.value" , "(Modified) Questionnaire.item.item.answerOption.value" , "(Modified) Parameters.parameter.value" , "(Modified) CodeSystem.filter.value" , "(Modified) EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.value" , "(Modified) DeviceDefinition.property.value" , "(Modified) ImplementationGuide.definition.parameter.value" , "(Modified) Citation.citedArtifact.contributorship.summary.value" , "(Modified) TestScript.teardown.action.operation.requestHeader.value" , "(Modified) MedicationKnowledge.definitional.drugCharacteristic.value" , "(Modified) Citation.citedArtifact.part.value" , "(Modified) Quantity.value" , "(Modified) EvidenceReport.subject.characteristic.value" , "(Modified) ManufacturedItemDefinition.component.component.property.value" , "(Modified) QuestionnaireResponse.item.answer.item.answer.value" , "(Modified) ServiceRequest.orderDetail.parameter.value" , "(Modified) ConceptMap.group.element.target.property.value" , "(Modified) StructureMap.group.rule.target.parameter.value" , "(Modified) ValueSet.expansion.contains.contains.designation.value" , "(Modified) PackagedProductDefinition.characteristic.value" , "(Modified) ContactPoint.value" , "(Modified) MeasureReport.group.stratifier.stratum.value" , "(Modified) TestScript.setup.action.assert.value" , "(Modified) TestScript.test.action.operation.requestHeader.value" , "(Modified) MedicationKnowledge.storageGuideline.environmentalSetting.value" , "(Modified) Coverage.costToBeneficiary.value" , "(Modified) Device.property.value" , "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation.distanceFromLandmark.value" , "(Modified) StructureMap.group.rule.dependent.parameter.value" ;
        rdfs:label    "_value" .

fhir:TestReportParticipantComponent
        a                owl:Class ;
        rdfs:comment     "TestReportParticipantComponent: A participant in the test execution, either the execution engine, a client, or a server." ;
        rdfs:label       "TestReportParticipantComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:uri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] .

fhir:morphology  a                      owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.morphology: The kind of structure being represented by the body structure at `BodyStructure.location`.  This can define both normal and abnormal morphologies." ;
        rdfs:label                      "morphology" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_morphology ;
        dc:title                        "BodyStructure.morphology: Kind of Structure" .

fhir:date  a                            owl:ObjectProperty , owl:Class ;
        rdfs:comment                    "ResearchStudy.date: The date (and optionally time) when the ResearchStudy Resource was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the ResearchStudy Resource changes." , "Immunization.reaction.date: Date of reaction to the immunization." , "CompartmentDefinition.date: The date  (and optionally time) when the compartment definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes." , "ClinicalImpression.date: Indicates when the documentation of the assessment was complete." , "RegulatedAuthorization.case.date" , "DetectedIssue.mitigation.date: Indicates when the mitigating action was documented." , "FamilyMemberHistory.date: The date (and possibly time) when the family member history was recorded or last updated." , "TerminologyCapabilities.date: The date  (and optionally time) when the terminology capabilities was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the terminology capabilities changes." , "EventDefinition.date: The date  (and optionally time) when the event definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the event definition changes." , "ExplanationOfBenefit.payment.date: Estimated date the payment will be issued or the actual issue date of payment." , "DocumentReference.date: When the document reference was created." , "A date or partial date (e.g. just year or year + month). There is no UTC offset. The format is a union of the schema types gYear, gYearMonth and date.  Dates SHALL be valid dates." , "Measure.date: The date  (and optionally time) when the measure was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the measure changes." , "TestPlan.date: The date (and optionally time) when the test plan was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test plan changes." , "ValueSet.date: The date (and optionally time) when the value set metadata or content logical definition (.compose) was created or revised." , "Claim.procedure.date: Date and optionally time the procedure was performed." , "Citation.date: The date (and optionally time) when the citation record was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the citation record changes." , "PaymentReconciliation.allocation.date: The date from the response resource containing a commitment to pay." , "MeasureReport.date: The date this measure was calculated." , "StructureDefinition.date: The date  (and optionally time) when the structure definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes." , "List.entry.date: When this item was added to the list." , "PlanDefinition.date: The date  (and optionally time) when the plan definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the plan definition changes." , "ActivityDefinition.date: The date  (and optionally time) when the activity definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the activity definition changes." , "CanonicalResource.date: The date (and optionally time) when the {{title}} was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the {{title}} changes." , "ExplanationOfBenefit.procedure.date: Date and optionally time the procedure was performed." , "SearchParameter.date: The date  (and optionally time) when the search parameter was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the search parameter changes." , "EvidenceVariable.date: The date  (and optionally time) when the evidence variable was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the evidence variable changes." , "Requirements.date: The date  (and optionally time) when the Requirements was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the Requirements changes." , "SubstanceDefinition.name.synonym.official.date: Date of the official name change." , "CodeSystem.date: The date  (and optionally time) when the code system was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the code system changes." , "SubstanceDefinition.name.official.date: Date of the official name change." , "ImmunizationRecommendation.date: The date the immunization recommendation(s) were created." , "SubscriptionTopic.date: The date (and optionally time) when the subscription topic was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the subscription topic changes." , "ActorDefinition.date: The date  (and optionally time) when the actor definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the actor definition changes." , "ExampleScenario.date: The date  (and optionally time) when the example scenario was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the example scenario changes. (e.g. the 'content logical definition')." , "ConceptMap.date: The date  (and optionally time) when the concept map was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes." , "PaymentReconciliation.date: The date of payment as indicated on the financial instrument." , "RegulatedAuthorization.case.application.date" , "SubstanceDefinition.name.translation.official.date: Date of the official name change." , "TestScript.date: The date (and optionally time) when the test script was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes." , "Consent.date: Date the consent instance was agreed to." , "ImmunizationEvaluation.date: The date the evaluation of the vaccine administration event was performed." , "CapabilityStatement.date: The date  (and optionally time) when the capability statement was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes." , "List.date: Date list was last reviewed/revised and determined to be 'current'." , "Composition.date: The composition editing time, when the composition was last logically changed by the author." , "Claim.accident.date: Date of an accident event  related to the products and services contained in the claim." , "OperationDefinition.date: The date  (and optionally time) when the operation definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes." , "Questionnaire.date: The date  (and optionally time) when the questionnaire was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the questionnaire changes." , "ChargeItemDefinition.date: The date  (and optionally time) when the charge item definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the charge item definition changes." , "Invoice.date: Depricared by the element below." , "ConditionDefinition.date: The date  (and optionally time) when the condition definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the condition definition changes." , "NamingSystem.date: The date  (and optionally time) when the naming system was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the naming system changes." , "ImplementationGuide.date: The date  (and optionally time) when the implementation guide was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes." , "StructureMap.date: The date  (and optionally time) when the structure map was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure map changes." , "Permission.date: The date that permission was asserted." , "ArtifactAssessment.date: The date  (and optionally time) when the artifact assessment was published. The date must change when the disposition changes and it must change if the workflow status code changes. In addition, it should change when the substantive content of the artifact assessment changes." , "VerificationResult.attestation.date: The date the information was attested to." , "ClaimResponse.payment.date: Estimated date the payment will be issued or the actual issue date of payment." , "MessageDefinition.date: The date  (and optionally time) when the message definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the message definition changes." , "GraphDefinition.date: The date  (and optionally time) when the graph definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the graph definition changes." , "SpecimenDefinition.date: For draft definitions, indicates the date of initial creation. For active definitions, represents the date of activation. For withdrawn definitions, indicates the date of withdrawal." , "Evidence.date: The date  (and optionally time) when the summary was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes." , "ObservationDefinition.date: The date (and optionally time) when the ObservationDefinition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the ObservationDefinition changes." , "GenomicStudy.analysis.date: The date of the analysis event." , "Library.date: The date  (and optionally time) when the library was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the library changes." , "ExplanationOfBenefit.accident.date: Date of an accident event  related to the products and services contained in the claim." ;
        rdfs:label                      "date" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  [ a            rdfs:Datatype ;
                                                               owl:unionOf  ( xsd:date xsd:gYear xsd:gYearMonth )
                                                             ] ;
                                          owl:onProperty     fhir:v
                                        ] ;
        rdfs:subPropertyOf              w5:when.done , w5:when.recorded , w5:when.init ;
        fhir:modifierExtensionProperty  fhir:_date ;
        dc:title                        "ChargeItemDefinition.date: Date last changed" , "Library.date: Date last changed" , "GraphDefinition.date: Date last changed" , "PlanDefinition.date: Date last changed" , "ClaimResponse.payment.date: Expected date of payment" , "DetectedIssue.mitigation.date: Date committed" , "ActorDefinition.date: Date last changed" , "Invoice.date: DEPRICATED" , "SubstanceDefinition.name.official.date: Date of official name change" , "TerminologyCapabilities.date: Date last changed" , "ExplanationOfBenefit.payment.date: Expected date of payment" , "PaymentReconciliation.allocation.date: Date of commitment to pay" , "Requirements.date: Date last changed" , "Permission.date: The date that permission was asserted" , "ExampleScenario.date: Date last changed" , "PaymentReconciliation.date: When payment issued" , "Evidence.date: Date last changed" , "ConditionDefinition.date: Date last changed" , "Questionnaire.date: Date last changed" , "ClinicalImpression.date: When the assessment was documented" , "TestPlan.date: Date last changed" , "List.entry.date: When item added to list" , "CompartmentDefinition.date: Date last changed" , "ValueSet.date: Date last changed" , "ResearchStudy.date: Date the resource last changed" , "CapabilityStatement.date: Date last changed" , "StructureDefinition.date: Date last changed" , "Consent.date: Fully executed date of the consent" , "List.date: When the list was prepared" , "StructureMap.date: Date last changed" , "EventDefinition.date: Date last changed" , "ImmunizationRecommendation.date: Date recommendation(s) created" , "EvidenceVariable.date: Date last changed" , "CanonicalResource.date: Date last changed" , "SubstanceDefinition.name.synonym.official.date: Date of official name change" , "ImplementationGuide.date: Date last changed" , "ActivityDefinition.date: Date last changed" , "VerificationResult.attestation.date: The date the information was attested to" , "GenomicStudy.analysis.date: The date of the analysis event" , "ArtifactAssessment.date: Date last changed" , "CodeSystem.date: Date last changed" , "DocumentReference.date: When this document reference was created" , "ObservationDefinition.date: Date last changed" , "SearchParameter.date: Date last changed" , "NamingSystem.date: Date last changed" , "Citation.date: Date last changed" , "ImmunizationEvaluation.date: Date evaluation was performed" , "SpecimenDefinition.date: Date status first applied" , "ExplanationOfBenefit.procedure.date: When the procedure was performed" , "OperationDefinition.date: Date last changed" , "Measure.date: Date last changed" , "Composition.date: Composition editing time" , "Claim.procedure.date: When the procedure was performed" , "FamilyMemberHistory.date: When history was recorded or last updated" , "ExplanationOfBenefit.accident.date: When the incident occurred" , "MeasureReport.date: When the measure was calculated" , "SubstanceDefinition.name.translation.official.date: Date of official name change" , "Claim.accident.date: When the incident occurred" , "Immunization.reaction.date: When reaction started" , "TestScript.date: Date last changed" , "ConceptMap.date: Date last changed" , "MessageDefinition.date: Date last changed" , "SubscriptionTopic.date: Date status first applied" .

fhir:_isModifier  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.isModifier" ;
        rdfs:label    "_isModifier" .

fhir:_allDay  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Availability.availableTime.allDay" ;
        rdfs:label    "_allDay" .

fhir:contentReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.contentReference: Identifies an element defined elsewhere in the definition whose content rules should be applied to the current element. ContentReferences bring across all the rules that are in the ElementDefinition for the element, including definitions, cardinality constraints, bindings, invariants etc." ;
        rdfs:label                      "contentReference" ;
        fhir:modifierExtensionProperty  fhir:_contentReference ;
        dc:title                        "ElementDefinition.contentReference: Reference to definition of content for the element" .

fhir:_sunday  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Appointment.recurrenceTemplate.weeklyTemplate.sunday" ;
        rdfs:label    "_sunday" .

fhir:DeviceUsageAdherenceComponent
        a                owl:Class ;
        rdfs:comment     "DeviceUsageAdherenceComponent: This indicates how or if the device is being used." ;
        rdfs:label       "DeviceUsageAdherenceComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:maxSingleDose  a                   owl:ObjectProperty ;
        rdfs:comment                    "AdministrableProductDefinition.routeOfAdministration.maxSingleDose: The maximum single dose that can be administered, specified using a numerical value and its unit of measurement." ;
        rdfs:label                      "maxSingleDose" ;
        fhir:modifierExtensionProperty  fhir:_maxSingleDose ;
        dc:title                        "AdministrableProductDefinition.routeOfAdministration.maxSingleDose: The maximum single dose that can be administered" .

fhir:referenceRange  a                  owl:ObjectProperty ;
        rdfs:comment                    "Observation.component.referenceRange: Guidance on how to interpret the value by comparison to a normal or recommended range." , "Observation.referenceRange: Guidance on how to interpret the value by comparison to a normal or recommended range.  Multiple reference ranges are interpreted as an \"OR\".   In other words, to represent two distinct target populations, two `referenceRange` elements would be used." ;
        rdfs:label                      "referenceRange" ;
        fhir:modifierExtensionProperty  fhir:_referenceRange ;
        dc:title                        "Observation.component.referenceRange: Provides guide for interpretation of component result" , "Observation.referenceRange: Provides guide for interpretation" .

fhir:_pages  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Attachment.pages" ;
        rdfs:label    "_pages" .

fhir:DeviceDefinitionGuidelineComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionGuidelineComponent: Information aimed at providing directions for the usage of this model of device." ;
        rdfs:label       "DeviceDefinitionGuidelineComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usageInstruction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:intendedUse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:intendedUse
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:contraindication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:usageInstruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:warning
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:indication
                         ] .

fhir:_temperatureRange
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.handling.temperatureRange" ;
        rdfs:label    "_temperatureRange" .

fhir:_sequenceType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceProtein.sequenceType" , "(Modified) SubstanceNucleicAcid.sequenceType" ;
        rdfs:label    "_sequenceType" .

fhir:_partNumber  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.partNumber" , "(Modified) Device.partNumber" ;
        rdfs:label    "_partNumber" .

fhir:_term  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.term" , "(Modified) ExplanationOfBenefit.benefitBalance.term" , "(Modified) CoverageEligibilityResponse.insurance.item.term" , "(Modified) Coverage.costToBeneficiary.term" , "(Modified) Contract.term" , "(Modified) Account.balance.term" ;
        rdfs:label    "_term" .

fhir:StructureDefinitionDifferentialComponent
        a                owl:Class ;
        rdfs:comment     "StructureDefinitionDifferentialComponent: A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies." ;
        rdfs:label       "StructureDefinitionDifferentialComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:element
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ElementDefinition ;
                           owl:onProperty     fhir:element
                         ] .

fhir:_udi  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) Claim.item.udi" , "(Modified) ExplanationOfBenefit.item.udi" , "(Modified) Claim.item.detail.subDetail.udi" , "(Modified) ExplanationOfBenefit.item.detail.udi" , "(Modified) Claim.item.detail.udi" , "(Modified) ExplanationOfBenefit.procedure.udi" , "(Modified) Claim.procedure.udi" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.udi" ;
        rdfs:label    "_udi" .

fhir:_telecom  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Patient.telecom" , "(Modified) ExtendedContactDetail.telecom" , "(Modified) Practitioner.telecom" , "(Modified) ContactDetail.telecom" , "(Modified) RelatedPerson.telecom" , "(Modified) Patient.contact.telecom" , "(Modified) Person.telecom" , "(Modified) CareTeam.telecom" ;
        rdfs:label    "_telecom" .

fhir:CitationCitedArtifactPublicationFormPublishedInComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactPublicationFormComponent.CitationCitedArtifactPublicationFormPublishedInComponent: The collection the cited article or artifact is published in." ;
        rdfs:label       "CitationCitedArtifactPublicationFormPublishedInComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisherLocation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisherLocation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] .

fhir:_wasSubstituted  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationDispense.substitution.wasSubstituted" ;
        rdfs:label    "_wasSubstituted" .

fhir:initial  a                         owl:ObjectProperty ;
        rdfs:comment                    "Questionnaire.item.item.initial: One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input." , "Questionnaire.item.initial: One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input." ;
        rdfs:label                      "initial" ;
        fhir:modifierExtensionProperty  fhir:_initial ;
        dc:title                        "Questionnaire.item.item.initial: Initial value(s) when item is first rendered" , "Questionnaire.item.initial: Initial value(s) when item is first rendered" .

fhir:doNotPerform  a                    owl:ObjectProperty ;
        rdfs:comment                    "Contract.term.action.doNotPerform: True if the term prohibits the  action." , "Task.doNotPerform: If true indicates that the Task is asking for the specified action to *not* occur." , "CommunicationRequest.doNotPerform: If true indicates that the CommunicationRequest is asking for the specified action to *not* occur." , "DeviceRequest.doNotPerform: If true, indicates that the provider is asking for the patient to either stop using or to not start using the specified device or category of devices. For example, the patient has undergone surgery and the provider is indicating that the patient should not wear contact lenses." , "ActivityDefinition.doNotPerform: Set this to true if the definition is to indicate that a particular activity should NOT be performed. If true, this element should be interpreted to reinforce a negative coding. For example NPO as a code with a doNotPerform of true would still indicate to NOT perform the action." , "Contract.term.group.action.doNotPerform: True if the term prohibits the  action." , "ServiceRequest.doNotPerform: Set this to true if the record is saying that the service/procedure should NOT be performed." , "MedicationRequest.doNotPerform: If true, indicates that the provider is asking for the patient to either stop taking or to not start taking the specified medication. For example, the patient is taking an existing medication and the provider is changing their medication. They want to create two seperate requests: one to stop using the current medication and another to start the new medication." ;
        rdfs:label                      "doNotPerform" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_doNotPerform ;
        dc:title                        "ActivityDefinition.doNotPerform: True if the activity should not be performed" , "Task.doNotPerform: True if Task is prohibiting action" , "CommunicationRequest.doNotPerform: True if request is prohibiting action" , "ServiceRequest.doNotPerform: True if service/procedure should not be performed" , "Contract.term.group.action.doNotPerform: True if the term prohibits the  action" , "Contract.term.action.doNotPerform: True if the term prohibits the  action" , "DeviceRequest.doNotPerform: True if the request is to stop or not to start using the device" , "MedicationRequest.doNotPerform: True if patient is to stop taking or not to start taking the medication" .

fhir:diameter  a                        owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.diameter: Contact lens diameter measured in millimetres." ;
        rdfs:label                      "diameter" ;
        fhir:modifierExtensionProperty  fhir:_diameter ;
        dc:title                        "VisionPrescription.lensSpecification.diameter: Contact lens diameter" .

fhir:_property  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.include.filter.property" , "(Modified) DeviceDefinition.property" , "(Modified) ValueSet.expansion.property" , "(Modified) CodeSystem.concept.concept.property" , "(Modified) ValueSet.compose.property" , "(Modified) ManufacturedItemDefinition.property" , "(Modified) Device.property" , "(Modified) ConceptMap.property" , "(Modified) CodeSystem.concept.property" , "(Modified) ValueSet.expansion.contains.property" , "(Modified) ConceptMap.group.element.target.property" , "(Modified) AdministrableProductDefinition.property" , "(Modified) ValueSet.expansion.contains.contains.property" , "(Modified) TerminologyCapabilities.codeSystem.version.property" , "(Modified) ManufacturedItemDefinition.component.property" , "(Modified) SubstanceDefinition.property" , "(Modified) ManufacturedItemDefinition.component.component.property" , "(Modified) BiologicallyDerivedProduct.property" , "(Modified) PackagedProductDefinition.packaging.packaging.property" , "(Modified) ValueSet.compose.exclude.filter.property" , "(Modified) PackagedProductDefinition.packaging.property" , "(Modified) CodeSystem.property" ;
        rdfs:label    "_property" .

fhir:MessageHeaderResponseComponent
        a                owl:Class ;
        rdfs:comment     "MessageHeaderResponseComponent: Information about the message that this message is a response to.  Only present if this message is a response." ;
        rdfs:label       "MessageHeaderResponseComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:details
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:details
                         ] .

fhir:Linkage  a                      owl:Class ;
        rdfs:comment                 "Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\"." ;
        rdfs:label                   "Linkage" ;
        rdfs:subClassOf              w5:infrastructure.structure , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:LinkageItemComponent ;
                                       owl:onProperty     fhir:item
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:author
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:item
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Linkage .

fhir:permittedUnit  a                   owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.component.permittedUnit: Units allowed for the valueQuantity element in the instance observations conforming to this ObservationDefinition." , "ObservationDefinition.permittedUnit: Units allowed for the valueQuantity element in the instance observations conforming to this ObservationDefinition." ;
        rdfs:label                      "permittedUnit" ;
        fhir:modifierExtensionProperty  fhir:_permittedUnit ;
        dc:title                        "ObservationDefinition.component.permittedUnit: Unit for quantitative results" , "ObservationDefinition.permittedUnit: Unit for quantitative results" .

fhir:_sex  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.sex" ;
        rdfs:label    "_sex" .

fhir:genomeBuild  a                     owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.genomeBuild: The reference genome build that is used in this analysis." ;
        rdfs:label                      "genomeBuild" ;
        fhir:modifierExtensionProperty  fhir:_genomeBuild ;
        dc:title                        "GenomicStudy.analysis.genomeBuild: Genome build that is used in this analysis" .

fhir:changePattern  a                   owl:ObjectProperty ;
        rdfs:comment                    "ClinicalImpression.changePattern: Change in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change.  It is a subjective assessment of the direction of the change." ;
        rdfs:label                      "changePattern" ;
        fhir:modifierExtensionProperty  fhir:_changePattern ;
        dc:title                        "ClinicalImpression.changePattern: Change in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change" .

fhir:MedicationRequestSubstitutionComponent
        a                owl:Class ;
        rdfs:comment     "MedicationRequestSubstitutionComponent: Indicates whether or not substitution can or should be part of the dispense. In some cases, substitution must happen, in other cases substitution must not happen. This block explains the prescriber's intent. If nothing is specified substitution may be done." ;
        rdfs:label       "MedicationRequestSubstitutionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:allowed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:allowed
                                          ]
                                        )
                         ] .

fhir:_authority  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.name.official.authority" , "(Modified) SubstanceDefinition.name.translation.official.authority" , "(Modified) SubstanceDefinition.name.synonym.official.authority" , "(Modified) ImmunizationRecommendation.authority" , "(Modified) ImmunizationEvaluation.authority" , "(Modified) Immunization.protocolApplied.authority" , "(Modified) Contract.authority" ;
        rdfs:label    "_authority" .

fhir:onBehalfOf  a                      owl:ObjectProperty ;
        rdfs:comment                    "Provenance.entity.agent.onBehalfOf: The agent that delegated authority to perform the activity performed by the agent.who element." , "VerificationResult.attestation.onBehalfOf: When the who is asserting on behalf of another (organization or individual)." , "CareTeam.participant.onBehalfOf: The organization of the practitioner." , "Provenance.agent.onBehalfOf: The agent that delegated authority to perform the activity performed by the agent.who element." , "Procedure.performer.onBehalfOf: The Organization the Patient, RelatedPerson, Device, CareTeam, and HealthcareService was acting on behalf of." , "Signature.onBehalfOf: A reference to an application-usable description of the identity that is represented by the signature." ;
        rdfs:label                      "onBehalfOf" ;
        fhir:modifierExtensionProperty  fhir:_onBehalfOf ;
        dc:title                        "Signature.onBehalfOf: The party represented" , "CareTeam.participant.onBehalfOf: Organization of the practitioner" , "Provenance.agent.onBehalfOf: The agent that delegated" , "Procedure.performer.onBehalfOf: Organization the device or practitioner was acting for" , "VerificationResult.attestation.onBehalfOf: When the who is asserting on behalf of another (organization or individual)" , "Provenance.entity.agent.onBehalfOf: The agent that delegated" .

fhir:_rateAggregation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Measure.group.rateAggregation" , "(Modified) Measure.rateAggregation" ;
        rdfs:label    "_rateAggregation" .

fhir:managingOrganization
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Patient.managingOrganization: Organization that is the custodian of the patient record." , "Endpoint.managingOrganization: The organization that manages this endpoint (even if technically another organization is hosting this in the cloud, it is the organization associated with the data)." , "CareTeam.managingOrganization: The organization responsible for the care team." , "Location.managingOrganization: The organization responsible for the provisioning and upkeep of the location." , "EpisodeOfCare.managingOrganization: The organization that has assumed the specific responsibilities for care coordination, care delivery, or other services for the specified duration." , "Person.managingOrganization: The organization that is the custodian of the person record." ;
        rdfs:label                      "managingOrganization" ;
        fhir:modifierExtensionProperty  fhir:_managingOrganization ;
        dc:title                        "EpisodeOfCare.managingOrganization: Organization that assumes responsibility for care coordination" , "Location.managingOrganization: Organization responsible for provisioning and upkeep" , "CareTeam.managingOrganization: Organization responsible for the care team" , "Endpoint.managingOrganization: Organization that manages this endpoint (might not be the organization that exposes the endpoint)" , "Patient.managingOrganization: Organization that is the custodian of the patient record" , "Person.managingOrganization: The organization that is the custodian of the person record" .

fhir:handling  a                        owl:ObjectProperty ;
        rdfs:comment                    "SpecimenDefinition.typeTested.handling: Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process." , "EvidenceVariable.handling: The method of handling in statistical analysis." , "Evidence.statistic.modelCharacteristic.variable.handling: How the variable is classified for use in adjusted analysis." ;
        rdfs:label                      "handling" ;
        fhir:modifierExtensionProperty  fhir:_handling ;
        dc:title                        "SpecimenDefinition.typeTested.handling: Specimen handling before testing" , "EvidenceVariable.handling: continuous | dichotomous | ordinal | polychotomous" , "Evidence.statistic.modelCharacteristic.variable.handling: continuous | dichotomous | ordinal | polychotomous" .

fhir:notConsumedReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "NutritionIntake.consumedItem.notConsumedReason: Document the reason the food or fluid was not consumed, such as refused, held, etc." ;
        rdfs:label                      "notConsumedReason" ;
        fhir:modifierExtensionProperty  fhir:_notConsumedReason ;
        dc:title                        "NutritionIntake.consumedItem.notConsumedReason: Reason food or fluid was not consumed" .

fhir:axis  a                            owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.axis: Adjustment for astigmatism measured in integer degrees." ;
        rdfs:label                      "axis" ;
        fhir:modifierExtensionProperty  fhir:_axis ;
        dc:title                        "VisionPrescription.lensSpecification.axis: Lens meridian which contain no power for astigmatism" .

fhir:_udiCarrier  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.udiCarrier" ;
        rdfs:label    "_udiCarrier" .

fhir:paymentBy  a                       owl:ObjectProperty ;
        rdfs:comment                    "Coverage.paymentBy: Link to the paying party and optionally what specifically they will be responsible to pay." ;
        rdfs:label                      "paymentBy" ;
        fhir:modifierExtensionProperty  fhir:_paymentBy ;
        dc:title                        "Coverage.paymentBy: Self-pay parties and responsibility" .

fhir:_insurancePlan  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.insurancePlan" ;
        rdfs:label    "_insurancePlan" .

fhir:subDetailSequence
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.subDetailSequence: The sequence number of the sub-details woithin the details within the claim item which this line is intended to replace." , "ClaimResponse.error.subDetailSequence: The sequence number of the sub-detail within the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure." , "ClaimResponse.item.detail.subDetail.subDetailSequence: A number to uniquely reference the claim sub-detail entry." ;
        rdfs:label                      "subDetailSequence" ;
        fhir:modifierExtensionProperty  fhir:_subDetailSequence ;
        dc:title                        "ExplanationOfBenefit.addItem.subDetailSequence: Subdetail sequence number" , "ClaimResponse.error.subDetailSequence: Subdetail sequence number" , "ClaimResponse.item.detail.subDetail.subDetailSequence: Claim sub-detail instance identifier" .

fhir:DataRequirementValueFilterComponent
        a                owl:Class ;
        rdfs:comment     "DataRequirementValueFilterComponent: Value filters specify additional constraints on the data for elements other than code-valued or date-valued. Each value filter specifies an additional constraint on the data (i.e. valueFilters are AND'ed, not OR'ed)." ;
        rdfs:label       "DataRequirementValueFilterComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:path
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:path
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:searchParam
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Duration ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] .

fhir:problem  a                         owl:ObjectProperty ;
        rdfs:comment                    "ClinicalImpression.problem: A list of the relevant problems/conditions for a patient." ;
        rdfs:label                      "problem" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_problem ;
        dc:title                        "ClinicalImpression.problem: Relevant impressions of patient state" .

fhir:initialFill  a                     owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.dispenseRequest.initialFill: Indicates the quantity or duration for the first dispense of the medication." ;
        rdfs:label                      "initialFill" ;
        fhir:modifierExtensionProperty  fhir:_initialFill ;
        dc:title                        "MedicationRequest.dispenseRequest.initialFill: First fill details" .

fhir:_ManufacturedItemDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) ManufacturedItemDefinition" ;
        rdfs:label       "_ManufacturedItemDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_improvementNotation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.improvementNotation" , "(Modified) Measure.group.improvementNotation" , "(Modified) Measure.improvementNotation" ;
        rdfs:label    "_improvementNotation" .

fhir:ClinicalUseDefinitionIndicationComponentOtherTherapy
        a                owl:Class ;
        rdfs:comment     "Information about the use of the medicinal product in relation to other therapies described as part of the indication." ;
        rdfs:label       "ClinicalUseDefinitionIndicationComponentOtherTherapy" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:treatment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:treatment
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationshipType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:relationshipType
                         ] ;
        dc:title         "The use of the medicinal product in relation to other therapies described as part of the indication" .

fhir:fraction  a                        owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.fractionDescription.fraction: This element is capturing information about the fraction of a plant part, or human plasma for fractionation." ;
        rdfs:label                      "fraction" ;
        fhir:modifierExtensionProperty  fhir:_fraction ;
        dc:title                        "SubstanceSourceMaterial.fractionDescription.fraction: This element is capturing information about the fraction of a plant part, or human plasma for fractionation" .

fhir:_lastOccurrence  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) AllergyIntolerance.lastOccurrence" ;
        rdfs:label    "_lastOccurrence" .

fhir:_assessment  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) Condition.stage.assessment" ;
        rdfs:label    "_assessment" .

fhir:Patient  a                      owl:Class ;
        rdfs:comment                 "Demographics and other administrative information about an individual or animal receiving care or other health-related services." ;
        rdfs:label                   "Patient" ;
        rdfs:subClassOf              fhir:DomainResource , w5:administrative.individual ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:date ;
                                       owl:onProperty     fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:gender
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:deceased
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:deceased
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Address ;
                                       owl:onProperty     fhir:address
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Contact ;
                                       owl:onProperty     fhir:contact
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:maritalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PatientLinkComponent ;
                                       owl:onProperty     fhir:link
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:photo
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ContactPoint ;
                                       owl:onProperty     fhir:telecom
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:PatientCommunicationComponent ;
                                       owl:onProperty     fhir:communication
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:managingOrganization
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:HumanName ;
                                       owl:onProperty     fhir:name
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:generalPractitioner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:maritalStatus
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:boolean ;
                                                        owl:onProperty     fhir:multipleBirth
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:multipleBirth
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:integer ;
                                                        owl:onProperty     fhir:multipleBirth
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:multipleBirth
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:birthDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:gender
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Patient .

fhir:_identified  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) DetectedIssue.identified" ;
        rdfs:label    "_identified" .

fhir:ExplanationOfBenefitAdjudication
        a                owl:Class ;
        rdfs:comment     "The adjudication results which are presented at the header level rather than at the line-item or add-item levels." ;
        rdfs:label       "ExplanationOfBenefitAdjudication" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:amount
                         ] ;
        dc:title         "Header-level adjudication" .

fhir:_Subscription  a    owl:Class ;
        rdfs:comment     "(Modified) Subscription" ;
        rdfs:label       "_Subscription" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:tag  a                             owl:ObjectProperty ;
        rdfs:comment                    "Meta.tag: Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource." ;
        rdfs:label                      "tag" ;
        fhir:modifierExtensionProperty  fhir:_tag ;
        dc:title                        "Meta.tag: Tags applied to this resource" .

fhir:_performed  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) FamilyMemberHistory.procedure.performed" ;
        rdfs:label    "_performed" .

fhir:_formOf  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.formOf" ;
        rdfs:label    "_formOf" .

fhir:DeviceDefinitionPackagingComponentPackagingPackaging
        a                owl:Class ;
        rdfs:comment     "Allows packages within packages." ;
        rdfs:label       "DeviceDefinitionPackagingComponentPackagingPackaging" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Allows packages within packages" .

fhir:EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponentAttributeEstimate
        a                owl:Class ;
        rdfs:comment     "A nested attribute estimate; which is the attribute estimate of an attribute estimate." ;
        rdfs:label       "EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponentAttributeEstimate" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceStatisticComponent.EvidenceStatisticAttributeEstimateComponentAttributeEstimateAttributeEstimate ;
                           owl:onProperty     fhir:attributeEstimate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Range ;
                           owl:onProperty     fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:level
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:range
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:level
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        dc:title         "A nested attribute estimate; which is the attribute estimate of an attribute estimate" .

fhir:_subrogation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coverage.subrogation" ;
        rdfs:label    "_subrogation" .

fhir:_deceased  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Practitioner.deceased" , "(Modified) Person.deceased" , "(Modified) Patient.deceased" , "(Modified) FamilyMemberHistory.deceased" ;
        rdfs:label    "_deceased" .

fhir:relatedAccount  a                  owl:ObjectProperty ;
        rdfs:comment                    "Account.relatedAccount: Other associated accounts related to this account." ;
        rdfs:label                      "relatedAccount" ;
        fhir:modifierExtensionProperty  fhir:_relatedAccount ;
        dc:title                        "Account.relatedAccount: Other associated accounts related to this account" .

fhir:Transport  a                    owl:Class ;
        rdfs:comment                 "Record of transport." ;
        rdfs:label                   "Transport" ;
        rdfs:subClassOf              fhir:DomainResource , w5:workflow.order ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:uri ;
                                       owl:onProperty     fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Parameter ;
                                       owl:onProperty     fhir:input
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:for
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:lastModified
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:lastModified
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:restriction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesUri
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:relevantHistory
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:statusReason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:completionTime
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:authoredOn
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:completionTime
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:intent
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TransportOutputComponent ;
                                       owl:onProperty     fhir:output
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:canonical ;
                                       owl:onProperty     fhir:instantiatesCanonical
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:TransportRestrictionComponent ;
                                       owl:onProperty     fhir:restriction
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:performerType
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:groupIdentifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:owner
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:insurance
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:history
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:for
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:history
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requestedLocation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:priority
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:focus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:requester
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:requestedLocation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:currentLocation
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:currentLocation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:instantiatesCanonical
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Transport .

fhir:Measure  a          owl:Class ;
        rdfs:comment     "The Measure resource provides the definition of a quality measure." ;
        rdfs:label       "Measure" ;
        rdfs:subClassOf  w5:clinical.general , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:guidance
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scoring
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rationale
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:riskAdjustment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:compositeScoring
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureSupplementalDataComponent ;
                           owl:onProperty     fhir:supplementalData
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:guidance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:riskAdjustment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:improvementNotation
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureTermComponent ;
                           owl:onProperty     fhir:term
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:scoringUnit
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:improvementNotation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:disclaimer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:topic
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:scoring
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:library
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:rateAggregation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:clinicalRecommendationStatement
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MeasureGroupComponent ;
                           owl:onProperty     fhir:group
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:rateAggregation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:disclaimer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:rationale
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:scoringUnit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:clinicalRecommendationStatement
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:compositeScoring
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] .

fhir:RiskAssessment  a               owl:Class ;
        rdfs:comment                 "An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome." ;
        rdfs:label                   "RiskAssessment" ;
        rdfs:subClassOf              w5:clinical.general , fhir:DomainResource ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basis
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:mitigation
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:RiskAssessmentPredictionComponent ;
                                       owl:onProperty     fhir:prediction
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:parent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:method
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:parent
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:performer
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:occurrence
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:occurrence
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:performer
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:condition
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:condition
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:mitigation
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        fhir:modifierExtensionClass  fhir:_RiskAssessment .

fhir:_teardown  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.teardown" , "(Modified) TestReport.teardown" ;
        rdfs:label    "_teardown" .

fhir:degreeOfPolymerisation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation: Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described." ;
        rdfs:label                      "degreeOfPolymerisation" ;
        fhir:modifierExtensionProperty  fhir:_degreeOfPolymerisation ;
        dc:title                        "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation: Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described" .

fhir:_CoverageEligibilityRequest
        a                owl:Class ;
        rdfs:comment     "(Modified) CoverageEligibilityRequest" ;
        rdfs:label       "_CoverageEligibilityRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_Medication  a      owl:Class ;
        rdfs:comment     "(Modified) Medication" ;
        rdfs:label       "_Medication" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:manufacturedDoseForm
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ManufacturedItemDefinition.manufacturedDoseForm: Dose form as manufactured and before any transformation into the pharmaceutical product." ;
        rdfs:label                      "manufacturedDoseForm" ;
        fhir:modifierExtensionProperty  fhir:_manufacturedDoseForm ;
        dc:title                        "ManufacturedItemDefinition.manufacturedDoseForm: Dose form as manufactured (before any necessary transformation)" .

fhir:sliceName  a                       owl:ObjectProperty ;
        rdfs:comment                    "GraphDefinition.link.sliceName: Which slice (if profiled)." , "ElementDefinition.sliceName: The name of this element definition slice, when slicing is working. The name must be a token with no dots or spaces. This is a unique name referring to a specific set of constraints applied to this element, used to provide a name to different slices of the same element." ;
        rdfs:label                      "sliceName" ;
        fhir:modifierExtensionProperty  fhir:_sliceName ;
        dc:title                        "GraphDefinition.link.sliceName: Which slice (if profiled)" , "ElementDefinition.sliceName: Name for this particular element (in a set of slices)" .

fhir:dateAsserted  a                    owl:ObjectProperty ;
        rdfs:comment                    "MedicationStatement.dateAsserted: The date when the Medication Statement was asserted by the information source." , "DeviceUsage.dateAsserted: The time at which the statement was recorded by informationSource." ;
        rdfs:label                      "dateAsserted" ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_dateAsserted ;
        dc:title                        "MedicationStatement.dateAsserted: When the usage was asserted?" , "DeviceUsage.dateAsserted: When the statement was made (and recorded)" .

fhir:ContractParty  a    owl:Class ;
        rdfs:comment     "Contract.TermTerm.ContractOffer.ContractParty: Offer Recipient." , "Contract.Term.ContractOffer.ContractParty: Offer Recipient." ;
        rdfs:label       "ContractParty" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:role
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:role
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:role
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] .

fhir:validationStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.primarySource.validationStatus: Status of the validation of the target against the primary source (successful; failed; unknown)." ;
        rdfs:label                      "validationStatus" ;
        fhir:modifierExtensionProperty  fhir:_validationStatus ;
        dc:title                        "VerificationResult.primarySource.validationStatus: successful | failed | unknown" .

fhir:TestScriptMetadataComponent
        a                owl:Class ;
        rdfs:comment     "TestScriptMetadataComponent: The required capability must exist and are assumed to function correctly on the FHIR server being tested." ;
        rdfs:label       "TestScriptMetadataComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:capability
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptMetadataCapabilityComponent ;
                           owl:onProperty     fhir:capability
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptMetadataLinkComponent ;
                           owl:onProperty     fhir:link
                         ] .

fhir:_headerField  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.headerField" , "(Modified) TestScript.setup.action.assert.headerField" , "(Modified) TestScript.variable.headerField" ;
        rdfs:label    "_headerField" .

fhir:geographicalLocation
        a                               owl:ObjectProperty ;
        rdfs:comment                    "SubstanceSourceMaterial.geographicalLocation: The place/region where the plant is harvested or the places/regions where the animal source material has its habitat." ;
        rdfs:label                      "geographicalLocation" ;
        fhir:modifierExtensionProperty  fhir:_geographicalLocation ;
        dc:title                        "SubstanceSourceMaterial.geographicalLocation: The place/region where the plant is harvested or the places/regions where the animal source material has its habitat" .

fhir:versionNeeded  a                   owl:ObjectProperty ;
        rdfs:comment                    "CodeSystem.versionNeeded: This flag is used to signify that the code system does not commit to concept permanence across versions. If true, a version must be specified when referencing this code system." ;
        rdfs:label                      "versionNeeded" ;
        fhir:modifierExtensionProperty  fhir:_versionNeeded ;
        dc:title                        "CodeSystem.versionNeeded: If definitions are not stable" .

fhir:ConceptDefinition
        a                owl:Class ;
        rdfs:comment     "CodeSystem.ConceptDefinition: Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meanings of the hierarchical relationships are." ;
        rdfs:label       "ConceptDefinition" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeSystem.ConceptDefinitionConcept ;
                           owl:onProperty     fhir:concept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeSystemConceptDesignationComponent ;
                           owl:onProperty     fhir:designation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConceptProperty ;
                           owl:onProperty     fhir:property
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] .

fhir:_sigFormat  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Signature.sigFormat" ;
        rdfs:label    "_sigFormat" .

fhir:publishedIn  a                     owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.publishedIn: The collection the cited article or artifact is published in." ;
        rdfs:label                      "publishedIn" ;
        fhir:modifierExtensionProperty  fhir:_publishedIn ;
        dc:title                        "Citation.citedArtifact.publicationForm.publishedIn: The collection the cited article or artifact is published in" .

fhir:sphere  a                          owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification.sphere: Lens power measured in dioptres (0.25 units)." ;
        rdfs:label                      "sphere" ;
        fhir:modifierExtensionProperty  fhir:_sphere ;
        dc:title                        "VisionPrescription.lensSpecification.sphere: Power of the lens" .

fhir:_SubstanceDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) SubstanceDefinition" ;
        rdfs:label       "_SubstanceDefinition" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:SubstanceDefinitionNameOfficialComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceDefinitionNameComponentName.SubstanceDefinitionNameOfficialComponent: Details of the official nature of this name." , "SubstanceDefinitionNameComponent.SubstanceDefinitionNameOfficialComponent: Details of the official nature of this name." ;
        rdfs:label       "SubstanceDefinitionNameOfficialComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:authority
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] .

fhir:_listRuleId  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule.target.listRuleId" , "(Modified) StructureMap.group.rule.target.listRuleId" ;
        rdfs:label    "_listRuleId" .

fhir:started  a                         owl:ObjectProperty ;
        rdfs:comment                    "ImagingStudy.series.started: The date and time the series was started." , "ImagingStudy.started: Date and time the study started." ;
        rdfs:label                      "started" ;
        rdfs:subPropertyOf              w5:when.init ;
        fhir:modifierExtensionProperty  fhir:_started ;
        dc:title                        "ImagingStudy.series.started: When the series started" , "ImagingStudy.started: When the study was started" .

fhir:ClaimResponse.AddedItemReviewOutcome
        a                owl:Class ;
        rdfs:comment     "The high-level results of the adjudication if adjudication has been performed." ;
        rdfs:label       "ClaimResponse.AddedItemReviewOutcome" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preAuthRef
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:reason
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:decision
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:preAuthPeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:preAuthRef
                         ] ;
        dc:title         "Added items adjudication results" .

fhir:EvidenceVariable
        a                owl:Class ;
        rdfs:comment     "The EvidenceVariable resource describes an element that knowledge (Evidence) is about." ;
        rdfs:label       "EvidenceVariable" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:clinical.general ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:reviewer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:handling
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:editor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:endorser
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:handling
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:RelatedArtifact ;
                           owl:onProperty     fhir:relatedArtifact
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Annotation ;
                           owl:onProperty     fhir:note
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:shortTitle
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:shortTitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCharacteristicComponent ;
                           owl:onProperty     fhir:characteristic
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:EvidenceVariableCategoryComponent ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:actual
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:effectivePeriod
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:actual
                         ] .

fhir:ResearchStudyOutcomeMeasureComponent
        a                owl:Class ;
        rdfs:comment     "ResearchStudyOutcomeMeasureComponent: An \"outcome measure\", \"endpoint\", \"effect measure\" or \"measure of effect\" is a specific measurement or observation used to quantify the effect of experimental variables on the participants in a study, or for observational studies, to describe patterns of diseases or traits or associations with exposures, risk factors or treatment." ;
        rdfs:label       "ResearchStudyOutcomeMeasureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:allowedResponse  a                 owl:ObjectProperty ;
        rdfs:comment                    "MessageDefinition.allowedResponse: Indicates what types of messages may be sent as an application-level response to this message." ;
        rdfs:label                      "allowedResponse" ;
        fhir:modifierExtensionProperty  fhir:_allowedResponse ;
        dc:title                        "MessageDefinition.allowedResponse: Responses to this message" .

fhir:_ElementDefinition
        a                owl:Class ;
        rdfs:comment     "(Modified) ElementDefinition" ;
        rdfs:label       "_ElementDefinition" ;
        rdfs:subClassOf  fhir:_BackboneType .

fhir:CitationCitedArtifactContributorshipComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactContributorshipComponent: This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements." ;
        rdfs:label       "CitationCitedArtifactContributorshipComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContributorshipSummary ;
                           owl:onProperty     fhir:summary
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CitationCitedArtifactContributorshipEntryComponent ;
                           owl:onProperty     fhir:entry
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:complete
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:complete
                         ] .

fhir:_contentType  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.contentType" , "(Modified) TestScript.teardown.action.operation.contentType" , "(Modified) TestScript.setup.action.assert.contentType" , "(Modified) Attachment.contentType" , "(Modified) Binary.contentType" , "(Modified) TestScript.test.action.operation.contentType" , "(Modified) TestScript.setup.action.operation.contentType" , "(Modified) Subscription.contentType" ;
        rdfs:label    "_contentType" .

fhir:_DeviceUsage  a     owl:Class ;
        rdfs:comment     "(Modified) DeviceUsage" ;
        rdfs:label       "_DeviceUsage" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:DeviceDefinitionUdiDeviceIdentifierComponent
        a                owl:Class ;
        rdfs:comment     "DeviceDefinitionUdiDeviceIdentifierComponent: Unique device identifier (UDI) assigned to device label or package.  Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold." ;
        rdfs:label       "DeviceDefinitionUdiDeviceIdentifierComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UdiDeviceIdentifierMarketDistribution ;
                           owl:onProperty     fhir:marketDistribution
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:issuer
                         ] .

fhir:document  a                        owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.document: A document definition." , "SubstanceDefinition.structure.representation.document: An attached file with the structural representation e.g. a molecular structure graphic of the substance, a JCAMP or AnIML file." , "RelatedArtifact.document: The document being referenced, represented as an attachment. This is exclusive with the resource element." , "Citation.citedArtifact.relatesTo.document: The document being referenced, represented as an attachment. Do not use this element if using the resource element to provide the canonical to the related artifact." ;
        rdfs:label                      "document" ;
        fhir:modifierExtensionProperty  fhir:_document ;
        dc:title                        "Citation.citedArtifact.relatesTo.document: What document is being referenced" , "SubstanceDefinition.structure.representation.document: An attachment with the structural representation e.g. a structure graphic or AnIML file" , "CapabilityStatement.document: Document definition" , "RelatedArtifact.document: What document is being referenced" .

fhir:event  a                           owl:ObjectProperty ;
        rdfs:comment                    "Composition.event: The clinical service, such as a colonoscopy or an appendectomy, being documented." , "ExplanationOfBenefit.event: Information code for an event with a corresponding date or period." , "ClaimResponse.event: Information code for an event with a corresponding date or period." , "DocumentReference.event: This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act." , "MessageHeader.event" , "CoverageEligibilityResponse.event: Information code for an event with a corresponding date or period." , "MessageDefinition.event" , "Timing.event: Identifies specific times when the event occurs." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.event" , "SubscriptionTopic.eventTrigger.event: A well-defined event which can be used to trigger notifications from the SubscriptionTopic." , "CoverageEligibilityRequest.event: Information code for an event with a corresponding date or period." , "Claim.event: Information code for an event with a corresponding date or period." , "EvidenceVariable.characteristic.timeFromEvent.event" ;
        rdfs:label                      "event" ;
        fhir:modifierExtensionProperty  fhir:_event ;
        dc:title                        "SubscriptionTopic.eventTrigger.event: Event which can trigger a notification from the SubscriptionTopic" , "Timing.event: When the event occurs" , "CoverageEligibilityRequest.event: Event information" , "ClaimResponse.event: Event information" , "ExplanationOfBenefit.event: Event information" , "CoverageEligibilityResponse.event: Event information" , "Claim.event: Event information" , "Composition.event: The clinical service(s) being documented" , "DocumentReference.event: Main clinical acts documented" .

fhir:Guarantor  a        owl:Class ;
        rdfs:comment     "Account.Guarantor: The parties responsible for balancing the account if other payment options fall short." ;
        rdfs:label       "Guarantor" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:party
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onHold
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:onHold
                         ] .

fhir:molecularWeight  a                 owl:ObjectProperty ;
        rdfs:comment                    "SubstanceDefinition.structure.molecularWeight: The molecular weight or weight range (for proteins, polymers or nucleic acids)." , "SubstanceDefinition.molecularWeight: The average mass of a molecule of a compound compared to 1/12 the mass of carbon 12 and calculated as the sum of the atomic weights of the constituent atoms." ;
        rdfs:label                      "molecularWeight" ;
        fhir:modifierExtensionProperty  fhir:_molecularWeight ;
        dc:title                        "SubstanceDefinition.structure.molecularWeight: The molecular weight or weight range" , "SubstanceDefinition.molecularWeight: The average mass of a molecule of a compound" .

fhir:substitution  a                    owl:ObjectProperty ;
        rdfs:comment                    "MedicationRequest.substitution: Indicates whether or not substitution can or should be part of the dispense. In some cases, substitution must happen, in other cases substitution must not happen. This block explains the prescriber's intent. If nothing is specified substitution may be done." , "MedicationKnowledge.regulatory.substitution: Specifies if changes are allowed when dispensing a medication from a regulatory perspective." , "MedicationDispense.substitution: Indicates whether or not substitution was made as part of the dispense.  In some cases, substitution will be expected but does not happen, in other cases substitution is not expected but does happen.  This block explains what substitution did or did not happen and why.  If nothing is specified, substitution was not done." ;
        rdfs:label                      "substitution" ;
        fhir:modifierExtensionProperty  fhir:_substitution ;
        dc:title                        "MedicationRequest.substitution: Any restrictions on medication substitution" , "MedicationKnowledge.regulatory.substitution: Specifies if changes are allowed when dispensing a medication from a regulatory perspective" , "MedicationDispense.substitution: Whether a substitution was performed on the dispense" .

fhir:NutritionOrderSupplementComponent
        a                owl:Class ;
        rdfs:comment     "NutritionOrderSupplementComponent: Oral nutritional products given in order to add further nutritional value to the patient's diet." ;
        rdfs:label       "NutritionOrderSupplementComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instruction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:instruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:productName
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productName
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SupplementSchedule ;
                           owl:onProperty     fhir:schedule
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] .

fhir:_relativeRisk  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) RiskAssessment.prediction.relativeRisk" ;
        rdfs:label    "_relativeRisk" .

fhir:_volume  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Citation.citedArtifact.publicationForm.volume" ;
        rdfs:label    "_volume" .

fhir:_manager  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.manager" ;
        rdfs:label    "_manager" .

fhir:_presentation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Ingredient.substance.strength.presentation" ;
        rdfs:label    "_presentation" .

fhir:_linkage  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.subunit.linkage" ;
        rdfs:label    "_linkage" .

fhir:isDefault  a                       owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.codeSystem.version.isDefault: If this is the default version for this code system." ;
        rdfs:label                      "isDefault" ;
        fhir:modifierExtensionProperty  fhir:_isDefault ;
        dc:title                        "TerminologyCapabilities.codeSystem.version.isDefault: If this is the default version for this code system" .

fhir:BodyStructure  a                owl:Class ;
        rdfs:comment                 "Record details about an anatomical structure.  This resource may be used when a coded concept does not provide the necessary detail needed for the use case." ;
        rdfs:label                   "BodyStructure" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.diagnostics ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:BodyStructureIncludedStructure ;
                                       owl:onProperty     fhir:excludedStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:morphology
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:BodyStructureIncludedStructureComponent ;
                                       owl:onProperty     fhir:includedStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:boolean ;
                                       owl:onProperty     fhir:active
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:minCardinality  1 ;
                                       owl:onProperty      fhir:includedStructure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:patient
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:morphology
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Attachment ;
                                       owl:onProperty     fhir:image
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:markdown ;
                                       owl:onProperty     fhir:description
                                     ] ;
        fhir:modifierExtensionClass  fhir:_BodyStructure .

fhir:_relationship  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.asset.relationship" , "(Modified) RelatedPerson.relationship" , "(Modified) Contract.term.asset.relationship" , "(Modified) ExplanationOfBenefit.related.relationship" , "(Modified) FamilyMemberHistory.relationship" , "(Modified) PlanDefinition.action.action.relatedAction.relationship" , "(Modified) RequestOrchestration.action.relatedAction.relationship" , "(Modified) Claim.related.relationship" , "(Modified) PlanDefinition.action.relatedAction.relationship" , "(Modified) Coverage.relationship" , "(Modified) RequestOrchestration.action.action.relatedAction.relationship" , "(Modified) Patient.contact.relationship" , "(Modified) ConceptMap.group.unmapped.relationship" , "(Modified) ConceptMap.group.element.target.relationship" , "(Modified) SubstanceDefinition.relationship" , "(Modified) Account.relatedAccount.relationship" ;
        rdfs:label    "_relationship" .

fhir:_maxDispense  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationKnowledge.regulatory.maxDispense" ;
        rdfs:label    "_maxDispense" .

fhir:ChargeItemDefinition
        a                owl:Class ;
        rdfs:comment     "The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system." ;
        rdfs:label       "ChargeItemDefinition" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:financial.support ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:replaces
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:instance
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:partOf
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ChargeItemDefinitionPropertyGroupComponent ;
                           owl:onProperty     fhir:propertyGroup
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ChargeItemDefinitionApplicabilityComponent ;
                           owl:onProperty     fhir:applicability
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:derivedFromUri
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:approvalDate
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:date ;
                           owl:onProperty     fhir:lastReviewDate
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_SupplyDelivery  a  owl:Class ;
        rdfs:comment     "(Modified) SupplyDelivery" ;
        rdfs:label       "_SupplyDelivery" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_specialArrangement
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Encounter.specialArrangement" ;
        rdfs:label    "_specialArrangement" .

fhir:DosageDoseAndRateComponent
        a                owl:Class ;
        rdfs:comment     "DosageDoseAndRateComponent: Depending on the resource,this is the amount of medication administered, to  be administered or typical amount to be administered." ;
        rdfs:label       "DosageDoseAndRateComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:rate
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:rate
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:dose
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:dose
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:SimpleQuantity ;
                                            owl:onProperty     fhir:dose
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:dose
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_guideline  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.guideline" ;
        rdfs:label    "_guideline" .

fhir:_grantee  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.grantee" ;
        rdfs:label    "_grantee" .

fhir:serviced  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.addItem.serviced" , "Invoice.lineItem.serviced" , "ExplanationOfBenefit.item.serviced" , "CoverageEligibilityResponse.serviced" , "CoverageEligibilityRequest.serviced" , "Claim.item.serviced" , "ClaimResponse.addItem.serviced" ;
        rdfs:label                      "serviced" ;
        fhir:modifierExtensionProperty  fhir:_serviced .

fhir:_active  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) Patient.active" , "(Modified) PractitionerRole.active" , "(Modified) Group.active" , "(Modified) Person.active" , "(Modified) Practitioner.active" , "(Modified) RelatedPerson.active" , "(Modified) Organization.active" , "(Modified) OrganizationAffiliation.active" , "(Modified) BodyStructure.active" , "(Modified) Schedule.active" , "(Modified) HealthcareService.active" , "(Modified) Linkage.active" ;
        rdfs:label    "_active" .

fhir:_preference  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.preference" ;
        rdfs:label    "_preference" .

fhir:useContext  a                      owl:ObjectProperty ;
        rdfs:comment                    "ExampleScenario.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate example scenario instances." , "Composition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate Composition instances." , "ImplementationGuide.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate implementation guide instances." , "Library.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate library instances." , "SearchParameter.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate search parameter instances." , "DeviceDefinition.chargeItem.useContext: The context to which this charge item applies." , "ConceptMap.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate concept map instances." , "ActivityDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate activity definition instances." , "NamingSystem.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate naming system instances." , "Citation.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate citation record instances." , "SpecimenDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of specimen definitions." , "DeviceDefinition.guideline.useContext: The circumstances that form the setting for using the device." , "StructureMap.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure map instances." , "Questionnaire.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate questionnaires." , "EvidenceReport.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence report instances." , "TestScript.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test script instances." , "CapabilityStatement.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate capability statement instances." , "CodeSystem.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate code system instances." , "ConditionDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate condition definition instances." , "CompartmentDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate compartment definition instances." , "PlanDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate plan definition instances." , "Requirements.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate Requirements instances." , "EvidenceVariable.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence variable instances." , "GraphDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate graph definition instances." , "EventDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate event definition instances." , "StructureDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure definition instances." , "ChargeItemDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate charge item definition instances." , "OperationDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate operation definition." , "ValueSet.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate value set instances." , "TestPlan.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test plan instances." , "ActorDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate actor definition instances." , "MessageDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate message definition instances." , "Evidence.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence instances." , "Measure.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate measure instances." , "ObservationDefinition.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate ObservationDefinition instances." , "TerminologyCapabilities.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate terminology capabilities instances." , "SubscriptionTopic.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of code system definitions." , "CanonicalResource.useContext: The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate {{title}}s." ;
        rdfs:label                      "useContext" ;
        fhir:modifierExtensionProperty  fhir:_useContext ;
        dc:title                        "ConditionDefinition.useContext: The context that the content is intended to support" , "GraphDefinition.useContext: The context that the content is intended to support" , "OperationDefinition.useContext: The context that the content is intended to support" , "SpecimenDefinition.useContext: Content intends to support these contexts" , "ImplementationGuide.useContext: The context that the content is intended to support" , "EvidenceVariable.useContext: The context that the content is intended to support" , "CompartmentDefinition.useContext: The context that the content is intended to support" , "StructureDefinition.useContext: The context that the content is intended to support" , "Composition.useContext: The context that the content is intended to support" , "Questionnaire.useContext: The context that the content is intended to support" , "TerminologyCapabilities.useContext: The context that the content is intended to support" , "EventDefinition.useContext: The context that the content is intended to support" , "TestScript.useContext: The context that the content is intended to support" , "TestPlan.useContext: The context that the content is intended to support" , "Evidence.useContext: The context that the content is intended to support" , "CodeSystem.useContext: The context that the content is intended to support" , "DeviceDefinition.chargeItem.useContext: The context to which this charge item applies" , "ObservationDefinition.useContext: Content intends to support these contexts" , "EvidenceReport.useContext: The context that the content is intended to support" , "Requirements.useContext: The context that the content is intended to support" , "SearchParameter.useContext: The context that the content is intended to support" , "MessageDefinition.useContext: The context that the content is intended to support" , "Measure.useContext: The context that the content is intended to support" , "NamingSystem.useContext: The context that the content is intended to support" , "StructureMap.useContext: The context that the content is intended to support" , "ChargeItemDefinition.useContext: The context that the content is intended to support" , "CapabilityStatement.useContext: The context that the content is intended to support" , "CanonicalResource.useContext: The context that the content is intended to support" , "ValueSet.useContext: The context that the content is intended to support" , "Citation.useContext: The context that the citation record content is intended to support" , "ActivityDefinition.useContext: The context that the content is intended to support" , "Library.useContext: The context that the content is intended to support" , "SubscriptionTopic.useContext: Content intends to support these contexts" , "PlanDefinition.useContext: The context that the content is intended to support" , "ExampleScenario.useContext: The context that the content is intended to support" , "DeviceDefinition.guideline.useContext: The circumstances that form the setting for using the device" , "ActorDefinition.useContext: The context that the content is intended to support" , "ConceptMap.useContext: The context that the content is intended to support" .

fhir:_container  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container" , "(Modified) Specimen.container" ;
        rdfs:label    "_container" .

fhir:justification  a                   owl:ObjectProperty ;
        rdfs:comment                    "Permission.justification: The asserted justification for using the data." , "DeviceDefinition.classification.justification: Further information qualifying this classification of the device model." ;
        rdfs:label                      "justification" ;
        fhir:modifierExtensionProperty  fhir:_justification ;
        dc:title                        "Permission.justification: The asserted justification for using the data" , "DeviceDefinition.classification.justification: Further information qualifying this classification of the device model" .

fhir:oralDiet  a                        owl:ObjectProperty ;
        rdfs:comment                    "NutritionOrder.oralDiet: Diet given orally in contrast to enteral (tube) feeding." ;
        rdfs:label                      "oralDiet" ;
        fhir:modifierExtensionProperty  fhir:_oralDiet ;
        dc:title                        "NutritionOrder.oralDiet: Oral diet components" .

fhir:_testingDestination
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.testingDestination" ;
        rdfs:label    "_testingDestination" .

fhir:lastRevisionDate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.lastRevisionDate: The date the article was last revised or updated in the database." ;
        rdfs:label                      "lastRevisionDate" ;
        fhir:modifierExtensionProperty  fhir:_lastRevisionDate ;
        dc:title                        "Citation.citedArtifact.publicationForm.lastRevisionDate: The date the article was last revised or updated in the database" .

fhir:NutritionIntakeIngredientLabelComponent
        a                owl:Class ;
        rdfs:comment     "NutritionIntakeIngredientLabelComponent: Total nutrient amounts for the whole meal, product, serving, etc." ;
        rdfs:label       "NutritionIntakeIngredientLabelComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:nutrient
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:nutrient
                         ] .

fhir:QuestionnaireResponseItemComponentItem
        a                owl:Class ;
        rdfs:comment     "Sub-questions, sub-groups or display items nested beneath a group." ;
        rdfs:label       "QuestionnaireResponseItemComponentItem" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemAnswerComponent ;
                           owl:onProperty     fhir:answer
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:QuestionnaireResponseItemComponentItemItem ;
                           owl:onProperty     fhir:item
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:linkId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:linkId
                         ] ;
        dc:title         "Child items of group item" .

fhir:PermissionJustificationComponent
        a                owl:Class ;
        rdfs:comment     "PermissionJustificationComponent: The asserted justification for using the data." ;
        rdfs:label       "PermissionJustificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:evidence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:basis
                         ] .

fhir:recorder  a                        owl:ObjectProperty ;
        rdfs:comment                    "Procedure.recorder: Individual who recorded the record and takes responsibility for its content." , "MedicationRequest.recorder: The person who entered the order on behalf of another individual for example in the case of a verbal or a telephone order." , "AdverseEvent.recorder: Information on who recorded the adverse event.  May be the patient or a practitioner." ;
        rdfs:label                      "recorder" ;
        rdfs:subPropertyOf              w5:who.author , w5:who ;
        fhir:modifierExtensionProperty  fhir:_recorder ;
        dc:title                        "AdverseEvent.recorder: Who recorded the adverse event" , "Procedure.recorder: Who recorded the procedure" , "MedicationRequest.recorder: Person who entered the request" .

fhir:ImmunizationRecommendationRecommendationDateCriterionComponent
        a                owl:Class ;
        rdfs:comment     "ImmunizationRecommendationRecommendationComponent.ImmunizationRecommendationRecommendationDateCriterionComponent: Vaccine date recommendations.  For example, earliest date to administer, latest date to administer, etc." ;
        rdfs:label       "ImmunizationRecommendationRecommendationDateCriterionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_focus  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) ServiceRequest.focus" , "(Modified) Procedure.focus" , "(Modified) MolecularSequence.focus" , "(Modified) Composition.section.focus" , "(Modified) EvidenceReport.section.focus" , "(Modified) ResearchStudy.focus" , "(Modified) Observation.focus" , "(Modified) Transport.focus" , "(Modified) SubscriptionStatus.notificationEvent.focus" , "(Modified) ImagingSelection.focus" , "(Modified) MessageDefinition.focus" , "(Modified) Composition.section.section.focus" , "(Modified) EvidenceReport.section.section.focus" , "(Modified) MessageHeader.focus" , "(Modified) GenomicStudy.analysis.focus" , "(Modified) Task.focus" ;
        rdfs:label    "_focus" .

fhir:countingDateTime
        a                               owl:ObjectProperty ;
        rdfs:comment                    "InventoryReport.inventoryListing.countingDateTime: The date and time when the items were counted." ;
        rdfs:label                      "countingDateTime" ;
        fhir:modifierExtensionProperty  fhir:_countingDateTime ;
        dc:title                        "InventoryReport.inventoryListing.countingDateTime: The date and time when the items were counted" .

fhir:MedicationKnowledge
        a                owl:Class ;
        rdfs:comment     "Information about a medication that is used to support knowledge." ;
        rdfs:label       "MedicationKnowledge" ;
        rdfs:subClassOf  fhir:MetadataResource , w5:administrative.medication ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:clinicalUseIssue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeMonographComponent ;
                           owl:onProperty     fhir:monograph
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:associatedMedication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:author
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeMedicineClassificationComponent ;
                           owl:onProperty     fhir:medicineClassification
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeDefinitionalComponent ;
                           owl:onProperty     fhir:definitional
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeRelatedMedicationKnowledgeComponent ;
                           owl:onProperty     fhir:relatedMedicationKnowledge
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:definitional
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeCostComponent ;
                           owl:onProperty     fhir:cost
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgePackagingComponent ;
                           owl:onProperty     fhir:packaging
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:author
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preparationInstruction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:intendedJurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:preparationInstruction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeStorageGuidelineComponent ;
                           owl:onProperty     fhir:storageGuideline
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeMonitoringProgramComponent ;
                           owl:onProperty     fhir:monitoringProgram
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeIndicationGuidelineComponent ;
                           owl:onProperty     fhir:indicationGuideline
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:MedicationKnowledgeRegulatoryComponent ;
                           owl:onProperty     fhir:regulatory
                         ] .

fhir:ConditionDefinition
        a                owl:Class ;
        rdfs:comment     "A definition of a condition and information relevant to managing it." ;
        rdfs:label       "ConditionDefinition" ;
        rdfs:subClassOf  w5:clinical.general , fhir:MetadataResource ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConditionDefinitionQuestionnaireComponent ;
                           owl:onProperty     fhir:questionnaire
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConditionDefinitionObservationComponent ;
                           owl:onProperty     fhir:observation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:stage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hasBodySite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:stage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:definition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:hasStage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:team
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:subtitle
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConditionDefinitionMedicationComponent ;
                           owl:onProperty     fhir:medication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConditionDefinitionPreconditionComponent ;
                           owl:onProperty     fhir:precondition
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:hasBodySite
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ConditionDefinitionPlanComponent ;
                           owl:onProperty     fhir:plan
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hasStage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:hasSeverity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:hasSeverity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:severity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:subtitle
                         ] .

fhir:noMap  a                           owl:ObjectProperty ;
        rdfs:comment                    "ConceptMap.group.element.noMap: If noMap = true this indicates that no mapping to a target concept exists for this source concept." ;
        rdfs:label                      "noMap" ;
        fhir:modifierExtensionProperty  fhir:_noMap ;
        dc:title                        "ConceptMap.group.element.noMap: No mapping to a target concept for this source concept" .

fhir:_userSelected  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Coding.userSelected" ;
        rdfs:label    "_userSelected" .

fhir:appointmentRequired
        a                               owl:ObjectProperty ;
        rdfs:comment                    "HealthcareService.appointmentRequired: Indicates whether or not a prospective consumer will require an appointment for a particular service at a site to be provided by the Organization. Indicates if an appointment is required for access to this service." ;
        rdfs:label                      "appointmentRequired" ;
        fhir:modifierExtensionProperty  fhir:_appointmentRequired ;
        dc:title                        "HealthcareService.appointmentRequired: If an appointment is required for access to this service" .

fhir:_numberOfStudies
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Evidence.statistic.sampleSize.numberOfStudies" ;
        rdfs:label    "_numberOfStudies" .

fhir:capabilities  a                    owl:ObjectProperty ;
        rdfs:comment                    "TestScript.metadata.capability.capabilities: Minimum capabilities required of server for test script to execute successfully.   If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped." , "ActorDefinition.capabilities: The capability statement for the actor (if the concept is applicable)." ;
        rdfs:label                      "capabilities" ;
        fhir:modifierExtensionProperty  fhir:_capabilities ;
        dc:title                        "TestScript.metadata.capability.capabilities: Required Capability Statement" , "ActorDefinition.capabilities: CapabilityStatement for the actor (if applicable)" .

fhir:Benefit  a          owl:Class ;
        rdfs:comment     "CoverageEligibilityResponse.Insurance.Items.Benefit: Benefits used to date." , "ExplanationOfBenefit.BenefitBalance.Benefit: Benefits Used to date." ;
        rdfs:label       "Benefit" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:unsignedInt ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:allowed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:allowed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:allowed
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:unsignedInt ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:allowed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:allowed
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:allowed
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:allowed
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:unsignedInt ;
                                            owl:onProperty     fhir:used
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:used
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:used
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:used
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:unsignedInt ;
                                            owl:onProperty     fhir:used
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:used
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:used
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:used
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Money ;
                                            owl:onProperty     fhir:used
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:used
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] .

fhir:_uri  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.dependsOn.uri" , "(Modified) ConceptMap.property.uri" , "(Modified) TestReport.participant.uri" , "(Modified) CodeSystem.property.uri" , "(Modified) TerminologyCapabilities.codeSystem.uri" , "(Modified) ConceptMap.additionalAttribute.uri" , "(Modified) ValueSet.expansion.property.uri" , "(Modified) StructureDefinition.mapping.uri" ;
        rdfs:label    "_uri" .

fhir:_max  a          owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureMap.group.rule.rule.source.max" , "(Modified) ParameterDefinition.max" , "(Modified) GraphDefinition.link.max" , "(Modified) OperationDefinition.parameter.max" , "(Modified) ElementDefinition.max" , "(Modified) OperationDefinition.parameter.part.max" , "(Modified) StructureMap.group.rule.source.max" , "(Modified) MessageDefinition.focus.max" , "(Modified) ElementDefinition.base.max" ;
        rdfs:label    "_max" .

fhir:inactive  a                        owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.contains.contains.inactive: If the concept is inactive in the code system that defines it. Inactive codes are those that are no longer to be used, but are maintained by the code system for understanding legacy data. It might not be known or specified whether a concept is inactive (and it may depend on the context of use)." , "ValueSet.expansion.contains.inactive: If the concept is inactive in the code system that defines it. Inactive codes are those that are no longer to be used, but are maintained by the code system for understanding legacy data. It might not be known or specified whether a concept is inactive (and it may depend on the context of use)." , "Group.member.inactive: A flag to indicate that the member is no longer in the group, but previously may have been a member." , "ValueSet.compose.inactive: Whether inactive codes - codes that are not approved for current use - are in the value set. If inactive = true, inactive codes are to be included in the expansion, if inactive = false, the inactive codes will not be included in the expansion. If absent, the behavior is determined by the implementation, or by the applicable $expand parameters (but generally, inactive codes would be expected to be included)." ;
        rdfs:label                      "inactive" ;
        fhir:modifierExtensionProperty  fhir:_inactive ;
        dc:title                        "ValueSet.expansion.contains.inactive: If concept is inactive in the code system" , "ValueSet.expansion.contains.contains.inactive: If concept is inactive in the code system" , "Group.member.inactive: If member is no longer in group" , "ValueSet.compose.inactive: Whether inactive codes are in the value set" .

fhir:Consent.provisionProvisionProvision
        a                owl:Class ;
        rdfs:comment     "Provisions which provide exceptions to the base provision or subprovisions." ;
        rdfs:label       "Consent.provisionProvisionProvision" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Nested Exception Provisions" .

fhir:other  a                           owl:ObjectProperty ;
        rdfs:comment                    "Patient.link.other: Link to a Patient or RelatedPerson resource that concerns the same actual individual." , "ImplementationGuide.manifest.other: Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG." ;
        rdfs:label                      "other" ;
        fhir:modifierExtensionProperty  fhir:_other ;
        dc:title                        "Patient.link.other: The other patient or related person resource that the link refers to" , "ImplementationGuide.manifest.other: Additional linkable file in IG" .

fhir:dependsOn  a                       owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.dependsOn: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides." , "ConceptMap.group.element.target.dependsOn: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified data attribute can be resolved, and it has the specified value." ;
        rdfs:label                      "dependsOn" ;
        fhir:modifierExtensionProperty  fhir:_dependsOn ;
        dc:title                        "ImplementationGuide.dependsOn: Another Implementation guide this depends on" , "ConceptMap.group.element.target.dependsOn: Other properties required for this mapping" .

fhir:citedArtifact  a                   owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact: The article or artifact being described." ;
        rdfs:label                      "citedArtifact" ;
        fhir:modifierExtensionProperty  fhir:_citedArtifact ;
        dc:title                        "Citation.citedArtifact: The article or artifact being described" .

fhir:fixture  a                         owl:ObjectProperty ;
        rdfs:comment                    "TestScript.fixture: Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute." ;
        rdfs:label                      "fixture" ;
        fhir:modifierExtensionProperty  fhir:_fixture ;
        dc:title                        "TestScript.fixture: Fixture in the test script - by reference (uri)" .

fhir:_insurer  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.insurer" , "(Modified) EnrollmentRequest.insurer" , "(Modified) CoverageEligibilityResponse.insurer" , "(Modified) CoverageEligibilityRequest.insurer" , "(Modified) Coverage.insurer" , "(Modified) ClaimResponse.insurer" , "(Modified) Claim.insurer" ;
        rdfs:label    "_insurer" .

fhir:_endParam  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) CompartmentDefinition.resource.endParam" ;
        rdfs:label    "_endParam" .

fhir:continuous  a                      owl:ObjectProperty ;
        rdfs:comment                    "Goal.continuous: After meeting the goal, ongoing activity is needed to sustain the goal objective." ;
        rdfs:label                      "continuous" ;
        fhir:modifierExtensionProperty  fhir:_continuous ;
        dc:title                        "Goal.continuous: After meeting the goal, ongoing activity is needed to sustain the goal objective" .

fhir:SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent
        a                owl:Class ;
        rdfs:comment     "SubstancePolymerRepeatComponent.SubstancePolymerRepeatRepeatUnitComponent.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent: A graphical structure for this SRU." ;
        rdfs:label       "SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:format
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:format
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Attachment ;
                           owl:onProperty     fhir:attachment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:representation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:attachment
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:representation
                         ] .

fhir:_responsibleOrganization
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) InventoryItem.responsibleOrganization" ;
        rdfs:label    "_responsibleOrganization" .

fhir:url  a                             owl:Class , owl:ObjectProperty ;
        rdfs:comment                    "ChargeItemDefinition.url: An absolute URI that is used to identify this charge item definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this charge item definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the charge item definition is stored on different servers." , "TestScript.url: An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers." , "Questionnaire.url: An absolute URI that is used to identify this questionnaire when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this questionnaire is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the questionnaire is stored on different servers." , "ResearchStudy.url: Canonical identifier for this study resource, represented as a globally unique URI." , "Library.url: An absolute URI that is used to identify this library when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this library is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the library is stored on different servers." , "ActorDefinition.url: An absolute URI that is used to identify this actor definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this actor definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the actor definition is stored on different servers." , "Consent.policyBasis.url: A URL that links to a computable version of the policy the organization will enforce for this Consent." , "GraphDefinition.url: An absolute URI that is used to identify this graph definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this graph definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the graph definition is stored on different servers." , "Device.url: A network address on which the device may be contacted directly." , "Citation.url: An absolute URI that is used to identify this citation record when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers." , "OperationDefinition.url: An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this operation definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the operation definition is stored on different servers." , "CodeSystem.url: An absolute URI that is used to identify this code system when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this code system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the code system is stored on different servers. This is used in [Coding](datatypes.html#Coding).system." , "ExampleScenario.url: An absolute URI that is used to identify this example scenario when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this example scenario is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the example scenario is stored on different servers." , "TestPlan.url: An absolute URI that is used to identify this test plan when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this test plan is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test plan is stored on different servers." , "SpecimenDefinition.url: An absolute URL that is used to identify this SpecimenDefinition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this SpecimenDefinition is (or will be) published. The URL SHOULD include the major version of the SpecimenDefinition. For more information see Technical and Business Versions." , "EvidenceReport.relatesTo.target.url: Target of the relationship URL." , "StructureMap.structure.url: The canonical reference to the structure." , "Evidence.url: An absolute URI that is used to identify this evidence when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers." , "Extension.url: Source of the definition for the extension code - a logical name or a URL." , "EvidenceVariable.url: An absolute URI that is used to identify this evidence variable when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this evidence variable is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the evidence variable is stored on different servers." , "CapabilityStatement.implementation.url: An absolute base URL for the implementation.  This forms the base for REST interfaces as well as the mailbox and document interfaces." , "TestScript.test.action.operation.url: Complete request URL." , "SearchParameter.url: An absolute URI that is used to identify this search parameter when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this search parameter is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the search parameter is stored on different servers." , "SubscriptionTopic.url: An absolute URI that is used to identify this subscription topic when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this subscription topic is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the subscription topic is stored on different servers." , "NamingSystem.url: An absolute URI that is used to identify this naming system when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this naming system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the naming system is stored on different servers." , "Measure.url: An absolute URI that is used to identify this measure when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this measure is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the measure is stored on different servers." , "CanonicalResource.url: An absolute URI that is used to identify this {{title}} when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this {{title}} is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the {{title}} is stored on different servers." , "Contract.url: Canonical identifier for this contract, represented as a URI (globally unique)." , "ConceptMap.url: An absolute URI that is used to identify this concept map when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this concept map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the concept map is stored on different servers." , "Bundle.entry.link.url: The reference details for the link." , "Composition.url: An absolute URI that is used to identify this Composition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this Composition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Composition is stored on different servers." , "Attachment.url: A location where the data can be accessed." , "TerminologyCapabilities.url: An absolute URI that is used to identify this terminology capabilities when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this terminology capabilities is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the terminology capabilities is stored on different servers." , "CompartmentDefinition.url: An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this compartment definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the compartment definition is stored on different servers." , "A URI that is a literal reference" , "MessageDefinition.url: The business identifier that is used to reference the MessageDefinition and *is* expected to be consistent from server to server." , "Bundle.link.url: The reference details for the link." , "TestScript.teardown.action.operation.url: Complete request URL." , "CapabilityStatement.url: An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this capability statement is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the capability statement is stored on different servers." , "TestScript.destination.url: The explicit url path of the destination server used in this test script." , "Bundle.entry.request.url: The URL for this entry, relative to the root (the address to which the request is posted)." , "TestScript.origin.url: The explicit url path of the origin server used in this test script." , "EventDefinition.url: An absolute URI that is used to identify this event definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this event definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the event definition is stored on different servers." , "Citation.citedArtifact.webLocation.url: The specific URL." , "Requirements.url: An absolute URI that is used to identify this Requirements when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this Requirements is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Requirements is stored on different servers." , "TestScript.setup.action.operation.url: Complete request URL." , "ConditionDefinition.url: An absolute URI that is used to identify this condition definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this condition definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the condition definition is stored on different servers." , "TerminologyCapabilities.implementation.url: An absolute base URL for the implementation." , "ActivityDefinition.url: An absolute URI that is used to identify this activity definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this activity definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the activity definition is stored on different servers." , "ValueSet.url: An absolute URI that is used to identify this value set when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this value set is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the value set is stored on different servers." , "EvidenceReport.url: An absolute URI that is used to identify this EvidenceReport when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers." , "PlanDefinition.url: An absolute URI that is used to identify this plan definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this plan definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the plan definition is stored on different servers." , "TestScript.metadata.link.url: URL to a particular requirement or feature within the FHIR specification." , "StructureDefinition.url: An absolute URI that is used to identify this structure definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure definition is stored on different servers." , "StructureMap.url: An absolute URI that is used to identify this structure map when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure map is stored on different servers." , "ImplementationGuide.url: An absolute URI that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this implementation guide is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the implementation guide is stored on different servers." , "ObservationDefinition.url: An absolute URL that is used to identify this ObservationDefinition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this ObservationDefinition is (or will be) published. The URL SHOULD include the major version of the ObservationDefinition. For more information see Technical and Business Versions." ;
        rdfs:label                      "url" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  xsd:anyURI ;
                                          owl:onProperty     fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        rdfs:subPropertyOf              w5:id , w5:where ;
        fhir:modifierExtensionProperty  fhir:_url ;
        dc:title                        "ObservationDefinition.url: Logical canonical URL to reference this ObservationDefinition (globally unique)" , "Attachment.url: Uri where the data can be found" , "Citation.url: Canonical identifier for this citation record, represented as a globally unique URI" , "Measure.url: Canonical identifier for this measure, represented as a URI (globally unique)" , "ResearchStudy.url: Canonical identifier for this study resource" , "Bundle.link.url: Reference details for the link" , "TestPlan.url: Canonical identifier for this test plan, represented as a URI (globally unique)" , "CanonicalResource.url: Canonical identifier for this {{title}}, represented as an absolute URI (globally unique)" , "StructureMap.url: Canonical identifier for this structure map, represented as a URI (globally unique)" , "TerminologyCapabilities.implementation.url: Base URL for the implementation" , "TestScript.metadata.link.url: URL to the specification" , "Device.url: Network address to contact device" , "ValueSet.url: Canonical identifier for this value set, represented as a URI (globally unique)" , "CompartmentDefinition.url: Canonical identifier for this compartment definition, represented as a URI (globally unique)" , "StructureDefinition.url: Canonical identifier for this structure definition, represented as a URI (globally unique)" , "TestScript.url: Canonical identifier for this test script, represented as a URI (globally unique)" , "Contract.url: Basal definition" , "EvidenceVariable.url: Canonical identifier for this evidence variable, represented as a URI (globally unique)" , "EvidenceReport.relatesTo.target.url: Target of the relationship URL" , "Evidence.url: Canonical identifier for this evidence, represented as a globally unique URI" , "EventDefinition.url: Canonical identifier for this event definition, represented as a URI (globally unique)" , "Requirements.url: Canonical identifier for this Requirements, represented as a URI (globally unique)" , "Questionnaire.url: Canonical identifier for this questionnaire, represented as an absolute URI (globally unique)" , "SubscriptionTopic.url: Canonical identifier for this subscription topic, represented as an absolute URI (globally unique)" , "SpecimenDefinition.url: Logical canonical URL to reference this SpecimenDefinition (globally unique)" , "TestScript.setup.action.operation.url: Request URL" , "SearchParameter.url: Canonical identifier for this search parameter, represented as a URI (globally unique)" , "TestScript.origin.url: The url path of the origin server" , "TestScript.destination.url: The url path of the destination server" , "ExampleScenario.url: Canonical identifier for this example scenario, represented as a URI (globally unique)" , "TestScript.test.action.operation.url: Request URL" , "CapabilityStatement.url: Canonical identifier for this capability statement, represented as a URI (globally unique)" , "TerminologyCapabilities.url: Canonical identifier for this terminology capabilities, represented as a URI (globally unique)" , "ActorDefinition.url: Canonical identifier for this actor definition, represented as a URI (globally unique)" , "NamingSystem.url: Canonical identifier for this naming system, represented as a URI (globally unique)" , "Extension.url: identifies the meaning of the extension" , "Library.url: Canonical identifier for this library, represented as a URI (globally unique)" , "CapabilityStatement.implementation.url: Base URL for the installation" , "OperationDefinition.url: Canonical identifier for this operation definition, represented as an absolute URI (globally unique)" , "TestScript.teardown.action.operation.url: Request URL" , "Consent.policyBasis.url: URL to a computable backing policy" , "GraphDefinition.url: Canonical identifier for this graph definition, represented as a URI (globally unique)" , "ImplementationGuide.url: Canonical identifier for this implementation guide, represented as a URI (globally unique)" , "Bundle.entry.request.url: URL for HTTP equivalent of this entry" , "EvidenceReport.url: Canonical identifier for this EvidenceReport, represented as a globally unique URI" , "ConditionDefinition.url: Canonical identifier for this condition definition, represented as a URI (globally unique)" , "ConceptMap.url: Canonical identifier for this concept map, represented as a URI (globally unique)" , "ActivityDefinition.url: Canonical identifier for this activity definition, represented as a URI (globally unique)" , "ChargeItemDefinition.url: Canonical identifier for this charge item definition, represented as a URI (globally unique)" , "Bundle.entry.link.url: Reference details for the link" , "PlanDefinition.url: Canonical identifier for this plan definition, represented as a URI (globally unique)" , "StructureMap.structure.url: Canonical reference to structure definition" , "CodeSystem.url: Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)" , "Citation.citedArtifact.webLocation.url: The specific URL" , "Composition.url: Canonical identifier for this Composition, represented as a URI (globally unique)" , "MessageDefinition.url: The cannonical URL for a given MessageDefinition" .

fhir:compareToSourceExpression
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.assert.compareToSourceExpression: The FHIRPath expression for a specific value to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." , "TestScript.setup.action.assert.compareToSourceExpression: The FHIRPath expression for a specific value to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." ;
        rdfs:label                      "compareToSourceExpression" ;
        fhir:modifierExtensionProperty  fhir:_compareToSourceExpression ;
        dc:title                        "TestScript.test.action.assert.compareToSourceExpression: The FHIRPath expression to evaluate against the source fixture" , "TestScript.setup.action.assert.compareToSourceExpression: The FHIRPath expression to evaluate against the source fixture" .

fhir:nutrient  a                        owl:ObjectProperty ;
        rdfs:comment                    "NutritionProduct.nutrient: The product's nutritional information expressed by the nutrients." , "NutritionOrder.oralDiet.nutrient: Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet." , "NutritionIntake.ingredientLabel.nutrient: Total nutrient consumed. This could be a macronutrient (protein, fat, carbohydrate), or a vitamin and mineral." ;
        rdfs:label                      "nutrient" ;
        fhir:modifierExtensionProperty  fhir:_nutrient ;
        dc:title                        "NutritionProduct.nutrient: The product's nutritional information expressed by the nutrients" , "NutritionOrder.oralDiet.nutrient: Required  nutrient modifications" , "NutritionIntake.ingredientLabel.nutrient: Total nutrient consumed" .

fhir:_subjectResults  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MeasureReport.group.stratifier.stratum.population.subjectResults" , "(Modified) MeasureReport.group.population.subjectResults" ;
        rdfs:label    "_subjectResults" .

fhir:DocumentReferenceRelatesToComponent
        a                owl:Class ;
        rdfs:comment     "DocumentReferenceRelatesToComponent: Relationships that this document has with other document references that already exist." ;
        rdfs:label       "DocumentReferenceRelatesToComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:ImagingStudy  a                 owl:Class ;
        rdfs:comment                 "Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context.  A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities." ;
        rdfs:label                   "ImagingStudy" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.diagnostics ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:basedOn
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:endpoint
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:numberOfSeries
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:referrer
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:procedure
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:modality
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ImagingStudySeriesComponent ;
                                       owl:onProperty     fhir:series
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:numberOfSeries
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:unsignedInt ;
                                       owl:onProperty     fhir:numberOfInstances
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:partOf
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:string ;
                                       owl:onProperty     fhir:description
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:numberOfInstances
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:referrer
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:reason
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:started
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:started
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ImagingStudy .

fhir:AppointmentRecurrenceTemplateYearlyTemplateComponent
        a                owl:Class ;
        rdfs:comment     "AppointmentRecurrenceTemplateComponent.AppointmentRecurrenceTemplateYearlyTemplateComponent: Information about yearly recurring appointments." ;
        rdfs:label       "AppointmentRecurrenceTemplateYearlyTemplateComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:yearInterval
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:yearInterval
                         ] .

fhir:SpecimenFeatureComponent
        a                owl:Class ;
        rdfs:comment     "SpecimenFeatureComponent: A physical feature or landmark on a specimen, highlighted for context by the collector of the specimen (e.g. surgeon), that identifies the type of feature as well as its meaning (e.g. the red ink indicating the resection margin of the right lobe of the excised prostate tissue or wire loop at radiologically suspected tumor location)." ;
        rdfs:label       "SpecimenFeatureComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_ServiceRequest  a  owl:Class ;
        rdfs:comment     "(Modified) ServiceRequest" ;
        rdfs:label       "_ServiceRequest" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:tester  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestReport.tester: Name of the tester producing this report (Organization or individual)." ;
        rdfs:label                      "tester" ;
        fhir:modifierExtensionProperty  fhir:_tester ;
        dc:title                        "TestReport.tester: Name of the tester producing this report (Organization or individual)" .

fhir:seriousness  a                     owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.seriousness: Assessment whether this event, or averted event, was of clinical importance." ;
        rdfs:label                      "seriousness" ;
        fhir:modifierExtensionProperty  fhir:_seriousness ;
        dc:title                        "AdverseEvent.seriousness: Seriousness or gravity of the event" .

fhir:isDefining  a                      owl:ObjectProperty ;
        rdfs:comment                    "SubstancePolymer.monomerSet.startingMaterial.isDefining: Used to specify whether the attribute described is a defining element for the unique identification of the polymer." , "SubstanceDefinition.relationship.isDefining: For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships." ;
        rdfs:label                      "isDefining" ;
        fhir:modifierExtensionProperty  fhir:_isDefining ;
        dc:title                        "SubstancePolymer.monomerSet.startingMaterial.isDefining: Used to specify whether the attribute described is a defining element for the unique identification of the polymer" , "SubstanceDefinition.relationship.isDefining: For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible relationships" .

fhir:contributingFactor
        a                               owl:ObjectProperty ;
        rdfs:comment                    "AdverseEvent.contributingFactor: The contributing factors suspected to have increased the probability or severity of the adverse event." ;
        rdfs:label                      "contributingFactor" ;
        fhir:modifierExtensionProperty  fhir:_contributingFactor ;
        dc:title                        "AdverseEvent.contributingFactor: Contributing factors suspected to have increased the probability or severity of the adverse event" .

fhir:CapabilityStatement
        a                owl:Class ;
        rdfs:comment     "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server or Client for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation." ;
        rdfs:label       "CapabilityStatement" ;
        rdfs:subClassOf  w5:conformance.behavior , fhir:CanonicalResource ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:patchFormat
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementImplementationComponent ;
                           owl:onProperty     fhir:implementation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementDocumentComponent ;
                           owl:onProperty     fhir:document
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:implementation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:acceptLanguage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:instantiates
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:fhirVersion
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:implementationGuide
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementMessagingComponent ;
                           owl:onProperty     fhir:messaging
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementRestComponent ;
                           owl:onProperty     fhir:rest
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:kind
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:imports
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:fhirVersion
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CapabilityStatementSoftwareComponent ;
                           owl:onProperty     fhir:software
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:format
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:format
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:software
                         ] .

fhir:_ImagingSelection
        a                owl:Class ;
        rdfs:comment     "(Modified) ImagingSelection" ;
        rdfs:label       "_ImagingSelection" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:_unmapped  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) ConceptMap.group.unmapped" ;
        rdfs:label    "_unmapped" .

fhir:compositional  a                   owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.codeSystem.version.compositional: If the compositional grammar defined by the code system is supported." , "CodeSystem.compositional: The code system defines a compositional (post-coordination) grammar." ;
        rdfs:label                      "compositional" ;
        fhir:modifierExtensionProperty  fhir:_compositional ;
        dc:title                        "TerminologyCapabilities.codeSystem.version.compositional: If compositional grammar is supported" , "CodeSystem.compositional: If code system defines a compositional grammar" .

fhir:fundsReserveRequested
        a                               owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.fundsReserveRequested: A code to indicate whether and for whom funds are to be reserved for future claims." ;
        rdfs:label                      "fundsReserveRequested" ;
        fhir:modifierExtensionProperty  fhir:_fundsReserveRequested ;
        dc:title                        "ExplanationOfBenefit.fundsReserveRequested: For whom to reserve funds" .

fhir:Total  a            owl:Class ;
        rdfs:comment     "ExplanationOfBenefit.Total: Categorized monetary totals for the adjudication." , "ClaimResponse.Total: Categorized monetary totals for the adjudication." ;
        rdfs:label       "Total" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:amount
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:amount
                         ] .

fhir:_citeAs  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) EvidenceReport.citeAs" , "(Modified) Evidence.citeAs" , "(Modified) ArtifactAssessment.citeAs" ;
        rdfs:label    "_citeAs" .

fhir:_protein  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceDefinition.protein" ;
        rdfs:label    "_protein" .

fhir:_referenceRange  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Observation.component.referenceRange" , "(Modified) Observation.referenceRange" ;
        rdfs:label    "_referenceRange" .

fhir:complication  a                    owl:ObjectProperty ;
        rdfs:comment                    "Procedure.complication: Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues." ;
        rdfs:label                      "complication" ;
        fhir:modifierExtensionProperty  fhir:_complication ;
        dc:title                        "Procedure.complication: Complication following the procedure" .

fhir:SubscriptionTopicResourceTriggerComponent
        a                owl:Class ;
        rdfs:comment     "SubscriptionTopicResourceTriggerComponent: A definition of a resource-based event that triggers a notification based on the SubscriptionTopic. The criteria may be just a human readable description and/or a full FHIR search string or FHIRPath expression. Multiple triggers are considered OR joined (e.g., a resource update matching ANY of the definitions will trigger a notification)." ;
        rdfs:label       "SubscriptionTopicResourceTriggerComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:fhirPathCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:supportedInteraction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:queryCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SubscriptionTopicResourceTriggerQueryCriteriaComponent ;
                           owl:onProperty     fhir:queryCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:fhirPathCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] .

fhir:estimate  a                        owl:ObjectProperty ;
        rdfs:comment                    "Account.balance.estimate: The amount is only an estimated value - this is likely common for `current` term balances, but not with known terms (that were generated by a backend process)." ;
        rdfs:label                      "estimate" ;
        fhir:modifierExtensionProperty  fhir:_estimate ;
        dc:title                        "Account.balance.estimate: Estimated balance" .

fhir:_material  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.container.material" , "(Modified) PackagedProductDefinition.packaging.packaging.material" , "(Modified) PackagedProductDefinition.packaging.material" , "(Modified) DeviceDefinition.material" ;
        rdfs:label    "_material" .

fhir:Item  a             owl:Class ;
        rdfs:comment     "ClaimResponse.Item: A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details." , "ExplanationOfBenefit.Item: A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details." , "Claim.Item: A claim line. Either a simple  product or service or a 'group' of details which can each be a simple items or groups of sub-details." ;
        rdfs:label       "Item" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Adjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:procedureSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:encounter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:itemSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:careTeamSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:udi
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ReviewOutcome ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:informationSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ExplanationOfBenefitItemReviewOutcomeComponent ;
                           owl:onProperty     fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:reviewOutcome
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:factor
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:category
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ItemDetail ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:encounter
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:tax
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Detail ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:BodySite ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:udi
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:careTeamSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:diagnosisSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Adjudication ;
                           owl:onProperty     fhir:adjudication
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Detail ;
                           owl:onProperty     fhir:detail
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:procedureSequence
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:itemSequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:patientPaid
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ItemBodySite ;
                           owl:onProperty     fhir:bodySite
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:request
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:category
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:informationSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrService
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:programCode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:revenue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:date ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:serviced
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:serviced
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:diagnosisSequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:net
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:sequence
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Money ;
                           owl:onProperty     fhir:tax
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Address ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:location
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:location
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:unitPrice
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:noteNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:net
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:traceNumber
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:productOrServiceEnd
                         ] .

fhir:encodeRequestUrl
        a                               owl:ObjectProperty ;
        rdfs:comment                    "TestScript.teardown.action.operation.encodeRequestUrl: Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths." , "TestScript.test.action.operation.encodeRequestUrl: Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths." , "TestScript.setup.action.operation.encodeRequestUrl: Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths." ;
        rdfs:label                      "encodeRequestUrl" ;
        fhir:modifierExtensionProperty  fhir:_encodeRequestUrl ;
        dc:title                        "TestScript.teardown.action.operation.encodeRequestUrl: Whether or not to send the request url in encoded format" , "TestScript.test.action.operation.encodeRequestUrl: Whether or not to send the request url in encoded format" , "TestScript.setup.action.operation.encodeRequestUrl: Whether or not to send the request url in encoded format" .

fhir:_currentLocation
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) Transport.currentLocation" ;
        rdfs:label    "_currentLocation" .

fhir:style  a                           owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.contributorship.summary.style: The format for the display string, such as author last name with first letter capitalized followed by forename initials." , "Citation.summary.style: Format for display of the citation summary." ;
        rdfs:label                      "style" ;
        fhir:modifierExtensionProperty  fhir:_style ;
        dc:title                        "Citation.citedArtifact.contributorship.summary.style: The format for the display string" , "Citation.summary.style: Format for display of the citation summary" .

fhir:method  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.operation.method: The HTTP method the test engine MUST use for this operation regardless of any other operation details." , "TestScript.setup.action.operation.method: The HTTP method the test engine MUST use for this operation regardless of any other operation details." , "PaymentReconciliation.method: The means of payment such as check, card cash, or electronic funds transfer." , "Observation.method: Indicates the mechanism used to perform the observation." , "Dosage.method: Technique for administering medication." , "Bundle.entry.request.method: In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred." , "SubstanceDefinition.structure.molecularWeight.method: The method by which the molecular weight was determined." , "MedicationAdministration.dosage.method: A coded value indicating the method by which the medication is intended to be or was introduced into or on the body.  This attribute will most often NOT be populated.  It is most commonly used for injections.  For example, Slow Push, Deep IV." , "EvidenceVariable.characteristic.definitionByTypeAndValue.method: Method for how the characteristic value was determined." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.method: Method for how the characteristic value was determined." , "TestScript.teardown.action.operation.method: The HTTP method the test engine MUST use for this operation regardless of any other operation details." , "SubstanceDefinition.molecularWeight.method: The method by which the molecular weight was determined." , "Specimen.processing.method: A coded value specifying the method used to process the specimen." , "Specimen.collection.method: A coded value specifying the technique that is used to perform the procedure." , "ObservationDefinition.method: The method or technique used to perform the observation." , "RiskAssessment.method: The algorithm, process or mechanism used to evaluate the risk." ;
        rdfs:label                      "method" ;
        rdfs:subPropertyOf              w5:class ;
        fhir:modifierExtensionProperty  fhir:_method ;
        dc:title                        "TestScript.teardown.action.operation.method: delete | get | options | patch | post | put | head" , "EvidenceVariable.characteristic.definitionByTypeAndValue.method: Method for how the characteristic value was determined" , "Specimen.collection.method: Technique used to perform collection" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.method: Method for how the characteristic value was determined" , "SubstanceDefinition.molecularWeight.method: The method by which the weight was determined" , "Observation.method: How it was done" , "MedicationAdministration.dosage.method: How drug was administered" , "Bundle.entry.request.method: GET | HEAD | POST | PUT | DELETE | PATCH" , "PaymentReconciliation.method: Payment instrument" , "Dosage.method: Technique for administering medication" , "SubstanceDefinition.structure.molecularWeight.method: The method by which the weight was determined" , "ObservationDefinition.method: Method used to produce the observation" , "Specimen.processing.method: Indicates the treatment step  applied to the specimen" , "TestScript.test.action.operation.method: delete | get | options | patch | post | put | head" , "RiskAssessment.method: Evaluation mechanism" , "TestScript.setup.action.operation.method: delete | get | options | patch | post | put | head" .

fhir:_MarketingStatus
        a                owl:Class ;
        rdfs:comment     "(Modified) MarketingStatus" ;
        rdfs:label       "_MarketingStatus" ;
        rdfs:subClassOf  fhir:_BackboneType .

fhir:group  a                           owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group: Organizes the mapping into managable chunks for human review/ease of maintenance." , "Measure.group: A group of population criteria for the measure." , "ConceptMap.group: A group of mappings that all have the same source and target system." , "Contract.term.group.group: Nested group of Contract Provisions." , "Ingredient.group: A classification of the ingredient according to where in the physical item it tends to be used, such the outer shell of a tablet, inner body or ink." , "MeasureReport.group: The results of the calculation, one for each population group in the measure." , "Contract.term.group: Nested group of Contract Provisions." ;
        rdfs:label                      "group" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_group ;
        dc:title                        "Ingredient.group: A classification of the ingredient according to where in the physical item it tends to be used, such the outer shell of a tablet, inner body or ink" , "ConceptMap.group: Same source and target systems" , "Contract.term.group: Nested Contract Term Group" , "StructureMap.group: Named sections for reader convenience" , "MeasureReport.group: Measure results for each group" , "Contract.term.group.group: Nested Contract Term Group" , "Measure.group: Population criteria group" .

fhir:achievementStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Goal.achievementStatus: Describes the progression, or lack thereof, towards the goal against the target." ;
        rdfs:label                      "achievementStatus" ;
        fhir:modifierExtensionProperty  fhir:_achievementStatus ;
        dc:title                        "Goal.achievementStatus: in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable" .

fhir:evaluatedResource
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MeasureReport.evaluatedResource: Evaluated resources are used to capture what data was involved in the calculation of a measure. This usage is only allowed for individual reports to ensure that the size of the MeasureReport resource is bounded." ;
        rdfs:label                      "evaluatedResource" ;
        fhir:modifierExtensionProperty  fhir:_evaluatedResource ;
        dc:title                        "MeasureReport.evaluatedResource: What data was used to calculate the measure score" .

fhir:_udiDeviceIdentifier
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.packaging.packaging.udiDeviceIdentifier" , "(Modified) DeviceDefinition.packaging.udiDeviceIdentifier" , "(Modified) DeviceDefinition.udiDeviceIdentifier" ;
        rdfs:label    "_udiDeviceIdentifier" .

fhir:_RelatedPerson  a   owl:Class ;
        rdfs:comment     "(Modified) RelatedPerson" ;
        rdfs:label       "_RelatedPerson" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:dateTime  a                        owl:Class , owl:ObjectProperty ;
        rdfs:comment                    "A date, date-time or partial date (e.g. just year or year + month).  If hours and minutes are specified, a UTC offset SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored.                 Dates SHALL be valid dates." , "NutritionOrder.dateTime: The date and time that this nutrition order was requested." ;
        rdfs:label                      "dateTime" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  [ a            rdfs:Datatype ;
                                                               owl:unionOf  ( xsd:dateTime xsd:date xsd:gYear xsd:gYearMonth )
                                                             ] ;
                                          owl:onProperty     fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        rdfs:subPropertyOf              w5:when.recorded ;
        fhir:modifierExtensionProperty  fhir:_dateTime ;
        dc:title                        "NutritionOrder.dateTime: Date and time the nutrition order was requested" .

fhir:_intervalUnit  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SampledData.intervalUnit" ;
        rdfs:label    "_intervalUnit" .

fhir:text  a                            owl:ObjectProperty ;
        rdfs:comment                    "Annotation.text: The text of the annotation in markdown format." , "Contract.term.group.text: Statement of a provision in a policy or a contract." , "QuestionnaireResponse.item.answer.item.text: Text that is displayed above the contents of the group or as the text of the question being answered." , "Citation.summary.text: The human-readable display of the citation summary." , "MedicationAdministration.dosage.text: Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.\r\rThe dosage instructions should reflect the dosage of the medication that was administered." , "CodeableConcept.text: A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user." , "Contract.term.asset.text: Clause or question text (Prose Object) concerning the asset in a linked form, such as a QuestionnaireResponse used in the formation of the contract." , "Contract.term.asset.context.text: Context description." , "Dosage.text: Free text dosage instructions e.g. SIG." , "PaymentReconciliation.processNote.text: The explanation or description associated with the processing." , "ExplanationOfBenefit.processNote.text: The explanation or description associated with the processing." , "EvidenceReport.section.text: A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is peferred to contain sufficient detail to make it acceptable for a human to just read the narrative." , "Questionnaire.item.item.text: The name of a section, the text of a question or text content for a display item." , "EvidenceReport.section.section.text: A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is peferred to contain sufficient detail to make it acceptable for a human to just read the narrative." , "DomainResource.text: A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." , "Questionnaire.item.text: The name of a section, the text of a question or text content for a display item." , "Contract.term.offer.text: Human readable form of this Contract Offer." , "Observation.component.referenceRange.text: Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation.  An example would be a reference value of \"Negative\" or a list or table of \"normals\"." , "ClaimResponse.processNote.text: The explanation or description associated with the processing." , "QuestionnaireResponse.item.text: Text that is displayed above the contents of the group or as the text of the question being answered." , "Citation.citedArtifact.abstract.text: Abstract content." , "Observation.referenceRange.text: Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation.  An example would be a reference value of \"Negative\" or a list or table of \"normals\"." , "QuestionnaireResponse.item.item.text: Text that is displayed above the contents of the group or as the text of the question being answered." , "Composition.section.text: A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative." , "Address.text: Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts." , "HumanName.text: Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts." , "Composition.section.section.text: A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative." , "Contract.term.text: Statement of a provision in a policy or a contract." , "Contract.term.group.offer.text: Human readable form of this Contract Offer." , "Contract.term.group.asset.context.text: Context description." , "Contract.term.group.asset.text: Clause or question text (Prose Object) concerning the asset in a linked form, such as a QuestionnaireResponse used in the formation of the contract." , "Citation.citedArtifact.title.text: The title of the article or artifact." ;
        rdfs:label                      "text" ;
        fhir:modifierExtensionProperty  fhir:_text ;
        dc:title                        "ExplanationOfBenefit.processNote.text: Note explanatory text" , "Contract.term.group.asset.text: Asset clause or question text" , "Questionnaire.item.item.text: Primary text for the item" , "MedicationAdministration.dosage.text: Free text dosage instructions e.g. SIG" , "Composition.section.text: Text summary of the section, for human interpretation" , "DomainResource.text: Text summary of the resource, for human interpretation" , "Citation.citedArtifact.title.text: The title of the article or artifact" , "EvidenceReport.section.section.text: Text summary of the section, for human interpretation" , "Contract.term.text: Term Statement" , "Citation.citedArtifact.abstract.text: Abstract content" , "QuestionnaireResponse.item.item.text: Name for group or question text" , "QuestionnaireResponse.item.text: Name for group or question text" , "EvidenceReport.section.text: Text summary of the section, for human interpretation" , "Observation.component.referenceRange.text: Text based reference range in an observation" , "Contract.term.group.asset.context.text: Context description" , "HumanName.text: Text representation of the full name" , "PaymentReconciliation.processNote.text: Note explanatory text" , "ClaimResponse.processNote.text: Note explanatory text" , "Contract.term.group.offer.text: Human readable offer text" , "Contract.term.asset.context.text: Context description" , "Contract.term.offer.text: Human readable offer text" , "CodeableConcept.text: Plain text representation of the concept" , "Composition.section.section.text: Text summary of the section, for human interpretation" , "Dosage.text: Free text dosage instructions e.g. SIG" , "Annotation.text: The annotation  - text content (as markdown)" , "Citation.summary.text: The human-readable display of the citation summary" , "QuestionnaireResponse.item.answer.item.text: Name for group or question text" , "Contract.term.group.text: Term Statement" , "Address.text: Text representation of the address" , "Contract.term.asset.text: Asset clause or question text" , "Questionnaire.item.text: Primary text for the item" , "Observation.referenceRange.text: Text based reference range in an observation" .

fhir:_contact  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.contact" , "(Modified) ChargeItemDefinition.contact" , "(Modified) Organization.contact" , "(Modified) HealthcareService.contact" , "(Modified) ActivityDefinition.contact" , "(Modified) CanonicalResource.contact" , "(Modified) Patient.contact" , "(Modified) NamingSystem.contact" , "(Modified) StructureMap.contact" , "(Modified) ConceptMap.contact" , "(Modified) SubscriptionTopic.contact" , "(Modified) ObservationDefinition.contact" , "(Modified) GraphDefinition.contact" , "(Modified) ExampleScenario.contact" , "(Modified) Device.contact" , "(Modified) ActorDefinition.contact" , "(Modified) MessageDefinition.contact" , "(Modified) EvidenceReport.contact" , "(Modified) EvidenceVariable.contact" , "(Modified) Citation.contact" , "(Modified) Contributor.contact" , "(Modified) StructureDefinition.contact" , "(Modified) Questionnaire.contact" , "(Modified) TestScript.contact" , "(Modified) Location.contact" , "(Modified) SpecimenDefinition.contact" , "(Modified) PlanDefinition.contact" , "(Modified) OrganizationAffiliation.contact" , "(Modified) CapabilityStatement.contact" , "(Modified) ConditionDefinition.contact" , "(Modified) Subscription.contact" , "(Modified) TerminologyCapabilities.contact" , "(Modified) Evidence.contact" , "(Modified) ImplementationGuide.contact" , "(Modified) CompartmentDefinition.contact" , "(Modified) EventDefinition.contact" , "(Modified) TestPlan.contact" , "(Modified) OperationDefinition.contact" , "(Modified) Library.contact" , "(Modified) Measure.contact" , "(Modified) SearchParameter.contact" , "(Modified) Endpoint.contact" , "(Modified) ValueSet.contact" , "(Modified) Requirements.contact" , "(Modified) MessageHeader.source.contact" , "(Modified) CodeSystem.contact" , "(Modified) MedicinalProductDefinition.contact" , "(Modified) PractitionerRole.contact" , "(Modified) MedicinalProductDefinition.contact.contact" , "(Modified) InsurancePlan.contact" ;
        rdfs:label    "_contact" .

fhir:searchInclude  a                   owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.searchInclude: A list of _include values supported by the server." ;
        rdfs:label                      "searchInclude" ;
        fhir:modifierExtensionProperty  fhir:_searchInclude ;
        dc:title                        "CapabilityStatement.rest.resource.searchInclude: _include values supported by the server" .

fhir:_fivePrime  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceNucleicAcid.subunit.fivePrime" ;
        rdfs:label    "_fivePrime" .

fhir:timeOfDay  a                       owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.timeOfDay: Specified time of day for action to take place." ;
        rdfs:label                      "timeOfDay" ;
        fhir:modifierExtensionProperty  fhir:_timeOfDay ;
        dc:title                        "Timing.repeat.timeOfDay: Time of day for action" .

fhir:originRelationshipType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProductDispense.originRelationshipType: Indicates the relationship between the donor of the biologically derived product and the intended recipient." ;
        rdfs:label                      "originRelationshipType" ;
        fhir:modifierExtensionProperty  fhir:_originRelationshipType ;
        dc:title                        "BiologicallyDerivedProductDispense.originRelationshipType: Relationship between the donor and intended recipient" .

fhir:CitationClassificationComponent
        a                owl:Class ;
        rdfs:comment     "CitationClassificationComponent: The assignment to an organizing scheme." ;
        rdfs:label       "CitationClassificationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:classifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_plannedStartDate
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) EncounterHistory.plannedStartDate" , "(Modified) Encounter.plannedStartDate" ;
        rdfs:label    "_plannedStartDate" .

fhir:documentType  a                    owl:ObjectProperty ;
        rdfs:comment                    "Consent.provision.provision.documentType: The documentType(s) covered by this provision. The type can be a CDA document, or some other type that indicates what sort of information the consent relates to." , "Consent.provision.documentType: The documentType(s) covered by this provision. The type can be a CDA document, or some other type that indicates what sort of information the consent relates to." ;
        rdfs:label                      "documentType" ;
        fhir:modifierExtensionProperty  fhir:_documentType ;
        dc:title                        "Consent.provision.provision.documentType: e.g. Resource Type, Profile, CDA, etc" , "Consent.provision.documentType: e.g. Resource Type, Profile, CDA, etc" .

fhir:CoverageEligibilityRequestEventComponent
        a                owl:Class ;
        rdfs:comment     "CoverageEligibilityRequestEventComponent: Information code for an event with a corresponding date or period." ;
        rdfs:label       "CoverageEligibilityRequestEventComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:dateTime ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:when
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:when
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_milestone  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) ResearchSubject.progress.milestone" ;
        rdfs:label    "_milestone" .

fhir:page  a                            owl:ObjectProperty ;
        rdfs:comment                    "ImplementationGuide.definition.page.page: Nested Pages/Sections under this page." , "ImplementationGuide.definition.page.page.page: Nested Pages/Sections under this page." , "ImplementationGuide.definition.page: A page / section in the implementation guide. The root page is the implementation guide home page." , "ImplementationGuide.manifest.page: Information about a page within the IG." ;
        rdfs:label                      "page" ;
        fhir:modifierExtensionProperty  fhir:_page ;
        dc:title                        "ImplementationGuide.definition.page.page: Nested Pages / Sections" , "ImplementationGuide.definition.page.page.page: Nested Pages / Sections" , "ImplementationGuide.definition.page: Page/Section in the Guide" , "ImplementationGuide.manifest.page: HTML page within the parent IG" .

fhir:params  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestScript.setup.action.operation.params: Path plus parameters after [type].  Used to set parts of the request URL explicitly." , "TestScript.teardown.action.operation.params: Path plus parameters after [type].  Used to set parts of the request URL explicitly." , "TestScript.test.action.operation.params: Path plus parameters after [type].  Used to set parts of the request URL explicitly." , "GraphDefinition.link.params: A set of parameters to look up." ;
        rdfs:label                      "params" ;
        fhir:modifierExtensionProperty  fhir:_params ;
        dc:title                        "TestScript.test.action.operation.params: Explicitly defined path parameters" , "GraphDefinition.link.params: Criteria for reverse lookup" , "TestScript.setup.action.operation.params: Explicitly defined path parameters" , "TestScript.teardown.action.operation.params: Explicitly defined path parameters" .

fhir:regionsCalled  a                   owl:ObjectProperty ;
        rdfs:comment                    "GenomicStudy.analysis.regionsCalled: Genomic regions actually called in the analysis event (BED file)." ;
        rdfs:label                      "regionsCalled" ;
        fhir:modifierExtensionProperty  fhir:_regionsCalled ;
        dc:title                        "GenomicStudy.analysis.regionsCalled: Genomic regions actually called in the analysis event (BED file)" .

fhir:conditionalCreate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CapabilityStatement.rest.resource.conditionalCreate: A flag that indicates that the server supports conditional create." ;
        rdfs:label                      "conditionalCreate" ;
        fhir:modifierExtensionProperty  fhir:_conditionalCreate ;
        dc:title                        "CapabilityStatement.rest.resource.conditionalCreate: If allows/uses conditional create" .

fhir:lensSpecification
        a                               owl:ObjectProperty ;
        rdfs:comment                    "VisionPrescription.lensSpecification: Contain the details of  the individual lens specifications and serves as the authorization for the fullfillment by certified professionals." ;
        rdfs:label                      "lensSpecification" ;
        fhir:modifierExtensionProperty  fhir:_lensSpecification ;
        dc:title                        "VisionPrescription.lensSpecification: Vision lens authorization" .

fhir:_grantor  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Consent.grantor" ;
        rdfs:label    "_grantor" .

fhir:coverage  a                        owl:ObjectProperty ;
        rdfs:comment                    "Account.coverage.coverage: The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay).\n\nA coverage may only be responsible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing." , "CoverageEligibilityRequest.insurance.coverage: Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system." , "InsurancePlan.coverage: Details about the coverage offered by the insurance product." , "CoverageEligibilityResponse.insurance.coverage: Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system." , "ExplanationOfBenefit.insurance.coverage: Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system." , "CareTeam.participant.coverage" , "EnrollmentRequest.coverage: Reference to the program or plan identification, underwriter or payor." , "Claim.insurance.coverage: Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system." , "Account.coverage: The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account." , "ClaimResponse.insurance.coverage: Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system." ;
        rdfs:label                      "coverage" ;
        fhir:modifierExtensionProperty  fhir:_coverage ;
        dc:title                        "EnrollmentRequest.coverage: Insurance information" , "ClaimResponse.insurance.coverage: Insurance information" , "Account.coverage.coverage: The party(s), such as insurances, that may contribute to the payment of this account" , "ExplanationOfBenefit.insurance.coverage: Insurance information" , "CoverageEligibilityResponse.insurance.coverage: Insurance information" , "Account.coverage: The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account" , "InsurancePlan.coverage: Coverage details" , "Claim.insurance.coverage: Insurance information" , "CoverageEligibilityRequest.insurance.coverage: Insurance information" .

fhir:authorizationSupporting
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CoverageEligibilityResponse.insurance.item.authorizationSupporting: Codes or comments regarding information or actions associated with the preauthorization." ;
        rdfs:label                      "authorizationSupporting" ;
        fhir:modifierExtensionProperty  fhir:_authorizationSupporting ;
        dc:title                        "CoverageEligibilityResponse.insurance.item.authorizationSupporting: Type of required supporting materials" .

fhir:ElementDefinitionBindingAdditionalComponent
        a                owl:Class ;
        rdfs:comment     "ElementDefinitionBindingComponent.ElementDefinitionBindingAdditionalComponent: Additional bindings that help applications implementing this element. Additional bindings do not replace the main binding but provide more information and/or context." ;
        rdfs:label       "ElementDefinitionBindingAdditionalComponent" ;
        rdfs:subClassOf  fhir:Element ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:usage
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:shortDoco
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:valueSet
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:any
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:any
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:documentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:shortDoco
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:valueSet
                         ] .

fhir:_benefit  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) InsurancePlan.plan.specificCost.benefit" , "(Modified) InsurancePlan.coverage.benefit" , "(Modified) CoverageEligibilityResponse.insurance.item.benefit" ;
        rdfs:label    "_benefit" .

fhir:_testData  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.testData" ;
        rdfs:label    "_testData" .

fhir:_OrganizationAffiliation
        a                owl:Class ;
        rdfs:comment     "(Modified) OrganizationAffiliation" ;
        rdfs:label       "_OrganizationAffiliation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:excludedStructure
        a                               owl:ObjectProperty ;
        rdfs:comment                    "BodyStructure.excludedStructure: The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure." ;
        rdfs:label                      "excludedStructure" ;
        fhir:modifierExtensionProperty  fhir:_excludedStructure ;
        dc:title                        "BodyStructure.excludedStructure: Excluded anatomic locations(s)" .

fhir:_searchRevInclude
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.rest.resource.searchRevInclude" ;
        rdfs:label    "_searchRevInclude" .

fhir:serviceProvisionCode
        a                               owl:ObjectProperty ;
        rdfs:comment                    "HealthcareService.serviceProvisionCode: The code(s) that detail the conditions under which the healthcare service is available/offered." ;
        rdfs:label                      "serviceProvisionCode" ;
        fhir:modifierExtensionProperty  fhir:_serviceProvisionCode ;
        dc:title                        "HealthcareService.serviceProvisionCode: Conditions under which service is available/offered" .

fhir:typeMode  a                        owl:ObjectProperty ;
        rdfs:comment                    "StructureMap.group.typeMode: If this is the default rule set to apply for the source type or this combination of types." ;
        rdfs:label                      "typeMode" ;
        fhir:modifierExtensionProperty  fhir:_typeMode ;
        dc:title                        "StructureMap.group.typeMode: types | type-and-types" .

fhir:ValueSetScopeComponent
        a                owl:Class ;
        rdfs:comment     "ValueSetScopeComponent: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description." ;
        rdfs:label       "ValueSetScopeComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:exclusionCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:exclusionCriteria
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:inclusionCriteria
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:inclusionCriteria
                         ] .

fhir:SupplyRequestParameterComponent
        a                owl:Class ;
        rdfs:comment     "SupplyRequestParameterComponent: Specific parameters for the ordered item.  For example, the size of the indicated item." ;
        rdfs:label       "SupplyRequestParameterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:attributeEstimate
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic.modelCharacteristic.attributeEstimate: An attribute of the statistic used as a model characteristic." , "Evidence.statistic.attributeEstimate: A statistical attribute of the statistic such as a measure of heterogeneity." , "Evidence.statistic.modelCharacteristic.attributeEstimate.attributeEstimate: A nested attribute estimate; which is the attribute estimate of an attribute estimate." , "Evidence.statistic.attributeEstimate.attributeEstimate: A nested attribute estimate; which is the attribute estimate of an attribute estimate." , "Evidence.statistic.attributeEstimate.attributeEstimate.attributeEstimate: A nested attribute estimate; which is the attribute estimate of an attribute estimate." ;
        rdfs:label                      "attributeEstimate" ;
        fhir:modifierExtensionProperty  fhir:_attributeEstimate ;
        dc:title                        "Evidence.statistic.attributeEstimate: An attribute of the Statistic" , "Evidence.statistic.attributeEstimate.attributeEstimate: A nested attribute estimate; which is the attribute estimate of an attribute estimate" , "Evidence.statistic.modelCharacteristic.attributeEstimate.attributeEstimate: A nested attribute estimate; which is the attribute estimate of an attribute estimate" , "Evidence.statistic.modelCharacteristic.attributeEstimate: An attribute of the statistic used as a model characteristic" , "Evidence.statistic.attributeEstimate.attributeEstimate.attributeEstimate: A nested attribute estimate; which is the attribute estimate of an attribute estimate" .

fhir:ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance
        a                owl:Class ;
        rdfs:comment     "A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any)." , "A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation." ;
        rdfs:label       "ExampleScenarioProcessComponent.ExampleScenarioProcessStepComponentProcess.ExampleScenarioProcessStepComponent.ExampleScenarioProcessStepAlternativeComponentStep.ExampleScenarioProcessStepOperationComponentContainedInstance" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:versionReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:instanceReference
                         ] ;
        dc:title         "Instance transmitted on invocation response" , "Instance transmitted on invocation" .

fhir:immutable  a                       owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.immutable: If this is set to 'true', then no new versions of the content logical definition can be created.  Note: Other metadata might still change." ;
        rdfs:label                      "immutable" ;
        fhir:modifierExtensionProperty  fhir:_immutable ;
        dc:title                        "ValueSet.immutable: Indicates whether or not any change to the content logical definition may occur" .

fhir:_relatedAccount  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Account.relatedAccount" ;
        rdfs:label    "_relatedAccount" .

fhir:_RiskAssessment  a  owl:Class ;
        rdfs:comment     "(Modified) RiskAssessment" ;
        rdfs:label       "_RiskAssessment" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:BiologicallyDerivedProductPropertyComponent
        a                owl:Class ;
        rdfs:comment     "BiologicallyDerivedProductPropertyComponent: A property that is specific to this BiologicallyDerviedProduct instance." ;
        rdfs:label       "BiologicallyDerivedProductPropertyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:boolean ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:integer ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Period ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Range ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Attachment ;
                                            owl:onProperty     fhir:value
                                          ]
                                          [ a                owl:Restriction ;
                                            owl:cardinality  1 ;
                                            owl:onProperty   fhir:value
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_totalVolume  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Medication.totalVolume" ;
        rdfs:label    "_totalVolume" .

fhir:_adjudication  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.adjudication" , "(Modified) ClaimResponse.addItem.adjudication" , "(Modified) ClaimResponse.item.detail.adjudication" , "(Modified) ClaimResponse.addItem.detail.subDetail.adjudication" , "(Modified) ClaimResponse.adjudication" , "(Modified) ExplanationOfBenefit.addItem.adjudication" , "(Modified) ExplanationOfBenefit.item.detail.adjudication" , "(Modified) ExplanationOfBenefit.item.adjudication" , "(Modified) ClaimResponse.item.detail.subDetail.adjudication" , "(Modified) ExplanationOfBenefit.addItem.detail.adjudication" , "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.adjudication" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.adjudication" , "(Modified) ClaimResponse.addItem.detail.adjudication" , "(Modified) ClaimResponse.item.adjudication" ;
        rdfs:label    "_adjudication" .

fhir:history  a                         owl:ObjectProperty ;
        rdfs:comment                    "Transport.history: The transport event prior to this one." ;
        rdfs:label                      "history" ;
        rdfs:subPropertyOf              w5:why ;
        fhir:modifierExtensionProperty  fhir:_history ;
        dc:title                        "Transport.history: Parent (or preceding) transport" .

fhir:_isSubpotent  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Immunization.isSubpotent" ;
        rdfs:label    "_isSubpotent" .

fhir:_longitude  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Location.position.longitude" ;
        rdfs:label    "_longitude" .

fhir:_sliceIsConstraining
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ElementDefinition.sliceIsConstraining" ;
        rdfs:label    "_sliceIsConstraining" .

fhir:collected  a                       owl:ObjectProperty ;
        rdfs:comment                    "Specimen.collection.collected" , "BiologicallyDerivedProduct.collection.collected" ;
        rdfs:label                      "collected" ;
        fhir:modifierExtensionProperty  fhir:_collected .

fhir:medicineClassification
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.medicineClassification: Categorization of the medication within a formulary or classification system." ;
        rdfs:label                      "medicineClassification" ;
        fhir:modifierExtensionProperty  fhir:_medicineClassification ;
        dc:title                        "MedicationKnowledge.medicineClassification: Categorization of the medication within a formulary or classification system" .

fhir:Signature  a        owl:Class ;
        rdfs:comment     "A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities." ;
        rdfs:label       "Signature" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:who
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:when
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:base64Binary ;
                           owl:onProperty     fhir:data
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:sigFormat
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:onBehalfOf
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:who
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:instant ;
                           owl:onProperty     fhir:when
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:targetFormat
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:targetFormat
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sigFormat
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:data
                         ] ;
        dc:title         "A Signature - XML DigSig, JWS, Graphical image of signature, etc." .

fhir:ConceptReference
        a                owl:Class ;
        rdfs:comment     "ValueSetComposeComponent.ConceptSet.ConceptReference: Specifies a concept to be included or excluded." , "ValueSetComposeComponentInclude.ConceptReference: Specifies a concept to be included or excluded." ;
        rdfs:label       "ConceptReference" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetComposeIncludeConceptDesignationComponent ;
                           owl:onProperty     fhir:designation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:display
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:display
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ValueSetComposeIncludeConceptDesignationComponent ;
                           owl:onProperty     fhir:designation
                         ] .

fhir:TransportRestrictionComponent
        a                owl:Class ;
        rdfs:comment     "TransportRestrictionComponent: If the Transport.focus is a request resource and the transport is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned." ;
        rdfs:label       "TransportRestrictionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:recipient
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:repetitions
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:repetitions
                         ] .

fhir:_rank  a         owl:ObjectProperty ;
        rdfs:comment  "(Modified) ContactPoint.rank" ;
        rdfs:label    "_rank" .

fhir:_inResponseTo  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Communication.inResponseTo" ;
        rdfs:label    "_inResponseTo" .

fhir:CitationCitedArtifactAbstractComponent
        a                owl:Class ;
        rdfs:comment     "CitationCitedArtifactComponent.CitationCitedArtifactAbstractComponent: The abstract may be used to convey article-contained abstracts, externally-created abstracts, or other descriptive summaries." ;
        rdfs:label       "CitationCitedArtifactAbstractComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:text
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:text
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] .

fhir:_error  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubscriptionStatus.error" , "(Modified) CoverageEligibilityResponse.error" , "(Modified) ClaimResponse.error" ;
        rdfs:label    "_error" .

fhir:origin  a                          owl:ObjectProperty ;
        rdfs:comment                    "TestScript.test.action.operation.origin: The server where the request message originates from.  Must be one of the server numbers listed in TestScript.origin section." , "TestScript.origin: An abstract server used in operations within this test script in the origin element." , "TestScript.teardown.action.operation.origin: The server where the request message originates from.  Must be one of the server numbers listed in TestScript.origin section." , "TestScript.setup.action.operation.origin: The server where the request message originates from.  Must be one of the server numbers listed in TestScript.origin section." , "TestScript.metadata.capability.origin: Which origin server these requirements apply to." , "SampledData.origin: The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series." , "Encounter.admission.origin: The location/organization from which the patient came before admission." ;
        rdfs:label                      "origin" ;
        fhir:modifierExtensionProperty  fhir:_origin ;
        dc:title                        "TestScript.test.action.operation.origin: Server initiating the request" , "SampledData.origin: Zero value and units" , "TestScript.metadata.capability.origin: Which origin server these requirements apply to" , "TestScript.origin: An abstract server representing a client or sender in a message exchange" , "TestScript.teardown.action.operation.origin: Server initiating the request" , "Encounter.admission.origin: The location/organization from which the patient came before admission" , "TestScript.setup.action.operation.origin: Server initiating the request" .

fhir:treeRoot  a    owl:Class ;
        rdfs:label  "treeRoot" ;
        dc:title    "Class of FHIR base documents" .

fhir:_sourceMaterialType
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceSourceMaterial.sourceMaterialType" ;
        rdfs:label    "_sourceMaterialType" .

fhir:bodyStructure  a                   owl:ObjectProperty ;
        rdfs:comment                    "ServiceRequest.bodyStructure: Anatomic location where the procedure should be performed. This is the target site." , "Observation.bodyStructure: Indicates the body structure on the subject's body where the observation was made (i.e. the target site)." , "DeviceAssociation.bodyStructure: Current anatomical location of the device in/on subject." ;
        rdfs:label                      "bodyStructure" ;
        fhir:modifierExtensionProperty  fhir:_bodyStructure ;
        dc:title                        "ServiceRequest.bodyStructure: BodyStructure-based location on the body" , "Observation.bodyStructure: Observed body structure" , "DeviceAssociation.bodyStructure: Current anatomical location of the device in/on subject" .

fhir:_releaseDate  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) CapabilityStatement.software.releaseDate" ;
        rdfs:label    "_releaseDate" .

fhir:normalValue  a                     owl:ObjectProperty ;
        rdfs:comment                    "Observation.component.referenceRange.normalValue: The value of the normal value of the reference range." , "Observation.referenceRange.normalValue: The value of the normal value of the reference range." ;
        rdfs:label                      "normalValue" ;
        fhir:modifierExtensionProperty  fhir:_normalValue ;
        dc:title                        "Observation.component.referenceRange.normalValue: Normal value, if relevant" , "Observation.referenceRange.normalValue: Normal value, if relevant" .

fhir:PractitionerCommunicationComponent
        a                owl:Class ;
        rdfs:comment     "PractitionerCommunicationComponent: A language which may be used to communicate with the practitioner, often for correspondence/administrative purposes.\r\rThe `PractitionerRole.communication` property should be used for publishing the languages that a practitioner is able to communicate with patients (on a per Organization/Role basis)." ;
        rdfs:label       "PractitionerCommunicationComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:preferred
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:language
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:language
                         ] .

fhir:targetProfile  a                   owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.parameter.part.targetProfile: Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this parameter refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide." , "OperationDefinition.parameter.targetProfile: Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this parameter refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide." , "ElementDefinition.type.targetProfile: Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide." ;
        rdfs:label                      "targetProfile" ;
        fhir:modifierExtensionProperty  fhir:_targetProfile ;
        dc:title                        "OperationDefinition.parameter.part.targetProfile: If type is Reference | canonical, allowed targets. If type is 'Resource', then this constrains the allowed resource types" , "OperationDefinition.parameter.targetProfile: If type is Reference | canonical, allowed targets. If type is 'Resource', then this constrains the allowed resource types" , "ElementDefinition.type.targetProfile: Profile (StructureDefinition or IG) on the Reference/canonical target - one must apply" .

fhir:bounds  a                          owl:ObjectProperty ;
        rdfs:comment                    "Timing.repeat.bounds" ;
        rdfs:label                      "bounds" ;
        fhir:modifierExtensionProperty  fhir:_bounds .

fhir:_op  a           owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.compose.exclude.filter.op" , "(Modified) ValueSet.compose.include.filter.op" , "(Modified) TerminologyCapabilities.codeSystem.version.filter.op" ;
        rdfs:label    "_op" .

fhir:OperationDefinitionParameterComponentParameterParameter
        a                owl:Class ;
        rdfs:comment     "The parts of a nested Parameter." ;
        rdfs:label       "OperationDefinitionParameterComponentParameterParameter" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "Parts of a nested Parameter" .

fhir:plannedActivityReference
        a                               owl:ObjectProperty ;
        rdfs:comment                    "CarePlan.activity.plannedActivityReference: The details of the proposed activity represented in a specific resource." ;
        rdfs:label                      "plannedActivityReference" ;
        fhir:modifierExtensionProperty  fhir:_plannedActivityReference ;
        dc:title                        "CarePlan.activity.plannedActivityReference: Activity that is intended to be part of the care plan" .

fhir:_preAuthRef  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome.preAuthRef" , "(Modified) ClaimResponse.item.detail.subDetail.reviewOutcome.preAuthRef" , "(Modified) ClaimResponse.addItem.detail.reviewOutcome.preAuthRef" , "(Modified) ClaimResponse.preAuthRef" , "(Modified) ExplanationOfBenefit.item.detail.subDetail.reviewOutcome.preAuthRef" , "(Modified) ExplanationOfBenefit.insurance.preAuthRef" , "(Modified) ClaimResponse.addItem.detail.subDetail.reviewOutcome.preAuthRef" , "(Modified) CoverageEligibilityResponse.preAuthRef" , "(Modified) ClaimResponse.item.reviewOutcome.preAuthRef" , "(Modified) ExplanationOfBenefit.addItem.reviewOutcome.preAuthRef" , "(Modified) ClaimResponse.item.detail.reviewOutcome.preAuthRef" , "(Modified) ExplanationOfBenefit.addItem.detail.reviewOutcome.preAuthRef" , "(Modified) ExplanationOfBenefit.preAuthRef" , "(Modified) ExplanationOfBenefit.item.detail.reviewOutcome.preAuthRef" , "(Modified) ExplanationOfBenefit.item.reviewOutcome.preAuthRef" , "(Modified) ClaimResponse.addItem.reviewOutcome.preAuthRef" , "(Modified) Claim.insurance.preAuthRef" ;
        rdfs:label    "_preAuthRef" .

fhir:_imageRegion3D  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImagingSelection.instance.imageRegion3D" ;
        rdfs:label    "_imageRegion3D" .

fhir:_object  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestPlan.testCase.assertion.object" ;
        rdfs:label    "_object" .

fhir:DocumentReferenceAttesterComponent
        a                owl:Class ;
        rdfs:comment     "DocumentReferenceAttesterComponent: A participant who has authenticated the accuracy of the document." ;
        rdfs:label       "DocumentReferenceAttesterComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:party
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:time
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Reference ;
                           owl:onProperty     fhir:party
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:time
                         ] .

fhir:_recall  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) DeviceDefinition.correctiveAction.recall" ;
        rdfs:label    "_recall" .

fhir:fastingStatus  a                   owl:ObjectProperty ;
        rdfs:comment                    "Specimen.collection.fastingStatus" ;
        rdfs:label                      "fastingStatus" ;
        fhir:modifierExtensionProperty  fhir:_fastingStatus .

fhir:seriesUid  a                       owl:ObjectProperty ;
        rdfs:comment                    "ImagingSelection.seriesUid: The Series Instance UID for the DICOM Series from which the images were selected." ;
        rdfs:label                      "seriesUid" ;
        fhir:modifierExtensionProperty  fhir:_seriesUid ;
        dc:title                        "ImagingSelection.seriesUid: DICOM Series Instance UID" .

fhir:SubstanceSourceMaterialPartDescriptionComponent
        a                owl:Class ;
        rdfs:comment     "SubstanceSourceMaterialPartDescriptionComponent: To do." ;
        rdfs:label       "SubstanceSourceMaterialPartDescriptionComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:partLocation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:partLocation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:part
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:part
                         ] .

fhir:_geneElement  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) SubstanceReferenceInformation.geneElement" ;
        rdfs:label    "_geneElement" .

fhir:publicationDateText
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.publicationForm.publicationDateText: Text representation of the date on which the issue of the cited artifact was published." ;
        rdfs:label                      "publicationDateText" ;
        fhir:modifierExtensionProperty  fhir:_publicationDateText ;
        dc:title                        "Citation.citedArtifact.publicationForm.publicationDateText: Text representation of the date on which the issue of the cited artifact was published" .

fhir:EpisodeOfCareStatusHistoryComponent
        a                owl:Class ;
        rdfs:comment     "EpisodeOfCareStatusHistoryComponent: The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource)." ;
        rdfs:label       "EpisodeOfCareStatusHistoryComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Period ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] .

fhir:evaluationMessage
        a                               owl:ObjectProperty ;
        rdfs:comment                    "GuidanceResponse.evaluationMessage: Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element." ;
        rdfs:label                      "evaluationMessage" ;
        fhir:modifierExtensionProperty  fhir:_evaluationMessage ;
        dc:title                        "GuidanceResponse.evaluationMessage: Messages resulting from the evaluation of the artifact or artifacts" .

fhir:division  a                        owl:ObjectProperty ;
        rdfs:comment                    "BiologicallyDerivedProduct.division: A unique identifier for an aliquot of a product.  Used to distinguish individual aliquots of a product carrying the same biologicalSource and productCode identifiers." ;
        rdfs:label                      "division" ;
        fhir:modifierExtensionProperty  fhir:_division ;
        dc:title                        "BiologicallyDerivedProduct.division: A unique identifier for an aliquot of a product" .

fhir:windowEnd  a                       owl:ObjectProperty ;
        rdfs:comment                    "MolecularSequence.relative.startingSequence.windowEnd: End position of the window on the starting sequence. This value should honor the rules of the  coordinateSystem." ;
        rdfs:label                      "windowEnd" ;
        fhir:modifierExtensionProperty  fhir:_windowEnd ;
        dc:title                        "MolecularSequence.relative.startingSequence.windowEnd: End position of the window on the starting sequence" .

fhir:_foodType  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) NutritionOrder.oralDiet.texture.foodType" ;
        rdfs:label    "_foodType" .

fhir:_repeats  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) Questionnaire.item.item.repeats" , "(Modified) Questionnaire.item.repeats" ;
        rdfs:label    "_repeats" .

fhir:EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponentAttributeEstimateAttributeEstimate
        a                owl:Class ;
        rdfs:comment     "A nested attribute estimate; which is the attribute estimate of an attribute estimate." ;
        rdfs:label       "EvidenceStatisticComponent.EvidenceStatisticModelCharacteristicComponentAttributeEstimateAttributeEstimate" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        dc:title         "A nested attribute estimate; which is the attribute estimate of an attribute estimate" .

fhir:_Observation  a     owl:Class ;
        rdfs:comment     "(Modified) Observation" ;
        rdfs:label       "_Observation" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:validateCode  a                    owl:ObjectProperty ;
        rdfs:comment                    "TerminologyCapabilities.validateCode: Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation." ;
        rdfs:label                      "validateCode" ;
        fhir:modifierExtensionProperty  fhir:_validateCode ;
        dc:title                        "TerminologyCapabilities.validateCode: Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation" .

fhir:parameterName  a                   owl:ObjectProperty ;
        rdfs:comment                    "OperationDefinition.overload.parameterName: Name of parameter to include in overload." ;
        rdfs:label                      "parameterName" ;
        fhir:modifierExtensionProperty  fhir:_parameterName ;
        dc:title                        "OperationDefinition.overload.parameterName: Name of parameter to include in overload" .

fhir:source  a                          owl:ObjectProperty ;
        rdfs:comment                    "MedicationKnowledge.medicineClassification.source" , "MedicationKnowledge.monograph.source: Associated documentation about the medication." , "SubstanceDefinition.name.translation.source: Supporting literature." , "ImplementationGuide.definition.page.page.source" , "List.source: The entity responsible for deciding what the contents of the list were. Where the list was created by a human, this is the same as the author of the list." , "SubstanceReferenceInformation.target.source: Todo." , "OperationDefinition.parameter.part.referencedFrom.source: The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource." , "ConceptMap.group.source: An absolute URI that identifies the source system where the concepts to be mapped are defined." , "SubstanceReferenceInformation.geneElement.source: Todo." , "Citation.citedArtifact.contributorship.summary.source: Used to code the producer or rule for creating the display string." , "Requirements.statement.source: Who asked for this statement to be a requirement. By default, it's assumed that the publisher knows who it is if it matters." , "SubstanceDefinition.name.synonym.source: Supporting literature." , "MedicationKnowledge.cost.source: The source or owner that assigns the price to the medication." , "Goal.source: Indicates whose goal this is - patient goal, practitioner goal, etc." , "SubstanceDefinition.name.source: Supporting literature." , "StructureMap.group.rule.source: Source inputs to the mapping." , "BiologicallyDerivedProduct.collection.source: The patient or entity, such as a hospital or vendor in the case of a processed/manipulated/manufactured product, providing the product." , "SubstanceDefinition.code.source: Supporting literature." , "StructureMap.group.rule.rule.source: Source inputs to the mapping." , "ElementDefinition.constraint.source: A reference to the original source of the constraint, for traceability purposes." , "Meta.source: A uri that identifies the source system of the resource. This provides a minimal amount of [[[Provenance]]] information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc." , "QuestionnaireResponse.source: The individual or device that answered the questions about the subject." , "AuditEvent.source: The actor that is reporting the event." , "TestPlan.testCase.testRun.script.source" , "ImplementationGuide.definition.template.source: The source location for the template." , "DeviceDefinition.conformsTo.source: Standard, regulation, certification, or guidance website, document, or other publication, or similar, supporting the conformance." , "TestPlan.testCase.testData.source" , "SubstanceDefinition.relationship.source: Supporting literature." , "OperationDefinition.parameter.referencedFrom.source: The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource." , "ImplementationGuide.definition.page.source" , "MedicationKnowledge.packaging.cost.source: The source or owner that assigns the price to the medication." , "SubstanceReferenceInformation.gene.source: Todo." , "MessageHeader.source: The source application from which this message originated." ;
        rdfs:label                      "source" ;
        rdfs:subPropertyOf              w5:who.source , w5:who.author , w5:who.witness , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_source ;
        dc:title                        "SubstanceDefinition.name.synonym.source: Supporting literature" , "ImplementationGuide.definition.template.source: The source location for the template" , "OperationDefinition.parameter.referencedFrom.source: Referencing parameter" , "BiologicallyDerivedProduct.collection.source: The patient who underwent the medical procedure to collect the product or the organization that facilitated the collection" , "DeviceDefinition.conformsTo.source: Standard, regulation, certification, or guidance website, document, or other publication, or similar, supporting the conformance" , "Citation.citedArtifact.contributorship.summary.source: Used to code the producer or rule for creating the display string" , "AuditEvent.source: Audit Event Reporter" , "MedicationKnowledge.packaging.cost.source: The source or owner for the price information" , "SubstanceDefinition.name.source: Supporting literature" , "Meta.source: Identifies where the resource comes from" , "StructureMap.group.rule.source: Source inputs to the mapping" , "SubstanceReferenceInformation.gene.source: Todo" , "QuestionnaireResponse.source: The individual or device that answered the questions" , "ConceptMap.group.source: Source system where concepts to be mapped are defined" , "OperationDefinition.parameter.part.referencedFrom.source: Referencing parameter" , "MessageHeader.source: Message source application" , "ElementDefinition.constraint.source: Reference to original source of constraint" , "SubstanceDefinition.code.source: Supporting literature" , "SubstanceDefinition.name.translation.source: Supporting literature" , "Goal.source: Who's responsible for creating Goal?" , "SubstanceReferenceInformation.geneElement.source: Todo" , "MedicationKnowledge.cost.source: The source or owner for the price information" , "Requirements.statement.source: Who asked for this statement" , "StructureMap.group.rule.rule.source: Source inputs to the mapping" , "MedicationKnowledge.monograph.source: Associated documentation about the medication" , "List.source: Who and/or what defined the list contents (aka Author)" , "SubstanceDefinition.relationship.source: Supporting literature" , "SubstanceReferenceInformation.target.source: Todo" .

fhir:currentState  a                    owl:ObjectProperty ;
        rdfs:comment                    "Citation.citedArtifact.currentState: The status of the cited artifact." , "Citation.currentState: The status of the citation record." ;
        rdfs:label                      "currentState" ;
        fhir:modifierExtensionProperty  fhir:_currentState ;
        dc:title                        "Citation.citedArtifact.currentState: The status of the cited artifact" , "Citation.currentState: The status of the citation record" .

fhir:publicationStatus
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Contract.contentDefinition.publicationStatus: amended | appended | cancelled | disputed | entered-in-error | executable +." , "RelatedArtifact.publicationStatus: The publication status of the artifact being referred to." ;
        rdfs:label                      "publicationStatus" ;
        fhir:modifierExtensionProperty  fhir:_publicationStatus ;
        dc:title                        "Contract.contentDefinition.publicationStatus: amended | appended | cancelled | disputed | entered-in-error | executable +" , "RelatedArtifact.publicationStatus: draft | active | retired | unknown" .

fhir:_license  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) ImplementationGuide.license" ;
        rdfs:label    "_license" .

fhir:_created  a      owl:ObjectProperty ;
        rdfs:comment  "(Modified) EnrollmentResponse.created" , "(Modified) EnrollmentRequest.created" , "(Modified) ClaimResponse.created" , "(Modified) CoverageEligibilityRequest.created" , "(Modified) CoverageEligibilityResponse.created" , "(Modified) PaymentNotice.created" , "(Modified) VisionPrescription.created" , "(Modified) Appointment.created" , "(Modified) Claim.created" , "(Modified) PaymentReconciliation.created" , "(Modified) CarePlan.created" , "(Modified) Basic.created" , "(Modified) ExplanationOfBenefit.created" ;
        rdfs:label    "_created" .

fhir:ClinicalUseDefinitionContraindicationOtherTherapyComponent
        a                owl:Class ;
        rdfs:comment     "ClinicalUseDefinitionContraindicationComponent.ClinicalUseDefinitionContraindicationOtherTherapyComponent: Information about the use of the medicinal product in relation to other therapies described as part of the contraindication." ;
        rdfs:label       "ClinicalUseDefinitionContraindicationOtherTherapyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:treatment
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableReference ;
                           owl:onProperty     fhir:treatment
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:relationshipType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:relationshipType
                         ] .

fhir:isModifier  a                      owl:ObjectProperty ;
        rdfs:comment                    "ElementDefinition.isModifier: If true, the value of this element affects the interpretation of the element or resource that contains it, and the value of the element cannot be ignored. Typically, this is used for status, negation and qualification codes. The effect of this is that the element cannot be ignored by systems: they SHALL either recognize the element and process it, and/or a pre-determination has been made that it is not relevant to their particular system. When used on the root element in an extension definition, this indicates whether or not the extension is a modifier extension." ;
        rdfs:label                      "isModifier" ;
        fhir:modifierExtensionProperty  fhir:_isModifier ;
        dc:title                        "ElementDefinition.isModifier: If this modifies the meaning of other elements" .

fhir:_needsMap  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) TerminologyCapabilities.translation.needsMap" ;
        rdfs:label    "_needsMap" .

fhir:performerType  a                   owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.performerType: The type of individual/organization/device that is expected to act upon instances of this definition." , "Transport.performerType: The kind of participant that should perform the transport." , "Contract.term.action.performerType: The type of individual that is desired or required to perform or not perform the action." , "ServiceRequest.performerType: Desired type of performer for doing the requested service." , "Contract.term.group.action.performerType: The type of individual that is desired or required to perform or not perform the action." , "MedicationRequest.performerType: Indicates the type of performer of the administration of the medication." ;
        rdfs:label                      "performerType" ;
        rdfs:subPropertyOf              w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_performerType ;
        dc:title                        "Contract.term.action.performerType: Kind of service performer" , "ObservationDefinition.performerType: Desired kind of performer for such kind of observation" , "Transport.performerType: Requested performer" , "ServiceRequest.performerType: Performer role" , "MedicationRequest.performerType: Desired kind of performer of the medication administration" , "Contract.term.group.action.performerType: Kind of service performer" .

fhir:unitPrice  a                       owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.item.detail.subDetail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "ExplanationOfBenefit.item.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "CoverageEligibilityRequest.item.unitPrice: The amount charged to the patient by the provider for a single unit." , "Claim.item.detail.subDetail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "ExplanationOfBenefit.addItem.detail.subDetail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "ClaimResponse.addItem.detail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "Contract.term.asset.valuedItem.unitPrice: A Contract Valued Item unit valuation measure." , "ExplanationOfBenefit.addItem.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "Claim.item.detail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "ClaimResponse.addItem.detail.subDetail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "ClaimResponse.addItem.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "Claim.item.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "Contract.term.group.asset.valuedItem.unitPrice: A Contract Valued Item unit valuation measure." , "ExplanationOfBenefit.item.detail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." , "ExplanationOfBenefit.addItem.detail.unitPrice: If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group." ;
        rdfs:label                      "unitPrice" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_unitPrice ;
        dc:title                        "ClaimResponse.addItem.detail.unitPrice: Fee, charge or cost per item" , "Claim.item.detail.unitPrice: Fee, charge or cost per item" , "ExplanationOfBenefit.item.detail.subDetail.unitPrice: Fee, charge or cost per item" , "Claim.item.unitPrice: Fee, charge or cost per item" , "ClaimResponse.addItem.unitPrice: Fee, charge or cost per item" , "CoverageEligibilityRequest.item.unitPrice: Fee, charge or cost per item" , "Contract.term.asset.valuedItem.unitPrice: Contract Valued Item fee, charge, or cost" , "Contract.term.group.asset.valuedItem.unitPrice: Contract Valued Item fee, charge, or cost" , "ClaimResponse.addItem.detail.subDetail.unitPrice: Fee, charge or cost per item" , "ExplanationOfBenefit.addItem.detail.subDetail.unitPrice: Fee, charge or cost per item" , "ExplanationOfBenefit.item.unitPrice: Fee, charge or cost per item" , "ExplanationOfBenefit.addItem.unitPrice: Fee, charge or cost per item" , "ExplanationOfBenefit.item.detail.unitPrice: Fee, charge or cost per item" , "ExplanationOfBenefit.addItem.detail.unitPrice: Fee, charge or cost per item" , "Claim.item.detail.subDetail.unitPrice: Fee, charge or cost per item" .

fhir:_topic  a        owl:ObjectProperty ;
        rdfs:comment  "(Modified) Contract.term.group.topic" , "(Modified) EventDefinition.topic" , "(Modified) Contract.term.topic" , "(Modified) Communication.topic" , "(Modified) Contract.term.group.offer.topic" , "(Modified) NamingSystem.topic" , "(Modified) ActivityDefinition.topic" , "(Modified) Contract.topic" , "(Modified) MetadataResource.topic" , "(Modified) ConceptMap.topic" , "(Modified) Library.topic" , "(Modified) Measure.topic" , "(Modified) Subscription.topic" , "(Modified) PlanDefinition.topic" , "(Modified) Contract.term.offer.topic" , "(Modified) SubscriptionStatus.topic" , "(Modified) ValueSet.topic" , "(Modified) CodeSystem.topic" ;
        rdfs:label    "_topic" .

fhir:_lastUpdated  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) Meta.lastUpdated" ;
        rdfs:label    "_lastUpdated" .

fhir:preparedDate  a                    owl:ObjectProperty ;
        rdfs:comment                    "DeviceDispense.preparedDate: The time when the dispensed product was packaged and reviewed." , "BiologicallyDerivedProductDispense.preparedDate: When the product was selected/ matched." ;
        rdfs:label                      "preparedDate" ;
        fhir:modifierExtensionProperty  fhir:_preparedDate ;
        dc:title                        "DeviceDispense.preparedDate: When product was packaged and reviewed" , "BiologicallyDerivedProductDispense.preparedDate: When product was selected/matched" .

fhir:accident  a                        owl:ObjectProperty ;
        rdfs:comment                    "ExplanationOfBenefit.accident: Details of a accident which resulted in injuries which required the products and services listed in the claim." , "Claim.accident: Details of an accident which resulted in injuries which required the products and services listed in the claim." ;
        rdfs:label                      "accident" ;
        fhir:modifierExtensionProperty  fhir:_accident ;
        dc:title                        "ExplanationOfBenefit.accident: Details of the event" , "Claim.accident: Details of the event" .

fhir:code  a                            owl:Class , owl:ObjectProperty ;
        rdfs:comment                    "ChargeItemDefinition.code: The defined billing details in this resource pertain to the given billing code." , "MeasureReport.group.stratifier.code: The meaning of this stratifier, as defined in the measure definition." , "ConceptMap.group.unmapped.code: The fixed code to use when the mode = 'fixed'  - all unmapped codes are mapped to a single fixed code." , "Group.code: Provides a specific type of resource the group includes; e.g. \"cow\", \"syringe\", etc." , "Substance.code: A code (or set of codes) that identify this substance." , "DeviceRequest.parameter.code: A code or string that identifies the device detail being asserted." , "ExplanationOfBenefit.supportingInfo.code: System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient  for which care is sought." , "ObservationDefinition.component.code: Describes what will be observed." , "Questionnaire.code: An identifier for this collection of questions in a particular terminology such as LOINC." , "EvidenceReport.relatesTo.code: The type of relationship that this composition has with anther composition or document." , "RequestOrchestration.action.code: A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template." , "AuditEvent.outcome.code: Indicates whether the event succeeded or failed." , "ValueSet.expansion.contains.property.subProperty.code: A code that is a reference to ValueSet.expansion.property.code." , "ActivityDefinition.code: Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter." , "ImplementationGuide.definition.parameter.code: A tool-specific code that defines the parameter." , "Ingredient.substance.code: A code or full resource that represents the ingredient's substance." , "ConceptMap.group.element.code: Identity (code or path) or the element/item being mapped." , "DetectedIssue.evidence.code: A manifestation that led to the recording of this detected issue." , "DeviceRequest.code: The details of the device to be used." , "ChargeItem.code: A code that identifies the charge, like a billing code." , "InsurancePlan.coverage.benefit.limit.code: The specific limit on the benefit." , "Task.code: A name or code (or both) briefly describing what the task involves." , "NutritionIntake.code: Overall type of nutrition intake." , "ValueSet.expansion.contains.code: The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set." , "Flag.code: The coded value or textual component of the flag to display to the user." , "MedicinalProductDefinition.code: A code that this product is known by, usually within some formal terminology, perhaps assigned by a third party (i.e. not the manufacturer or regulator). Products (types of medications) tend to be known by identifiers during development and within regulatory process. However when they are prescribed they tend to be identified by codes. The same product may be have multiple codes, applied to it by multiple organizations." , "SupplyRequest.parameter.code: A code or string that identifies the device detail being asserted." , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.code: Used to specify if two or more characteristics are combined with OR or AND." , "CodeSystem.concept.concept.code: A code - a text symbol - that uniquely identifies the concept within the code system." , "FamilyMemberHistory.procedure.code: The actual procedure specified. Could be a coded procedure or a less specific string depending on how much is known about the procedure and the capabilities of the creating system." , "CapabilityStatement.rest.resource.interaction.code: Coded identifier of the operation, supported by the system resource." , "ObservationDefinition.code: Describes what will be observed. Sometimes this is called the observation \"name\"." , "MeasureReport.group.stratifier.stratum.population.code: The type of the population." , "Measure.group.code: Indicates a meaning for the group. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing groups to be correlated across measures." , "TerminologyCapabilities.codeSystem.version.code: For version-less code systems, there should be a single version with no identifier." , "CoverageEligibilityResponse.error.code: An error code,from a specified code system, which details why the eligibility check could not be performed." , "ClaimResponse.error.code: An error code, from a specified code system, which details why the claim could not be adjudicated." , "OperationDefinition.code: The label that is recommended to be used in the URL for this operation. In some cases, servers may need to use a different CapabilityStatement operation.name to differentiate between multiple SearchParameters that happen to have the same code." , "Quantity.code: A computer processable form of the unit in some unit representation system." , "EvidenceReport.subject.characteristic.code: Characteristic code." , "MedicationKnowledge.code: A code that specifies this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems." , "Composition.section.code: A code identifying the kind of content contained within the section. This must be consistent with the section title." , "DataRequirement.codeFilter.code: The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes." , "AdministrableProductDefinition.routeOfAdministration.code: Coded expression for the route." , "ValueSet.expansion.contains.contains.property.code: A code that is a reference to ValueSet.expansion.property.code." , "Basic.code: Identifies the 'type' of resource - equivalent to the resource name for other resources." , "Transport.code: A name or code (or both) briefly describing what the transport involves." , "TerminologyCapabilities.codeSystem.version.filter.code: Code of the property supported." , "Contract.term.asset.context.code: Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location." , "MeasureReport.group.stratifier.stratum.component.code: The code for the stratum component value." , "ValueSet.expansion.contains.contains.property.subProperty.code: A code that is a reference to ValueSet.expansion.property.code." , "MedicationStatement.adherence.code: Type of the adherence for the medication." , "Consent.provision.code: If this code is found in an instance, then the provision applies." , "CodeSystem.concept.code: A code - a text symbol - that uniquely identifies the concept within the code system." , "RiskAssessment.code: The type of the risk assessment performed." , "Evidence.statistic.modelCharacteristic.code: Description of a component of the method to generate the statistic." , "CodeSystem.concept.concept.property.code: A code that is a reference to CodeSystem.property.code." , "DiagnosticReport.code: A code or name that describes this diagnostic report." , "Medication.code: A code (or set of codes) that specify this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems." , "ConditionDefinition.code: Identification of the condition, problem or diagnosis." , "Condition.code: Identification of the condition, problem or diagnosis." , "Measure.group.population.code: The type of population criteria." , "OperationOutcome.issue.code: Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element." , "Claim.supportingInfo.code: System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient  for which care is sought." , "CompartmentDefinition.code: Which compartment this definition describes." , "Consent.provision.provision.code: If this code is found in an instance, then the provision applies." , "ValueSet.expansion.property.code: A code that is used to identify the property. The code is used in ValueSet.expansion.contains.property.code." , "Observation.component.code: Describes what was observed. Sometimes this is called the observation \"code\"." , "CodeSystem.filter.code: The code that identifies this filter when it is used as a filter in [ValueSet](valueset.html#).compose.include.filter." , "MeasureReport.group.population.code: The type of the population." , "Measure.supplementalData.code: Indicates a meaning for the supplemental data. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing supplemental data to be correlated across measures." , "ConceptMap.group.element.target.property.code: A reference to a mapping property defined in ConceptMap.property." , "ImmunizationRecommendation.recommendation.dateCriterion.code: Date classification of recommendation.  For example, earliest date to give, latest date to give, etc." , "ValueSet.compose.include.concept.code: Specifies a code for the concept to be included or excluded." , "Observation.code: Describes what was observed. Sometimes this is called the observation \"name\"." , "SubstanceDefinition.code: Codes associated with the substance." , "Composition.section.section.code: A code identifying the kind of content contained within the section. This must be consistent with the section title." , "OrganizationAffiliation.code: Definition of the role the participatingOrganization plays in the association." , "DetectedIssue.code: Identifies the specific type of issue identified." , "MessageHeader.response.code: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not." , "TriggerDefinition.code: A code that identifies the event." , "FamilyMemberHistory.condition.code: The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system." , "InventoryItem.code: Code designating the specific type of item." , "ConceptMap.property.code: A code that is used to identify the property. The code is used internally (in ConceptMap.group.element.target.property.code) and also in the $translate operation." , "ConditionDefinition.observation.code: Code for relevant Observation." , "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code: Coded expression for the species." , "PractitionerRole.code: Roles which this practitioner is authorized to perform for the organization." , "AllergyIntolerance.code: Code for an allergy or intolerance statement (either a positive or a negated/excluded statement).  This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., \"Latex\"), an allergy or intolerance condition (e.g., \"Latex allergy\"), or a negated/excluded code for a specific substance or class (e.g., \"No latex allergy\") or a general or categorical negated statement (e.g.,  \"No known allergy\", \"No known drug allergies\").  Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'.  If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance." , "Questionnaire.item.item.code: A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers)." , "ClinicalUseDefinition.warning.code: A coded or unformatted textual definition of this warning." , "ConditionDefinition.precondition.code: Code for relevant Observation." , "ImagingSelection.code: Reason for referencing the selected content." , "HealthcareService.eligibility.code: Coded value for the eligibility." , "ServiceRequest.code: A code or reference that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested." , "ConceptMap.additionalAttribute.code: A code that is used to identify this additional data attribute. The code is used internally in ConceptMap.group.element.target.dependsOn.attribute and ConceptMap.group.element.target.product.attribute." , "Questionnaire.item.code: A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers)." , "RequestOrchestration.action.action.code: A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template." , "DocumentReference.relatesTo.code: The type of relationship that this document has with anther document." , "ConditionDefinition.medication.code: Code for relevant Medication." , "Measure.term.code: A codeable representation of the defined term." , "AuditEvent.code: Describes what happened. The most specific code for the event." , "ValueSet.compose.exclude.concept.code: Specifies a code for the concept to be included or excluded." , "UsageContext.code: A code that identifies the type of context being specified by this usage context." , "Organization.qualification.code: Coded representation of the qualification." , "MonetaryComponent.code: Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc." , "Practitioner.qualification.code: Coded representation of the qualification." , "CodeSystem.property.code: A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters." , "ImplementationGuide.definition.template.code: Type of template specified." , "SearchParameter.code: The label that is recommended to be used in the URL or the parameter name in a parameters resource for this search parameter.  In some cases, servers may need to use a different CapabilityStatement searchParam.name to differentiate between multiple SearchParameters that happen to have the same code." , "ConceptMap.group.element.target.code: Identity (code or path) or the element/item that the map refers to." , "GraphDefinition.link.compartment.code: Identifies the compartment." , "DeviceUsage.adherence.code: Type of adherence." , "SubstancePolymer.monomerSet.startingMaterial.code: The type of substance for this starting material." , "Contract.term.group.asset.context.code: Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location." , "PlanDefinition.action.action.code: A code that provides a meaning, grouping, or classification for the action or action group. For example, a section may have a LOINC code for the section of a documentation template. In pharmaceutical quality, an action (Test) such as pH could be classified as a physical property." , "ServiceRequest.orderDetail.parameter.code: A value representing the additional detail or instructions for the order (e.g., catheter insertion, body elevation, descriptive device configuration and/or setting instructions)." , "EvidenceVariable.characteristic.definitionByCombination.code: Used to specify if two or more characteristics are combined with OR or AND." , "Measure.group.stratifier.component.code: Indicates a meaning for the stratifier component. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures." , "NutritionProduct.code: The code assigned to the product, for example a USDA NDB number, a USDA FDC ID number, or a Langual code." , "ValueSet.expansion.contains.property.code: A code that is a reference to ValueSet.expansion.property.code." , "Timing.code: A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code)." , "PackagedProductDefinition.legalStatusOfSupply.code: The actual status of supply. Conveys in what situation this package type may be supplied for use." , "PlanDefinition.action.code: A code that provides a meaning, grouping, or classification for the action or action group. For example, a section may have a LOINC code for the section of a documentation template. In pharmaceutical quality, an action (Test) such as pH could be classified as a physical property." , "List.code: This code defines the purpose of the list - why it was created." , "RequestOrchestration.code: A code that identifies what the overall request orchestration is." , "ElementDefinition.code: A code that has the same meaning as the element in a particular terminology." , "Procedure.code: The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (e.g. \"Laparoscopic Appendectomy\")." , "Account.procedure.code: The procedure relevant to the account." , "ElementDefinition.type.code: URL of Data type or Resource that is a(or the) type used for this element. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. \"string\" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models." , "A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents" , "Group.characteristic.code: A code that identifies the kind of trait being asserted." , "MessageDefinition.focus.code: The kind of resource that must be the focus for this message." , "CompartmentDefinition.resource.code: The name of a resource supported by the server." , "ValueSet.expansion.contains.contains.code: The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set." , "Coding.code: A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination)." , "Measure.group.stratifier.code: Indicates a meaning for the stratifier. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures." , "FormularyItem.code: A code (or set of codes) that specify the product or service that is identified by this formulary item." , "AdverseEvent.code: Specific event that occurred or that was averted, such as patient fall, wrong organ removed, or wrong blood transfused." , "MeasureReport.group.code: The meaning of the population group as defined in the measure definition." , "CodeSystem.concept.property.code: A code that is a reference to CodeSystem.property.code." , "CapabilityStatement.rest.interaction.code: A coded identifier of the operation, supported by the system." , "SubstanceDefinition.code.code: The specific code." ;
        rdfs:label                      "code" ;
        rdfs:subClassOf                 fhir:Primitive ;
        rdfs:subClassOf                 [ a                owl:Restriction ;
                                          owl:cardinality  1 ;
                                          owl:onProperty   fhir:v
                                        ] ;
        rdfs:subClassOf                 [ a                  owl:Restriction ;
                                          owl:allValuesFrom  xsd:string ;
                                          owl:onProperty     fhir:v
                                        ] ;
        rdfs:subPropertyOf              w5:what , w5:why , w5:id , w5:class ;
        fhir:modifierExtensionProperty  fhir:_code ;
        dc:title                        "Evidence.statistic.modelCharacteristic.code: Model specification" , "Consent.provision.code: e.g. LOINC or SNOMED CT code, etc. in the content" , "ObservationDefinition.code: Type of observation" , "EvidenceReport.relatesTo.code: replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith" , "Questionnaire.item.item.code: Corresponding concept for this item in a terminology" , "MedicationStatement.adherence.code: Type of adherence" , "MeasureReport.group.code: Meaning of the group" , "DeviceRequest.code: Device requested" , "RequestOrchestration.code: What's being requested/ordered" , "NutritionProduct.code: A code that can identify the detailed nutrients and ingredients in a specific food product" , "Observation.code: Type of observation (code / type)" , "ImagingSelection.code: Imaging Selection purpose text or code" , "PlanDefinition.action.code: Code representing the meaning of the action or sub-actions" , "AuditEvent.outcome.code: Whether the event succeeded or failed" , "FamilyMemberHistory.procedure.code: Procedures performed on the related person" , "Coding.code: Symbol in syntax defined by the system" , "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code: Coded expression for the species" , "ValueSet.expansion.contains.property.code: Reference to ValueSet.expansion.property.code" , "ImplementationGuide.definition.template.code: Type of template specified" , "OperationOutcome.issue.code: Error or warning code" , "SearchParameter.code: Recommended name for parameter in search url" , "DataRequirement.codeFilter.code: What code is expected" , "Claim.supportingInfo.code: Type of information" , "Measure.group.code: Meaning of the group" , "CodeSystem.concept.property.code: Reference to CodeSystem.property.code" , "Measure.supplementalData.code: Meaning of the supplemental data" , "ValueSet.expansion.property.code: Identifies the property on the concepts, and when referred to in operations" , "ConceptMap.group.element.target.code: Code that identifies the target element" , "Questionnaire.item.code: Corresponding concept for this item in a terminology" , "DetectedIssue.evidence.code: Manifestation" , "CapabilityStatement.rest.resource.interaction.code: read | vread | update | patch | delete | history-instance | history-type | create | search-type" , "List.code: What the purpose of this list is" , "ClaimResponse.error.code: Error code detailing processing issues" , "ChargeItemDefinition.code: Billing code or product type this definition applies to" , "CompartmentDefinition.resource.code: Name of resource type" , "MeasureReport.group.population.code: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation" , "Composition.section.section.code: Classification of section (recommended)" , "MeasureReport.group.stratifier.code: What stratifier of the group" , "ConceptMap.additionalAttribute.code: Identifies this additional attribute through this resource" , "ChargeItem.code: A code that identifies the charge, like a billing code" , "ConceptMap.property.code: Identifies the property on the mappings, and when referred to in the $translate operation" , "Measure.group.stratifier.code: Meaning of the stratifier" , "CapabilityStatement.rest.interaction.code: transaction | batch | search-system | history-system" , "ActivityDefinition.code: Detail type of activity" , "EvidenceVariable.characteristic.definitionByCombination.code: all-of | any-of | at-least | at-most | statistical | net-effect | dataset" , "PractitionerRole.code: Roles which this practitioner may perform" , "Medication.code: Codes that identify this medication" , "AdministrableProductDefinition.routeOfAdministration.code: Coded expression for the route" , "Group.characteristic.code: Kind of characteristic" , "Measure.term.code: What term?" , "DeviceUsage.adherence.code: always | never | sometimes" , "MessageHeader.response.code: ok | transient-error | fatal-error" , "Transport.code: Transport Type" , "EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.code: all-of | any-of | at-least | at-most | statistical | net-effect | dataset" , "ValueSet.expansion.contains.code: Code - if blank, this is not a selectable code" , "Questionnaire.code: Concept that represents the overall questionnaire" , "AdverseEvent.code: Event or incident that occurred or was averted" , "Flag.code: Coded or textual message to display to user" , "Measure.group.stratifier.component.code: Meaning of the stratifier component" , "Task.code: Task Type" , "Observation.component.code: Type of component observation (code / type)" , "ServiceRequest.code: What is being requested/ordered" , "AuditEvent.code: Specific type of event" , "CompartmentDefinition.code: Patient | Encounter | RelatedPerson | Practitioner | Device | EpisodeOfCare" , "OperationDefinition.code: Recommended name for operation in search url" , "MedicationKnowledge.code: Code that identifies this medication" , "Account.procedure.code: The procedure relevant to the account" , "ValueSet.expansion.contains.property.subProperty.code: Reference to ValueSet.expansion.property.code" , "OrganizationAffiliation.code: Definition of the role the participatingOrganization plays" , "NutritionIntake.code: Code representing an overall type of nutrition intake" , "MedicinalProductDefinition.code: A code that this product is known by, within some formal terminology" , "ConceptMap.group.element.code: Identifies element being mapped" , "ClinicalUseDefinition.warning.code: A coded or unformatted textual definition of this warning" , "ConditionDefinition.code: Identification of the condition, problem or diagnosis" , "Contract.term.group.asset.context.code: Codeable asset context" , "ElementDefinition.code: Corresponding codes in terminologies" , "EvidenceReport.subject.characteristic.code: Characteristic code" , "TriggerDefinition.code: Coded definition of the event" , "UsageContext.code: Type of context being specified" , "ValueSet.expansion.contains.contains.property.subProperty.code: Reference to ValueSet.expansion.property.code" , "Measure.group.population.code: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation" , "DocumentReference.relatesTo.code: The relationship type with another document" , "TerminologyCapabilities.codeSystem.version.code: Version identifier for this version" , "SubstanceDefinition.code.code: The specific code" , "Practitioner.qualification.code: Coded representation of the qualification" , "ConditionDefinition.medication.code: Code for relevant Medication" , "ImplementationGuide.definition.parameter.code: Code that identifies parameter" , "PlanDefinition.action.action.code: Code representing the meaning of the action or sub-actions" , "ValueSet.expansion.contains.contains.code: Code - if blank, this is not a selectable code" , "Procedure.code: Identification of the procedure" , "MessageDefinition.focus.code: Type of resource" , "MonetaryComponent.code: Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc." , "MeasureReport.group.stratifier.stratum.component.code: What stratifier component of the group" , "InventoryItem.code: Code designating the specific type of item" , "ValueSet.compose.include.concept.code: Code or expression from system" , "GraphDefinition.link.compartment.code: Patient | Encounter | RelatedPerson | Practitioner | Device | EpisodeOfCare" , "CodeSystem.concept.code: Code that identifies concept" , "CodeSystem.property.code: Identifies the property on the concepts, and when referred to in operations" , "InsurancePlan.coverage.benefit.limit.code: Benefit limit details" , "FormularyItem.code: Codes that identify this formulary item" , "DiagnosticReport.code: Name/Code for this diagnostic report" , "Basic.code: Kind of Resource" , "ElementDefinition.type.code: Data type or Resource (reference to definition)" , "ConceptMap.group.element.target.property.code: Reference to ConceptMap.property.code" , "ExplanationOfBenefit.supportingInfo.code: Type of information" , "Ingredient.substance.code: A code or full resource that represents the ingredient substance" , "Substance.code: What substance this is" , "RequestOrchestration.action.code: Code representing the meaning of the action or sub-actions" , "CodeSystem.concept.concept.code: Code that identifies concept" , "DetectedIssue.code: Specific type of detected issue, e.g. drug-drug, duplicate therapy, etc" , "Consent.provision.provision.code: e.g. LOINC or SNOMED CT code, etc. in the content" , "Quantity.code: Coded form of the unit" , "Composition.section.code: Classification of section (recommended)" , "ValueSet.expansion.contains.contains.property.code: Reference to ValueSet.expansion.property.code" , "PackagedProductDefinition.legalStatusOfSupply.code: The actual status of supply. In what situation this package type may be supplied for use" , "CodeSystem.concept.concept.property.code: Reference to CodeSystem.property.code" , "ConditionDefinition.precondition.code: Code for relevant Observation" , "RiskAssessment.code: Type of assessment" , "ConditionDefinition.observation.code: Code for relevant Observation" , "FamilyMemberHistory.condition.code: Condition suffered by relation" , "SubstanceDefinition.code: Codes associated with the substance" , "ValueSet.compose.exclude.concept.code: Code or expression from system" , "Contract.term.asset.context.code: Codeable asset context" , "ObservationDefinition.component.code: Type of observation" , "Group.code: Kind of Group members" , "ServiceRequest.orderDetail.parameter.code: The detail of the order being requested" , "Timing.code: C | BID | TID | QID | AM | PM | QD | QOD | +" , "SubstancePolymer.monomerSet.startingMaterial.code: The type of substance for this starting material" , "CoverageEligibilityResponse.error.code: Error code detailing processing issues" , "ConceptMap.group.unmapped.code: Fixed code when mode = fixed" , "RequestOrchestration.action.action.code: Code representing the meaning of the action or sub-actions" , "MeasureReport.group.stratifier.stratum.population.code: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation" , "HealthcareService.eligibility.code: Coded value for the eligibility" , "ImmunizationRecommendation.recommendation.dateCriterion.code: Type of date" , "AllergyIntolerance.code: Code that identifies the allergy or intolerance" , "CodeSystem.filter.code: Code that identifies the filter" , "DeviceRequest.parameter.code: Device detail" , "SupplyRequest.parameter.code: Item detail" , "Organization.qualification.code: Coded representation of the qualification" , "TerminologyCapabilities.codeSystem.version.filter.code: Code of the property supported" , "Condition.code: Identification of the condition, problem or diagnosis" .

fhir:_designation  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) ValueSet.expansion.contains.contains.designation" , "(Modified) ValueSet.expansion.contains.designation" , "(Modified) ValueSet.compose.exclude.concept.designation" , "(Modified) ValueSet.compose.include.concept.designation" , "(Modified) CodeSystem.concept.concept.designation" , "(Modified) CodeSystem.concept.designation" ;
        rdfs:label    "_designation" .

fhir:_creation  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Invoice.creation" , "(Modified) Attachment.creation" ;
        rdfs:label    "_creation" .

fhir:verificationType
        a                               owl:ObjectProperty ;
        rdfs:comment                    "Consent.verification.verificationType: Extensible list of verification type starting with verification and re-validation." ;
        rdfs:label                      "verificationType" ;
        fhir:modifierExtensionProperty  fhir:_verificationType ;
        dc:title                        "Consent.verification.verificationType: Business case of verification" .

fhir:DeviceDefinitionPackagingComponentPackagingUdiDeviceIdentifier
        a                owl:Class ;
        rdfs:comment     "Unique Device Identifier (UDI) Barcode string on the packaging." ;
        rdfs:label       "DeviceDefinitionPackagingComponentPackagingUdiDeviceIdentifier" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:issuer
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UdiDeviceIdentifierMarketDistribution ;
                           owl:onProperty     fhir:marketDistribution
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:deviceIdentifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:deviceIdentifier
                         ] ;
        dc:title         "Unique Device Identifier (UDI) Barcode string on the packaging" .

fhir:_containedInstance
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ExampleScenario.instance.containedInstance" ;
        rdfs:label    "_containedInstance" .

fhir:PackagedProductDefinitionLegalStatusOfSupplyComponent
        a                owl:Class ;
        rdfs:comment     "PackagedProductDefinitionLegalStatusOfSupplyComponent: The legal status of supply of the packaged item as classified by the regulator." ;
        rdfs:label       "PackagedProductDefinitionLegalStatusOfSupplyComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:code
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:code
                         ] .

fhir:_recipient  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Communication.recipient" , "(Modified) Transport.restriction.recipient" , "(Modified) Contract.term.group.asset.valuedItem.recipient" , "(Modified) CommunicationRequest.recipient" , "(Modified) Contract.term.asset.valuedItem.recipient" , "(Modified) Invoice.recipient" , "(Modified) Task.restriction.recipient" , "(Modified) PaymentNotice.recipient" ;
        rdfs:label    "_recipient" .

fhir:ifMatch  a                         owl:ObjectProperty ;
        rdfs:comment                    "Bundle.entry.request.ifMatch: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)." ;
        rdfs:label                      "ifMatch" ;
        fhir:modifierExtensionProperty  fhir:_ifMatch ;
        dc:title                        "Bundle.entry.request.ifMatch: For managing update contention" .

fhir:partNumber  a                      owl:ObjectProperty ;
        rdfs:comment                    "DeviceDefinition.partNumber: The part number or catalog number of the device." , "Device.partNumber: The part number or catalog number of the device." ;
        rdfs:label                      "partNumber" ;
        rdfs:subPropertyOf              w5:what ;
        fhir:modifierExtensionProperty  fhir:_partNumber ;
        dc:title                        "DeviceDefinition.partNumber: The part number or catalog number of the device" , "Device.partNumber: The part number or catalog number of the device" .

fhir:_severity  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) OperationOutcome.issue.severity" , "(Modified) DetectedIssue.severity" , "(Modified) ConditionDefinition.severity" , "(Modified) Condition.severity" , "(Modified) AuditEvent.severity" , "(Modified) AllergyIntolerance.reaction.severity" , "(Modified) ElementDefinition.constraint.severity" ;
        rdfs:label    "_severity" .

fhir:_filterBy  a     owl:ObjectProperty ;
        rdfs:comment  "(Modified) Subscription.filterBy" ;
        rdfs:label    "_filterBy" .

fhir:_NutritionIntake
        a                owl:Class ;
        rdfs:comment     "(Modified) NutritionIntake" ;
        rdfs:label       "_NutritionIntake" ;
        rdfs:subClassOf  fhir:_DomainResource .

fhir:BundleEntrySearchComponent
        a                owl:Class ;
        rdfs:comment     "BundleEntryComponent.BundleEntrySearchComponent: Information about the search process that lead to the creation of this entry." ;
        rdfs:label       "BundleEntrySearchComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:score
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:decimal ;
                           owl:onProperty     fhir:score
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:mode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:mode
                         ] .

fhir:_responseCode  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) TestScript.test.action.assert.responseCode" , "(Modified) TestScript.setup.action.assert.responseCode" ;
        rdfs:label    "_responseCode" .

fhir:_eventHistory  a  owl:ObjectProperty ;
        rdfs:comment  "(Modified) MedicationRequest.eventHistory" , "(Modified) MedicationDispense.eventHistory" , "(Modified) MedicationAdministration.eventHistory" , "(Modified) DeviceDispense.eventHistory" ;
        rdfs:label    "_eventHistory" .

fhir:_rejectionCriterion
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) SpecimenDefinition.typeTested.rejectionCriterion" ;
        rdfs:label    "_rejectionCriterion" .

fhir:notPerformedReason
        a                               owl:ObjectProperty ;
        rdfs:comment                    "MedicationDispense.notPerformedReason: Indicates the reason why a dispense was not performed." ;
        rdfs:label                      "notPerformedReason" ;
        fhir:modifierExtensionProperty  fhir:_notPerformedReason ;
        dc:title                        "MedicationDispense.notPerformedReason: Why a dispense was not performed" .

fhir:_entryType  a    owl:ObjectProperty ;
        rdfs:comment  "(Modified) Device.udiCarrier.entryType" ;
        rdfs:label    "_entryType" .

fhir:EncounterHistory
        a                            owl:Class ;
        rdfs:comment                 "A record of significant events/milestones key data throughout the history of an Encounter" ;
        rdfs:label                   "EncounterHistory" ;
        rdfs:subClassOf              w5:workflow.encounter , fhir:DomainResource ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:serviceType
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:plannedEndDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:class
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:length
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:subjectStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Period ;
                                       owl:onProperty     fhir:actualPeriod
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:code ;
                                       owl:onProperty     fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:EncounterHistoryLocationComponent ;
                                       owl:onProperty     fhir:location
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:plannedStartDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:class
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:plannedStartDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Duration ;
                                       owl:onProperty     fhir:length
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:status
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:plannedEndDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:subjectStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:actualPeriod
                                     ] ;
        fhir:modifierExtensionClass  fhir:_EncounterHistory .

fhir:_specialPrecautionsForStorage
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) ProductShelfLife.specialPrecautionsForStorage" ;
        rdfs:label    "_specialPrecautionsForStorage" .

fhir:SearchParameter  a  owl:Class ;
        rdfs:comment     "A search parameter that defines a named search item that can be used to search/filter on a resource." ;
        rdfs:label       "SearchParameter" ;
        rdfs:subClassOf  fhir:CanonicalResource , w5:conformance.behavior ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:multipleOr
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:string ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Coding ;
                                            owl:onProperty     fhir:versionAlgorithm
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:versionAlgorithm
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:jurisdiction
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:dateTime ;
                           owl:onProperty     fhir:date
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:version
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:comparator
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SearchParameterComponentComponent ;
                           owl:onProperty     fhir:component
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:ContactDetail ;
                           owl:onProperty     fhir:contact
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyrightLabel
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:constraint
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:modifier
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:multipleAnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:multipleOr
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:purpose
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:version
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:multipleAnd
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:base
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:publisher
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:processingMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:UsageContext ;
                           owl:onProperty     fhir:useContext
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      fhir:base
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:chain
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:copyright
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:derivedFrom
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:target
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Identifier ;
                           owl:onProperty     fhir:identifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:constraint
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:status
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:date
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:expression
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:markdown ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:code
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:processingMode
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:experimental
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:code
                         ] .

fhir:gender  a                          owl:ObjectProperty ;
        rdfs:comment                    "ObservationDefinition.qualifiedValue.gender: The gender this  set of qualified values applies to." , "RelatedPerson.gender: Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes." , "Patient.gender: Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes." , "Practitioner.gender: Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes." , "Person.gender: Administrative Gender." , "ObservationDefinition.component.qualifiedValue.gender: The gender this  set of qualified values applies to." , "Patient.contact.gender: Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes." ;
        rdfs:label                      "gender" ;
        fhir:modifierExtensionProperty  fhir:_gender ;
        dc:title                        "Patient.contact.gender: male | female | other | unknown" , "ObservationDefinition.component.qualifiedValue.gender: male | female | other | unknown" , "Person.gender: male | female | other | unknown" , "Patient.gender: male | female | other | unknown" , "ObservationDefinition.qualifiedValue.gender: male | female | other | unknown" , "Practitioner.gender: male | female | other | unknown" , "RelatedPerson.gender: male | female | other | unknown" .

fhir:coding  a                          owl:ObjectProperty ;
        rdfs:comment                    "CodeableConcept.coding: A reference to a code defined by a terminology system." ;
        rdfs:label                      "coding" ;
        fhir:modifierExtensionProperty  fhir:_coding ;
        dc:title                        "CodeableConcept.coding: Code defined by a terminology system" .

fhir:ProductShelfLife
        a                            owl:Class ;
        rdfs:comment                 "The shelf-life and storage information for a medicinal product item or container can be described using this class." ;
        rdfs:label                   "ProductShelfLife" ;
        rdfs:subClassOf              fhir:BackboneType ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:specialPrecautionsForStorage
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:type
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:type
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Duration ;
                                                        owl:onProperty     fhir:period
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:period
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:period
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:period
                                                      ]
                                                    )
                                     ] ;
        fhir:modifierExtensionClass  fhir:_ProductShelfLife ;
        dc:title                     "The shelf-life and storage information for a medicinal product item or container can be described using this class" .

fhir:system  a                          owl:ObjectProperty ;
        rdfs:comment                    "ValueSet.expansion.contains.contains.system: An absolute URI which is the code system in which the code for this item in the expansion is defined." , "ConceptMap.property.system: The CodeSystem that defines the codes from which values of type ```code``` in property values." , "ContactPoint.system: Telecommunications form for contact point - what communications system is required to make use of the contact." , "ValueSet.expansion.contains.system: An absolute URI which is the code system in which the code for this item in the expansion is defined." , "ValueSet.compose.exclude.system: An absolute URI which is the code system from which the selected codes come from." , "ValueSet.compose.include.system: An absolute URI which is the code system from which the selected codes come from." , "Identifier.system: Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique." , "Coding.system: The identification of the code system that defines the meaning of the symbol in the code." , "Quantity.system: The identification of the system that provides the coded form of the unit." , "OperationDefinition.system: Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context)." ;
        rdfs:label                      "system" ;
        fhir:modifierExtensionProperty  fhir:_system ;
        dc:title                        "ConceptMap.property.system: The CodeSystem from which code values come" , "ValueSet.expansion.contains.system: System value for the code" , "ContactPoint.system: phone | fax | email | pager | url | sms | other" , "Identifier.system: The namespace for the identifier value" , "ValueSet.expansion.contains.contains.system: System value for the code" , "ValueSet.compose.include.system: The system the codes come from" , "Coding.system: Identity of the terminology system" , "OperationDefinition.system: Invoke at the system level?" , "ValueSet.compose.exclude.system: The system the codes come from" , "Quantity.system: System that defines coded unit form" .

fhir:TestScriptTeardownComponent.TeardownActionOperation
        a                owl:Class ;
        rdfs:comment     "An operation would involve a REST request to a server." ;
        rdfs:label       "TestScriptTeardownComponent.TeardownActionOperation" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:requestId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:description
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:url
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:responseId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Coding ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:accept
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:contentType
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:url
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:destination
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:description
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:params
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:encodeRequestUrl
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:responseId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:targetId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:label
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:params
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:requestId
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:method
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:integer ;
                           owl:onProperty     fhir:origin
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:accept
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:TestScriptSetupActionOperationRequestHeaderComponent ;
                           owl:onProperty     fhir:requestHeader
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:uri ;
                           owl:onProperty     fhir:resource
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:id ;
                           owl:onProperty     fhir:sourceId
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:boolean ;
                           owl:onProperty     fhir:encodeRequestUrl
                         ] ;
        dc:title         "The teardown operation to perform" .

fhir:_tissue  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.tissue" ;
        rdfs:label    "_tissue" .

fhir:associatedParty  a                 owl:ObjectProperty ;
        rdfs:comment                    "ResearchStudy.associatedParty: Sponsors, collaborators, and other parties." ;
        rdfs:label                      "associatedParty" ;
        fhir:modifierExtensionProperty  fhir:_associatedParty ;
        dc:title                        "ResearchStudy.associatedParty: Sponsors, collaborators, and other parties" .

fhir:statistic  a                       owl:ObjectProperty ;
        rdfs:comment                    "Evidence.statistic: Values and parameters for a single statistic." ;
        rdfs:label                      "statistic" ;
        fhir:modifierExtensionProperty  fhir:_statistic ;
        dc:title                        "Evidence.statistic: Values and parameters for a single statistic" .

fhir:DataRequirement  a  owl:Class ;
        rdfs:comment     "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data." ;
        rdfs:label       "DataRequirement" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Reference ;
                                            owl:onProperty     fhir:subject
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:subject
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:limit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:code ;
                           owl:onProperty     fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirementCodeFilterComponent ;
                           owl:onProperty     fhir:codeFilter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirementValueFilterComponent ;
                           owl:onProperty     fhir:valueFilter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirementDateFilterComponent ;
                           owl:onProperty     fhir:dateFilter
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:canonical ;
                           owl:onProperty     fhir:profile
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:DataRequirementSortComponent ;
                           owl:onProperty     fhir:sort
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:positiveInt ;
                           owl:onProperty     fhir:limit
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:mustSupport
                         ] ;
        dc:title         "Describes a required data item" .

fhir:MedicationKnowledgeRegulatoryMaxDispenseComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeRegulatoryComponent.MedicationKnowledgeRegulatoryMaxDispenseComponent: The maximum number of units of the medication that can be dispensed in a period." ;
        rdfs:label       "MedicationKnowledgeRegulatoryMaxDispenseComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:period
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Duration ;
                           owl:onProperty     fhir:period
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:quantity
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:SimpleQuantity ;
                           owl:onProperty     fhir:quantity
                         ] .

fhir:udiCarrier  a                      owl:ObjectProperty ;
        rdfs:comment                    "Device.udiCarrier: Unique device identifier (UDI) assigned to device label or package.  Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold." ;
        rdfs:label                      "udiCarrier" ;
        rdfs:subPropertyOf              w5:id ;
        fhir:modifierExtensionProperty  fhir:_udiCarrier ;
        dc:title                        "Device.udiCarrier: Unique Device Identifier (UDI) Barcode string" .

fhir:Availability  a     owl:Class ;
        rdfs:comment     "Availability data for an {item}." ;
        rdfs:label       "Availability" ;
        rdfs:subClassOf  fhir:DataType ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AvailabilityNotAvailableTimeComponent ;
                           owl:onProperty     fhir:notAvailableTime
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:AvailabilityAvailableTimeComponent ;
                           owl:onProperty     fhir:availableTime
                         ] ;
        dc:title         "Availability data for an {item}" .

fhir:sender  a                          owl:ObjectProperty ;
        rdfs:comment                    "MessageHeader.sender: Identifies the sending system to allow the use of a trust relationship." , "Communication.sender: The entity (e.g. person, organization, clinical information system, or device) which is the source of the communication." ;
        rdfs:label                      "sender" ;
        rdfs:subPropertyOf              w5:who.focus , w5:who.actor ;
        fhir:modifierExtensionProperty  fhir:_sender ;
        dc:title                        "MessageHeader.sender: Real world sender of the message" , "Communication.sender: Who shares the information" .

fhir:_strand  a       owl:ObjectProperty ;
        rdfs:comment  "(Modified) MolecularSequence.relative.startingSequence.strand" ;
        rdfs:label    "_strand" .

fhir:IngredientSubstanceStrengthComponent
        a                owl:Class ;
        rdfs:comment     "IngredientSubstanceComponent.IngredientSubstanceStrengthComponent: The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item. The allowed repetitions do not represent different strengths, but are different representations - mathematically equivalent - of a single strength." ;
        rdfs:label       "IngredientSubstanceStrengthComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:measurementPoint
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:basis
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:presentation
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:presentation
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:RatioRange ;
                                            owl:onProperty     fhir:presentation
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:presentation
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:presentation
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:presentation
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:presentation
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:presentation
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:IngredientSubstanceStrengthReferenceStrengthComponent ;
                           owl:onProperty     fhir:referenceStrength
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:country
                         ] ;
        rdfs:subClassOf  [ owl:unionOf  ( [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Ratio ;
                                            owl:onProperty     fhir:concentration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:concentration
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:RatioRange ;
                                            owl:onProperty     fhir:concentration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:concentration
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:CodeableConcept ;
                                            owl:onProperty     fhir:concentration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:concentration
                                          ]
                                          [ a                  owl:Restriction ;
                                            owl:allValuesFrom  fhir:Quantity ;
                                            owl:onProperty     fhir:concentration
                                          ]
                                          [ a                   owl:Restriction ;
                                            owl:maxCardinality  1 ;
                                            owl:onProperty      fhir:concentration
                                          ]
                                        )
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:textPresentation
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textPresentation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:basis
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:textConcentration
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:measurementPoint
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:textConcentration
                         ] .

fhir:MedicationKnowledgeMonitoringProgramComponent
        a                owl:Class ;
        rdfs:comment     "MedicationKnowledgeMonitoringProgramComponent: The program under which the medication is reviewed." ;
        rdfs:label       "MedicationKnowledgeMonitoringProgramComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:name
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:name
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:type
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:type
                         ] .

fhir:_derivation  a   owl:ObjectProperty ;
        rdfs:comment  "(Modified) StructureDefinition.derivation" ;
        rdfs:label    "_derivation" .

fhir:Condition  a                    owl:Class ;
        rdfs:comment                 "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern." ;
        rdfs:label                   "Condition" ;
        rdfs:subClassOf              fhir:DomainResource , w5:clinical.general ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ConditionStageComponent ;
                                       owl:onProperty     fhir:stage
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:ConditionParticipantComponent ;
                                       owl:onProperty     fhir:participant
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:recordedDate
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:clinicalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:severity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:clinicalStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:code
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:abatement
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:abatement
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Age ;
                                                        owl:onProperty     fhir:abatement
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:abatement
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:abatement
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:abatement
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:abatement
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:abatement
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:abatement
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:abatement
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:verificationStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Annotation ;
                                       owl:onProperty     fhir:note
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:dateTime ;
                                       owl:onProperty     fhir:recordedDate
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:bodySite
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:category
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:code
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:severity
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Identifier ;
                                       owl:onProperty     fhir:identifier
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableReference ;
                                       owl:onProperty     fhir:evidence
                                     ] ;
        rdfs:subClassOf              [ owl:unionOf  ( [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:dateTime ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Age ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Period ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:Range ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                      [ a                  owl:Restriction ;
                                                        owl:allValuesFrom  fhir:string ;
                                                        owl:onProperty     fhir:onset
                                                      ]
                                                      [ a                   owl:Restriction ;
                                                        owl:maxCardinality  1 ;
                                                        owl:onProperty      fhir:onset
                                                      ]
                                                    )
                                     ] ;
        rdfs:subClassOf              [ a                   owl:Restriction ;
                                       owl:maxCardinality  1 ;
                                       owl:onProperty      fhir:encounter
                                     ] ;
        rdfs:subClassOf              [ a                owl:Restriction ;
                                       owl:cardinality  1 ;
                                       owl:onProperty   fhir:subject
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:CodeableConcept ;
                                       owl:onProperty     fhir:verificationStatus
                                     ] ;
        rdfs:subClassOf              [ a                  owl:Restriction ;
                                       owl:allValuesFrom  fhir:Reference ;
                                       owl:onProperty     fhir:encounter
                                     ] ;
        fhir:modifierExtensionClass  fhir:_Condition .

fhir:AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent
        a                owl:Class ;
        rdfs:comment     "AdministrableProductDefinitionRouteOfAdministrationComponent.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent: A species specific time during which consumption of animal product is not appropriate." ;
        rdfs:label       "AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent" ;
        rdfs:subClassOf  fhir:BackboneElement ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:CodeableConcept ;
                           owl:onProperty     fhir:tissue
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:string ;
                           owl:onProperty     fhir:supportingInformation
                         ] ;
        rdfs:subClassOf  [ a                  owl:Restriction ;
                           owl:allValuesFrom  fhir:Quantity ;
                           owl:onProperty     fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   fhir:tissue
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:maxCardinality  1 ;
                           owl:onProperty      fhir:supportingInformation
                         ] .

fhir:diagnostics  a                     owl:ObjectProperty ;
        rdfs:comment                    "OperationOutcome.issue.diagnostics: Additional diagnostic information about the issue." ;
        rdfs:label                      "diagnostics" ;
        fhir:modifierExtensionProperty  fhir:_diagnostics ;
        dc:title                        "OperationOutcome.issue.diagnostics: Additional diagnostic information about the issue" .

fhir:assessment  a                      owl:ObjectProperty ;
        rdfs:comment                    "Condition.stage.assessment: Reference to a formal record of the evidence on which the staging assessment is based." ;
        rdfs:label                      "assessment" ;
        fhir:modifierExtensionProperty  fhir:_assessment ;
        dc:title                        "Condition.stage.assessment: Formal record of assessment" .

fhir:_clockFacePosition
        a             owl:ObjectProperty ;
        rdfs:comment  "(Modified) BodyStructure.excludedStructure.bodyLandmarkOrientation.clockFacePosition" , "(Modified) BodyStructure.includedStructure.bodyLandmarkOrientation.clockFacePosition" ;
        rdfs:label    "_clockFacePosition" .

fhir:attestation  a                     owl:ObjectProperty ;
        rdfs:comment                    "VerificationResult.attestation: Information about the entity attesting to information." ;
        rdfs:label                      "attestation" ;
        fhir:modifierExtensionProperty  fhir:_attestation ;
        dc:title                        "VerificationResult.attestation: Information about the entity attesting to information" .

fhir:identified  a                      owl:ObjectProperty ;
        rdfs:comment                    "DetectedIssue.identified" ;
        rdfs:label                      "identified" ;
        fhir:modifierExtensionProperty  fhir:_identified .
