PREFIX fhir: PREFIX fhirvs: PREFIX xsd: PREFIX rdf: IMPORT start=@ # Tracks balance, charges, for patient or cost center EXTENDS @ CLOSED { a [fhir:Account]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:account-status}; fhir:billingStatus @?; fhir:type @?; fhir:name @?; fhir:subject @?; fhir:servicePeriod @?; fhir:covers @?; fhir:coverage @?; fhir:owner @ AND {fhir:link @ ? }?; fhir:description @?; fhir:guarantor @?; fhir:diagnosis @?; fhir:procedure @?; fhir:relatedAccount @?; fhir:currency @?; fhir:balance @?; fhir:calculatedAt @?; } # The definition of a specific activity to be taken, independent of any particular patient or context EXTENDS @ CLOSED { a [fhir:ActivityDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:subtitle @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:subject @ OR (@ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ }) OR (@ AND {fhir:link @ }) ?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:usage @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:approvalDate @?; fhir:lastReviewDate @?; fhir:effectivePeriod @?; fhir:topic @?; fhir:author @?; fhir:editor @?; fhir:reviewer @?; fhir:endorser @?; fhir:relatedArtifact @?; fhir:library @?; fhir:kind @ AND {fhir:v @fhirvs:request-resource-types}?; fhir:profile @?; fhir:code @?; fhir:intent @ AND {fhir:v @fhirvs:request-intent}?; fhir:priority @ AND {fhir:v @fhirvs:request-priority}?; fhir:doNotPerform @?; fhir:timing @ OR @ OR @ OR @ ?; fhir:asNeeded @ OR @ ?; fhir:location @?; fhir:participant @?; fhir:product (@ AND {fhir:link @ OR @ OR @ OR @ }) OR @ ?; fhir:quantity @?; fhir:dosage @?; fhir:bodySite @?; fhir:specimenRequirement @?; fhir:observationRequirement @?; fhir:observationResultRequirement @?; fhir:transform @?; fhir:dynamicValue @?; } # An application that exchanges data EXTENDS @ CLOSED { a [fhir:ActorDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:type @ AND {fhir:v @fhirvs:examplescenario-actor-type}; fhir:documentation @?; fhir:reference @?; fhir:capabilities @?; fhir:derivedFrom @?; } # An address expressed using postal conventions (as opposed to GPS or other location definition formats)
EXTENDS @ CLOSED { a [fhir:Address]?; fhir:use @ AND {fhir:v @fhirvs:address-use}?; fhir:type @ AND {fhir:v @fhirvs:address-type}?; fhir:text @?; fhir:line @?; fhir:city @?; fhir:district @?; fhir:state @?; fhir:postalCode @?; fhir:country @?; fhir:period @?; } # A medicinal product in the final form, suitable for administration - after any mixing of multiple components EXTENDS @ CLOSED { a [fhir:AdministrableProductDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:formOf @?; fhir:administrableDoseForm @?; fhir:unitOfPresentation @?; fhir:producedFrom @?; fhir:ingredient @?; fhir:device @ AND {fhir:link @ ? }?; fhir:description @?; fhir:property @?; fhir:routeOfAdministration @; } # An event that may be related to unintended effects on a patient or research participant EXTENDS @ CLOSED { a [fhir:AdverseEvent]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:adverse-event-status}; fhir:actuality @ AND {fhir:v @fhirvs:adverse-event-actuality}; fhir:category @?; fhir:code @?; fhir:subject @ AND {fhir:link @ OR @ OR @ OR @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:cause @ OR @ ?; fhir:effect @ OR @ ?; fhir:detected @?; fhir:recordedDate @?; fhir:resultingEffect @?; fhir:location @ AND {fhir:link @ ? }?; fhir:seriousness @?; fhir:outcome @?; fhir:recorder @ AND {fhir:link @ OR @ OR @ OR @ ? }?; fhir:participant @?; fhir:study @?; fhir:expectedInResearchStudy @?; fhir:suspectEntity @?; fhir:contributingFactor @?; fhir:preventiveAction @?; fhir:mitigatingAction @?; fhir:supportingInfo @?; fhir:note @?; } # A duration of time during which an organism (or a process) has existed EXTENDS @ CLOSED { a [fhir:Age]?;fhir:nodeRole [fhir:treeRoot]?; } # Allergy or Intolerance (generally: Risk of adverse reaction to a substance) EXTENDS @ CLOSED { a [fhir:AllergyIntolerance]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:clinicalStatus @?; fhir:verificationStatus @?; fhir:type @?; fhir:category @ AND {fhir:v @fhirvs:allergy-intolerance-category}?; fhir:criticality @ AND {fhir:v @fhirvs:allergy-intolerance-criticality}?; fhir:code @?; fhir:patient @ AND {fhir:link @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:onset @ OR @ OR @ OR @ OR @ ?; fhir:recordedDate @?; fhir:participant @?; fhir:lastOccurrence @?; fhir:note @?; fhir:reaction @?; } # Text node with attribution EXTENDS @ CLOSED { a [fhir:Annotation]?; fhir:author (@ AND {fhir:link @ OR @ OR @ OR @ OR @ }) OR @ ?; fhir:time @?; fhir:text @; } # 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) EXTENDS @ CLOSED { a [fhir:Appointment]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:appointmentstatus}; fhir:cancellationReason @?; fhir:class @?; fhir:serviceCategory @?; fhir:serviceType @?; fhir:specialty @?; fhir:appointmentType @?; fhir:reason @?; fhir:priority @?; fhir:description @?; fhir:replaces @?; fhir:virtualService @?; fhir:supportingInformation @?; fhir:previousAppointment @ AND {fhir:link @ ? }?; fhir:originatingAppointment @ AND {fhir:link @ ? }?; fhir:start @?; fhir:end @?; fhir:minutesDuration @?; fhir:requestedPeriod @?; fhir:slot @?; fhir:account @?; fhir:created @?; fhir:cancellationDate @?; fhir:note @?; fhir:patientInstruction @?; fhir:basedOn @?; fhir:subject @ AND {fhir:link @ OR @ ? }?; fhir:participant @; fhir:recurrenceId @?; fhir:occurrenceChanged @?; fhir:recurrenceTemplate @?; } # A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection EXTENDS @ CLOSED { a [fhir:AppointmentResponse]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:appointment @ AND {fhir:link @ ? }; fhir:proposedNewTime @?; fhir:start @?; fhir:end @?; fhir:participantType @?; fhir:actor @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:participantStatus @ AND {fhir:v @fhirvs:appointmentresponse-status}; fhir:comment @?; fhir:recurring @?; fhir:occurrenceDate @?; fhir:recurrenceId @?; } # Adds metadata-supported comments, classifiers or ratings related to a Resource EXTENDS @ CLOSED { a [fhir:ArtifactAssessment]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:title @?; fhir:citeAs (@ AND {fhir:link @ }) OR @ ?; fhir:date @?; fhir:copyright @?; fhir:approvalDate @?; fhir:lastReviewDate @?; fhir:artifact (@ AND {fhir:link @ }) OR @ OR @ ; fhir:content @?; fhir:workflowStatus @ AND {fhir:v @fhirvs:artifactassessment-workflow-status}?; fhir:disposition @ AND {fhir:v @fhirvs:artifactassessment-disposition}?; } # Content in a format defined elsewhere EXTENDS @ CLOSED { a [fhir:Attachment]?; fhir:contentType @ AND {fhir:v @fhirvs:mimetypes}?; fhir:language @ AND {fhir:v @fhirvs:all-languages}?; fhir:data @?; fhir:url @?; fhir:size @?; fhir:hash @?; fhir:title @?; fhir:creation @?; fhir:height @?; fhir:width @?; fhir:frames @?; fhir:duration @?; fhir:pages @?; } # Record of an event EXTENDS @ CLOSED { a [fhir:AuditEvent]?;fhir:nodeRole [fhir:treeRoot]?; fhir:category @?; fhir:code @; fhir:action @ AND {fhir:v @fhirvs:audit-event-action}?; fhir:severity @ AND {fhir:v @fhirvs:audit-event-severity}?; fhir:occurred @ OR @ ?; fhir:recorded @; fhir:outcome @?; fhir:authorization @?; fhir:basedOn @?; fhir:patient @ AND {fhir:link @ ? }?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:agent @; fhir:source @; fhir:entity @?; } # Availability data for an {item} EXTENDS @ CLOSED { a [fhir:Availability]?; fhir:availableTime @?; fhir:notAvailableTime @?; } # Base for elements defined inside a resource EXTENDS @ CLOSED { fhir:modifierExtension @?; } # Base for datatypes that can carry modifier extensions EXTENDS @ CLOSED { a [fhir:BackboneType]?; fhir:modifierExtension @?; } # Resource for non-supported content EXTENDS @ CLOSED { a [fhir:Basic]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:code @; fhir:subject @ AND {fhir:link @ ? }?; fhir:created @?; fhir:author @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ OR @ ? }?; } # Pure binary content defined by a format other than FHIR EXTENDS @ CLOSED { a [fhir:Binary]?;fhir:nodeRole [fhir:treeRoot]?; fhir:contentType @ AND {fhir:v @fhirvs:mimetypes}; fhir:securityContext @ AND {fhir:link @ ? }?; fhir:data @?; } # This resource reflects an instance of a biologically derived product EXTENDS @ CLOSED { a [fhir:BiologicallyDerivedProduct]?;fhir:nodeRole [fhir:treeRoot]?; fhir:productCategory @?; fhir:productCode @?; fhir:parent @?; fhir:request @?; fhir:identifier @?; fhir:biologicalSourceEvent @?; fhir:processingFacility @?; fhir:division @?; fhir:productStatus @?; fhir:expirationDate @?; fhir:collection @?; fhir:storageTempRequirements @?; fhir:property @?; } # A record of dispensation of a biologically derived product EXTENDS @ CLOSED { a [fhir:BiologicallyDerivedProductDispense]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:basedOn @?; fhir:partOf @?; fhir:status @ AND {fhir:v @fhirvs:biologicallyderivedproductdispense-status}; fhir:originRelationshipType @?; fhir:product @ AND {fhir:link @ ? }; fhir:patient @ AND {fhir:link @ ? }; fhir:matchStatus @?; fhir:performer @?; fhir:location @ AND {fhir:link @ ? }?; fhir:quantity @?; fhir:preparedDate @?; fhir:whenHandedOver @?; fhir:destination @ AND {fhir:link @ ? }?; fhir:note @?; fhir:usageInstruction @?; } # Specific and identified anatomical structure EXTENDS @ CLOSED { a [fhir:BodyStructure]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:active @?; fhir:morphology @?; fhir:includedStructure @; fhir:excludedStructure @?; fhir:description @?; fhir:image @?; fhir:patient @ AND {fhir:link @ ? }; } # Contains a collection of resources EXTENDS @ CLOSED { a [fhir:Bundle]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:type @ AND {fhir:v @fhirvs:bundle-type}; fhir:timestamp @?; fhir:total @?; fhir:link @?; fhir:entry @?; fhir:signature @?; fhir:issues @?; } # Common Interface declaration for definitional resources EXTENDS @ CLOSED { a [fhir:CanonicalResource]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; } # A statement of system capabilities EXTENDS @ CLOSED { a [fhir:CapabilityStatement]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:kind @ AND {fhir:v @fhirvs:capability-statement-kind}; fhir:instantiates @?; fhir:imports @?; fhir:software @?; fhir:implementation @?; fhir:fhirVersion @ AND {fhir:v @fhirvs:FHIR-version}; fhir:format @ AND {fhir:v @fhirvs:mimetypes}; fhir:patchFormat @ AND {fhir:v @fhirvs:mimetypes}?; fhir:acceptLanguage @ AND {fhir:v @fhirvs:all-languages}?; fhir:implementationGuide @?; fhir:rest @?; fhir:messaging @?; fhir:document @?; } # Healthcare plan for patient or group EXTENDS @ CLOSED { a [fhir:CarePlan]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:instantiatesCanonical @?; fhir:instantiatesUri @?; fhir:basedOn @?; fhir:replaces @?; fhir:partOf @?; fhir:status @ AND {fhir:v @fhirvs:request-status}; fhir:intent @ AND {fhir:v @fhirvs:care-plan-intent}; fhir:category @?; fhir:title @?; fhir:description @?; fhir:subject @ AND {fhir:link @ OR @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:period @?; fhir:created @?; fhir:custodian @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:contributor @?; fhir:careTeam @?; fhir:addresses @?; fhir:supportingInfo @?; fhir:goal @?; fhir:activity @?; fhir:note @?; } # Planned participants in the coordination and delivery of care EXTENDS @ CLOSED { a [fhir:CareTeam]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:care-team-status}?; fhir:category @?; fhir:name @?; fhir:subject @ AND {fhir:link @ OR @ ? }?; fhir:period @?; fhir:participant @?; fhir:reason @?; fhir:managingOrganization @?; fhir:telecom @?; fhir:note @?; } # Item containing charge code(s) associated with the provision of healthcare provider products EXTENDS @ CLOSED { a [fhir:ChargeItem]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:definitionUri @?; fhir:definitionCanonical @?; fhir:status @ AND {fhir:v @fhirvs:chargeitem-status}; fhir:partOf @?; fhir:code @; fhir:subject @ AND {fhir:link @ OR @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:occurrence @ OR @ OR @ ?; fhir:performer @?; fhir:performingOrganization @ AND {fhir:link @ ? }?; fhir:requestingOrganization @ AND {fhir:link @ ? }?; fhir:costCenter @ AND {fhir:link @ ? }?; fhir:quantity @?; fhir:bodysite @?; fhir:unitPriceComponent @?; fhir:totalPriceComponent @?; fhir:overrideReason @?; fhir:enterer @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:enteredDate @?; fhir:reason @?; fhir:service @?; fhir:product @?; fhir:account @?; fhir:note @?; fhir:supportingInformation @?; } # Definition of properties and rules about how the price and the applicability of a ChargeItem can be determined EXTENDS @ CLOSED { a [fhir:ChargeItemDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:derivedFromUri @?; fhir:partOf @?; fhir:replaces @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:approvalDate @?; fhir:lastReviewDate @?; fhir:code @?; fhir:instance @?; fhir:applicability @?; fhir:propertyGroup @?; } # A description of identification, location, or contributorship of a publication (article or artifact) EXTENDS @ CLOSED { a [fhir:Citation]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:approvalDate @?; fhir:lastReviewDate @?; fhir:effectivePeriod @?; fhir:author @?; fhir:editor @?; fhir:reviewer @?; fhir:endorser @?; fhir:summary @?; fhir:classification @?; fhir:note @?; fhir:currentState @?; fhir:statusDate @?; fhir:relatedArtifact @?; fhir:citedArtifact @?; } # Claim, Pre-determination or Pre-authorization EXTENDS @ CLOSED { a [fhir:Claim]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:traceNumber @?; fhir:status @ AND {fhir:v @fhirvs:fm-status}; fhir:type @; fhir:subType @?; fhir:use @ AND {fhir:v @fhirvs:claim-use}; fhir:patient @ AND {fhir:link @ ? }; fhir:billablePeriod @?; fhir:created @; fhir:enterer @ AND {fhir:link @ OR @ OR @ OR @ ? }?; fhir:insurer @ AND {fhir:link @ ? }?; fhir:provider @ AND {fhir:link @ OR @ OR @ ? }?; fhir:priority @?; fhir:fundsReserve @?; fhir:related @?; fhir:prescription @ AND {fhir:link @ OR @ OR @ ? }?; fhir:originalPrescription @ AND {fhir:link @ OR @ OR @ ? }?; fhir:payee @?; fhir:referral @ AND {fhir:link @ ? }?; fhir:encounter @?; fhir:facility @ AND {fhir:link @ OR @ ? }?; fhir:diagnosisRelatedGroup @?; fhir:event @?; fhir:careTeam @?; fhir:supportingInfo @?; fhir:diagnosis @?; fhir:procedure @?; fhir:insurance @?; fhir:accident @?; fhir:patientPaid @?; fhir:item @?; fhir:total @?; } # Response to a claim predetermination or preauthorization EXTENDS @ CLOSED { a [fhir:ClaimResponse]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:traceNumber @?; fhir:status @ AND {fhir:v @fhirvs:fm-status}; fhir:type @; fhir:subType @?; fhir:use @ AND {fhir:v @fhirvs:claim-use}; fhir:patient @ AND {fhir:link @ ? }; fhir:created @; fhir:insurer @ AND {fhir:link @ ? }?; fhir:requestor @ AND {fhir:link @ OR @ OR @ ? }?; fhir:request @ AND {fhir:link @ ? }?; fhir:outcome @ AND {fhir:v @fhirvs:claim-outcome}; fhir:decision @?; fhir:disposition @?; fhir:preAuthRef @?; fhir:preAuthPeriod @?; fhir:event @?; fhir:payeeType @?; fhir:encounter @?; fhir:diagnosisRelatedGroup @?; fhir:item @?; fhir:addItem @?; fhir:adjudication @?; fhir:total @?; fhir:payment @?; fhir:fundsReserve @?; fhir:formCode @?; fhir:form @?; fhir:processNote @?; fhir:communicationRequest @?; fhir:insurance @?; fhir:error @?; } # A clinical assessment performed when planning treatments and management strategies for a patient EXTENDS @ CLOSED { a [fhir:ClinicalImpression]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:event-status}; fhir:statusReason @?; fhir:description @?; fhir:subject @ AND {fhir:link @ OR @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:effective @ OR @ ?; fhir:date @?; fhir:performer @ AND {fhir:link @ OR @ ? }?; fhir:previous @ AND {fhir:link @ ? }?; fhir:problem @?; fhir:changePattern @?; fhir:protocol @?; fhir:summary @?; fhir:finding @?; fhir:prognosisCodeableConcept @?; fhir:prognosisReference @?; fhir:supportingInfo @?; fhir:note @?; } # A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure EXTENDS @ CLOSED { a [fhir:ClinicalUseDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:type @ AND {fhir:v @fhirvs:clinical-use-definition-type}; fhir:category @?; fhir:subject @?; fhir:status @?; fhir:contraindication @?; fhir:indication @?; fhir:interaction @?; fhir:population @?; fhir:library @?; fhir:undesirableEffect @?; fhir:warning @?; } # Declares the existence of and describes a code system or code system supplement EXTENDS @ CLOSED { a [fhir:CodeSystem]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:approvalDate @?; fhir:lastReviewDate @?; fhir:effectivePeriod @?; fhir:topic @?; fhir:author @?; fhir:editor @?; fhir:reviewer @?; fhir:endorser @?; fhir:relatedArtifact @?; fhir:caseSensitive @?; fhir:valueSet @?; fhir:hierarchyMeaning @ AND {fhir:v @fhirvs:codesystem-hierarchy-meaning}?; fhir:compositional @?; fhir:versionNeeded @?; fhir:content @ AND {fhir:v @fhirvs:codesystem-content-mode}; fhir:supplements @?; fhir:count @?; fhir:filter @?; fhir:property @?; fhir:concept @?; } # Concept - reference to a terminology or just text EXTENDS @ CLOSED { a [fhir:CodeableConcept]?; a NONLITERAL*; fhir:coding @?; fhir:text @?; } # Reference to a resource or a concept EXTENDS @ CLOSED { a [fhir:CodeableReference]?; fhir:concept @?; fhir:reference @?; } # A reference to a code defined by a terminology system EXTENDS @ CLOSED { a [fhir:Coding]?; a NONLITERAL?; fhir:system @?; fhir:version @?; fhir:code @?; fhir:display @?; fhir:userSelected @?; } # A clinical or business level record of information being transmitted or shared EXTENDS @ CLOSED { a [fhir:Communication]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:instantiatesCanonical @?; fhir:instantiatesUri @?; fhir:basedOn @?; fhir:partOf @?; fhir:inResponseTo @?; fhir:status @ AND {fhir:v @fhirvs:event-status}; fhir:statusReason @?; fhir:category @?; fhir:priority @ AND {fhir:v @fhirvs:request-priority}?; fhir:medium @?; fhir:subject @ AND {fhir:link @ OR @ ? }?; fhir:topic @?; fhir:about @?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:sent @?; fhir:received @?; fhir:recipient @?; fhir:sender @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:reason @?; fhir:payload @?; fhir:note @?; } # A request for information to be sent to a receiver EXTENDS @ CLOSED { a [fhir:CommunicationRequest]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:basedOn @?; fhir:replaces @?; fhir:groupIdentifier @?; fhir:status @ AND {fhir:v @fhirvs:request-status}; fhir:statusReason @?; fhir:intent @ AND {fhir:v @fhirvs:request-intent}; fhir:category @?; fhir:priority @ AND {fhir:v @fhirvs:request-priority}?; fhir:doNotPerform @?; fhir:medium @?; fhir:subject @ AND {fhir:link @ OR @ ? }?; fhir:about @?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:payload @?; fhir:occurrence @ OR @ ?; fhir:authoredOn @?; fhir:requester @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:recipient @?; fhir:informationProvider @?; fhir:reason @?; fhir:note @?; } # Compartment Definition for a resource EXTENDS @ CLOSED { a [fhir:CompartmentDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:purpose @?; fhir:code @ AND {fhir:v @fhirvs:compartment-type}; fhir:search @; fhir:resource @?; } # A set of resources composed into a single coherent clinical statement with clinical attestation EXTENDS @ CLOSED { a [fhir:Composition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:status @ AND {fhir:v @fhirvs:composition-status}; fhir:type @; fhir:category @?; fhir:subject @?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:date @; fhir:useContext @?; fhir:author @; fhir:name @?; fhir:title @; fhir:note @?; fhir:attester @?; fhir:custodian @ AND {fhir:link @ ? }?; fhir:relatesTo @?; fhir:event @?; fhir:section @?; } # A map from one set of concepts to one or more other concepts EXTENDS @ CLOSED { a [fhir:ConceptMap]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:purpose @?; fhir:copyright @?; fhir:copyrightLabel @?; fhir:approvalDate @?; fhir:lastReviewDate @?; fhir:effectivePeriod @?; fhir:topic @?; fhir:author @?; fhir:editor @?; fhir:reviewer @?; fhir:endorser @?; fhir:relatedArtifact @?; fhir:property @?; fhir:additionalAttribute @?; fhir:sourceScope @ OR (@ AND {fhir:link @ }) ?; fhir:targetScope @ OR (@ AND {fhir:link @ }) ?; fhir:group @?; } # Detailed information about conditions, problems or diagnoses EXTENDS @ CLOSED { a [fhir:Condition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:clinicalStatus @; fhir:verificationStatus @?; fhir:category @?; fhir:severity @?; fhir:code @?; fhir:bodySite @?; fhir:subject @ AND {fhir:link @ OR @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:onset @ OR @ OR @ OR @ OR @ ?; fhir:abatement @ OR @ OR @ OR @ OR @ ?; fhir:recordedDate @?; fhir:participant @?; fhir:stage @?; fhir:evidence @?; fhir:note @?; } # A definition of a condition EXTENDS @ CLOSED { a [fhir:ConditionDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @?; fhir:identifier @?; fhir:version @?; fhir:versionAlgorithm @ OR @ ?; fhir:name @?; fhir:title @?; fhir:subtitle @?; fhir:status @ AND {fhir:v @fhirvs:publication-status}; fhir:experimental @?; fhir:date @?; fhir:publisher @?; fhir:contact @?; fhir:description @?; fhir:useContext @?; fhir:jurisdiction @?; fhir:code @; fhir:severity @?; fhir:bodySite @?; fhir:stage @?; fhir:hasSeverity @?; fhir:hasBodySite @?; fhir:hasStage @?; fhir:definition @?; fhir:observation @?; fhir:medication @?; fhir:precondition @?; fhir:team @?; fhir:questionnaire @?; fhir:plan @?; } # A healthcare consumer's or third party's choices to permit or deny recipients or roles to perform actions for specific purposes and periods of time EXTENDS @ CLOSED { a [fhir:Consent]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:consent-state-codes}; fhir:category @?; fhir:subject @ AND {fhir:link @ OR @ OR @ ? }?; fhir:date @?; fhir:period @?; fhir:grantor @?; fhir:grantee @?; fhir:manager @?; fhir:controller @?; fhir:sourceAttachment @?; fhir:sourceReference @?; fhir:regulatoryBasis @?; fhir:policyBasis @?; fhir:policyText @?; fhir:verification @?; fhir:decision @ AND {fhir:v @fhirvs:consent-provision-type}?; fhir:provision @?; } # Contact information EXTENDS @ CLOSED { a [fhir:ContactDetail]?; fhir:name @?; fhir:telecom @?; } # Details of a Technology mediated contact point (phone, fax, email, etc.) EXTENDS @ CLOSED { a [fhir:ContactPoint]?; fhir:system @ AND {fhir:v @fhirvs:contact-point-system}?; fhir:value @?; fhir:use @ AND {fhir:v @fhirvs:contact-point-use}?; fhir:rank @?; fhir:period @?; } # Legal Agreement EXTENDS @ CLOSED { a [fhir:Contract]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:url @?; fhir:version @?; fhir:status @ AND {fhir:v @fhirvs:contract-status}?; fhir:legalState @?; fhir:instantiatesCanonical @ AND {fhir:link @ ? }?; fhir:instantiatesUri @?; fhir:contentDerivative @?; fhir:issued @?; fhir:applies @?; fhir:expirationType @?; fhir:subject @?; fhir:authority @?; fhir:domain @?; fhir:site @?; fhir:name @?; fhir:title @?; fhir:subtitle @?; fhir:alias @?; fhir:author @ AND {fhir:link @ OR @ OR @ OR @ ? }?; fhir:scope @?; fhir:topic @ OR (@ AND {fhir:link @ }) ?; fhir:type @?; fhir:subType @?; fhir:contentDefinition @?; fhir:term @?; fhir:supportingInfo @?; fhir:relevantHistory @?; fhir:signer @?; fhir:friendly @?; fhir:legal @?; fhir:rule @?; fhir:legallyBinding @ OR (@ AND {fhir:link @ OR @ OR @ OR @ }) ?; } # Contributor information EXTENDS @ CLOSED { a [fhir:Contributor]?; fhir:type @ AND {fhir:v @fhirvs:contributor-type}; fhir:name @; fhir:contact @?; } # A measured or measurable amount EXTENDS @ CLOSED { a [fhir:Count]?;fhir:nodeRole [fhir:treeRoot]?; } # Insurance or medical plan or a payment agreement EXTENDS @ CLOSED { a [fhir:Coverage]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:fm-status}; fhir:kind @ AND {fhir:v @fhirvs:coverage-kind}; fhir:paymentBy @?; fhir:type @?; fhir:policyHolder @ AND {fhir:link @ OR @ OR @ ? }?; fhir:subscriber @ AND {fhir:link @ OR @ ? }?; fhir:subscriberId @?; fhir:beneficiary @ AND {fhir:link @ ? }; fhir:dependent @?; fhir:relationship @?; fhir:period @?; fhir:insurer @ AND {fhir:link @ ? }?; fhir:class @?; fhir:order @?; fhir:network @?; fhir:costToBeneficiary @?; fhir:subrogation @?; fhir:contract @?; fhir:insurancePlan @ AND {fhir:link @ ? }?; } # CoverageEligibilityRequest resource EXTENDS @ CLOSED { a [fhir:CoverageEligibilityRequest]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:fm-status}; fhir:priority @?; fhir:purpose @ AND {fhir:v @fhirvs:eligibilityrequest-purpose}; fhir:patient @ AND {fhir:link @ ? }; fhir:event @?; fhir:serviced @ OR @ ?; fhir:created @; fhir:enterer @ AND {fhir:link @ OR @ ? }?; fhir:provider @ AND {fhir:link @ OR @ OR @ ? }?; fhir:insurer @ AND {fhir:link @ ? }; fhir:facility @ AND {fhir:link @ ? }?; fhir:supportingInfo @?; fhir:insurance @?; fhir:item @?; } # CoverageEligibilityResponse resource EXTENDS @ CLOSED { a [fhir:CoverageEligibilityResponse]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:fm-status}; fhir:purpose @ AND {fhir:v @fhirvs:eligibilityresponse-purpose}; fhir:patient @ AND {fhir:link @ ? }; fhir:event @?; fhir:serviced @ OR @ ?; fhir:created @; fhir:requestor @ AND {fhir:link @ OR @ OR @ ? }?; fhir:request @ AND {fhir:link @ ? }; fhir:outcome @ AND {fhir:v @fhirvs:eligibility-outcome}; fhir:disposition @?; fhir:insurer @ AND {fhir:link @ ? }; fhir:insurance @?; fhir:preAuthRef @?; fhir:form @?; fhir:error @?; } # Describes a required data item EXTENDS @ CLOSED { a [fhir:DataRequirement]?; fhir:type @ AND {fhir:v @fhirvs:fhir-types}; fhir:profile @?; fhir:subject @ OR (@ AND {fhir:link @ }) ?; fhir:mustSupport @?; fhir:codeFilter @?; fhir:dateFilter @?; fhir:valueFilter @?; fhir:limit @?; fhir:sort @?; } # Reuseable Types EXTENDS @ CLOSED { } # Clinical issue with action EXTENDS @ CLOSED { a [fhir:DetectedIssue]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:status @ AND {fhir:v @fhirvs:detectedissue-status}; fhir:category @?; fhir:code @?; fhir:severity @ AND {fhir:v @fhirvs:detectedissue-severity}?; fhir:subject @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:identified @ OR @ ?; fhir:author @ AND {fhir:link @ OR @ OR @ OR @ OR @ ? }?; fhir:implicated @?; fhir:evidence @?; fhir:detail @?; fhir:reference @?; fhir:mitigation @?; } # Item used in healthcare EXTENDS @ CLOSED { a [fhir:Device]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:displayName @?; fhir:definition @?; fhir:udiCarrier @?; fhir:status @ AND {fhir:v @fhirvs:device-status}?; fhir:availabilityStatus @?; fhir:biologicalSourceEvent @?; fhir:manufacturer @?; fhir:manufactureDate @?; fhir:expirationDate @?; fhir:lotNumber @?; fhir:serialNumber @?; fhir:name @?; fhir:modelNumber @?; fhir:partNumber @?; fhir:category @?; fhir:type @?; fhir:version @?; fhir:conformsTo @?; fhir:property @?; fhir:mode @?; fhir:cycle @?; fhir:duration @?; fhir:owner @ AND {fhir:link @ ? }?; fhir:contact @?; fhir:location @ AND {fhir:link @ ? }?; fhir:url @?; fhir:endpoint @?; fhir:gateway @?; fhir:note @?; fhir:safety @?; fhir:parent @ AND {fhir:link @ ? }?; } # A record of association or dissociation of a device with a patient EXTENDS @ CLOSED { a [fhir:DeviceAssociation]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:device @ AND {fhir:link @ ? }; fhir:category @?; fhir:status @; fhir:statusReason @?; fhir:subject @ AND {fhir:link @ OR @ OR @ OR @ OR @ ? }?; fhir:bodyStructure @ AND {fhir:link @ ? }?; fhir:period @?; fhir:operation @?; } # An instance of a medical-related component of a medical device EXTENDS @ CLOSED { a [fhir:DeviceDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:description @?; fhir:identifier @?; fhir:udiDeviceIdentifier @?; fhir:regulatoryIdentifier @?; fhir:partNumber @?; fhir:manufacturer @ AND {fhir:link @ ? }?; fhir:deviceName @?; fhir:modelNumber @?; fhir:classification @?; fhir:conformsTo @?; fhir:hasPart @?; fhir:packaging @?; fhir:version @?; fhir:safety @?; fhir:shelfLifeStorage @?; fhir:languageCode @?; fhir:property @?; fhir:owner @ AND {fhir:link @ ? }?; fhir:contact @?; fhir:link @?; fhir:note @?; fhir:material @?; fhir:productionIdentifierInUDI @ AND {fhir:v @fhirvs:device-productidentifierinudi}?; fhir:guideline @?; fhir:correctiveAction @?; fhir:chargeItem @?; } # A record of dispensation of a device EXTENDS @ CLOSED { a [fhir:DeviceDispense]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:basedOn @?; fhir:partOf @?; fhir:status @ AND {fhir:v @fhirvs:devicedispense-status}; fhir:statusReason @?; fhir:category @?; fhir:device @; fhir:subject @ AND {fhir:link @ OR @ ? }; fhir:receiver @ AND {fhir:link @ OR @ OR @ OR @ OR @ ? }?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:supportingInformation @?; fhir:performer @?; fhir:location @ AND {fhir:link @ ? }?; fhir:type @?; fhir:quantity @?; fhir:preparedDate @?; fhir:whenHandedOver @?; fhir:destination @ AND {fhir:link @ ? }?; fhir:note @?; fhir:usageInstruction @?; fhir:eventHistory @?; } # Measurement, calculation or setting capability of a medical device EXTENDS @ CLOSED { a [fhir:DeviceMetric]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:type @; fhir:unit @?; fhir:device @ AND {fhir:link @ ? }; fhir:operationalStatus @ AND {fhir:v @fhirvs:metric-operational-status}?; fhir:color @ AND {fhir:v @fhirvs:color-codes}?; fhir:category @ AND {fhir:v @fhirvs:metric-category}; fhir:measurementFrequency @?; fhir:calibration @?; } # Medical device request EXTENDS @ CLOSED { a [fhir:DeviceRequest]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:instantiatesCanonical @?; fhir:instantiatesUri @?; fhir:basedOn @?; fhir:replaces @?; fhir:groupIdentifier @?; fhir:status @ AND {fhir:v @fhirvs:request-status}?; fhir:intent @ AND {fhir:v @fhirvs:request-intent}; fhir:priority @ AND {fhir:v @fhirvs:request-priority}?; fhir:doNotPerform @?; fhir:code @; fhir:quantity @?; fhir:parameter @?; fhir:subject @ AND {fhir:link @ OR @ OR @ OR @ ? }; fhir:encounter @ AND {fhir:link @ ? }?; fhir:occurrence @ OR @ OR @ ?; fhir:authoredOn @?; fhir:requester @ AND {fhir:link @ OR @ OR @ OR @ ? }?; fhir:performer @?; fhir:reason @?; fhir:asNeeded @?; fhir:asNeededFor @?; fhir:insurance @?; fhir:supportingInfo @?; fhir:note @?; fhir:relevantHistory @?; } # Record of use of a device EXTENDS @ CLOSED { a [fhir:DeviceUsage]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:basedOn @?; fhir:status @ AND {fhir:v @fhirvs:deviceusage-status}; fhir:category @?; fhir:patient @ AND {fhir:link @ ? }; fhir:derivedFrom @?; fhir:context @ AND {fhir:link @ OR @ ? }?; fhir:timing @ OR @ OR @ ?; fhir:dateAsserted @?; fhir:usageStatus @?; fhir:usageReason @?; fhir:adherence @?; fhir:informationSource @ AND {fhir:link @ OR @ OR @ OR @ OR @ ? }?; fhir:device @; fhir:reason @?; fhir:bodySite @?; fhir:note @?; } # A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports EXTENDS @ CLOSED { a [fhir:DiagnosticReport]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:basedOn @?; fhir:status @ AND {fhir:v @fhirvs:diagnostic-report-status}; fhir:category @?; fhir:code @; fhir:subject @ AND {fhir:link @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ ? }?; fhir:encounter @ AND {fhir:link @ ? }?; fhir:effective @ OR @ ?; fhir:issued @?; fhir:performer @?; fhir:resultsInterpreter @?; fhir:specimen @?; fhir:result @?; fhir:note @?; fhir:study @?; fhir:supportingInfo @?; fhir:media @?; fhir:composition @ AND {fhir:link @ ? }?; fhir:conclusion @?; fhir:conclusionCode @?; fhir:presentedForm @?; } # A length - a value with a unit that is a physical distance EXTENDS @ CLOSED { a [fhir:Distance]?;fhir:nodeRole [fhir:treeRoot]?; } # A reference to a document EXTENDS @ CLOSED { a [fhir:DocumentReference]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @?; fhir:version @?; fhir:basedOn @?; fhir:status @ AND {fhir:v @fhirvs:document-reference-status}; fhir:docStatus @ AND {fhir:v @fhirvs:composition-status}?; fhir:modality @?; fhir:type @?; fhir:category @?; fhir:subject @ AND {fhir:link @ ? }?; fhir:context @?; fhir:event @?; fhir:bodySite @?; fhir:facilityType @?; fhir:practiceSetting @?; fhir:period @?; fhir:date @?; fhir:author @?; fhir:attester @?; fhir:custodian @ AND {fhir:link @ ? }?; fhir:relatesTo @?; fhir:description @?; fhir:securityLabel @?; fhir:content @; } # A resource with narrative, extensions, and contained resources EXTENDS @ CLOSED { a [fhir:DomainResource]?;fhir:nodeRole [fhir:treeRoot]?; fhir:text @?; fhir:contained @?; fhir:extension @?; fhir:modifierExtension @?; } # How the medication is/was taken or should be taken EXTENDS @ CLOSED { a [fhir:Dosage]?;fhir:nodeRole [fhir:treeRoot]?; fhir:sequence @?; fhir:text @?; fhir:additionalInstruction @?; fhir:patientInstruction @?; fhir:timing @?; fhir:asNeeded @?; fhir:asNeededFor @?; fhir:site @?; fhir:route @?; fhir:method @?; fhir:doseAndRate @?; fhir:maxDosePerPeriod @?; fhir:maxDosePerAdministration @?; fhir:maxDosePerLifetime @?; } # A length of time EXTENDS @ CLOSED { a [fhir:Duration]?;fhir:nodeRole [fhir:treeRoot]?; } # Base for all elements EXTENDS @ CLOSED { fhir:nodeRole [fhir:treeRoot]?; fhir:id @?; fhir:extension @?; } # Definition of an element in a resource or extension EXTENDS @ CLOSED { a [fhir:ElementDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:path @; fhir:representation @ AND {fhir:v @fhirvs:property-representation}?; fhir:sliceName @?; fhir:sliceIsConstraining @?; fhir:label @?; fhir:code @?; fhir:slicing @?; fhir:short @?; fhir:definition @?; fhir:comment @?; fhir:requirements @?; fhir:alias @?; fhir:min @?; fhir:max @?; fhir:base @?; fhir:contentReference @?; fhir:type @?; fhir:defaultValue @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @ OR @