├── .github └── ISSUE_TEMPLATE │ ├── shex-issue.md │ └── turtle-issue.md ├── .gitignore ├── CONTRIBUTORS ├── MANIFEST.in ├── Makefile ├── README.md ├── catalog-v001.xml ├── data ├── definitions.shex ├── definitions.xml ├── examples │ └── site │ │ ├── account-example.xml │ │ ├── allergyintolerance-example.xml │ │ ├── appointment-example.xml │ │ ├── appointmentresponse-example.xml │ │ ├── auditevent-example.xml │ │ ├── basic-example.xml │ │ ├── binary-example.xml │ │ ├── bodysite-example.xml │ │ ├── bundle-example.xml │ │ ├── careplan-example.xml │ │ ├── claim-example.xml │ │ ├── claimresponse-example.xml │ │ ├── clinicalimpression-example.xml │ │ ├── communication-example.xml │ │ ├── communicationrequest-example.xml │ │ ├── composition-example.xml │ │ ├── conceptmap-example.xml │ │ ├── condition-example.xml │ │ ├── conformance-example.xml │ │ ├── conformance-phr-example.xml │ │ ├── contract-example.xml │ │ ├── coverage-example.xml │ │ ├── dataelement-example.xml │ │ ├── dataelement-labtestmaster-example.xml │ │ ├── detectedissue-example.xml │ │ ├── device-example.xml │ │ ├── devicecomponent-example.xml │ │ ├── devicemetric-example.xml │ │ ├── deviceuserequest-example.xml │ │ ├── deviceusestatement-example.xml │ │ ├── diagnosticorder-example.xml │ │ ├── diagnosticreport-example.xml │ │ ├── documentmanifest-example.xml │ │ ├── documentreference-example.xml │ │ ├── eligibilityrequest-example.xml │ │ ├── eligibilityresponse-example.xml │ │ ├── encounter-example.xml │ │ ├── enrollmentrequest-example.xml │ │ ├── enrollmentresponse-example.xml │ │ ├── episodeofcare-example.xml │ │ ├── explanationofbenefit-example.xml │ │ ├── familymemberhistory-example.xml │ │ ├── flag-example.xml │ │ ├── goal-example.xml │ │ ├── group-example.xml │ │ ├── healthcareservice-example.xml │ │ ├── imagingobjectselection-example.xml │ │ ├── imagingstudy-example.xml │ │ ├── immunization-example.xml │ │ ├── immunizationrecommendation-example.xml │ │ ├── implementationguide-example.xml │ │ ├── list-example.xml │ │ ├── location-example.xml │ │ ├── media-example.xml │ │ ├── messageheader-example.xml │ │ ├── namingsystem-example.xml │ │ ├── observation-example.xml │ │ ├── operationdefinition-example.xml │ │ ├── operationoutcome-example.xml │ │ ├── order-example.xml │ │ ├── orderresponse-example.xml │ │ ├── organization-example.xml │ │ ├── parameters-example.xml │ │ ├── patient-example.xml │ │ ├── patient-glossy-example.xml │ │ ├── paymentnotice-example.xml │ │ ├── paymentreconciliation-example.xml │ │ ├── person-example.xml │ │ ├── practitioner-example.xml │ │ ├── procedure-example.xml │ │ ├── procedurerequest-example.xml │ │ ├── processrequest-example.xml │ │ ├── processresponse-example.xml │ │ ├── provenance-example.xml │ │ ├── qicore │ │ ├── allergyintolerance-example.xml │ │ ├── basic-adverseevent-example.xml │ │ ├── communication-example.xml │ │ ├── communicationrequest-example.xml │ │ ├── condition-example.xml │ │ ├── deviceuserequest-example.xml │ │ ├── diagnosticorder-example.xml │ │ ├── diagnosticreport-example.xml │ │ ├── encounter-example.xml │ │ ├── familymemberhistory-example.xml │ │ ├── flag-example.xml │ │ ├── goal-example.xml │ │ ├── imagingstudy-example.xml │ │ ├── medicationdispense-example.xml │ │ ├── medicationorder-example.xml │ │ ├── medicationstatement-example.xml │ │ ├── observation-example.xml │ │ ├── organization-example.xml │ │ ├── patient-example.xml │ │ ├── practitioner-example.xml │ │ ├── procedure-example.xml │ │ ├── procedurerequest-example.xml │ │ ├── referralrequest-example.xml │ │ └── specimen-example.xml │ │ ├── questionnaire-example.xml │ │ ├── questionnaireresponse-example.xml │ │ ├── referralrequest-example.xml │ │ ├── relatedperson-example.xml │ │ ├── riskassessment-example.xml │ │ ├── schedule-example.xml │ │ ├── sdc │ │ ├── dataelement-sdc-profile-example.xml │ │ ├── questionnaire-sdc-profile-example.xml │ │ ├── questionnaireresponse-sdc-profile-example.xml │ │ └── valueset-sdc-profile-example.xml │ │ ├── searchparameter-example.xml │ │ ├── slot-example.xml │ │ ├── specimen-example.xml │ │ ├── structuredefinition-example.xml │ │ ├── subscription-example.xml │ │ ├── substance-example.xml │ │ ├── supplydelivery-example.xml │ │ ├── supplyrequest-example.xml │ │ ├── testscript-example.xml │ │ ├── valueset-example.xml │ │ ├── visionprescription-example.xml │ │ └── xds-example.xml ├── fhir-spec.META ├── rdf │ ├── account-example.ttl │ ├── allergyintolerance-example.ttl │ ├── appointment-example.ttl │ ├── appointmentresponse-example.ttl │ ├── auditevent-example.ttl │ ├── basic-adverseevent-example.ttl │ ├── basic-example.ttl │ ├── binary-example.ttl │ ├── bodysite-example.ttl │ ├── bundle-example.ttl │ ├── careplan-example.ttl │ ├── claim-example.ttl │ ├── claimresponse-example.ttl │ ├── clinicalimpression-example.ttl │ ├── communication-example.ttl │ ├── communicationrequest-example.ttl │ ├── composition-example.ttl │ ├── conceptmap-example.ttl │ ├── condition-example.ttl │ ├── conformance-example.ttl │ ├── conformance-phr-example.ttl │ ├── contract-example.ttl │ ├── coverage-example.ttl │ ├── dataelement-example.ttl │ ├── dataelement-labtestmaster-example.ttl │ ├── dataelement-sdc-profile-example.ttl │ ├── detectedissue-example.ttl │ ├── device-example.ttl │ ├── devicecomponent-example.ttl │ ├── devicemetric-example.ttl │ ├── deviceuserequest-example.ttl │ ├── deviceusestatement-example.ttl │ ├── diagnosticorder-example.ttl │ ├── diagnosticreport-example.ttl │ ├── documentmanifest-example.ttl │ ├── documentreference-example.ttl │ ├── eligibilityrequest-example.ttl │ ├── eligibilityresponse-example.ttl │ ├── encounter-example.ttl │ ├── enrollmentrequest-example.ttl │ ├── enrollmentresponse-example.ttl │ ├── episodeofcare-example.ttl │ ├── explanationofbenefit-example.ttl │ ├── familymemberhistory-example.ttl │ ├── flag-example.ttl │ ├── goal-example.ttl │ ├── group-example.ttl │ ├── healthcareservice-example.ttl │ ├── imagingobjectselection-example.ttl │ ├── imagingstudy-example.ttl │ ├── immunization-example.ttl │ ├── immunizationrecommendation-example.ttl │ ├── implementationguide-example.ttl │ ├── list-example.ttl │ ├── location-example.ttl │ ├── media-example.ttl │ ├── medicationdispense-example.ttl │ ├── medicationorder-example.ttl │ ├── medicationstatement-example.ttl │ ├── messageheader-example.ttl │ ├── namingsystem-example.ttl │ ├── observation-example.ttl │ ├── operationdefinition-example.ttl │ ├── operationoutcome-example.ttl │ ├── order-example.ttl │ ├── orderresponse-example.ttl │ ├── organization-example.ttl │ ├── parameters-example.ttl │ ├── patient-example.ttl │ ├── patient-glossy-example.ttl │ ├── paymentnotice-example.ttl │ ├── paymentreconciliation-example.ttl │ ├── person-example.ttl │ ├── practitioner-example.ttl │ ├── procedure-example.ttl │ ├── procedurerequest-example.ttl │ ├── processrequest-example.ttl │ ├── processresponse-example.ttl │ ├── provenance-example.ttl │ ├── questionnaire-example.ttl │ ├── questionnaire-sdc-profile-example.ttl │ ├── questionnaireresponse-example.ttl │ ├── questionnaireresponse-sdc-profile-example.ttl │ ├── referralrequest-example.ttl │ ├── relatedperson-example.ttl │ ├── riskassessment-example.ttl │ ├── schedule-example.ttl │ ├── searchparameter-example.ttl │ ├── slot-example.ttl │ ├── specimen-example.ttl │ ├── structuredefinition-example.ttl │ ├── subscription-example.ttl │ ├── substance-example.ttl │ ├── supplydelivery-example.ttl │ ├── supplyrequest-example.ttl │ ├── testscript-example.ttl │ ├── valueset-example.ttl │ ├── valueset-sdc-profile-example.ttl │ ├── visionprescription-example.ttl │ └── xds-example.ttl └── site │ ├── account.profile.json │ ├── address.profile.json │ ├── age.profile.json │ ├── allergyintolerance.profile.json │ ├── annotation.profile.json │ ├── appointment.profile.json │ ├── appointmentresponse.profile.json │ ├── argonaut │ └── argonaut-careplan.profile.json │ ├── attachment.profile.json │ ├── auditevent.profile.json │ ├── backboneelement.profile.json │ ├── base64binary.profile.json │ ├── basic.profile.json │ ├── binary.profile.json │ ├── bodysite.profile.json │ ├── boolean.profile.json │ ├── bundle.profile.json │ ├── careplan.profile.json │ ├── cholesterol.profile.json │ ├── claim.profile.json │ ├── claimresponse.profile.json │ ├── clinicaldocument.profile.json │ ├── clinicalimpression.profile.json │ ├── code.profile.json │ ├── codeableconcept.profile.json │ ├── coding.profile.json │ ├── communication.profile.json │ ├── communicationrequest.profile.json │ ├── composition.profile.json │ ├── conceptmap.profile.json │ ├── condition.profile.json │ ├── conformance.profile.json │ ├── consentdirective.profile.json │ ├── contactpoint.profile.json │ ├── contract.profile.json │ ├── count.profile.json │ ├── coverage.profile.json │ ├── daf │ ├── daf-allergyintolerance.profile.json │ ├── daf-allergylist.profile.json │ ├── daf-condition.profile.json │ ├── daf-diagnosticorder.profile.json │ ├── daf-diagnosticreport.profile.json │ ├── daf-encounter.profile.json │ ├── daf-encounterlist.profile.json │ ├── daf-familymemberhistory.profile.json │ ├── daf-immunization.profile.json │ ├── daf-immunizationlist.profile.json │ ├── daf-location.profile.json │ ├── daf-medication.profile.json │ ├── daf-medicationadministration.profile.json │ ├── daf-medicationdispense.profile.json │ ├── daf-medicationlist.profile.json │ ├── daf-medicationorder.profile.json │ ├── daf-medicationstatement.profile.json │ ├── daf-organization.profile.json │ ├── daf-patient.profile.json │ ├── daf-pract.profile.json │ ├── daf-problemlist.profile.json │ ├── daf-procedure.profile.json │ ├── daf-procedurelist.profile.json │ ├── daf-relatedperson.profile.json │ ├── daf-resultlist.profile.json │ ├── daf-resultobs.profile.json │ ├── daf-smokingstatus.profile.json │ ├── daf-spec.profile.json │ ├── daf-substance.profile.json │ ├── daf-vitalsigns.profile.json │ ├── valueset-daf-bodysite.json │ ├── valueset-daf-cvx.json │ ├── valueset-daf-encounter-dischargedisposition.json │ ├── valueset-daf-encounter-reason.json │ ├── valueset-daf-encounter-type.json │ ├── valueset-daf-ethnicity.json │ ├── valueset-daf-list-DAFMedListCode.json │ ├── valueset-daf-manifestation-ccda-codes.json │ ├── valueset-daf-medication-codes.json │ ├── valueset-daf-medication-route.json │ ├── valueset-daf-observation-CCDAVitalSignResult.json │ ├── valueset-daf-observation-ccdasmokingstatus.json │ ├── valueset-daf-problem.json │ ├── valueset-daf-procedure-type.json │ ├── valueset-daf-product-form.json │ ├── valueset-daf-race.json │ ├── valueset-daf-substance.json │ ├── valueset-daf-ucum-vitals-common.json │ ├── valueset-substance-ndfrt.json │ ├── valueset-substance-rxnorm.json │ ├── valueset-substance-sct.json │ └── valueset-substance-unii.json │ ├── dataelement.profile.json │ ├── date.profile.json │ ├── datetime.profile.json │ ├── decimal.profile.json │ ├── detectedissue.profile.json │ ├── device.profile.json │ ├── devicecomponent.profile.json │ ├── devicemetric.profile.json │ ├── devicemetricobservation.profile.json │ ├── deviceuserequest.profile.json │ ├── deviceusestatement.profile.json │ ├── diagnosticorder.profile.json │ ├── diagnosticreport.profile.json │ ├── distance.profile.json │ ├── documentmanifest.profile.json │ ├── documentreference.profile.json │ ├── domainresource.profile.json │ ├── duration.profile.json │ ├── ehrsrle │ ├── ehrsrle-auditevent.profile.json │ └── ehrsrle-provenance.profile.json │ ├── element.profile.json │ ├── elementdefinition-de.profile.json │ ├── elementdefinition.profile.json │ ├── eligibilityrequest.profile.json │ ├── eligibilityresponse.profile.json │ ├── encounter.profile.json │ ├── enrollmentrequest.profile.json │ ├── enrollmentresponse.profile.json │ ├── episodeofcare.profile.json │ ├── explanationofbenefit.profile.json │ ├── extension.profile.json │ ├── familymemberhistory-genetic.profile.json │ ├── familymemberhistory.profile.json │ ├── flag.profile.json │ ├── genetics.profile.json │ ├── goal.profile.json │ ├── group.profile.json │ ├── hdlcholesterol.profile.json │ ├── healthcareservice.profile.json │ ├── humanname.profile.json │ ├── id.profile.json │ ├── identifier.profile.json │ ├── imagingobjectselection.profile.json │ ├── imagingstudy.profile.json │ ├── immunization.profile.json │ ├── immunizationrecommendation.profile.json │ ├── implementationguide.profile.json │ ├── instant.profile.json │ ├── integer.profile.json │ ├── ldlcholesterol.profile.json │ ├── lipidprofile.profile.json │ ├── list.profile.json │ ├── location.profile.json │ ├── markdown.profile.json │ ├── measurereport.profile.json │ ├── media.profile.json │ ├── medication.profile.json │ ├── medicationadministration.profile.json │ ├── medicationdispense.profile.json │ ├── medicationorder.profile.json │ ├── medicationstatement.profile.json │ ├── messageheader.profile.json │ ├── meta.profile.json │ ├── money.profile.json │ ├── namingsystem.profile.json │ ├── narrative.profile.json │ ├── nutritionorder.profile.json │ ├── observation.profile.json │ ├── oid.profile.json │ ├── operationdefinition.profile.json │ ├── operationoutcome.profile.json │ ├── order.profile.json │ ├── orderresponse.profile.json │ ├── organization.profile.json │ ├── parameters.profile.json │ ├── patient.profile.json │ ├── paymentnotice.profile.json │ ├── paymentreconciliation.profile.json │ ├── period.profile.json │ ├── person.profile.json │ ├── positiveint.profile.json │ ├── practitioner.profile.json │ ├── procedure.profile.json │ ├── procedurerequest.profile.json │ ├── processrequest.profile.json │ ├── processresponse.profile.json │ ├── provenance.profile.json │ ├── qicore │ ├── qicore-adverseevent.profile.json │ ├── qicore-allergyintolerance.profile.json │ ├── qicore-bodysite.profile.json │ ├── qicore-communication.profile.json │ ├── qicore-communicationrequest.profile.json │ ├── qicore-condition.profile.json │ ├── qicore-device.profile.json │ ├── qicore-deviceuserequest.profile.json │ ├── qicore-deviceusestatement.profile.json │ ├── qicore-diagnosticorder.profile.json │ ├── qicore-diagnosticreport.profile.json │ ├── qicore-encounter.profile.json │ ├── qicore-familymemberhistory.profile.json │ ├── qicore-flag.profile.json │ ├── qicore-goal.profile.json │ ├── qicore-imagingstudy.profile.json │ ├── qicore-immunization.profile.json │ ├── qicore-immunizationrec.profile.json │ ├── qicore-location.profile.json │ ├── qicore-medication.profile.json │ ├── qicore-medicationadministration.profile.json │ ├── qicore-medicationdispense.profile.json │ ├── qicore-medicationorder.profile.json │ ├── qicore-medicationstatement.profile.json │ ├── qicore-observation.profile.json │ ├── qicore-organization.profile.json │ ├── qicore-patient.profile.json │ ├── qicore-practitioner.profile.json │ ├── qicore-procedure.profile.json │ ├── qicore-procedurerequest.profile.json │ ├── qicore-referralrequest.profile.json │ ├── qicore-relatedperson.profile.json │ ├── qicore-specimen.profile.json │ ├── qicore-substance.profile.json │ ├── valueset-qicore-adverseevent-category.json │ ├── valueset-qicore-adverseevent-type.json │ ├── valueset-qicore-allergyintolerance-reason-refuted.json │ ├── valueset-qicore-appropriateness-score.json │ ├── valueset-qicore-communication-medium.json │ ├── valueset-qicore-communication-reason-not-performed.json │ ├── valueset-qicore-condition-certainty.json │ ├── valueset-qicore-condition-criticality.json │ ├── valueset-qicore-deviceuserequest-reason-rejected.json │ ├── valueset-qicore-diagnosticorder-precondition.json │ ├── valueset-qicore-diagnosticorder-reason-rejected.json │ ├── valueset-qicore-encounter-canceled-reason.json │ ├── valueset-qicore-encounter-condition-role.json │ ├── valueset-qicore-flag-category.json │ ├── valueset-qicore-goal-reason-rejected.json │ ├── valueset-qicore-medication-dose-type.json │ ├── valueset-qicore-observation-body-position.json │ ├── valueset-qicore-observation-delta.json │ ├── valueset-qicore-observation-verification.json │ ├── valueset-qicore-patient-disability.json │ ├── valueset-qicore-patient-military-service.json │ ├── valueset-qicore-priority.json │ └── valueset-qicore-referralrequest-reason-rejected.json │ ├── quantity.profile.json │ ├── questionnaire.profile.json │ ├── questionnaireresponse.profile.json │ ├── range.profile.json │ ├── ratio.profile.json │ ├── reference.profile.json │ ├── referralrequest.profile.json │ ├── relatedperson.profile.json │ ├── resource.profile.json │ ├── riskassessment.profile.json │ ├── sampleddata.profile.json │ ├── schedule.profile.json │ ├── sdc │ ├── sdc-element.profile.json │ ├── sdc-questionnaire.profile.json │ ├── sdc-response.profile.json │ ├── sdc-valueset.profile.json │ ├── valueset-sdc-dex-mimetype.json │ ├── valueset-sdc-group-special-type.json │ └── valueset-sdc-profile-example.json │ ├── sdcde │ ├── sdcde-dataelement.profile.json │ ├── sdcde-valueset.profile.json │ ├── valueset-dataelement-sdccode.json │ └── valueset-sdcde-dataelement-sdccode.json │ ├── searchparameter.profile.json │ ├── shareablevalueset.profile.json │ ├── signature.profile.json │ ├── simplequantity.profile.json │ ├── slot.profile.json │ ├── specimen.profile.json │ ├── string.profile.json │ ├── structuredefinition.profile.json │ ├── subscription.profile.json │ ├── substance.profile.json │ ├── supplydelivery.profile.json │ ├── supplyrequest.profile.json │ ├── testscript.profile.json │ ├── time.profile.json │ ├── timing.profile.json │ ├── triglyceride.profile.json │ ├── unsignedint.profile.json │ ├── uri.profile.json │ ├── uslab │ ├── uslab-cctarget.profile.json │ ├── uslab-cond.profile.json │ ├── uslab-do.profile.json │ ├── uslab-dr.profile.json │ ├── uslab-obscode.profile.json │ ├── uslab-obsother.profile.json │ ├── uslab-obspanel.profile.json │ ├── uslab-obsquantity.profile.json │ ├── uslab-obsrange.profile.json │ ├── uslab-obsratio.profile.json │ ├── uslab-orderfacility.profile.json │ ├── uslab-patient.profile.json │ ├── uslab-performinglab.profile.json │ ├── uslab-phpatient.profile.json │ ├── uslab-phpract.profile.json │ ├── uslab-pract.profile.json │ ├── uslab-reasonforstudy.profile.json │ ├── uslab-spec.profile.json │ ├── valueset-uslab-clinical-findings.json │ ├── valueset-uslab-cond-reasonforstudy.json │ ├── valueset-uslab-do-event.json │ ├── valueset-uslab-obs-codedresults.json │ ├── valueset-uslab-obs-codes.json │ ├── valueset-uslab-obs-interpretation.json │ ├── valueset-uslab-obs-kind.json │ ├── valueset-uslab-obs-spec-reject.json │ ├── valueset-uslab-patient-uslab-nameuse.json │ ├── valueset-uslab-patient-uslabph-nameuse.json │ ├── valueset-uslab-spec-bodysite.json │ ├── valueset-uslab-spec-type.json │ └── valueset-uslab-units.json │ ├── uuid.profile.json │ ├── valueset-account-status.json │ ├── valueset-actionlist.json │ ├── valueset-activity-reason.json │ ├── valueset-additionalmaterials.json │ ├── valueset-address-type.json │ ├── valueset-address-use.json │ ├── valueset-adjudication-error.json │ ├── valueset-adjudication.json │ ├── valueset-adjustment-reason.json │ ├── valueset-administrative-gender.json │ ├── valueset-age-units.json │ ├── valueset-allergy-intolerance-category.json │ ├── valueset-allergy-intolerance-criticality.json │ ├── valueset-allergy-intolerance-status.json │ ├── valueset-allergy-intolerance-type.json │ ├── valueset-allergyintolerance-substance-code.json │ ├── valueset-animal-breeds.json │ ├── valueset-animal-genderstatus.json │ ├── valueset-animal-species.json │ ├── valueset-answer-format.json │ ├── valueset-anzsco-occupations.json │ ├── valueset-appointmentstatus.json │ ├── valueset-approach-site-codes.json │ ├── valueset-assert-direction-codes.json │ ├── valueset-assert-operator-codes.json │ ├── valueset-assert-response-code-types.json │ ├── valueset-audit-event-action.json │ ├── valueset-audit-event-outcome.json │ ├── valueset-audit-event-sub-type.json │ ├── valueset-audit-event-type.json │ ├── valueset-audit-source-type.json │ ├── valueset-basic-resource-type.json │ ├── valueset-binding-strength.json │ ├── valueset-body-site.json │ ├── valueset-bodysite-laterality.json │ ├── valueset-bodysite-relative-location.json │ ├── valueset-bundle-type.json │ ├── valueset-c80-doc-classcodes.json │ ├── valueset-c80-doc-typecodes.json │ ├── valueset-c80-facilitycodes.json │ ├── valueset-c80-practice-codes.json │ ├── valueset-care-plan-activity-category.json │ ├── valueset-care-plan-activity-status.json │ ├── valueset-care-plan-activity.json │ ├── valueset-care-plan-category.json │ ├── valueset-care-plan-relationship.json │ ├── valueset-care-plan-status.json │ ├── valueset-choice-list-orientation.json │ ├── valueset-claim-exception.json │ ├── valueset-claim-modifiers.json │ ├── valueset-claim-type-link.json │ ├── valueset-claim-use-link.json │ ├── valueset-classification-or-context.json │ ├── valueset-clinical-findings.json │ ├── valueset-clinical-impression-status.json │ ├── valueset-communication-request-status.json │ ├── valueset-communication-status.json │ ├── valueset-composition-attestation-mode.json │ ├── valueset-composition-status.json │ ├── valueset-concept-map-equivalence.json │ ├── valueset-condition-category.json │ ├── valueset-condition-cause.json │ ├── valueset-condition-clinical.json │ ├── valueset-condition-code.json │ ├── valueset-condition-outcome.json │ ├── valueset-condition-predecessor.json │ ├── valueset-condition-severity.json │ ├── valueset-condition-stage.json │ ├── valueset-condition-state.json │ ├── valueset-condition-ver-status.json │ ├── valueset-conditional-delete-status.json │ ├── valueset-conformance-expectation.json │ ├── valueset-conformance-resource-status.json │ ├── valueset-conformance-statement-kind.json │ ├── valueset-consistency-type.json │ ├── valueset-constraint-severity.json │ ├── valueset-contact-point-system.json │ ├── valueset-contact-point-use.json │ ├── valueset-contactentity-type.json │ ├── valueset-content-type.json │ ├── valueset-contract-action.json │ ├── valueset-contract-actorrole.json │ ├── valueset-contract-signer-type.json │ ├── valueset-contract-subtype.json │ ├── valueset-contract-term-subtype.json │ ├── valueset-contract-term-type.json │ ├── valueset-contract-type.json │ ├── valueset-cpt-all.json │ ├── valueset-data-absent-reason.json │ ├── valueset-data-types.json │ ├── valueset-dataelement-sdcobjectclass.json │ ├── valueset-dataelement-sdcobjectclassproperty.json │ ├── valueset-dataelement-stringency.json │ ├── valueset-days-of-week.json │ ├── valueset-defined-types.json │ ├── valueset-designation-use.json │ ├── valueset-detectedissue-category.json │ ├── valueset-detectedissue-mitigation-action.json │ ├── valueset-detectedissue-severity.json │ ├── valueset-device-action.json │ ├── valueset-device-use-request-priority.json │ ├── valueset-device-use-request-status.json │ ├── valueset-devicestatus.json │ ├── valueset-diagnostic-order-event.json │ ├── valueset-diagnostic-order-priority.json │ ├── valueset-diagnostic-order-status.json │ ├── valueset-diagnostic-report-status.json │ ├── valueset-diagnostic-requests.json │ ├── valueset-diagnostic-service-sections.json │ ├── valueset-dicm-402-roleid.json │ ├── valueset-dicm-405-mediatype.json │ ├── valueset-dicom-cid29.json │ ├── valueset-dicom-dcim.json │ ├── valueset-diet-type.json │ ├── valueset-digital-media-subtype.json │ ├── valueset-digital-media-type.json │ ├── valueset-doc-classcodes.json │ ├── valueset-doc-section-codes.json │ ├── valueset-doc-typecodes.json │ ├── valueset-document-mode.json │ ├── valueset-document-reference-status.json │ ├── valueset-document-relationship-type.json │ ├── valueset-encounter-admit-source.json │ ├── valueset-encounter-class.json │ ├── valueset-encounter-diet.json │ ├── valueset-encounter-discharge-disposition.json │ ├── valueset-encounter-location-status.json │ ├── valueset-encounter-participant-type.json │ ├── valueset-encounter-priority.json │ ├── valueset-encounter-reason.json │ ├── valueset-encounter-special-arrangements.json │ ├── valueset-encounter-special-courtesy.json │ ├── valueset-encounter-state.json │ ├── valueset-encounter-type.json │ ├── valueset-enteral-route.json │ ├── valueset-entformula-additive.json │ ├── valueset-entformula-type.json │ ├── valueset-episode-of-care-status.json │ ├── valueset-event-timing.json │ ├── valueset-example-expansion.json │ ├── valueset-example-inline.json │ ├── valueset-example-intensional.json │ ├── valueset-example-yesnodontknow.json │ ├── valueset-example.json │ ├── valueset-extension-context.json │ ├── valueset-extensions-ValueSet-author.json │ ├── valueset-extensions-ValueSet-effective.json │ ├── valueset-extensions-ValueSet-end.json │ ├── valueset-extensions-ValueSet-keyword.json │ ├── valueset-extensions-ValueSet-workflow.json │ ├── valueset-filter-operator.json │ ├── valueset-fips-county.json │ ├── valueset-flag-category.json │ ├── valueset-flag-code.json │ ├── valueset-flag-priority.json │ ├── valueset-flag-status.json │ ├── valueset-fm-conditions.json │ ├── valueset-focal-subject.json │ ├── valueset-food-type.json │ ├── valueset-formatcodes.json │ ├── valueset-forms.json │ ├── valueset-fundsreserve.json │ ├── valueset-goal-acceptance-status.json │ ├── valueset-goal-category.json │ ├── valueset-goal-priority.json │ ├── valueset-goal-relationship-type.json │ ├── valueset-goal-start-event.json │ ├── valueset-goal-status-reason.json │ ├── valueset-goal-status.json │ ├── valueset-group-type.json │ ├── valueset-guide-dependency-type.json │ ├── valueset-guide-page-kind.json │ ├── valueset-guide-resource-purpose.json │ ├── valueset-history-status.json │ ├── valueset-http-verb.json │ ├── valueset-icd-10.json │ ├── valueset-identifier-type.json │ ├── valueset-identifier-use.json │ ├── valueset-identity-assuranceLevel.json │ ├── valueset-immunization-reason.json │ ├── valueset-immunization-recommendation-date-criterion.json │ ├── valueset-immunization-recommendation-status.json │ ├── valueset-immunization-route.json │ ├── valueset-immunization-site.json │ ├── valueset-instance-availability.json │ ├── valueset-intervention.json │ ├── valueset-investigation-sets.json │ ├── valueset-issue-severity.json │ ├── valueset-issue-type.json │ ├── valueset-kos-title.json │ ├── valueset-ldlcholesterol-codes.json │ ├── valueset-link-type.json │ ├── valueset-list-empty-reason.json │ ├── valueset-list-example-codes.json │ ├── valueset-list-item-flag.json │ ├── valueset-list-mode.json │ ├── valueset-list-order.json │ ├── valueset-list-status.json │ ├── valueset-location-mode.json │ ├── valueset-location-physical-type.json │ ├── valueset-location-status.json │ ├── valueset-manifestation-codes.json │ ├── valueset-manifestation-or-symptom.json │ ├── valueset-marital-status.json │ ├── valueset-measurement-principle.json │ ├── valueset-media-view.json │ ├── valueset-medication-admin-status.json │ ├── valueset-medication-codes.json │ ├── valueset-medication-dispense-status.json │ ├── valueset-medication-form-codes.json │ ├── valueset-medication-order-status.json │ ├── valueset-medication-package-form-codes.json │ ├── valueset-medication-statement-status.json │ ├── valueset-message-conformance-event-mode.json │ ├── valueset-message-events.json │ ├── valueset-message-reason-encounter.json │ ├── valueset-message-significance-category.json │ ├── valueset-message-transport.json │ ├── valueset-metric-calibration-state.json │ ├── valueset-metric-calibration-type.json │ ├── valueset-metric-category.json │ ├── valueset-metric-color.json │ ├── valueset-metric-operational-status.json │ ├── valueset-missing-tooth-reason.json │ ├── valueset-modified-foodtype.json │ ├── valueset-name-part-qualifier.json │ ├── valueset-name-use.json │ ├── valueset-namingsystem-identifier-type.json │ ├── valueset-namingsystem-type.json │ ├── valueset-narrative-status.json │ ├── valueset-network-type.json │ ├── valueset-nhin-purposeofuse.json │ ├── valueset-no-immunization-reason.json │ ├── valueset-note-type.json │ ├── valueset-nutrient-code.json │ ├── valueset-nutrition-order-status.json │ ├── valueset-object-lifecycle.json │ ├── valueset-object-role.json │ ├── valueset-object-type.json │ ├── valueset-observation-category.json │ ├── valueset-observation-codes.json │ ├── valueset-observation-interpretation.json │ ├── valueset-observation-methods.json │ ├── valueset-observation-relationshiptypes.json │ ├── valueset-observation-status.json │ ├── valueset-observation-valueabsentreason.json │ ├── valueset-operation-kind.json │ ├── valueset-operation-outcome.json │ ├── valueset-operation-parameter-type.json │ ├── valueset-operation-parameter-use.json │ ├── valueset-oral-prosthodontic-material.json │ ├── valueset-order-status.json │ ├── valueset-organization-type.json │ ├── valueset-parent-relationship-codes.json │ ├── valueset-participant-role.json │ ├── valueset-participantrequired.json │ ├── valueset-participantstatus.json │ ├── valueset-participationstatus.json │ ├── valueset-patient-contact-relationship.json │ ├── valueset-patient-mpi-match.json │ ├── valueset-payeetype.json │ ├── valueset-payment-status.json │ ├── valueset-payment-type.json │ ├── valueset-performer-role.json │ ├── valueset-postal-address-use.json │ ├── valueset-practitioner-role.json │ ├── valueset-practitioner-specialty.json │ ├── valueset-probability-distribution-type.json │ ├── valueset-procedure-category.json │ ├── valueset-procedure-code.json │ ├── valueset-procedure-followup.json │ ├── valueset-procedure-not-performed-reason.json │ ├── valueset-procedure-outcome.json │ ├── valueset-procedure-progress-status-codes.json │ ├── valueset-procedure-reason.json │ ├── valueset-procedure-relationship-type.json │ ├── valueset-procedure-request-priority.json │ ├── valueset-procedure-request-status.json │ ├── valueset-procedure-status.json │ ├── valueset-process-outcome.json │ ├── valueset-process-priority.json │ ├── valueset-profile-code.json │ ├── valueset-property-representation.json │ ├── valueset-provenance-agent-role.json │ ├── valueset-provenance-agent-type.json │ ├── valueset-provenance-entity-role.json │ ├── valueset-quantity-comparator.json │ ├── valueset-question-max-occurs.json │ ├── valueset-questionnaire-answers-status.json │ ├── valueset-questionnaire-answers.json │ ├── valueset-questionnaire-category.json │ ├── valueset-questionnaire-question-control.json │ ├── valueset-questionnaire-questions.json │ ├── valueset-questionnaire-status.json │ ├── valueset-questionnaire.json │ ├── valueset-reaction-event-certainty.json │ ├── valueset-reaction-event-severity.json │ ├── valueset-reason-medication-given-codes.json │ ├── valueset-reason-medication-not-given-codes.json │ ├── valueset-referencerange-meaning.json │ ├── valueset-referralstatus.json │ ├── valueset-relatedperson-relationshiptype.json │ ├── valueset-relationship.json │ ├── valueset-remittance-outcome.json │ ├── valueset-report-codes.json │ ├── valueset-resource-aggregation-mode.json │ ├── valueset-resource-slicing-rules.json │ ├── valueset-resource-types.json │ ├── valueset-resource-validation-mode.json │ ├── valueset-response-code.json │ ├── valueset-restful-conformance-mode.json │ ├── valueset-restful-interaction.json │ ├── valueset-restful-security-service.json │ ├── valueset-risk-probability.json │ ├── valueset-route-codes.json │ ├── valueset-ruleset.json │ ├── valueset-search-entry-mode.json │ ├── valueset-search-modifier-code.json │ ├── valueset-search-param-type.json │ ├── valueset-search-xpath-usage.json │ ├── valueset-security-labels.json │ ├── valueset-service-pharmacy.json │ ├── valueset-service-product.json │ ├── valueset-service-provision-conditions.json │ ├── valueset-service-referral-method.json │ ├── valueset-service-uscls.json │ ├── valueset-signature-type.json │ ├── valueset-slotstatus.json │ ├── valueset-special-values.json │ ├── valueset-specimen-collection-method.json │ ├── valueset-specimen-collection-priority.json │ ├── valueset-specimen-container-type.json │ ├── valueset-specimen-status.json │ ├── valueset-specimen-treatment-procedure.json │ ├── valueset-structure-definition-kind.json │ ├── valueset-subscription-channel-type.json │ ├── valueset-subscription-status.json │ ├── valueset-subscription-tag.json │ ├── valueset-substance-category.json │ ├── valueset-substance-code.json │ ├── valueset-supplement-type.json │ ├── valueset-supplydelivery-status.json │ ├── valueset-supplydelivery-type.json │ ├── valueset-supplyrequest-kind.json │ ├── valueset-supplyrequest-reason.json │ ├── valueset-supplyrequest-status.json │ ├── valueset-supplyrequest-when.json │ ├── valueset-surface.json │ ├── valueset-system-restful-interaction.json │ ├── valueset-teeth.json │ ├── valueset-template-status-code.json │ ├── valueset-testscript-operation-codes.json │ ├── valueset-texture-code.json │ ├── valueset-timing-abbreviation.json │ ├── valueset-tooth.json │ ├── valueset-transaction-mode.json │ ├── valueset-type-restful-interaction.json │ ├── valueset-ucum-common.json │ ├── valueset-udi.json │ ├── valueset-units-of-time.json │ ├── valueset-unknown-content-code.json │ ├── valueset-use-context.json │ ├── valueset-usps-state.json │ ├── valueset-vaccination-protocol-dose-status-reason.json │ ├── valueset-vaccination-protocol-dose-status.json │ ├── valueset-vaccination-protocol-dose-target.json │ ├── valueset-vaccine-code.json │ ├── valueset-versioning-policy.json │ ├── valueset-vision-base-codes.json │ ├── valueset-vision-eye-codes.json │ ├── valueset-vision-product.json │ ├── valueset-xds-relationship-type.json │ ├── valueset.profile.json │ ├── visionprescription.profile.json │ ├── xdsdocumentmanifest.profile.json │ └── xdsdocumentreference.profile.json ├── examples ├── Account.shex ├── AllergyIntolerance.shex ├── Coding.shex ├── MedicationOrder.shex ├── Observation.shex ├── README.md ├── Reference.shex ├── id.shex └── uri.shex ├── fhirowl ├── codesystem-abstract-types.owl ├── codesystem-account-status.owl ├── codesystem-action-cardinality-behavior.owl ├── codesystem-action-condition-kind.owl ├── codesystem-action-grouping-behavior.owl ├── codesystem-action-participant-type.owl ├── codesystem-action-precheck-behavior.owl ├── codesystem-action-relationship-type.owl ├── codesystem-action-required-behavior.owl ├── codesystem-action-selection-behavior.owl ├── codesystem-action-type.owl ├── codesystem-actionlist.owl ├── codesystem-activity-definition-category.owl ├── codesystem-additionalmaterials.owl ├── codesystem-address-type.owl ├── codesystem-address-use.owl ├── codesystem-adjudication-error.owl ├── codesystem-adjudication-reason.owl ├── codesystem-adjudication.owl ├── codesystem-administrative-gender.owl ├── codesystem-adverse-event-actuality.owl ├── codesystem-adverse-event-category.owl ├── codesystem-adverse-event-causality-assess.owl ├── codesystem-adverse-event-causality-method.owl ├── codesystem-adverse-event-outcome.owl ├── codesystem-adverse-event-seriousness.owl ├── codesystem-adverse-event-severity.owl ├── codesystem-allerg-intol-substance-exp-risk.owl ├── codesystem-allergy-clinical-status.owl ├── codesystem-allergy-intolerance-category.owl ├── codesystem-allergy-intolerance-criticality.owl ├── codesystem-allergy-intolerance-type.owl ├── codesystem-allergy-verification-status.owl ├── codesystem-animal-genderstatus.owl ├── codesystem-animal-species.owl ├── codesystem-appointmentstatus.owl ├── codesystem-assert-direction-codes.owl ├── codesystem-assert-operator-codes.owl ├── codesystem-assert-response-code-types.owl ├── codesystem-audit-entity-type.owl ├── codesystem-audit-event-action.owl ├── codesystem-audit-event-outcome.owl ├── codesystem-audit-event-type.owl ├── codesystem-audit-source-type.owl ├── codesystem-basic-resource-type.owl ├── codesystem-benefit-category.owl ├── codesystem-benefit-network.owl ├── codesystem-benefit-subcategory.owl ├── codesystem-benefit-term.owl ├── codesystem-benefit-type.owl ├── codesystem-benefit-unit.owl ├── codesystem-binding-strength.owl ├── codesystem-bundle-type.owl ├── codesystem-capability-statement-kind.owl ├── codesystem-care-plan-activity-category.owl ├── codesystem-care-plan-activity-status.owl ├── codesystem-care-plan-intent.owl ├── codesystem-care-plan-status.owl ├── codesystem-care-team-category.owl ├── codesystem-care-team-status.owl ├── codesystem-chargeitem-billingcodes.owl ├── codesystem-chargeitem-status.owl ├── codesystem-choice-list-orientation.owl ├── codesystem-chromosome-human.owl ├── codesystem-claim-careteamrole.owl ├── codesystem-claim-exception.owl ├── codesystem-claim-informationcategory.owl ├── codesystem-claim-modifiers.owl ├── codesystem-claim-subtype.owl ├── codesystem-claim-type.owl ├── codesystem-claim-use.owl ├── codesystem-clinical-impression-status.owl ├── codesystem-codesystem-content-mode.owl ├── codesystem-codesystem-hierarchy-meaning.owl ├── codesystem-common-tags.owl ├── codesystem-communication-category.owl ├── codesystem-communication-not-done-reason.owl ├── codesystem-compartment-type.owl ├── codesystem-composite-measure-scoring.owl ├── codesystem-composition-attestation-mode.owl ├── codesystem-composition-status.owl ├── codesystem-concept-map-equivalence.owl ├── codesystem-concept-properties.owl ├── codesystem-concept-property-type.owl ├── codesystem-conceptmap-unmapped-mode.owl ├── codesystem-condition-category.owl ├── codesystem-condition-clinical.owl ├── codesystem-condition-state.owl ├── codesystem-condition-ver-status.owl ├── codesystem-conditional-delete-status.owl ├── codesystem-conditional-read-status.owl ├── codesystem-conformance-expectation.owl ├── codesystem-consent-action.owl ├── codesystem-consent-category.owl ├── codesystem-consent-data-meaning.owl ├── codesystem-consent-provision-type.owl ├── codesystem-consent-state-codes.owl ├── codesystem-constraint-severity.owl ├── codesystem-contact-point-system.owl ├── codesystem-contact-point-use.owl ├── codesystem-contactentity-type.owl ├── codesystem-content-type.owl ├── codesystem-contract-action.owl ├── codesystem-contract-actorrole.owl ├── codesystem-contract-content-derivative.owl ├── codesystem-contract-data-meaning.owl ├── codesystem-contract-signer-type.owl ├── codesystem-contract-status.owl ├── codesystem-contract-subtype.owl ├── codesystem-contract-term-subtype.owl ├── codesystem-contract-term-type.owl ├── codesystem-contract-type.owl ├── codesystem-contributor-type.owl ├── codesystem-copy-number-event.owl ├── codesystem-coverage-level.owl ├── codesystem-coverage-selfpay.owl ├── codesystem-cqif-evidence-quality.owl ├── codesystem-cqif-recommendation-strength.owl ├── codesystem-data-absent-reason.owl ├── codesystem-data-types.owl ├── codesystem-days-of-week.owl ├── codesystem-definition-status.owl ├── codesystem-definition-topic.owl ├── codesystem-detectedissue-severity.owl ├── codesystem-device-action.owl ├── codesystem-device-statement-status.owl ├── codesystem-device-status.owl ├── codesystem-diagnosis-role.owl ├── codesystem-diagnostic-report-status.owl ├── codesystem-dicom-audit-lifecycle.owl ├── codesystem-dicom-dcim.owl ├── codesystem-digital-media-subtype.owl ├── codesystem-digital-media-type.owl ├── codesystem-discriminator-type.owl ├── codesystem-document-mode.owl ├── codesystem-document-reference-status.owl ├── codesystem-document-relationship-type.owl ├── codesystem-encounter-admit-source.owl ├── codesystem-encounter-diet.owl ├── codesystem-encounter-discharge-disposition.owl ├── codesystem-encounter-location-status.owl ├── codesystem-encounter-participant-type.owl ├── codesystem-encounter-special-arrangements.owl ├── codesystem-encounter-status.owl ├── codesystem-encounter-type.owl ├── codesystem-endpoint-connection-type.owl ├── codesystem-endpoint-payload-type.owl ├── codesystem-endpoint-status.owl ├── codesystem-entformula-additive.owl ├── codesystem-episode-of-care-status.owl ├── codesystem-episodeofcare-type.owl ├── codesystem-event-capability-mode.owl ├── codesystem-event-status.owl ├── codesystem-event-timing.owl ├── codesystem-ex-diagnosisrelatedgroup.owl ├── codesystem-ex-diagnosistype.owl ├── codesystem-ex-onsettype.owl ├── codesystem-ex-payee-resource-type.owl ├── codesystem-ex-paymenttype.owl ├── codesystem-ex-program-code.owl ├── codesystem-ex-revenue-center.owl ├── codesystem-explanationofbenefit-status.owl ├── codesystem-extension-context.owl ├── codesystem-extra-activity-type.owl ├── codesystem-extra-security-role-type.owl ├── codesystem-fhir-versions.owl ├── codesystem-filter-operator.owl ├── codesystem-flag-category.owl ├── codesystem-flag-priority.owl ├── codesystem-flag-status.owl ├── codesystem-fm-conditions.owl ├── codesystem-fm-itemtype.owl ├── codesystem-fm-status.owl ├── codesystem-forms.owl ├── codesystem-fundsreserve.owl ├── codesystem-goal-acceptance-status.owl ├── codesystem-goal-category.owl ├── codesystem-goal-priority.owl ├── codesystem-goal-relationship-type.owl ├── codesystem-goal-status-reason.owl ├── codesystem-goal-status.owl ├── codesystem-graph-compartment-rule.owl ├── codesystem-group-type.owl ├── codesystem-guidance-response-status.owl ├── codesystem-guide-dependency-type.owl ├── codesystem-guide-page-kind.owl ├── codesystem-history-absent-reason.owl ├── codesystem-history-status.owl ├── codesystem-hl7-work-group.owl ├── codesystem-http-operations.owl ├── codesystem-http-verb.owl ├── codesystem-icd-10-procedures.owl ├── codesystem-identifier-type.owl ├── codesystem-identifier-use.owl ├── codesystem-identity-assuranceLevel.owl ├── codesystem-immunization-origin.owl ├── codesystem-immunization-recommendation-date-criterion.owl ├── codesystem-immunization-recommendation-status.owl ├── codesystem-implant-status.owl ├── codesystem-intervention.owl ├── codesystem-iso-21089-lifecycle.owl ├── codesystem-issue-severity.owl ├── codesystem-issue-type.owl ├── codesystem-item-type.owl ├── codesystem-library-type.owl ├── codesystem-link-type.owl ├── codesystem-linkage-type.owl ├── codesystem-list-empty-reason.owl ├── codesystem-list-example-codes.owl ├── codesystem-list-item-flag.owl ├── codesystem-list-mode.owl ├── codesystem-list-order.owl ├── codesystem-list-status.owl ├── codesystem-location-mode.owl ├── codesystem-location-physical-type.owl ├── codesystem-location-status.owl ├── codesystem-map-context-type.owl ├── codesystem-map-group-type-mode.owl ├── codesystem-map-input-mode.owl ├── codesystem-map-model-mode.owl ├── codesystem-map-source-list-mode.owl ├── codesystem-map-target-list-mode.owl ├── codesystem-map-transform.owl ├── codesystem-marital-status.owl ├── codesystem-match-grade.owl ├── codesystem-measure-data-usage.owl ├── codesystem-measure-population.owl ├── codesystem-measure-report-status.owl ├── codesystem-measure-report-type.owl ├── codesystem-measure-scoring.owl ├── codesystem-measure-type.owl ├── codesystem-measurement-principle.owl ├── codesystem-medication-admin-category.owl ├── codesystem-medication-admin-status.owl ├── codesystem-medication-dispense-category.owl ├── codesystem-medication-dispense-status.owl ├── codesystem-medication-package-form.owl ├── codesystem-medication-request-category.owl ├── codesystem-medication-request-intent.owl ├── codesystem-medication-request-priority.owl ├── codesystem-medication-request-status.owl ├── codesystem-medication-statement-category.owl ├── codesystem-medication-statement-status.owl ├── codesystem-medication-statement-taken.owl ├── codesystem-medication-status.owl ├── codesystem-message-events.owl ├── codesystem-message-reason-encounter.owl ├── codesystem-message-significance-category.owl ├── codesystem-message-transport.owl ├── codesystem-messageheader-response-request.owl ├── codesystem-metric-calibration-state.owl ├── codesystem-metric-calibration-type.owl ├── codesystem-metric-category.owl ├── codesystem-metric-color.owl ├── codesystem-metric-operational-status.owl ├── codesystem-missing-tooth-reason.owl ├── codesystem-name-assembly-order.owl ├── codesystem-name-use.owl ├── codesystem-namingsystem-identifier-type.owl ├── codesystem-namingsystem-type.owl ├── codesystem-narrative-status.owl ├── codesystem-network-type.owl ├── codesystem-note-type.owl ├── codesystem-nutrition-request-status.owl ├── codesystem-object-role.owl ├── codesystem-observation-category.owl ├── codesystem-observation-relationshiptypes.owl ├── codesystem-observation-statistics.owl ├── codesystem-observation-status.owl ├── codesystem-operation-kind.owl ├── codesystem-operation-outcome.owl ├── codesystem-operation-parameter-use.owl ├── codesystem-operational-status.owl ├── codesystem-oral-prosthodontic-material.owl ├── codesystem-organization-type.owl ├── codesystem-parameter-group.owl ├── codesystem-participantrequired.owl ├── codesystem-participationstatus.owl ├── codesystem-payeetype.owl ├── codesystem-payment-adjustment-reason.owl ├── codesystem-payment-status.owl ├── codesystem-payment-type.owl ├── codesystem-plan-definition-type.owl ├── codesystem-policyholder-relationship.owl ├── codesystem-practitioner-role.owl ├── codesystem-practitioner-specialty.owl ├── codesystem-procedure-progress-status-codes.owl ├── codesystem-process-outcome.owl ├── codesystem-process-priority.owl ├── codesystem-property-representation.owl ├── codesystem-provenance-entity-role.owl ├── codesystem-provider-qualification.owl ├── codesystem-publication-status.owl ├── codesystem-quality-type.owl ├── codesystem-quantity-comparator.owl ├── codesystem-question-max-occurs.owl ├── codesystem-questionnaire-answers-status.owl ├── codesystem-questionnaire-display-category.owl ├── codesystem-questionnaire-item-control.owl ├── codesystem-questionnaire-usage-mode.owl ├── codesystem-reaction-event-certainty.owl ├── codesystem-reaction-event-severity.owl ├── codesystem-reason-medication-given-codes.owl ├── codesystem-reason-medication-not-given-codes.owl ├── codesystem-reference-handling-policy.owl ├── codesystem-reference-version-rules.owl ├── codesystem-referencerange-meaning.owl ├── codesystem-related-artifact-type.owl ├── codesystem-related-claim-relationship.owl ├── codesystem-relationship.owl ├── codesystem-remittance-outcome.owl ├── codesystem-report-action-result-codes.owl ├── codesystem-report-participant-type.owl ├── codesystem-report-result-codes.owl ├── codesystem-report-status-codes.owl ├── codesystem-repository-type.owl ├── codesystem-request-intent.owl ├── codesystem-request-priority.owl ├── codesystem-request-status.owl ├── codesystem-research-study-status.owl ├── codesystem-research-subject-status.owl ├── codesystem-resource-aggregation-mode.owl ├── codesystem-resource-slicing-rules.owl ├── codesystem-resource-status.owl ├── codesystem-resource-type-link.owl ├── codesystem-resource-types.owl ├── codesystem-resource-validation-mode.owl ├── codesystem-response-code.owl ├── codesystem-restful-capability-mode.owl ├── codesystem-restful-interaction.owl ├── codesystem-restful-security-service.owl ├── codesystem-risk-probability.owl ├── codesystem-search-comparator.owl ├── codesystem-search-entry-mode.owl ├── codesystem-search-modifier-code.owl ├── codesystem-search-param-type.owl ├── codesystem-search-xpath-usage.owl ├── codesystem-sequence-type.owl ├── codesystem-service-category.owl ├── codesystem-service-modifiers.owl ├── codesystem-service-pharmacy.owl ├── codesystem-service-place.owl ├── codesystem-service-product.owl ├── codesystem-service-provision-conditions.owl ├── codesystem-service-referral-method.owl ├── codesystem-service-type.owl ├── codesystem-service-uscls.owl ├── codesystem-signature-type.owl ├── codesystem-slotstatus.owl ├── codesystem-special-values.owl ├── codesystem-specification-type.owl ├── codesystem-specimen-status.owl ├── codesystem-structure-definition-kind.owl ├── codesystem-subscription-channel-type.owl ├── codesystem-subscription-status.owl ├── codesystem-subscription-tag.owl ├── codesystem-substance-category.owl ├── codesystem-substance-status.owl ├── codesystem-supplydelivery-status.owl ├── codesystem-supplydelivery-type.owl ├── codesystem-supplyrequest-kind.owl ├── codesystem-supplyrequest-reason.owl ├── codesystem-supplyrequest-status.owl ├── codesystem-surface.owl ├── codesystem-system-version-processing-mode.owl ├── codesystem-task-performer-type.owl ├── codesystem-task-status.owl ├── codesystem-teeth.owl ├── codesystem-testscript-operation-codes.owl ├── codesystem-testscript-profile-destination-types.owl ├── codesystem-testscript-profile-origin-types.owl ├── codesystem-tooth.owl ├── codesystem-transaction-mode.owl ├── codesystem-trigger-type.owl ├── codesystem-type-derivation-rule.owl ├── codesystem-udi-entry-type.owl ├── codesystem-udi.owl ├── codesystem-unknown-content-code.owl ├── codesystem-usage-context-type.owl ├── codesystem-vaccination-protocol-dose-status-reason.owl ├── codesystem-vaccination-protocol-dose-status.owl ├── codesystem-variant-state.owl ├── codesystem-versioning-policy.owl ├── codesystem-vision-base-codes.owl ├── codesystem-vision-eye-codes.owl ├── codesystem-vision-product.owl ├── codesystem-w3c-provenance-activity-type.owl ├── java │ └── OWLCodeSystem.java ├── v2 │ ├── 4000 │ │ └── v2-4000.cs.owl │ ├── 0001 │ │ └── v2-0001.cs.owl │ ├── 0002 │ │ └── v2-0002.cs.owl │ ├── 0003 │ │ └── v2-0003.cs.owl │ ├── 0004 │ │ └── v2-0004.cs.owl │ ├── 0006 │ │ ├── 2.1 │ │ │ └── v2-2.1-0006.cs.owl │ │ └── 2.4 │ │ │ └── v2-2.4-0006.cs.owl │ ├── 0007 │ │ └── v2-0007.cs.owl │ ├── 0008 │ │ └── v2-0008.cs.owl │ ├── 0009 │ │ └── v2-0009.cs.owl │ ├── 0012 │ │ └── v2-0012.cs.owl │ ├── 0017 │ │ └── v2-0017.cs.owl │ ├── 0023 │ │ └── v2-0023.cs.owl │ ├── 0027 │ │ └── v2-0027.cs.owl │ ├── 0033 │ │ └── v2-0033.cs.owl │ ├── 0034 │ │ └── v2-0034.cs.owl │ ├── 0038 │ │ └── v2-0038.cs.owl │ ├── 0043 │ │ └── v2-0043.cs.owl │ ├── 0048 │ │ └── v2-0048.cs.owl │ ├── 0052 │ │ └── v2-0052.cs.owl │ ├── 0061 │ │ └── v2-0061.cs.owl │ ├── 0062 │ │ └── v2-0062.cs.owl │ ├── 0063 │ │ └── v2-0063.cs.owl │ ├── 0065 │ │ └── v2-0065.cs.owl │ ├── 0066 │ │ └── v2-0066.cs.owl │ ├── 0069 │ │ └── v2-0069.cs.owl │ ├── 0070 │ │ └── v2-0070.cs.owl │ ├── 0074 │ │ └── v2-0074.cs.owl │ ├── 0076 │ │ └── v2-0076.cs.owl │ ├── 0078 │ │ └── v2-0078.cs.owl │ ├── 0080 │ │ └── v2-0080.cs.owl │ ├── 0083 │ │ └── v2-0083.cs.owl │ ├── 0085 │ │ └── v2-0085.cs.owl │ ├── 0091 │ │ └── v2-0091.cs.owl │ ├── 0092 │ │ └── v2-0092.cs.owl │ ├── 0098 │ │ └── v2-0098.cs.owl │ ├── 0100 │ │ └── v2-0100.cs.owl │ ├── 0102 │ │ └── v2-0102.cs.owl │ ├── 0103 │ │ └── v2-0103.cs.owl │ ├── 0104 │ │ └── v2-0104.cs.owl │ ├── 0105 │ │ └── v2-0105.cs.owl │ ├── 0106 │ │ └── v2-0106.cs.owl │ ├── 0107 │ │ └── v2-0107.cs.owl │ ├── 0108 │ │ └── v2-0108.cs.owl │ ├── 0109 │ │ └── v2-0109.cs.owl │ ├── 0116 │ │ └── v2-0116.cs.owl │ ├── 0119 │ │ └── v2-0119.cs.owl │ ├── 0121 │ │ └── v2-0121.cs.owl │ ├── 0122 │ │ └── v2-0122.cs.owl │ ├── 0123 │ │ └── v2-0123.cs.owl │ ├── 0124 │ │ └── v2-0124.cs.owl │ ├── 0126 │ │ └── v2-0126.cs.owl │ ├── 0127 │ │ └── v2-0127.cs.owl │ ├── 0128 │ │ └── v2-0128.cs.owl │ ├── 0130 │ │ └── v2-0130.cs.owl │ ├── 0131 │ │ └── v2-0131.cs.owl │ ├── 0133 │ │ └── v2-0133.cs.owl │ ├── 0135 │ │ └── v2-0135.cs.owl │ ├── 0136 │ │ └── v2-0136.cs.owl │ ├── 0137 │ │ └── v2-0137.cs.owl │ ├── 0140 │ │ └── v2-0140.cs.owl │ ├── 0141 │ │ └── v2-0141.cs.owl │ ├── 0142 │ │ └── v2-0142.cs.owl │ ├── 0144 │ │ └── v2-0144.cs.owl │ ├── 0145 │ │ └── v2-0145.cs.owl │ ├── 0146 │ │ └── v2-0146.cs.owl │ ├── 0147 │ │ └── v2-0147.cs.owl │ ├── 0148 │ │ └── v2-0148.cs.owl │ ├── 0149 │ │ └── v2-0149.cs.owl │ ├── 0150 │ │ └── v2-0150.cs.owl │ ├── 0153 │ │ └── v2-0153.cs.owl │ ├── 0155 │ │ └── v2-0155.cs.owl │ ├── 0156 │ │ └── v2-0156.cs.owl │ ├── 0157 │ │ └── v2-0157.cs.owl │ ├── 0158 │ │ └── v2-0158.cs.owl │ ├── 0159 │ │ └── v2-0159.cs.owl │ ├── 0160 │ │ └── v2-0160.cs.owl │ ├── 0161 │ │ └── v2-0161.cs.owl │ ├── 0162 │ │ └── v2-0162.cs.owl │ ├── 0163 │ │ └── v2-0163.cs.owl │ ├── 0164 │ │ └── v2-0164.cs.owl │ ├── 0165 │ │ └── v2-0165.cs.owl │ ├── 0166 │ │ └── v2-0166.cs.owl │ ├── 0167 │ │ └── v2-0167.cs.owl │ ├── 0168 │ │ └── v2-0168.cs.owl │ ├── 0169 │ │ └── v2-0169.cs.owl │ ├── 0170 │ │ └── v2-0170.cs.owl │ ├── 0173 │ │ └── v2-0173.cs.owl │ ├── 0174 │ │ └── v2-0174.cs.owl │ ├── 0175 │ │ └── v2-0175.cs.owl │ ├── 0177 │ │ └── v2-0177.cs.owl │ ├── 0178 │ │ └── v2-0178.cs.owl │ ├── 0179 │ │ └── v2-0179.cs.owl │ ├── 0180 │ │ └── v2-0180.cs.owl │ ├── 0181 │ │ └── v2-0181.cs.owl │ ├── 0183 │ │ └── v2-0183.cs.owl │ ├── 0185 │ │ └── v2-0185.cs.owl │ ├── 0187 │ │ └── v2-0187.cs.owl │ ├── 0189 │ │ └── v2-0189.cs.owl │ ├── 0190 │ │ └── v2-0190.cs.owl │ ├── 0191 │ │ └── v2-0191.cs.owl │ ├── 0193 │ │ └── v2-0193.cs.owl │ ├── 0200 │ │ └── v2-0200.cs.owl │ ├── 0201 │ │ └── v2-0201.cs.owl │ ├── 0202 │ │ └── v2-0202.cs.owl │ ├── 0203 │ │ └── v2-0203.cs.owl │ ├── 0204 │ │ └── v2-0204.cs.owl │ ├── 0205 │ │ └── v2-0205.cs.owl │ ├── 0206 │ │ └── v2-0206.cs.owl │ ├── 0207 │ │ └── v2-0207.cs.owl │ ├── 0208 │ │ └── v2-0208.cs.owl │ ├── 0209 │ │ └── v2-0209.cs.owl │ ├── 0210 │ │ └── v2-0210.cs.owl │ ├── 0211 │ │ └── v2-0211.cs.owl │ ├── 0213 │ │ └── v2-0213.cs.owl │ ├── 0214 │ │ └── v2-0214.cs.owl │ ├── 0215 │ │ └── v2-0215.cs.owl │ ├── 0216 │ │ └── v2-0216.cs.owl │ ├── 0217 │ │ └── v2-0217.cs.owl │ ├── 0220 │ │ └── v2-0220.cs.owl │ ├── 0223 │ │ └── v2-0223.cs.owl │ ├── 0224 │ │ └── v2-0224.cs.owl │ ├── 0225 │ │ └── v2-0225.cs.owl │ ├── 0227 │ │ └── v2-0227.cs.owl │ ├── 0228 │ │ └── v2-0228.cs.owl │ ├── 0229 │ │ └── v2-0229.cs.owl │ ├── 0230 │ │ └── v2-0230.cs.owl │ ├── 0231 │ │ └── v2-0231.cs.owl │ ├── 0232 │ │ └── v2-0232.cs.owl │ ├── 0234 │ │ └── v2-0234.cs.owl │ ├── 0235 │ │ └── v2-0235.cs.owl │ ├── 0236 │ │ └── v2-0236.cs.owl │ ├── 0237 │ │ └── v2-0237.cs.owl │ ├── 0238 │ │ └── v2-0238.cs.owl │ ├── 0239 │ │ └── v2-0239.cs.owl │ ├── 0240 │ │ └── v2-0240.cs.owl │ ├── 0241 │ │ └── v2-0241.cs.owl │ ├── 0242 │ │ └── v2-0242.cs.owl │ ├── 0243 │ │ └── v2-0243.cs.owl │ ├── 0247 │ │ └── v2-0247.cs.owl │ ├── 0248 │ │ └── v2-0248.cs.owl │ ├── 0250 │ │ └── v2-0250.cs.owl │ ├── 0251 │ │ └── v2-0251.cs.owl │ ├── 0252 │ │ └── v2-0252.cs.owl │ ├── 0253 │ │ └── v2-0253.cs.owl │ ├── 0254 │ │ └── v2-0254.cs.owl │ ├── 0255 │ │ └── v2-0255.cs.owl │ ├── 0256 │ │ └── v2-0256.cs.owl │ ├── 0257 │ │ └── v2-0257.cs.owl │ ├── 0258 │ │ └── v2-0258.cs.owl │ ├── 0259 │ │ └── v2-0259.cs.owl │ ├── 0260 │ │ └── v2-0260.cs.owl │ ├── 0261 │ │ └── v2-0261.cs.owl │ ├── 0262 │ │ └── v2-0262.cs.owl │ ├── 0263 │ │ └── v2-0263.cs.owl │ ├── 0265 │ │ └── v2-0265.cs.owl │ ├── 0267 │ │ └── v2-0267.cs.owl │ ├── 0268 │ │ └── v2-0268.cs.owl │ ├── 0269 │ │ └── v2-0269.cs.owl │ ├── 0270 │ │ └── v2-0270.cs.owl │ ├── 0271 │ │ └── v2-0271.cs.owl │ ├── 0272 │ │ └── v2-0272.cs.owl │ ├── 0273 │ │ └── v2-0273.cs.owl │ ├── 0275 │ │ └── v2-0275.cs.owl │ ├── 0276 │ │ └── v2-0276.cs.owl │ ├── 0277 │ │ └── v2-0277.cs.owl │ ├── 0278 │ │ └── v2-0278.cs.owl │ ├── 0279 │ │ └── v2-0279.cs.owl │ ├── 0280 │ │ └── v2-0280.cs.owl │ ├── 0281 │ │ └── v2-0281.cs.owl │ ├── 0282 │ │ └── v2-0282.cs.owl │ ├── 0283 │ │ └── v2-0283.cs.owl │ ├── 0284 │ │ └── v2-0284.cs.owl │ ├── 0286 │ │ └── v2-0286.cs.owl │ ├── 0287 │ │ └── v2-0287.cs.owl │ ├── 0290 │ │ └── v2-0290.cs.owl │ ├── 0291 │ │ └── v2-0291.cs.owl │ ├── 0292 │ │ └── v2-0292.cs.owl │ ├── 0294 │ │ └── v2-0294.cs.owl │ ├── 0298 │ │ └── v2-0298.cs.owl │ ├── 0299 │ │ └── v2-0299.cs.owl │ ├── 0301 │ │ └── v2-0301.cs.owl │ ├── 0305 │ │ └── v2-0305.cs.owl │ ├── 0309 │ │ └── v2-0309.cs.owl │ ├── 0311 │ │ └── v2-0311.cs.owl │ ├── 0315 │ │ └── v2-0315.cs.owl │ ├── 0316 │ │ └── v2-0316.cs.owl │ ├── 0317 │ │ └── v2-0317.cs.owl │ ├── 0321 │ │ └── v2-0321.cs.owl │ ├── 0322 │ │ └── v2-0322.cs.owl │ ├── 0323 │ │ └── v2-0323.cs.owl │ ├── 0324 │ │ └── v2-0324.cs.owl │ ├── 0325 │ │ └── v2-0325.cs.owl │ ├── 0326 │ │ └── v2-0326.cs.owl │ ├── 0329 │ │ └── v2-0329.cs.owl │ ├── 0330 │ │ └── v2-0330.cs.owl │ ├── 0331 │ │ └── v2-0331.cs.owl │ ├── 0332 │ │ └── v2-0332.cs.owl │ ├── 0334 │ │ └── v2-0334.cs.owl │ ├── 0335 │ │ └── v2-0335.cs.owl │ ├── 0336 │ │ └── v2-0336.cs.owl │ ├── 0337 │ │ └── v2-0337.cs.owl │ ├── 0338 │ │ └── v2-0338.cs.owl │ ├── 0339 │ │ └── v2-0339.cs.owl │ ├── 0344 │ │ └── v2-0344.cs.owl │ ├── 0350 │ │ └── v2-0350.cs.owl │ ├── 0351 │ │ └── v2-0351.cs.owl │ ├── 0354 │ │ └── v2-0354.cs.owl │ ├── 0355 │ │ └── v2-0355.cs.owl │ ├── 0356 │ │ └── v2-0356.cs.owl │ ├── 0357 │ │ └── v2-0357.cs.owl │ ├── 0359 │ │ └── v2-0359.cs.owl │ ├── 0360 │ │ ├── 2.3.1 │ │ │ └── v2-2.3.1-0360.cs.owl │ │ └── 2.7 │ │ │ └── v2-2.7-0360.cs.owl │ ├── 0363 │ │ └── v2-0363.cs.owl │ ├── 0364 │ │ └── v2-0364.cs.owl │ ├── 0365 │ │ └── v2-0365.cs.owl │ ├── 0366 │ │ └── v2-0366.cs.owl │ ├── 0367 │ │ └── v2-0367.cs.owl │ ├── 0368 │ │ └── v2-0368.cs.owl │ ├── 0369 │ │ └── v2-0369.cs.owl │ ├── 0370 │ │ └── v2-0370.cs.owl │ ├── 0371 │ │ └── v2-0371.cs.owl │ ├── 0372 │ │ └── v2-0372.cs.owl │ ├── 0373 │ │ └── v2-0373.cs.owl │ ├── 0374 │ │ └── v2-0374.cs.owl │ ├── 0375 │ │ └── v2-0375.cs.owl │ ├── 0376 │ │ └── v2-0376.cs.owl │ ├── 0377 │ │ └── v2-0377.cs.owl │ ├── 0383 │ │ └── v2-0383.cs.owl │ ├── 0384 │ │ └── v2-0384.cs.owl │ ├── 0387 │ │ └── v2-0387.cs.owl │ ├── 0388 │ │ └── v2-0388.cs.owl │ ├── 0389 │ │ └── v2-0389.cs.owl │ ├── 0391 │ │ ├── 2.4 │ │ │ └── v2-2.4-0391.cs.owl │ │ └── 2.6 │ │ │ └── v2-2.6-0391.cs.owl │ ├── 0392 │ │ └── v2-0392.cs.owl │ ├── 0393 │ │ └── v2-0393.cs.owl │ ├── 0394 │ │ └── v2-0394.cs.owl │ ├── 0395 │ │ └── v2-0395.cs.owl │ ├── 0396 │ │ └── v2-0396.cs.owl │ ├── 0397 │ │ └── v2-0397.cs.owl │ ├── 0398 │ │ └── v2-0398.cs.owl │ ├── 0401 │ │ └── v2-0401.cs.owl │ ├── 0402 │ │ └── v2-0402.cs.owl │ ├── 0403 │ │ └── v2-0403.cs.owl │ ├── 0404 │ │ └── v2-0404.cs.owl │ ├── 0406 │ │ └── v2-0406.cs.owl │ ├── 0409 │ │ └── v2-0409.cs.owl │ ├── 0411 │ │ └── v2-0411.cs.owl │ ├── 0415 │ │ └── v2-0415.cs.owl │ ├── 0416 │ │ └── v2-0416.cs.owl │ ├── 0417 │ │ └── v2-0417.cs.owl │ ├── 0418 │ │ └── v2-0418.cs.owl │ ├── 0421 │ │ └── v2-0421.cs.owl │ ├── 0422 │ │ └── v2-0422.cs.owl │ ├── 0423 │ │ └── v2-0423.cs.owl │ ├── 0424 │ │ └── v2-0424.cs.owl │ ├── 0425 │ │ └── v2-0425.cs.owl │ ├── 0426 │ │ └── v2-0426.cs.owl │ ├── 0427 │ │ └── v2-0427.cs.owl │ ├── 0428 │ │ └── v2-0428.cs.owl │ ├── 0429 │ │ └── v2-0429.cs.owl │ ├── 0430 │ │ └── v2-0430.cs.owl │ ├── 0431 │ │ └── v2-0431.cs.owl │ ├── 0432 │ │ └── v2-0432.cs.owl │ ├── 0433 │ │ └── v2-0433.cs.owl │ ├── 0434 │ │ └── v2-0434.cs.owl │ ├── 0435 │ │ └── v2-0435.cs.owl │ ├── 0436 │ │ └── v2-0436.cs.owl │ ├── 0437 │ │ └── v2-0437.cs.owl │ ├── 0438 │ │ └── v2-0438.cs.owl │ ├── 0440 │ │ └── v2-0440.cs.owl │ ├── 0441 │ │ └── v2-0441.cs.owl │ ├── 0442 │ │ └── v2-0442.cs.owl │ ├── 0443 │ │ └── v2-0443.cs.owl │ ├── 0444 │ │ └── v2-0444.cs.owl │ ├── 0445 │ │ └── v2-0445.cs.owl │ ├── 0450 │ │ └── v2-0450.cs.owl │ ├── 0455 │ │ └── v2-0455.cs.owl │ ├── 0456 │ │ └── v2-0456.cs.owl │ ├── 0457 │ │ └── v2-0457.cs.owl │ ├── 0459 │ │ └── v2-0459.cs.owl │ ├── 0460 │ │ └── v2-0460.cs.owl │ ├── 0465 │ │ └── v2-0465.cs.owl │ ├── 0466 │ │ └── v2-0466.cs.owl │ ├── 0468 │ │ └── v2-0468.cs.owl │ ├── 0469 │ │ └── v2-0469.cs.owl │ ├── 0470 │ │ └── v2-0470.cs.owl │ ├── 0472 │ │ └── v2-0472.cs.owl │ ├── 0473 │ │ └── v2-0473.cs.owl │ ├── 0474 │ │ └── v2-0474.cs.owl │ ├── 0475 │ │ └── v2-0475.cs.owl │ ├── 0477 │ │ └── v2-0477.cs.owl │ ├── 0478 │ │ └── v2-0478.cs.owl │ ├── 0480 │ │ └── v2-0480.cs.owl │ ├── 0482 │ │ └── v2-0482.cs.owl │ ├── 0483 │ │ └── v2-0483.cs.owl │ ├── 0484 │ │ └── v2-0484.cs.owl │ ├── 0485 │ │ └── v2-0485.cs.owl │ ├── 0487 │ │ └── v2-0487.cs.owl │ ├── 0488 │ │ └── v2-0488.cs.owl │ ├── 0489 │ │ └── v2-0489.cs.owl │ ├── 0490 │ │ └── v2-0490.cs.owl │ ├── 0491 │ │ └── v2-0491.cs.owl │ ├── 0492 │ │ └── v2-0492.cs.owl │ ├── 0493 │ │ └── v2-0493.cs.owl │ ├── 0494 │ │ └── v2-0494.cs.owl │ ├── 0495 │ │ └── v2-0495.cs.owl │ ├── 0496 │ │ └── v2-0496.cs.owl │ ├── 0497 │ │ └── v2-0497.cs.owl │ ├── 0498 │ │ └── v2-0498.cs.owl │ ├── 0499 │ │ └── v2-0499.cs.owl │ ├── 0500 │ │ └── v2-0500.cs.owl │ ├── 0501 │ │ └── v2-0501.cs.owl │ ├── 0502 │ │ └── v2-0502.cs.owl │ ├── 0503 │ │ └── v2-0503.cs.owl │ ├── 0504 │ │ └── v2-0504.cs.owl │ ├── 0505 │ │ └── v2-0505.cs.owl │ ├── 0506 │ │ └── v2-0506.cs.owl │ ├── 0507 │ │ └── v2-0507.cs.owl │ ├── 0508 │ │ └── v2-0508.cs.owl │ ├── 0510 │ │ └── v2-0510.cs.owl │ ├── 0511 │ │ └── v2-0511.cs.owl │ ├── 0513 │ │ └── v2-0513.cs.owl │ ├── 0514 │ │ └── v2-0514.cs.owl │ ├── 0516 │ │ └── v2-0516.cs.owl │ ├── 0517 │ │ └── v2-0517.cs.owl │ ├── 0518 │ │ └── v2-0518.cs.owl │ ├── 0520 │ │ └── v2-0520.cs.owl │ ├── 0523 │ │ └── v2-0523.cs.owl │ ├── 0524 │ │ └── v2-0524.cs.owl │ ├── 0527 │ │ └── v2-0527.cs.owl │ ├── 0528 │ │ └── v2-0528.cs.owl │ ├── 0529 │ │ └── v2-0529.cs.owl │ ├── 0530 │ │ └── v2-0530.cs.owl │ ├── 0534 │ │ └── v2-0534.cs.owl │ ├── 0535 │ │ └── v2-0535.cs.owl │ ├── 0536 │ │ └── v2-0536.cs.owl │ ├── 0538 │ │ └── v2-0538.cs.owl │ ├── 0540 │ │ └── v2-0540.cs.owl │ ├── 0544 │ │ └── v2-0544.cs.owl │ ├── 0547 │ │ └── v2-0547.cs.owl │ ├── 0548 │ │ └── v2-0548.cs.owl │ ├── 0550 │ │ └── v2-0550.cs.owl │ ├── 0553 │ │ └── v2-0553.cs.owl │ ├── 0554 │ │ └── v2-0554.cs.owl │ ├── 0555 │ │ └── v2-0555.cs.owl │ ├── 0556 │ │ └── v2-0556.cs.owl │ ├── 0557 │ │ └── v2-0557.cs.owl │ ├── 0558 │ │ └── v2-0558.cs.owl │ ├── 0559 │ │ └── v2-0559.cs.owl │ ├── 0561 │ │ └── v2-0561.cs.owl │ ├── 0562 │ │ └── v2-0562.cs.owl │ ├── 0564 │ │ └── v2-0564.cs.owl │ ├── 0565 │ │ └── v2-0565.cs.owl │ ├── 0566 │ │ └── v2-0566.cs.owl │ ├── 0569 │ │ └── v2-0569.cs.owl │ ├── 0570 │ │ └── v2-0570.cs.owl │ ├── 0571 │ │ └── v2-0571.cs.owl │ ├── 0572 │ │ └── v2-0572.cs.owl │ ├── 0615 │ │ └── v2-0615.cs.owl │ ├── 0616 │ │ └── v2-0616.cs.owl │ ├── 0617 │ │ └── v2-0617.cs.owl │ ├── 0618 │ │ └── v2-0618.cs.owl │ ├── 0625 │ │ └── v2-0625.cs.owl │ ├── 0634 │ │ └── v2-0634.cs.owl │ ├── 0642 │ │ └── v2-0642.cs.owl │ ├── 0651 │ │ └── v2-0651.cs.owl │ ├── 0653 │ │ └── v2-0653.cs.owl │ ├── 0657 │ │ └── v2-0657.cs.owl │ ├── 0659 │ │ └── v2-0659.cs.owl │ ├── 0667 │ │ └── v2-0667.cs.owl │ ├── 0669 │ │ └── v2-0669.cs.owl │ ├── 0682 │ │ └── v2-0682.cs.owl │ ├── 0702 │ │ └── v2-0702.cs.owl │ ├── 0717 │ │ └── v2-0717.cs.owl │ ├── 0719 │ │ └── v2-0719.cs.owl │ ├── 0725 │ │ └── v2-0725.cs.owl │ ├── 0728 │ │ └── v2-0728.cs.owl │ ├── 0731 │ │ └── v2-0731.cs.owl │ ├── 0734 │ │ └── v2-0734.cs.owl │ ├── 0739 │ │ └── v2-0739.cs.owl │ ├── 0742 │ │ └── v2-0742.cs.owl │ ├── 0749 │ │ └── v2-0749.cs.owl │ ├── 0755 │ │ └── v2-0755.cs.owl │ ├── 0757 │ │ └── v2-0757.cs.owl │ ├── 0759 │ │ └── v2-0759.cs.owl │ ├── 0761 │ │ └── v2-0761.cs.owl │ ├── 0763 │ │ └── v2-0763.cs.owl │ ├── 0776 │ │ └── v2-0776.cs.owl │ ├── 0778 │ │ └── v2-0778.cs.owl │ ├── 0790 │ │ └── v2-0790.cs.owl │ ├── 0793 │ │ └── v2-0793.cs.owl │ ├── 0806 │ │ └── v2-0806.cs.owl │ ├── 0818 │ │ └── v2-0818.cs.owl │ ├── 0834 │ │ └── v2-0834.cs.owl │ ├── 0868 │ │ └── v2-0868.cs.owl │ ├── 0871 │ │ └── v2-0871.cs.owl │ ├── 0881 │ │ └── v2-0881.cs.owl │ ├── 0882 │ │ └── v2-0882.cs.owl │ ├── 0894 │ │ └── v2-0894.cs.owl │ ├── 0895 │ │ └── v2-0895.cs.owl │ ├── 0904 │ │ └── v2-0904.cs.owl │ ├── 0905 │ │ └── v2-0905.cs.owl │ ├── 0906 │ │ └── v2-0906.cs.owl │ ├── 0907 │ │ └── v2-0907.cs.owl │ ├── 0909 │ │ └── v2-0909.cs.owl │ ├── 0912 │ │ └── v2-0912.cs.owl │ ├── 0914 │ │ └── v2-0914.cs.owl │ ├── 0916 │ │ └── v2-0916.cs.owl │ ├── 0917 │ │ └── v2-0917.cs.owl │ ├── 0918 │ │ └── v2-0918.cs.owl │ ├── 0919 │ │ └── v2-0919.cs.owl │ ├── 0920 │ │ └── v2-0920.cs.owl │ ├── 0921 │ │ └── v2-0921.cs.owl │ ├── 0922 │ │ └── v2-0922.cs.owl │ ├── 0923 │ │ └── v2-0923.cs.owl │ ├── 0924 │ │ └── v2-0924.cs.owl │ ├── 0925 │ │ └── v2-0925.cs.owl │ ├── 0926 │ │ └── v2-0926.cs.owl │ ├── 0927 │ │ └── v2-0927.cs.owl │ ├── 0933 │ │ └── v2-0933.cs.owl │ ├── 0935 │ │ └── v2-0935.cs.owl │ └── zzz └── v3 │ ├── AcknowledgementCondition │ └── v3-AcknowledgementCondition.cs.owl │ ├── AcknowledgementDetailCode │ └── v3-AcknowledgementDetailCode.cs.owl │ ├── AcknowledgementDetailType │ └── v3-AcknowledgementDetailType.cs.owl │ ├── AcknowledgementType │ └── v3-AcknowledgementType.cs.owl │ ├── ActClass │ └── v3-ActClass.cs.owl │ ├── ActCode │ └── v3-ActCode.cs.owl │ ├── ActExposureLevelCode │ └── v3-ActExposureLevelCode.cs.owl │ ├── ActInvoiceElementModifier │ └── v3-ActInvoiceElementModifier.cs.owl │ ├── ActMood │ └── v3-ActMood.cs.owl │ ├── ActPriority │ └── v3-ActPriority.cs.owl │ ├── ActReason │ └── v3-ActReason.cs.owl │ ├── ActRelationshipCheckpoint │ └── v3-ActRelationshipCheckpoint.cs.owl │ ├── ActRelationshipJoin │ └── v3-ActRelationshipJoin.cs.owl │ ├── ActRelationshipSplit │ └── v3-ActRelationshipSplit.cs.owl │ ├── ActRelationshipSubset │ └── v3-ActRelationshipSubset.cs.owl │ ├── ActRelationshipType │ └── v3-ActRelationshipType.cs.owl │ ├── ActSite │ └── v3-ActSite.cs.owl │ ├── ActStatus │ └── v3-ActStatus.cs.owl │ ├── ActUSPrivacyLaw │ └── v3-ActUSPrivacyLaw.cs.owl │ ├── ActUncertainty │ └── v3-ActUncertainty.cs.owl │ ├── AddressPartType │ └── v3-AddressPartType.cs.owl │ ├── AddressUse │ └── v3-AddressUse.cs.owl │ ├── AdministrativeGender │ └── v3-AdministrativeGender.cs.owl │ ├── AmericanIndianAlaskaNativeLanguages │ └── v3-AmericanIndianAlaskaNativeLanguages.cs.owl │ ├── Calendar │ └── v3-Calendar.cs.owl │ ├── CalendarCycle │ └── v3-CalendarCycle.cs.owl │ ├── CalendarType │ └── v3-CalendarType.cs.owl │ ├── Charset │ └── v3-Charset.cs.owl │ ├── CodingRationale │ └── v3-CodingRationale.cs.owl │ ├── CommunicationFunctionType │ └── v3-CommunicationFunctionType.cs.owl │ ├── CompressionAlgorithm │ └── v3-CompressionAlgorithm.cs.owl │ ├── Confidentiality │ └── v3-Confidentiality.cs.owl │ ├── ContainerCap │ └── v3-ContainerCap.cs.owl │ ├── ContainerSeparator │ └── v3-ContainerSeparator.cs.owl │ ├── ContentProcessingMode │ └── v3-ContentProcessingMode.cs.owl │ ├── ContextControl │ └── v3-ContextControl.cs.owl │ ├── DataOperation │ └── v3-DataOperation.cs.owl │ ├── DeviceAlertLevel │ └── v3-DeviceAlertLevel.cs.owl │ ├── DocumentCompletion │ └── v3-DocumentCompletion.cs.owl │ ├── DocumentStorage │ └── v3-DocumentStorage.cs.owl │ ├── EducationLevel │ └── v3-EducationLevel.cs.owl │ ├── EmployeeJobClass │ └── v3-EmployeeJobClass.cs.owl │ ├── EncounterAdmissionSource │ └── v3-EncounterAdmissionSource.cs.owl │ ├── EncounterSpecialCourtesy │ └── v3-EncounterSpecialCourtesy.cs.owl │ ├── EntityClass │ └── v3-EntityClass.cs.owl │ ├── EntityCode │ └── v3-EntityCode.cs.owl │ ├── EntityDeterminer │ └── v3-EntityDeterminer.cs.owl │ ├── EntityHandling │ └── v3-EntityHandling.cs.owl │ ├── EntityNamePartQualifier │ └── v3-EntityNamePartQualifier.cs.owl │ ├── EntityNamePartQualifierR2 │ └── v3-EntityNamePartQualifierR2.cs.owl │ ├── EntityNamePartType │ └── v3-EntityNamePartType.cs.owl │ ├── EntityNamePartTypeR2 │ └── v3-EntityNamePartTypeR2.cs.owl │ ├── EntityNameUse │ └── v3-EntityNameUse.cs.owl │ ├── EntityNameUseR2 │ └── v3-EntityNameUseR2.cs.owl │ ├── EntityRisk │ └── v3-EntityRisk.cs.owl │ ├── EntityStatus │ └── v3-EntityStatus.cs.owl │ ├── EquipmentAlertLevel │ └── v3-EquipmentAlertLevel.cs.owl │ ├── Ethnicity │ └── v3-Ethnicity.cs.owl │ ├── ExposureMode │ └── v3-ExposureMode.cs.owl │ ├── GTSAbbreviation │ └── v3-GTSAbbreviation.cs.owl │ ├── GenderStatus │ └── v3-GenderStatus.cs.owl │ ├── HL7UpdateMode │ └── v3-HL7UpdateMode.cs.owl │ ├── HtmlLinkType │ └── v3-HtmlLinkType.cs.owl │ ├── IdentifierReliability │ └── v3-IdentifierReliability.cs.owl │ ├── IdentifierScope │ └── v3-IdentifierScope.cs.owl │ ├── IntegrityCheckAlgorithm │ └── v3-IntegrityCheckAlgorithm.cs.owl │ ├── LanguageAbilityMode │ └── v3-LanguageAbilityMode.cs.owl │ ├── LanguageAbilityProficiency │ └── v3-LanguageAbilityProficiency.cs.owl │ ├── LivingArrangement │ └── v3-LivingArrangement.cs.owl │ ├── LocalMarkupIgnore │ └── v3-LocalMarkupIgnore.cs.owl │ ├── LocalRemoteControlState │ └── v3-LocalRemoteControlState.cs.owl │ ├── ManagedParticipationStatus │ └── v3-ManagedParticipationStatus.cs.owl │ ├── MapRelationship │ └── v3-MapRelationship.cs.owl │ ├── MaritalStatus │ └── v3-MaritalStatus.cs.owl │ ├── MessageWaitingPriority │ └── v3-MessageWaitingPriority.cs.owl │ ├── ModifyIndicator │ └── v3-ModifyIndicator.cs.owl │ ├── NullFlavor │ └── v3-NullFlavor.cs.owl │ ├── ObservationInterpretation │ └── v3-ObservationInterpretation.cs.owl │ ├── ObservationMethod │ └── v3-ObservationMethod.cs.owl │ ├── ObservationValue │ └── v3-ObservationValue.cs.owl │ ├── ParticipationFunction │ └── v3-ParticipationFunction.cs.owl │ ├── ParticipationMode │ └── v3-ParticipationMode.cs.owl │ ├── ParticipationSignature │ └── v3-ParticipationSignature.cs.owl │ ├── ParticipationType │ └── v3-ParticipationType.cs.owl │ ├── PatientImportance │ └── v3-PatientImportance.cs.owl │ ├── PaymentTerms │ └── v3-PaymentTerms.cs.owl │ ├── PersonDisabilityType │ └── v3-PersonDisabilityType.cs.owl │ ├── ProbabilityDistributionType │ └── v3-ProbabilityDistributionType.cs.owl │ ├── ProcessingID │ └── v3-ProcessingID.cs.owl │ ├── ProcessingMode │ └── v3-ProcessingMode.cs.owl │ ├── QueryParameterValue │ └── v3-QueryParameterValue.cs.owl │ ├── QueryPriority │ └── v3-QueryPriority.cs.owl │ ├── QueryRequestLimit │ └── v3-QueryRequestLimit.cs.owl │ ├── QueryResponse │ └── v3-QueryResponse.cs.owl │ ├── QueryStatusCode │ └── v3-QueryStatusCode.cs.owl │ ├── Race │ └── v3-Race.cs.owl │ ├── RelationalOperator │ └── v3-RelationalOperator.cs.owl │ ├── RelationshipConjunction │ └── v3-RelationshipConjunction.cs.owl │ ├── ReligiousAffiliation │ └── v3-ReligiousAffiliation.cs.owl │ ├── ResponseLevel │ └── v3-ResponseLevel.cs.owl │ ├── ResponseModality │ └── v3-ResponseModality.cs.owl │ ├── ResponseMode │ └── v3-ResponseMode.cs.owl │ ├── RoleClass │ └── v3-RoleClass.cs.owl │ ├── RoleCode │ └── v3-RoleCode.cs.owl │ ├── RoleLinkStatus │ └── v3-RoleLinkStatus.cs.owl │ ├── RoleLinkType │ └── v3-RoleLinkType.cs.owl │ ├── RoleStatus │ └── v3-RoleStatus.cs.owl │ ├── RouteOfAdministration │ └── v3-RouteOfAdministration.cs.owl │ ├── Sequencing │ └── v3-Sequencing.cs.owl │ ├── SetOperator │ └── v3-SetOperator.cs.owl │ ├── SpecimenType │ └── v3-SpecimenType.cs.owl │ ├── SubstitutionCondition │ └── v3-SubstitutionCondition.cs.owl │ ├── TableCellHorizontalAlign │ └── v3-TableCellHorizontalAlign.cs.owl │ ├── TableCellScope │ └── v3-TableCellScope.cs.owl │ ├── TableCellVerticalAlign │ └── v3-TableCellVerticalAlign.cs.owl │ ├── TableFrame │ └── v3-TableFrame.cs.owl │ ├── TableRules │ └── v3-TableRules.cs.owl │ ├── TargetAwareness │ └── v3-TargetAwareness.cs.owl │ ├── TelecommunicationCapabilities │ └── v3-TelecommunicationCapabilities.cs.owl │ ├── TimingEvent │ └── v3-TimingEvent.cs.owl │ ├── TransmissionRelationshipTypeCode │ └── v3-TransmissionRelationshipTypeCode.cs.owl │ ├── TribalEntityUS │ └── v3-TribalEntityUS.cs.owl │ ├── VaccineManufacturer │ └── v3-VaccineManufacturer.cs.owl │ ├── hl7Realm │ └── v3-hl7Realm.cs.owl │ ├── hl7V3Conformance │ └── v3-hl7V3Conformance.cs.owl │ ├── orderableDrugForm │ └── v3-orderableDrugForm.cs.owl │ └── substanceAdminSubstitution │ └── v3-substanceAdminSubstitution.cs.owl ├── hcls_fhir_rdf ├── __init__.py ├── defaults.py ├── fhir_elements.py ├── fhir_types.py ├── namespaces.py ├── rdflib_formats.py └── utils.py ├── logs ├── download_fhir_spec.log ├── generate_rdf.log ├── generate_shex.log └── generate_xml_definitions.log ├── ontology ├── FHIR.ttl ├── FHIRPatientSafety2.ttl ├── FHIRPatientSafetyAllergy1.ttl ├── FHIRPatientSafetyAllergy1bak.ttl ├── FHIRPatientSafetyAllergy2.ttl ├── FHIRPatientSafetyMed1.ttl ├── FHIRPatientSafetyMed1bak.ttl ├── FHIRPatientSafetyMedPres1.ttl ├── FHIRPatientSafetyMedPres1bak.ttl ├── FHIRPatientSafetyProfile.ttl ├── FHIRPaulPractitioner.ttl ├── FHIRPeterPatient.ttl ├── FHIR_Internal_Bridge.ttl ├── FHIR_SNOMEDCT_Bridge.ttl ├── README.md ├── SNOMEDCT.ttl ├── catalog-v001.xml └── condition-example-f202-malignancy.ttl ├── scripts ├── download_fhir_spec ├── generate_rdf ├── generate_shex ├── generate_xml_definitions ├── owl-safe-lists │ ├── README.md │ ├── convert-data-lists-to-fhir-namespace-fhir-only.ru │ └── convert-data-lists-to-fhir-namespace.ru └── utg │ ├── GenerateIndex.scala │ ├── README.md │ └── examples │ └── index-as-of-2025jan23.tsv ├── setup.py ├── share └── xsl │ └── transform.xsl ├── spec ├── ValueSetPic.png ├── img │ ├── CodableConcept-2.png │ └── CodableConcept.png ├── index.html ├── ontology.html ├── rdf-SBS.html ├── rdf.html └── v2.html ├── tests ├── __init__.py ├── data │ ├── age.profile.json │ └── medicationorder.profile.json ├── test_age_profile.py ├── test_medicationorder_profile.py └── test_rdflib_formats.py └── w3c.json /.github/ISSUE_TEMPLATE/shex-issue.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: ShEx 3 | about: Bug report for FHIR specification's ShEx schema 4 | title: '' 5 | labels: ShEx 6 | assignees: '' 7 | 8 | --- 9 | 10 | **ShEx shape** 11 | Name of Shape Expression and predicate in ShapePath form, e.g. [`@~fhir:value`](https://build.fhir.org/observation.shex.html) 12 | 13 | **FHIR Resource** 14 | URL of corresponding attribute on build.fhir.org, e.g. https://build.fhir.org/observation.html#a26.b 15 | 16 | **Turtle filename** 17 | Any FHIR Turtle example that exhibits this issue, e.g. [observation-example-bloodpressure.ttl](https://build.fhir.org/observation-example-bloodpressure.ttl.html) 18 | 19 | **Description** 20 | What the ShEx should be. Can express as diff à la: 21 | ``` diff 22 | - a [fhir:unsingedInt] 23 | + a [fhir:unsignedInt] 24 | ``` 25 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/turtle-issue.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Turtle 3 | about: Bug report for FHIR specification's Turtle examples 4 | title: '' 5 | labels: Turtle 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Turtle filename** 11 | Any FHIR Turtle example that exhibits this issue, e.g. [observation-example-bloodpressure.ttl](https://build.fhir.org/observation-example-bloodpressure.ttl.html) 12 | 13 | **FHIR Resource** 14 | URL of corresponding attribute on build.fhir.org, e.g. https://build.fhir.org/observation.html#a26.b 15 | 16 | **ShEx shape** 17 | Name of corresponding Shape Expression and predicate in ShapePath form, e.g. [`@~fhir:value`](https://build.fhir.org/observation.shex.html) 18 | 19 | **Description** 20 | What the Turtle should be. Can express as diff à la: 21 | ``` diff 22 | - fhir:value [ a fhir:unsingedInt 23 | + fhir:value [ a fhir:unsignedInt 24 | ``` 25 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.emacs.desktop 2 | /.emacs.desktop.lock 3 | fhir-spec.zip 4 | 5 | # python specific ignores 6 | *.py[co] 7 | *.sw[op] 8 | *~ 9 | .coverage 10 | .project 11 | .pydevproject 12 | .settings 13 | MANIFEST 14 | build 15 | cover 16 | dist 17 | docs/_build 18 | *.egg-info 19 | 20 | # pycharm ignores 21 | .idea 22 | -------------------------------------------------------------------------------- /CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | Eric Prud'hommeaux 2 | Josh Mandell 3 | Harold Solbrig 4 | David Booth 5 | -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include README.md 2 | include CONTRIBUTORS 3 | include tests 4 | include scripts 5 | include hcls_fhir_rdf 6 | recursive-include share/xsl * 7 | global-exclude *.pyc *$py.class 8 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | # sample invocation if you don't want a timestamp: 2 | # NOW='' LD_LIBRARY_PATH=/usr/local/instantclient_11_2/:~/checkouts/libbooost.inst/lib/:~/checkouts/SWObjects/boost-log-1.46/stage/lib PATH=$PATH:~/checkouts/SWObjects/bin/ make test -W fhir-xml-to-turtle.xslt 3 | 4 | NOW ?= -stringparam now `date +%Y-%02m-%02dT%02H:%02M:%02S%:z` 5 | TESTNAMELIST ?= $(patsubst %.xml,t_%,$(wildcard *.xml)) 6 | XSLT ?= xsltproc # iirc, Batik uses args in the other order 7 | 8 | # copy of stylesheet which emits Turtle rather than HTML 9 | fhir-xml-to-turtle-text.xslt: fhir-xml-to-turtle.xslt 10 | cp $< $@ 11 | perl -pi -e "s{}{};s{xsl:output method=\"html\"}{xsl:output method=\"text\"}" $@ 12 | 13 | # generate a Turtle version of a given XML file 14 | %-generated.ttl: fhir-xml-to-turtle-text.xslt %.xml 15 | ${XSLT} ${NOW} $^ > $@ 16 | 17 | # test the integrity of a generated Turtle file. 18 | t_%: %-generated.ttl 19 | sparql -d $< -q 20 | 21 | # test the Turtle output for all the .xml files. 22 | test: ${TESTNAMELIST} 23 | @echo tested ${TESTNAMELIST} 24 | 25 | -------------------------------------------------------------------------------- /catalog-v001.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /data/examples/site/account-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
[Put rendering here]
6 |
7 | 8 | 9 | 10 |
-------------------------------------------------------------------------------- /data/examples/site/appointmentresponse-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Accept Brian MRI results discussion
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
-------------------------------------------------------------------------------- /data/examples/site/communicationrequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
To be filled out at a later time
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
-------------------------------------------------------------------------------- /data/examples/site/contract-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the contract
7 |
8 | 29 |
-------------------------------------------------------------------------------- /data/examples/site/coverage-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the coverage
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |
-------------------------------------------------------------------------------- /data/examples/site/devicemetric-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Generated Narrative with Details

id: example

type: MDC_PULS_OXIM_SAT_O2 (Details : {https://rtmms.nist.gov code '150456' = '??', given as 'MDC_PULS_OXIM_SAT_O2'})

identifier: 345675

unit: MDC_DIM_PERCENT (Details : {https://rtmms.nist.gov code '262688' = '??', given as 'MDC_DIM_PERCENT'})

category: measurement

4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
-------------------------------------------------------------------------------- /data/examples/site/deviceuserequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
To be filled out at a later time
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
-------------------------------------------------------------------------------- /data/examples/site/deviceusestatement-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
To be filled out at a later time
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
-------------------------------------------------------------------------------- /data/examples/site/eligibilityrequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the EligibilityRequest
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
-------------------------------------------------------------------------------- /data/examples/site/eligibilityresponse-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the EligibilityResponse.
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
-------------------------------------------------------------------------------- /data/examples/site/encounter-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Encounter with patient @example
6 |
7 | 8 | 9 | 10 | 11 | 12 |
-------------------------------------------------------------------------------- /data/examples/site/enrollmentrequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the EnrollmentRequest.
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
-------------------------------------------------------------------------------- /data/examples/site/enrollmentresponse-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the EnrollmentResponse
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
-------------------------------------------------------------------------------- /data/examples/site/explanationofbenefit-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the ExplanationOfBenefit
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
-------------------------------------------------------------------------------- /data/examples/site/flag-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Large Dog warning for Peter Patient
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
-------------------------------------------------------------------------------- /data/examples/site/group-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |

Herd of 25 horses

7 |

Gender: mixed

8 |

Owner: John Smith

9 |
10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 |
-------------------------------------------------------------------------------- /data/examples/site/operationoutcome-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |

W is not a recognized code for Gender.

7 |
8 |
9 | 10 | 11 | 12 |
13 | 14 |
15 | 16 | 17 |
18 |
-------------------------------------------------------------------------------- /data/examples/site/order-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Request for Prescription (on patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321)
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
-------------------------------------------------------------------------------- /data/examples/site/parameters-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /data/examples/site/patient-glossy-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |

Henry Levin the 7th

10 |

MRN: 123456. Male, 24-Sept 1932

11 |
12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 |
-------------------------------------------------------------------------------- /data/examples/site/paymentnotice-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the PaymentNotice
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 |
-------------------------------------------------------------------------------- /data/examples/site/procedure-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Routine Appendectomy
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
-------------------------------------------------------------------------------- /data/examples/site/procedurerequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
To be added
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
-------------------------------------------------------------------------------- /data/examples/site/processrequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the Poll ProcessRequest
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
-------------------------------------------------------------------------------- /data/examples/site/processresponse-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
A human-readable rendering of the ProcessResponse
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
-------------------------------------------------------------------------------- /data/examples/site/qicore/communicationrequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
To be filled out at a later time
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
-------------------------------------------------------------------------------- /data/examples/site/qicore/deviceuserequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
To be filled out at a later time
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
-------------------------------------------------------------------------------- /data/examples/site/qicore/flag-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Large Dog warning for Peter Patient
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |
-------------------------------------------------------------------------------- /data/examples/site/qicore/medicationstatement-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |

Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012

7 |

to patient ref: a23

8 |
9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
-------------------------------------------------------------------------------- /data/examples/site/schedule-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | Burgers UMC, South Wing, second floor Physiotherapy Schedule 7 |
8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 |
-------------------------------------------------------------------------------- /data/examples/site/slot-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 25 Dec 2013 9:15am - 9:30am: Busy Physiotherapy 7 |
8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
-------------------------------------------------------------------------------- /data/examples/site/subscription-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
[Put rendering here]
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /data/examples/site/substance-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 |

Generated Narrative with Details

id: example

identifier: 1463

category: Allergen (Details : {http://hl7.org.fhir/substance-category code 'allergen' = '??', given as 'Allergen'})

code: apitoxin (Honey Bee Venom) (Details )

10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
-------------------------------------------------------------------------------- /data/examples/site/supplydelivery-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
[Put rendering here]
6 |
7 | 8 | 9 | 10 |
-------------------------------------------------------------------------------- /data/examples/site/supplyrequest-example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
[Put rendering here]
6 |
7 | 8 | 9 | 10 |
-------------------------------------------------------------------------------- /data/fhir-spec.META: -------------------------------------------------------------------------------- 1 | { 2 | "logfile": "logs/download_fhir_spec.log", 3 | "zipfile_timestamp": "2016-04-26T13:51:47", 4 | "date": "2016-04-26T15:23:18.737061", 5 | "dir": "data", 6 | "unzip": false, 7 | "skipdownload": false, 8 | "exampledir": "data/examples", 9 | "file": "data/fhir-spec.zip", 10 | "clear": false, 11 | "striptext": true, 12 | "url": "http://hl7.org/fhir/fhir-spec.zip", 13 | "force": false, 14 | "loglevel": "WARNING" 15 | } -------------------------------------------------------------------------------- /data/rdf/account-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:28.476-06:00 2 | 3 | @prefix Account: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:Account; 10 | fhir:Account.id [ fhir:value "example" ]; 11 | fhir:Account.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
[Put rendering here]
""" ] ] 17 | ]; 18 | . 19 | -------------------------------------------------------------------------------- /data/rdf/bundle-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:29.825-06:00 2 | 3 | @prefix Bundle: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:Bundle; 10 | fhir:Bundle.id [ fhir:value "bundle-example" ]; 11 | fhir:Bundle.meta [ 12 | a fhir:Meta; 13 | ]; 14 | fhir:Bundle.type [ fhir:value "searchset" ]; 15 | fhir:Bundle.total [ fhir:value "3" ]; 16 | fhir:Bundle.entry [ 17 | a fhir:Bundle.entry; 18 | fhir:Bundle.entry.resource [ 19 | a fhir:Resource; 20 | ]; 21 | fhir:Bundle.entry.search [ 22 | a fhir:Bundle.entry.search; 23 | fhir:Bundle.entry.search.mode [ fhir:value "match" ]; 24 | fhir:Bundle.entry.search.score [ fhir:value 1.0 ] 25 | ]; 26 | ]; 27 | fhir:Bundle.entry [ 28 | a fhir:Bundle.entry; 29 | fhir:Bundle.entry.resource [ 30 | a fhir:Resource; 31 | ]; 32 | fhir:Bundle.entry.search [ 33 | a fhir:Bundle.entry.search; 34 | fhir:Bundle.entry.search.mode [ fhir:value "include" ]; 35 | ]; 36 | ]; 37 | . 38 | -------------------------------------------------------------------------------- /data/rdf/contract-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:29.723-06:00 2 | 3 | @prefix Contract: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:Contract; 10 | fhir:Contract.id [ fhir:value "C-123" ]; 11 | fhir:Contract.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
A human-readable rendering of the contract
""" ] ] 17 | ]; 18 | fhir:Contract.id_1 [ fhir:value "C-123" ]; 19 | fhir:Contract.text_1 [ 20 | a fhir:Narrative; 21 | fhir:Narrative.status [ fhir:value "generated" ]; 22 | fhir:Narrative.div [ 23 | a fhir:xhtml; 24 | fhir:text [ fhir:value """
A human-readable rendering of the contract
""" ] ] 25 | ]; 26 | . 27 | -------------------------------------------------------------------------------- /data/rdf/deviceusestatement-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:30.046-06:00 2 | 3 | @prefix DeviceUseStatement: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:DeviceUseStatement; 10 | fhir:DeviceUseStatement.id [ fhir:value "example" ]; 11 | fhir:DeviceUseStatement.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
To be filled out at a later time
""" ] ] 17 | ]; 18 | fhir:DeviceUseStatement.device ; 19 | ; 20 | fhir:DeviceUseStatement.subject ; 21 | ; 22 | . 23 | -------------------------------------------------------------------------------- /data/rdf/eligibilityrequest-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:31.888-06:00 2 | 3 | @prefix EligibilityRequest: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:EligibilityRequest; 10 | fhir:EligibilityRequest.id [ fhir:value "52345" ]; 11 | fhir:EligibilityRequest.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
A human-readable rendering of the EligibilityRequest
""" ] ] 17 | ]; 18 | fhir:EligibilityRequest.identifier [ 19 | a fhir:Identifier; 20 | fhir:Identifier.system [ fhir:value "http://happyvalley.com/elegibilityrequest" ]; 21 | fhir:Identifier.value [ fhir:value "52345" ]; 22 | ]; 23 | fhir:EligibilityRequest.created [ fhir:value "2014-08-16" ]; 24 | fhir:EligibilityRequest.organization 25 | 26 | . 27 | -------------------------------------------------------------------------------- /data/rdf/medicationorder-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:36.733-06:00 2 | 3 | @prefix MedicationOrder: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:MedicationOrder; 10 | fhir:MedicationOrder.id [ fhir:value "medicationorder-example" ]; 11 | fhir:MedicationOrder.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """

Penicillin VK 5ml suspension to be administered by oral route

ONE 5ml spoonful to be taken THREE times a day

100ml bottle

to patient ref: a23

by doctor X

""" ] ] 17 | ]; 18 | fhir:MedicationOrder.status [ fhir:value "active" ]; 19 | fhir:MedicationOrder.patient ; 20 | ; 21 | fhir:MedicationOrder.prescriber ; 22 | ; 23 | . 24 | -------------------------------------------------------------------------------- /data/rdf/orderresponse-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:34.419-06:00 2 | 3 | @prefix OrderResponse: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:OrderResponse; 10 | fhir:OrderResponse.id [ fhir:value "example" ]; 11 | fhir:OrderResponse.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
Lab Report completed at 13:10 28-Dec 2012
""" ] ] 17 | ]; 18 | fhir:OrderResponse.request ; 19 | ; 20 | fhir:OrderResponse.date [ fhir:value "2012-12-28T13:10:56+11:00" ]; 21 | fhir:OrderResponse.who ; 22 | ; 23 | fhir:OrderResponse.who_1 ; 24 | ; 25 | fhir:OrderResponse.who_2 ; 26 | ; 27 | fhir:OrderResponse.fulfillment 28 | 29 | . 30 | -------------------------------------------------------------------------------- /data/rdf/parameters-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:34.544-06:00 2 | 3 | @prefix Parameters: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:Parameters; 10 | fhir:Parameters.id [ fhir:value "example" ]; 11 | . 12 | -------------------------------------------------------------------------------- /data/rdf/paymentnotice-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:34.708-06:00 2 | 3 | @prefix PaymentNotice: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:PaymentNotice; 10 | fhir:PaymentNotice.id [ fhir:value "77654" ]; 11 | fhir:PaymentNotice.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
A human-readable rendering of the PaymentNotice
""" ] ] 17 | ]; 18 | fhir:PaymentNotice.identifier [ 19 | a fhir:Identifier; 20 | fhir:Identifier.system [ fhir:value "http://benefitsinc.com/paymentnotice" ]; 21 | fhir:Identifier.value [ fhir:value "776543" ]; 22 | ]; 23 | fhir:PaymentNotice.created [ fhir:value "2014-08-16" ]; 24 | fhir:PaymentNotice.organization ; 25 | ; 26 | fhir:PaymentNotice.request ; 27 | ; 28 | . 29 | -------------------------------------------------------------------------------- /data/rdf/practitioner-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:36.946-06:00 2 | 3 | @prefix Practitioner: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:Practitioner; 10 | fhir:Practitioner.id [ fhir:value "practitioner-example" ]; 11 | fhir:Practitioner.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """

Dr Ronald Heart is a cardiologist at Acme Hospital

""" ] ] 17 | ]; 18 | fhir:Practitioner.identifier [ 19 | a fhir:Identifier; 20 | fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ]; 21 | fhir:Identifier.value [ fhir:value "24" ]; 22 | ]; 23 | fhir:Practitioner.name [ 24 | a fhir:HumanName; 25 | fhir:HumanName.family [ fhir:value "Heart" ]; 26 | fhir:HumanName.given [ fhir:value "Ronald" ]; 27 | fhir:HumanName.prefix [ fhir:value "Dr" ]; 28 | ]; 29 | . 30 | -------------------------------------------------------------------------------- /data/rdf/processrequest-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:35.233-06:00 2 | 3 | @prefix ProcessRequest: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:ProcessRequest; 10 | fhir:ProcessRequest.id [ fhir:value "1110" ]; 11 | fhir:ProcessRequest.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
A human-readable rendering of the Poll ProcessRequest
""" ] ] 17 | ]; 18 | fhir:ProcessRequest.action [ fhir:value "poll" ]; 19 | fhir:ProcessRequest.identifier [ 20 | a fhir:Identifier; 21 | fhir:Identifier.system [ fhir:value "http://happyvalley.com/processrequest" ]; 22 | fhir:Identifier.value [ fhir:value "110" ]; 23 | ]; 24 | fhir:ProcessRequest.created [ fhir:value "2014-08-16" ]; 25 | fhir:ProcessRequest.organization ; 26 | ; 27 | . 28 | -------------------------------------------------------------------------------- /data/rdf/slot-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:35.531-06:00 2 | 3 | @prefix Slot: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:Slot; 10 | fhir:Slot.id [ fhir:value "example" ]; 11 | fhir:Slot.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
17 | 25 Dec 2013 9:15am - 9:30am: Busy Physiotherapy 18 |
""" ] ] 19 | ]; 20 | fhir:Slot.type [ 21 | a fhir:CodeableConcept; 22 | fhir:CodeableConcept.coding [ 23 | a fhir:Coding; 24 | fhir:Coding.code [ fhir:value "45" ]; 25 | fhir:Coding.display [ fhir:value "Physiotherapy" ]; 26 | ]; 27 | ]; 28 | fhir:Slot.schedule ; 29 | ; 30 | fhir:Slot.start [ fhir:value "2013-12-25T09:15:00Z" ]; 31 | fhir:Slot.end [ fhir:value "2013-12-25T09:30:00Z" ]; 32 | fhir:Slot.comment [ fhir:value "Assessments should be performed before requesting appointments in this slot." ] 33 | . 34 | -------------------------------------------------------------------------------- /data/rdf/supplydelivery-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:35.798-06:00 2 | 3 | @prefix SupplyDelivery: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:SupplyDelivery; 10 | fhir:SupplyDelivery.id [ fhir:value "example" ]; 11 | fhir:SupplyDelivery.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
[Put rendering here]
""" ] ] 17 | ]; 18 | . 19 | -------------------------------------------------------------------------------- /data/rdf/supplyrequest-example.ttl: -------------------------------------------------------------------------------- 1 | # generated on 2016-02-01T09:58:35.808-06:00 2 | 3 | @prefix SupplyRequest: . 4 | @prefix fhir: . 5 | @prefix xhtml: . 6 | @prefix xsd: . 7 | @base . 8 | 9 | [] a fhir:SupplyRequest; 10 | fhir:SupplyRequest.id [ fhir:value "example" ]; 11 | fhir:SupplyRequest.text [ 12 | a fhir:Narrative; 13 | fhir:Narrative.status [ fhir:value "generated" ]; 14 | fhir:Narrative.div [ 15 | a fhir:xhtml; 16 | fhir:text [ fhir:value """
[Put rendering here]
""" ] ] 17 | ]; 18 | . 19 | -------------------------------------------------------------------------------- /data/site/daf/valueset-substance-unii.json: -------------------------------------------------------------------------------- 1 | { 2 | "resourceType": "ValueSet", 3 | "publisher": "FHIR Project team", 4 | "description": "All UNII codes.", 5 | "extension": [ 6 | { 7 | "valueUri": "urn:oid:2.16.840.1.113883.3.88.12.80.20", 8 | "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid" 9 | } 10 | ], 11 | "status": "draft", 12 | "name": "DAF Substance UNII Codes", 13 | "compose": { 14 | "include": [ 15 | { 16 | "_system": { 17 | "fhir_comments": [ 18 | " all of UNI " 19 | ] 20 | }, 21 | "system": "http://fdasis.nlm.nih.gov" 22 | } 23 | ] 24 | }, 25 | "meta": { 26 | "lastUpdated": "2015-10-24T07:41:03.495+11:00" 27 | }, 28 | "id": "substance-unii", 29 | "contact": [ 30 | { 31 | "telecom": [ 32 | { 33 | "system": "other", 34 | "value": "http://hl7.org/fhir" 35 | } 36 | ] 37 | } 38 | ], 39 | "url": "http://hl7.org/fhir/ValueSet/substance-unii" 40 | } -------------------------------------------------------------------------------- /data/site/valueset-cpt-all.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "All CPT codes", 3 | "compose": { 4 | "include": [ 5 | { 6 | "system": "http://www.ama-assn.org/go/cpt" 7 | } 8 | ] 9 | }, 10 | "resourceType": "ValueSet", 11 | "description": "A value set that includes all CPT codes", 12 | "status": "active", 13 | "publisher": "Health Level Seven International (Vocabulary)", 14 | "copyright": "CPT Copyright \u00a9 2014 American Medical Association. All rights reserved.", 15 | "id": "cpt-all", 16 | "date": "2015-03-12", 17 | "url": "http://hl7.org/fhir/ValueSet/cpt-all" 18 | } -------------------------------------------------------------------------------- /data/site/valueset-extensions-ValueSet-author.json: -------------------------------------------------------------------------------- 1 | { 2 | "resourceType": "SearchParameter", 3 | "id": "valueset-extensions-ValueSet-author", 4 | "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-author", 5 | "name": "author", 6 | "code": "author", 7 | "type": "string", 8 | "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-author']", 9 | "xpathUsage": "normal" 10 | } -------------------------------------------------------------------------------- /data/site/valueset-extensions-ValueSet-effective.json: -------------------------------------------------------------------------------- 1 | { 2 | "resourceType": "SearchParameter", 3 | "id": "valueset-extensions-ValueSet-effective", 4 | "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-effective", 5 | "name": "effective", 6 | "code": "effective", 7 | "type": "date", 8 | "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate']", 9 | "xpathUsage": "normal" 10 | } -------------------------------------------------------------------------------- /data/site/valueset-extensions-ValueSet-end.json: -------------------------------------------------------------------------------- 1 | { 2 | "resourceType": "SearchParameter", 3 | "id": "valueset-extensions-ValueSet-end", 4 | "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-end", 5 | "name": "end", 6 | "code": "end", 7 | "type": "date", 8 | "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-expirationDate']", 9 | "xpathUsage": "normal" 10 | } -------------------------------------------------------------------------------- /data/site/valueset-extensions-ValueSet-keyword.json: -------------------------------------------------------------------------------- 1 | { 2 | "resourceType": "SearchParameter", 3 | "id": "valueset-extensions-ValueSet-keyword", 4 | "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-keyword", 5 | "name": "keyword", 6 | "code": "keyword", 7 | "type": "string", 8 | "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-keyWord']", 9 | "xpathUsage": "normal" 10 | } -------------------------------------------------------------------------------- /data/site/valueset-extensions-ValueSet-workflow.json: -------------------------------------------------------------------------------- 1 | { 2 | "resourceType": "SearchParameter", 3 | "id": "valueset-extensions-ValueSet-workflow", 4 | "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-workflow", 5 | "name": "workflow", 6 | "code": "workflow", 7 | "type": "token", 8 | "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus']", 9 | "xpathUsage": "normal" 10 | } -------------------------------------------------------------------------------- /examples/Coding.shex: -------------------------------------------------------------------------------- 1 | PREFIX fhir: 2 | PREFIX xsd: 3 | BASE 4 | 5 | 6 | { 7 | a [fhir:Coding], 8 | fhir:nodeRole [fhir:treeRoot], 9 | fhir:Element.id @?, 10 | fhir:Element.extension @*, 11 | fhir:Coding.system @?, 12 | fhir:Coding.version @?, 13 | fhir:Coding.code @?, 14 | fhir:Coding.display @?, 15 | fhir:Coding.userSelected @? 16 | } 17 | -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- 1 | # Examples 2 | The .shex files in this directory were generated using the code in [ShExGenerator.java](http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=browse&path=%2F*checkout*%2Ftrunk%2Fbuild%2Fimplementations%2Fjava%2Forg.hl7.fhir.dstu3%2Fsrc%2Forg%2Fhl7%2Ffhir%2Fdstu3%2Futils%2FShExGenerator.java) -------------------------------------------------------------------------------- /examples/Reference.shex: -------------------------------------------------------------------------------- 1 | PREFIX fhir: 2 | PREFIX xsd: 3 | BASE 4 | 5 | 6 | { 7 | a [fhir:Reference], 8 | fhir:nodeRole [fhir:treeRoot], 9 | fhir:Element.id @?, 10 | fhir:Element.extension @*, 11 | fhir:Reference.reference @?, 12 | fhir:Reference.display @? 13 | } 14 | -------------------------------------------------------------------------------- /examples/id.shex: -------------------------------------------------------------------------------- 1 | PREFIX fhir: 2 | PREFIX xsd: 3 | BASE 4 | 5 | 6 | { 7 | a [fhir:id], 8 | fhir:nodeRole [fhir:treeRoot], 9 | fhir:string.extension @*, 10 | fhir:string.value xsd:string? 11 | } 12 | -------------------------------------------------------------------------------- /examples/uri.shex: -------------------------------------------------------------------------------- 1 | PREFIX fhir: 2 | PREFIX xsd: 3 | BASE 4 | 5 | 6 | { 7 | a [fhir:uri], 8 | fhir:nodeRole [fhir:treeRoot], 9 | fhir:uri.id @?, 10 | fhir:uri.extension @*, 11 | fhir:uri.value xsd:string? 12 | } 13 | -------------------------------------------------------------------------------- /fhirowl/codesystem-abstract-types.owl: -------------------------------------------------------------------------------- 1 | @prefix abstract-types: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | abstract-types:Any a owl:Class ; 11 | rdfs:label "Any" ; 12 | skos:definition "A place holder that means any kind of resource" ; 13 | skos:prefLabel "Any" . 14 | 15 | abstract-types: a owl:Ontology ; 16 | rdfs:comment "A type defined by FHIR that is an abstract type" ; 17 | rdfs:label "AbstractType" ; 18 | owl:versionIRI "http://hl7.org/fhir/abstract-types/3.1.0" ; 19 | owl:versionInfo "AbstractType(3.1.0)" . 20 | 21 | abstract-types:Type a owl:Class ; 22 | rdfs:label "Type" ; 23 | skos:definition "A place holder that means any kind of data type" ; 24 | skos:prefLabel "Type" . 25 | -------------------------------------------------------------------------------- /fhirowl/codesystem-adverse-event-actuality.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix adverse-event-actuality: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | adverse-event-actuality:actual 11 | a owl:Class ; 12 | rdfs:label "Adverse Event" ; 13 | skos:prefLabel "Adverse Event" . 14 | 15 | adverse-event-actuality: 16 | a owl:Ontology ; 17 | rdfs:comment "Overall nature of the event, e.g. real or potential" ; 18 | rdfs:label "AdverseEventActuality" ; 19 | owl:versionIRI "http://hl7.org/fhir/adverse-event-actuality/3.1.0" ; 20 | owl:versionInfo "AdverseEventActuality(3.1.0)" . 21 | 22 | adverse-event-actuality:potential 23 | a owl:Class ; 24 | rdfs:label "Potential Adverse Event" ; 25 | skos:prefLabel "Potential Adverse Event" . 26 | -------------------------------------------------------------------------------- /fhirowl/codesystem-audit-event-type.owl: -------------------------------------------------------------------------------- 1 | @prefix audit-event-type: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | audit-event-type:rest 11 | a owl:Class ; 12 | rdfs:label "RESTful Operation" ; 13 | skos:definition "Audit Event: Execution of a RESTful operation as defined by FHIR." ; 14 | skos:prefLabel "RESTful Operation" . 15 | 16 | audit-event-type: a owl:Ontology ; 17 | rdfs:comment "Event Types for Audit Events - defined by DICOM with some FHIR specific additions." ; 18 | rdfs:label "Audit Event ID" ; 19 | owl:versionIRI "http://hl7.org/fhir/audit-event-type/20150326" ; 20 | owl:versionInfo "Audit Event ID(20150326)" . 21 | -------------------------------------------------------------------------------- /fhirowl/codesystem-benefit-network.owl: -------------------------------------------------------------------------------- 1 | @prefix benefit-network: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | benefit-network:out a owl:Class ; 11 | rdfs:label "Out of Network" ; 12 | skos:definition "Services rendered by a provider who is not in the Network" ; 13 | skos:prefLabel "Out of Network" . 14 | 15 | benefit-network:in a owl:Class ; 16 | rdfs:label "In Network" ; 17 | skos:definition "Services rendered by a Network provider" ; 18 | skos:prefLabel "In Network" . 19 | 20 | benefit-network: a owl:Ontology ; 21 | rdfs:comment "This value set includes a smattering of Network type codes." ; 22 | rdfs:label "Network Type Codes" ; 23 | owl:versionIRI "http://hl7.org/fhir/benefit-network/3.1.0" ; 24 | owl:versionInfo "Network Type Codes(3.1.0)" . 25 | -------------------------------------------------------------------------------- /fhirowl/codesystem-benefit-unit.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix benefit-unit: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | benefit-unit: a owl:Ontology ; 11 | rdfs:comment "This value set includes a smattering of Unit type codes." ; 12 | rdfs:label "Unit Type Codes" ; 13 | owl:versionIRI "http://hl7.org/fhir/benefit-unit/3.1.0" ; 14 | owl:versionInfo "Unit Type Codes(3.1.0)" . 15 | 16 | benefit-unit:individual 17 | a owl:Class ; 18 | rdfs:label "Individual" ; 19 | skos:definition "A single individual" ; 20 | skos:prefLabel "Individual" . 21 | 22 | benefit-unit:family a owl:Class ; 23 | rdfs:label "Family" ; 24 | skos:definition "A family, typically includes self, spouse(s) and children to a defined age" ; 25 | skos:prefLabel "Family" . 26 | -------------------------------------------------------------------------------- /fhirowl/codesystem-claim-exception.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix claim-exception: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | claim-exception: a owl:Ontology ; 11 | rdfs:comment "This value set includes sample Exception codes." ; 12 | rdfs:label "Exception Codes" ; 13 | owl:versionIRI "http://hl7.org/fhir/claim-exception/3.1.0" ; 14 | owl:versionInfo "Exception Codes(3.1.0)" . 15 | 16 | claim-exception:student 17 | a owl:Class ; 18 | rdfs:label "Student (Fulltime)" ; 19 | skos:definition "Fulltime Student" ; 20 | skos:prefLabel "Student (Fulltime)" . 21 | 22 | claim-exception:disabled 23 | a owl:Class ; 24 | rdfs:label "Disabled" ; 25 | skos:definition "Disabled" ; 26 | skos:prefLabel "Disabled" . 27 | -------------------------------------------------------------------------------- /fhirowl/codesystem-common-tags.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix common-tags: . 8 | @prefix w5: . 9 | 10 | common-tags:actionable 11 | a owl:Class ; 12 | rdfs:label "Actionable" ; 13 | skos:definition "This request is intended to be acted upon, not merely stored" ; 14 | skos:prefLabel "Actionable" . 15 | 16 | common-tags: a owl:Ontology ; 17 | rdfs:comment "Common Tag Codes defined by FHIR project" ; 18 | rdfs:label "Common Tags" ; 19 | owl:versionIRI "http://hl7.org/fhir/common-tags/3.1.0" ; 20 | owl:versionInfo "Common Tags(3.1.0)" . 21 | -------------------------------------------------------------------------------- /fhirowl/codesystem-contract-action.owl: -------------------------------------------------------------------------------- 1 | @prefix contract-action: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | contract-action:action-b 11 | a owl:Class ; 12 | rdfs:label "Action B" ; 13 | skos:definition "Definition for Action B" ; 14 | skos:prefLabel "Action B" . 15 | 16 | contract-action:action-a 17 | a owl:Class ; 18 | rdfs:label "Action A" ; 19 | skos:definition "Definition for Action A" ; 20 | skos:prefLabel "Action A" . 21 | 22 | contract-action: a owl:Ontology ; 23 | rdfs:comment "This value set includes sample Contract Action codes." ; 24 | rdfs:label "Contract Action Codes" ; 25 | owl:versionIRI "http://www.hl7.org/fhir/contractaction/3.1.0" ; 26 | owl:versionInfo "Contract Action Codes(3.1.0)" . 27 | -------------------------------------------------------------------------------- /fhirowl/codesystem-coverage-selfpay.owl: -------------------------------------------------------------------------------- 1 | @prefix coverage-selfpay: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | coverage-selfpay: a owl:Ontology ; 11 | rdfs:comment "This value set includes Coverage SelfPay codes." ; 12 | rdfs:label "Coverage SelfPay Codes" ; 13 | owl:versionIRI "http://hl7.org/fhir/coverage-selfpay/3.1.0" ; 14 | owl:versionInfo "Coverage SelfPay Codes(3.1.0)" . 15 | 16 | coverage-selfpay:pay a owl:Class ; 17 | rdfs:label "Pay" ; 18 | skos:definition "An individual or oraganization is paying directly for goods and services." ; 19 | skos:prefLabel "Pay" . 20 | -------------------------------------------------------------------------------- /fhirowl/codesystem-document-mode.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix document-mode: . 8 | @prefix w5: . 9 | 10 | document-mode: a owl:Ontology ; 11 | rdfs:comment "Whether the application produces or consumes documents." ; 12 | rdfs:label "DocumentMode" ; 13 | owl:versionIRI "http://hl7.org/fhir/document-mode/3.1.0" ; 14 | owl:versionInfo "DocumentMode(3.1.0)" . 15 | 16 | document-mode:producer 17 | a owl:Class ; 18 | rdfs:label "Producer" ; 19 | skos:definition "The application produces documents of the specified type." ; 20 | skos:prefLabel "Producer" . 21 | 22 | document-mode:consumer 23 | a owl:Class ; 24 | rdfs:label "Consumer" ; 25 | skos:definition "The application consumes documents of the specified type." ; 26 | skos:prefLabel "Consumer" . 27 | -------------------------------------------------------------------------------- /fhirowl/codesystem-fm-conditions.owl: -------------------------------------------------------------------------------- 1 | @prefix fm-conditions: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | fm-conditions: a owl:Ontology ; 11 | rdfs:comment "This value set includes sample Conditions codes." ; 12 | rdfs:label "FM Condition Codes" ; 13 | owl:versionIRI "http://hl7.org/fhir/fm-conditions/3.1.0" ; 14 | owl:versionInfo "FM Condition Codes(3.1.0)" . 15 | 16 | fm-conditions:123987 a owl:Class ; 17 | rdfs:label "Headache" ; 18 | skos:definition "Headache" ; 19 | skos:prefLabel "Headache" . 20 | -------------------------------------------------------------------------------- /fhirowl/codesystem-forms.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix forms: . 8 | @prefix w5: . 9 | 10 | forms:2 a owl:Class ; 11 | rdfs:label "Form #1" ; 12 | skos:definition "Example: The #2 form to be used when printing this information." ; 13 | skos:prefLabel "Form #1" . 14 | 15 | forms:1 a owl:Class ; 16 | rdfs:label "Form #1" ; 17 | skos:definition "Example: The #1 form to be used when printing this information." ; 18 | skos:prefLabel "Form #1" . 19 | 20 | forms: a owl:Ontology ; 21 | rdfs:comment "This value set includes a sample set of Forms codes." ; 22 | rdfs:label "Form Codes" ; 23 | owl:versionIRI "http://hl7.org/fhir/forms-codes/3.1.0" ; 24 | owl:versionInfo "Form Codes(3.1.0)" . 25 | -------------------------------------------------------------------------------- /fhirowl/codesystem-intervention.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix intervention: . 8 | @prefix w5: . 9 | 10 | intervention:other a owl:Class ; 11 | rdfs:label "Other" ; 12 | skos:definition "Other" ; 13 | skos:prefLabel "Other" . 14 | 15 | intervention:unknown a owl:Class ; 16 | rdfs:label "Unknown" ; 17 | skos:definition "Unknown" ; 18 | skos:prefLabel "Unknown" . 19 | 20 | intervention: a owl:Ontology ; 21 | rdfs:comment "This value set includes sample Intervention codes." ; 22 | rdfs:label "Intervention Codes" ; 23 | owl:versionIRI "http://hl7.org/fhir/intervention/3.1.0" ; 24 | owl:versionInfo "Intervention Codes(3.1.0)" . 25 | -------------------------------------------------------------------------------- /fhirowl/codesystem-map-context-type.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix map-context-type: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | map-context-type:variable 11 | a owl:Class ; 12 | rdfs:label "Variable" ; 13 | skos:definition "The context specifies a variable" ; 14 | skos:prefLabel "Variable" . 15 | 16 | map-context-type:type 17 | a owl:Class ; 18 | rdfs:label "Type" ; 19 | skos:definition "The context specifies a type" ; 20 | skos:prefLabel "Type" . 21 | 22 | map-context-type: a owl:Ontology ; 23 | rdfs:comment "How to interpret the context" ; 24 | rdfs:label "StructureMapContextType" ; 25 | owl:versionIRI "http://hl7.org/fhir/map-context-type/3.1.0" ; 26 | owl:versionInfo "StructureMapContextType(3.1.0)" . 27 | -------------------------------------------------------------------------------- /fhirowl/codesystem-marital-status.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix marital-status: . 8 | @prefix w5: . 9 | 10 | marital-status:U a owl:Class ; 11 | rdfs:label "Unmarried" ; 12 | skos:definition "The person is not presently married. The marital history is not known or stated." ; 13 | skos:prefLabel "Unmarried" . 14 | 15 | marital-status: a owl:Ontology ; 16 | rdfs:comment "This value set defines the set of codes that can be used to indicate the marital status of a person." ; 17 | rdfs:label "Marital Status Codes" ; 18 | owl:versionIRI "http://hl7.org/fhir/marital-status/3.1.0" ; 19 | owl:versionInfo "Marital Status Codes(3.1.0)" . 20 | -------------------------------------------------------------------------------- /fhirowl/codesystem-operation-kind.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix operation-kind: . 8 | @prefix w5: . 9 | 10 | operation-kind: a owl:Ontology ; 11 | rdfs:comment "Whether an operation is a normal operation or a query." ; 12 | rdfs:label "OperationKind" ; 13 | owl:versionIRI "http://hl7.org/fhir/operation-kind/3.1.0" ; 14 | owl:versionInfo "OperationKind(3.1.0)" . 15 | 16 | operation-kind:operation 17 | a owl:Class ; 18 | rdfs:label "Operation" ; 19 | skos:definition "This operation is invoked as an operation." ; 20 | skos:prefLabel "Operation" . 21 | 22 | operation-kind:query a owl:Class ; 23 | rdfs:label "Query" ; 24 | skos:definition "This operation is a named query, invoked using the search mechanism." ; 25 | skos:prefLabel "Query" . 26 | -------------------------------------------------------------------------------- /fhirowl/codesystem-payment-status.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix payment-status: . 8 | @prefix w5: . 9 | 10 | payment-status: a owl:Ontology ; 11 | rdfs:comment "This value set includes a sample set of Payment Status codes." ; 12 | rdfs:label "Payment Status Codes" ; 13 | owl:versionIRI "http://hl7.org/fhir/paymentstatus/3.1.0" ; 14 | owl:versionInfo "Payment Status Codes(3.1.0)" . 15 | 16 | payment-status:cleared 17 | a owl:Class ; 18 | rdfs:label "Cleared" ; 19 | skos:definition "The payment has been received by the payee." ; 20 | skos:prefLabel "Cleared" . 21 | 22 | payment-status:paid a owl:Class ; 23 | rdfs:label "Paid" ; 24 | skos:definition "The payment has been sent physically or electronically." ; 25 | skos:prefLabel "Paid" . 26 | -------------------------------------------------------------------------------- /fhirowl/codesystem-question-max-occurs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix question-max-occurs: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | question-max-occurs: a owl:Ontology ; 11 | rdfs:comment "Flags an element as having unlimited repetitions" ; 12 | rdfs:label "MaxOccurs" ; 13 | owl:versionIRI "http://hl7.org/fhir/question-max-occurs/3.1.0" ; 14 | owl:versionInfo "MaxOccurs(3.1.0)" . 15 | 16 | 17 | a owl:Class ; 18 | rdfs:label "Repeating" ; 19 | skos:definition "Element can repeat an unlimited number of times" ; 20 | skos:prefLabel "Repeating" . 21 | -------------------------------------------------------------------------------- /fhirowl/codesystem-service-product.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix service-product: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | service-product:flushot 11 | a owl:Class ; 12 | rdfs:label "Flu shot" ; 13 | skos:definition "Flu shot" ; 14 | skos:prefLabel "Flu shot" . 15 | 16 | service-product:exam a owl:Class ; 17 | rdfs:label "Exam" ; 18 | skos:definition "Exam" ; 19 | skos:prefLabel "Exam" . 20 | 21 | service-product: a owl:Ontology ; 22 | rdfs:comment "This value set includes a smattering of Service/Product codes." ; 23 | rdfs:label "Example Service/Product Codes" ; 24 | owl:versionIRI "http://hl7.org/fhir/ex-serviceproduct/3.1.0" ; 25 | owl:versionInfo "Example Service/Product Codes(3.1.0)" . 26 | -------------------------------------------------------------------------------- /fhirowl/codesystem-supplydelivery-type.owl: -------------------------------------------------------------------------------- 1 | @prefix supplydelivery-type: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | supplydelivery-type: a owl:Ontology ; 11 | rdfs:comment "This value sets refers to a specific supply item." ; 12 | rdfs:label "Supply Item Type" ; 13 | owl:versionIRI "http://hl7.org/fhir/supply-item-type/3.1.0" ; 14 | owl:versionInfo "Supply Item Type(3.1.0)" . 15 | 16 | supplydelivery-type:medication 17 | a owl:Class ; 18 | rdfs:label "Medication" ; 19 | skos:definition "Supply is a kind of medication." ; 20 | skos:prefLabel "Medication" . 21 | 22 | supplydelivery-type:device 23 | a owl:Class ; 24 | rdfs:label "Device" ; 25 | skos:definition "What is supplied (or requested) is a device." ; 26 | skos:prefLabel "Device" . 27 | -------------------------------------------------------------------------------- /fhirowl/codesystem-udi.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix udi: . 8 | @prefix w5: . 9 | 10 | udi: a owl:Ontology ; 11 | rdfs:comment "This value set includes sample UDI codes." ; 12 | rdfs:label "UDI Codes" ; 13 | owl:versionIRI "http://hl7.org/fhir/ex-udi/3.1.0" ; 14 | owl:versionInfo "UDI Codes(3.1.0)" . 15 | 16 | udi:gudid a owl:Class ; 17 | rdfs:label "GUDID (FDA)" ; 18 | skos:definition "GUDID (FDA) US Repository" ; 19 | skos:prefLabel "GUDID (FDA)" . 20 | -------------------------------------------------------------------------------- /fhirowl/codesystem-vision-eye-codes.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix vision-eye-codes: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | vision-eye-codes: a owl:Ontology ; 11 | rdfs:comment "A coded concept listing the eye codes." ; 12 | rdfs:label "VisionEyes" ; 13 | owl:versionIRI "http://hl7.org/fhir/vision-eye-codes/3.1.0" ; 14 | owl:versionInfo "VisionEyes(3.1.0)" . 15 | 16 | vision-eye-codes:left 17 | a owl:Class ; 18 | rdfs:label "Left Eye" ; 19 | skos:definition "Left Eye" ; 20 | skos:prefLabel "Left Eye" . 21 | 22 | vision-eye-codes:right 23 | a owl:Class ; 24 | rdfs:label "Right Eye" ; 25 | skos:definition "Right Eye" ; 26 | skos:prefLabel "Right Eye" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0012/v2-0012.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0012: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0012:AN a owl:Class ; 11 | rdfs:label "Filled from ancillary department stock" ; 12 | skos:prefLabel "Filled from ancillary department stock" . 13 | 14 | v2-0012:FL a owl:Class ; 15 | rdfs:label "Filled from floor stock" ; 16 | skos:prefLabel "Filled from floor stock" . 17 | 18 | v2-0012: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0012 ( STOCK LOCATION)" ; 20 | rdfs:label "v2 STOCK LOCATION" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0012/2.8.2" ; 22 | owl:versionInfo "v2 STOCK LOCATION(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0034/v2-0034.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0034: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0034: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0034 ( SITE ADMINISTERED)" ; 12 | rdfs:label "v2 SITE ADMINISTERED" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0034/2.8.2" ; 14 | owl:versionInfo "v2 SITE ADMINISTERED(2.8.2)" . 15 | 16 | v2-0034:L a owl:Class ; 17 | rdfs:label "Left arm" ; 18 | skos:prefLabel "Left arm" . 19 | 20 | v2-0034:B a owl:Class ; 21 | rdfs:label "Buttock" ; 22 | skos:prefLabel "Buttock" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0052/v2-0052.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0052: . 8 | @prefix w5: . 9 | 10 | v2-0052:A a owl:Class ; 11 | rdfs:label "Admitting" ; 12 | skos:prefLabel "Admitting" . 13 | 14 | v2-0052: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0052 ( Diagnosis Type)" ; 16 | rdfs:label "v2 Diagnosis Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0052/2.8.2" ; 18 | owl:versionInfo "v2 Diagnosis Type(2.8.2)" . 19 | 20 | v2-0052:W a owl:Class ; 21 | rdfs:label "Working" ; 22 | skos:prefLabel "Working" . 23 | 24 | v2-0052:F a owl:Class ; 25 | rdfs:label "Final" ; 26 | skos:prefLabel "Final" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0083/v2-0083.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0083: . 8 | @prefix w5: . 9 | 10 | v2-0083:D a owl:Class ; 11 | rdfs:label "Outlier days" ; 12 | skos:prefLabel "Outlier days" . 13 | 14 | v2-0083: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0083 ( Outlier Type)" ; 16 | rdfs:label "v2 Outlier Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0083/2.8.2" ; 18 | owl:versionInfo "v2 Outlier Type(2.8.2)" . 19 | 20 | v2-0083:C a owl:Class ; 21 | rdfs:label "Outlier cost" ; 22 | skos:prefLabel "Outlier cost" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0091/v2-0091.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0091: . 8 | @prefix w5: . 9 | 10 | v2-0091:D a owl:Class ; 11 | rdfs:label "Deferred" ; 12 | skos:prefLabel "Deferred" . 13 | 14 | v2-0091: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0091 ( Query Priority)" ; 16 | rdfs:label "v2 Query Priority" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0091/2.8.2" ; 18 | owl:versionInfo "v2 Query Priority(2.8.2)" . 19 | 20 | v2-0091:I a owl:Class ; 21 | rdfs:label "Immediate" ; 22 | skos:prefLabel "Immediate" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0092/v2-0092.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0092: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0092: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0092 ( Re-Admission Indicator)" ; 12 | rdfs:label "v2 Re-Admission Indicator" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0092/2.8.2" ; 14 | owl:versionInfo "v2 Re-Admission Indicator(2.8.2)" . 15 | 16 | v2-0092:R a owl:Class ; 17 | rdfs:label "Re-admission" ; 18 | skos:prefLabel "Re-admission" . 19 | -------------------------------------------------------------------------------- /fhirowl/v2/0098/v2-0098.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0098: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0098:U a owl:Class ; 11 | rdfs:label "Unified" ; 12 | skos:prefLabel "Unified" . 13 | 14 | v2-0098: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0098 ( Type of Agreement)" ; 16 | rdfs:label "v2 Type of Agreement" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0098/2.8.2" ; 18 | owl:versionInfo "v2 Type of Agreement(2.8.2)" . 19 | 20 | v2-0098:M a owl:Class ; 21 | rdfs:label "Maternity" ; 22 | skos:prefLabel "Maternity" . 23 | 24 | v2-0098:S a owl:Class ; 25 | rdfs:label "Standard" ; 26 | skos:prefLabel "Standard" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0102/v2-0102.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0102: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0102:F a owl:Class ; 11 | rdfs:label "acknowledgment after processing" ; 12 | skos:prefLabel "acknowledgment after processing" . 13 | 14 | v2-0102:D a owl:Class ; 15 | rdfs:label "Message received, stored for later processing" ; 16 | skos:prefLabel "Message received, stored for later processing" . 17 | 18 | v2-0102: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0102 ( Delayed acknowledgment type)" ; 20 | rdfs:label "v2 Delayed acknowledgment type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0102/2.8.2" ; 22 | owl:versionInfo "v2 Delayed acknowledgment type(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0103/v2-0103.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0103: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0103:D a owl:Class ; 11 | rdfs:label "Debugging" ; 12 | skos:prefLabel "Debugging" . 13 | 14 | v2-0103: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0103 ( Processing ID)" ; 16 | rdfs:label "v2 Processing ID" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0103/2.8.2" ; 18 | owl:versionInfo "v2 Processing ID(2.8.2)" . 19 | 20 | v2-0103:T a owl:Class ; 21 | rdfs:label "Training" ; 22 | skos:prefLabel "Training" . 23 | 24 | v2-0103:P a owl:Class ; 25 | rdfs:label "Production" ; 26 | skos:prefLabel "Production" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0107/v2-0107.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0107: . 8 | @prefix w5: . 9 | 10 | v2-0107: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0107 ( Deferred response type)" ; 12 | rdfs:label "v2 Deferred response type" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0107/2.8.2" ; 14 | owl:versionInfo "v2 Deferred response type(2.8.2)" . 15 | 16 | v2-0107:L a owl:Class ; 17 | rdfs:label "Later than the Date/Time specified" ; 18 | skos:prefLabel "Later than the Date/Time specified" . 19 | 20 | v2-0107:B a owl:Class ; 21 | rdfs:label "Before the Date/Time specified" ; 22 | skos:prefLabel "Before the Date/Time specified" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0109/v2-0109.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix v2-0109: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0109:S a owl:Class ; 11 | rdfs:label "Stat" ; 12 | skos:prefLabel "Stat" . 13 | 14 | v2-0109:R a owl:Class ; 15 | rdfs:label "Routine" ; 16 | skos:prefLabel "Routine" . 17 | 18 | v2-0109: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0109 ( Report priority)" ; 20 | rdfs:label "v2 Report priority" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0109/2.8.2" ; 22 | owl:versionInfo "v2 Report priority(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0135/v2-0135.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0135: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0135:N a owl:Class ; 11 | rdfs:label "No" ; 12 | skos:prefLabel "No" . 13 | 14 | v2-0135:M a owl:Class ; 15 | rdfs:label "Modified assignment" ; 16 | skos:prefLabel "Modified assignment" . 17 | 18 | v2-0135:Y a owl:Class ; 19 | rdfs:label "Yes" ; 20 | skos:prefLabel "Yes" . 21 | 22 | v2-0135: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0135 ( Assignment of Benefits)" ; 24 | rdfs:label "v2 Assignment of Benefits" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0135/2.8.2" ; 26 | owl:versionInfo "v2 Assignment of Benefits(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0136/v2-0136.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0136: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0136:Y a owl:Class ; 11 | rdfs:label "Yes" ; 12 | skos:prefLabel "Yes" . 13 | 14 | v2-0136: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0136 ( Yes/no Indicator)" ; 16 | rdfs:label "v2 Yes/no Indicator" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0136/2.8.2" ; 18 | owl:versionInfo "v2 Yes/no Indicator(2.8.2)" . 19 | 20 | v2-0136:N a owl:Class ; 21 | rdfs:label "No" ; 22 | skos:prefLabel "No" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0142/v2-0142.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0142: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0142:RET a owl:Class ; 11 | rdfs:label "Retired" ; 12 | skos:prefLabel "Retired" . 13 | 14 | v2-0142:DEC a owl:Class ; 15 | rdfs:label "Deceased" ; 16 | skos:prefLabel "Deceased" . 17 | 18 | v2-0142: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0142 ( Military Status)" ; 20 | rdfs:label "v2 Military Status" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0142/2.8.2" ; 22 | owl:versionInfo "v2 Military Status(2.8.2)" . 23 | 24 | v2-0142:ACT a owl:Class ; 25 | rdfs:label "Active duty" ; 26 | skos:prefLabel "Active duty" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0148/v2-0148.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0148: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0148:AT a owl:Class ; 11 | rdfs:label "Currency amount" ; 12 | skos:prefLabel "Currency amount" . 13 | 14 | v2-0148: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0148 ( Money or Percentage Indicator)" ; 16 | rdfs:label "v2 Money or Percentage Indicator" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0148/2.8.2" ; 18 | owl:versionInfo "v2 Money or Percentage Indicator(2.8.2)" . 19 | 20 | v2-0148:PC a owl:Class ; 21 | rdfs:label "Percentage" ; 22 | skos:prefLabel "Percentage" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0149/v2-0149.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0149: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0149:AP a owl:Class ; 11 | rdfs:label "Approved" ; 12 | skos:prefLabel "Approved" . 13 | 14 | v2-0149: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0149 ( Day Type)" ; 16 | rdfs:label "v2 Day Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0149/2.8.2" ; 18 | owl:versionInfo "v2 Day Type(2.8.2)" . 19 | 20 | v2-0149:DE a owl:Class ; 21 | rdfs:label "Denied" ; 22 | skos:prefLabel "Denied" . 23 | 24 | v2-0149:PE a owl:Class ; 25 | rdfs:label "Pending" ; 26 | skos:prefLabel "Pending" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0159/v2-0159.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0159: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0159: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0159 ( Diet Code Specification Type)" ; 12 | rdfs:label "v2 Diet Code Specification Type" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0159/2.8.2" ; 14 | owl:versionInfo "v2 Diet Code Specification Type(2.8.2)" . 15 | 16 | v2-0159:D a owl:Class ; 17 | rdfs:label "Diet" ; 18 | skos:prefLabel "Diet" . 19 | 20 | v2-0159:P a owl:Class ; 21 | rdfs:label "Preference" ; 22 | skos:prefLabel "Preference" . 23 | 24 | v2-0159:S a owl:Class ; 25 | rdfs:label "Supplement" ; 26 | skos:prefLabel "Supplement" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0166/v2-0166.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0166: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0166:B a owl:Class ; 11 | rdfs:label "Base" ; 12 | skos:prefLabel "Base" . 13 | 14 | v2-0166: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0166 ( RX Component Type)" ; 16 | rdfs:label "v2 RX Component Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0166/2.8.2" ; 18 | owl:versionInfo "v2 RX Component Type(2.8.2)" . 19 | 20 | v2-0166:A a owl:Class ; 21 | rdfs:label "Additive" ; 22 | skos:prefLabel "Additive" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0169/v2-0169.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0169: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0169:C a owl:Class ; 11 | rdfs:label "Call back results" ; 12 | skos:prefLabel "Call back results" . 13 | 14 | v2-0169:R a owl:Class ; 15 | rdfs:label "Rush reporting" ; 16 | skos:prefLabel "Rush reporting" . 17 | 18 | v2-0169: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0169 ( Reporting Priority)" ; 20 | rdfs:label "v2 Reporting Priority" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0169/2.8.2" ; 22 | owl:versionInfo "v2 Reporting Priority(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0170/v2-0170.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix v2-0170: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0170: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0170 ( Derived Specimen)" ; 12 | rdfs:label "v2 Derived Specimen" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0170/2.8.2" ; 14 | owl:versionInfo "v2 Derived Specimen(2.8.2)" . 15 | 16 | v2-0170:N a owl:Class ; 17 | rdfs:label "Not Applicable" ; 18 | skos:prefLabel "Not Applicable" . 19 | 20 | v2-0170:C a owl:Class ; 21 | rdfs:label "Child Observation" ; 22 | skos:prefLabel "Child Observation" . 23 | 24 | v2-0170:P a owl:Class ; 25 | rdfs:label "Parent Observation" ; 26 | skos:prefLabel "Parent Observation" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0173/v2-0173.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0173: . 8 | @prefix w5: . 9 | 10 | v2-0173:IN a owl:Class ; 11 | rdfs:label "Independent" ; 12 | skos:prefLabel "Independent" . 13 | 14 | v2-0173: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0173 ( Coordination of Benefits)" ; 16 | rdfs:label "v2 Coordination of Benefits" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0173/2.8.2" ; 18 | owl:versionInfo "v2 Coordination of Benefits(2.8.2)" . 19 | 20 | v2-0173:CO a owl:Class ; 21 | rdfs:label "Coordination" ; 22 | skos:prefLabel "Coordination" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0183/v2-0183.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix w5: . 8 | @prefix v2-0183: . 9 | 10 | v2-0183: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0183 ( Active/Inactive)" ; 12 | rdfs:label "v2 Active/Inactive" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0183/2.8.2" ; 14 | owl:versionInfo "v2 Active/Inactive(2.8.2)" . 15 | 16 | v2-0183:A a owl:Class ; 17 | rdfs:label "Active Staff" ; 18 | skos:prefLabel "Active Staff" . 19 | 20 | v2-0183:I a owl:Class ; 21 | rdfs:label "Inactive Staff" ; 22 | skos:prefLabel "Inactive Staff" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0187/v2-0187.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0187: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0187:P a owl:Class ; 11 | rdfs:label "Provider does own billing" ; 12 | skos:prefLabel "Provider does own billing" . 13 | 14 | v2-0187:I a owl:Class ; 15 | rdfs:label "Institution bills for provider" ; 16 | skos:prefLabel "Institution bills for provider" . 17 | 18 | v2-0187: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0187 ( Provider Billing)" ; 20 | rdfs:label "v2 Provider Billing" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0187/2.8.2" ; 22 | owl:versionInfo "v2 Provider Billing(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0189/v2-0189.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0189: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0189:H a owl:Class ; 11 | rdfs:label "Hispanic or Latino" ; 12 | skos:prefLabel "Hispanic or Latino" . 13 | 14 | v2-0189: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0189 ( Ethnic Group)" ; 16 | rdfs:label "v2 Ethnic Group" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0189/2.8.2" ; 18 | owl:versionInfo "v2 Ethnic Group(2.8.2)" . 19 | 20 | v2-0189:U a owl:Class ; 21 | rdfs:label "Unknown" ; 22 | skos:prefLabel "Unknown" . 23 | 24 | v2-0189:N a owl:Class ; 25 | rdfs:label "Not Hispanic or Latino" ; 26 | skos:prefLabel "Not Hispanic or Latino" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0210/v2-0210.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0210: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0210:OR a owl:Class ; 11 | rdfs:label "OR" ; 12 | skos:prefLabel "OR" . 13 | 14 | v2-0210: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0210 ( Relational Conjunction)" ; 16 | rdfs:label "v2 Relational Conjunction" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0210/2.8.2" ; 18 | owl:versionInfo "v2 Relational Conjunction(2.8.2)" . 19 | 20 | v2-0210:AND a owl:Class ; 21 | rdfs:label "Default" ; 22 | skos:prefLabel "Default" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0216/v2-0216.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0216: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0216:AI a owl:Class ; 11 | rdfs:label "Active Inpatient" ; 12 | skos:prefLabel "Active Inpatient" . 13 | 14 | v2-0216:DI a owl:Class ; 15 | rdfs:label "Discharged Inpatient" ; 16 | skos:prefLabel "Discharged Inpatient" . 17 | 18 | v2-0216: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0216 ( Patient Status Code)" ; 20 | rdfs:label "v2 Patient Status Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0216/2.8.2" ; 22 | owl:versionInfo "v2 Patient Status Code(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0217/v2-0217.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0217: . 8 | @prefix w5: . 9 | 10 | v2-0217:3 a owl:Class ; 11 | rdfs:label "Elective" ; 12 | skos:prefLabel "Elective" . 13 | 14 | v2-0217:2 a owl:Class ; 15 | rdfs:label "Urgent" ; 16 | skos:prefLabel "Urgent" . 17 | 18 | v2-0217: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0217 ( Visit Priority Code)" ; 20 | rdfs:label "v2 Visit Priority Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0217/2.8.2" ; 22 | owl:versionInfo "v2 Visit Priority Code(2.8.2)" . 23 | 24 | v2-0217:1 a owl:Class ; 25 | rdfs:label "Emergency" ; 26 | skos:prefLabel "Emergency" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0224/v2-0224.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0224: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0224: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0224 ( Transport Arranged)" ; 12 | rdfs:label "v2 Transport Arranged" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0224/2.8.2" ; 14 | owl:versionInfo "v2 Transport Arranged(2.8.2)" . 15 | 16 | v2-0224:U a owl:Class ; 17 | rdfs:label "Unknown" ; 18 | skos:prefLabel "Unknown" . 19 | 20 | v2-0224:A a owl:Class ; 21 | rdfs:label "Arranged" ; 22 | skos:prefLabel "Arranged" . 23 | 24 | v2-0224:N a owl:Class ; 25 | rdfs:label "Not Arranged" ; 26 | skos:prefLabel "Not Arranged" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0225/v2-0225.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0225: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0225:R a owl:Class ; 11 | rdfs:label "Required" ; 12 | skos:prefLabel "Required" . 13 | 14 | v2-0225:U a owl:Class ; 15 | rdfs:label "Unknown" ; 16 | skos:prefLabel "Unknown" . 17 | 18 | v2-0225:N a owl:Class ; 19 | rdfs:label "Not Required" ; 20 | skos:prefLabel "Not Required" . 21 | 22 | v2-0225: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0225 ( Escort Required)" ; 24 | rdfs:label "v2 Escort Required" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0225/2.8.2" ; 26 | owl:versionInfo "v2 Escort Required(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0231/v2-0231.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0231: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0231:N a owl:Class ; 11 | rdfs:label "Not a student" ; 12 | skos:prefLabel "Not a student" . 13 | 14 | v2-0231:P a owl:Class ; 15 | rdfs:label "Part-time student" ; 16 | skos:prefLabel "Part-time student" . 17 | 18 | v2-0231:F a owl:Class ; 19 | rdfs:label "Full-time student" ; 20 | skos:prefLabel "Full-time student" . 21 | 22 | v2-0231: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0231 ( Student Status)" ; 24 | rdfs:label "v2 Student Status" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0231/2.8.2" ; 26 | owl:versionInfo "v2 Student Status(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0238/v2-0238.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0238: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0238:N a owl:Class ; 11 | rdfs:label "No" ; 12 | skos:prefLabel "No" . 13 | 14 | v2-0238:S a owl:Class ; 15 | rdfs:label "Significant" ; 16 | skos:prefLabel "Significant" . 17 | 18 | v2-0238: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0238 ( Event Seriousness)" ; 20 | rdfs:label "v2 Event Seriousness" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0238/2.8.2" ; 22 | owl:versionInfo "v2 Event Seriousness(2.8.2)" . 23 | 24 | v2-0238:Y a owl:Class ; 25 | rdfs:label "Yes" ; 26 | skos:prefLabel "Yes" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0239/v2-0239.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0239: . 8 | @prefix w5: . 9 | 10 | v2-0239: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0239 ( Event Expected)" ; 12 | rdfs:label "v2 Event Expected" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0239/2.8.2" ; 14 | owl:versionInfo "v2 Event Expected(2.8.2)" . 15 | 16 | v2-0239:Y a owl:Class ; 17 | rdfs:label "Yes" ; 18 | skos:prefLabel "Yes" . 19 | 20 | v2-0239:U a owl:Class ; 21 | rdfs:label "Unknown" ; 22 | skos:prefLabel "Unknown" . 23 | 24 | v2-0239:N a owl:Class ; 25 | rdfs:label "No" ; 26 | skos:prefLabel "No" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0243/v2-0243.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0243: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0243:Y a owl:Class ; 11 | rdfs:label "Yes" ; 12 | skos:prefLabel "Yes" . 13 | 14 | v2-0243:N a owl:Class ; 15 | rdfs:label "No" ; 16 | skos:prefLabel "No" . 17 | 18 | v2-0243:NA a owl:Class ; 19 | rdfs:label "Not applicable" ; 20 | skos:prefLabel "Not applicable" . 21 | 22 | v2-0243: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0243 ( Identity May Be Divulged)" ; 24 | rdfs:label "v2 Identity May Be Divulged" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0243/2.8.2" ; 26 | owl:versionInfo "v2 Identity May Be Divulged(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0268/v2-0268.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0268: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0268:R a owl:Class ; 11 | rdfs:label "Override required" ; 12 | skos:prefLabel "Override required" . 13 | 14 | v2-0268:A a owl:Class ; 15 | rdfs:label "Override allowed" ; 16 | skos:prefLabel "Override allowed" . 17 | 18 | v2-0268:X a owl:Class ; 19 | rdfs:label "Override not allowed" ; 20 | skos:prefLabel "Override not allowed" . 21 | 22 | v2-0268: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0268 ( Override)" ; 24 | rdfs:label "v2 Override" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0268/2.8.2" ; 26 | owl:versionInfo "v2 Override(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0269/v2-0269.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0269: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0269: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0269 ( Charge On Indicator)" ; 12 | rdfs:label "v2 Charge On Indicator" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0269/2.8.2" ; 14 | owl:versionInfo "v2 Charge On Indicator(2.8.2)" . 15 | 16 | v2-0269:O a owl:Class ; 17 | rdfs:label "Charge on Order" ; 18 | skos:prefLabel "Charge on Order" . 19 | 20 | v2-0269:R a owl:Class ; 21 | rdfs:label "Charge on Result" ; 22 | skos:prefLabel "Charge on Result" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0280/v2-0280.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix v2-0280: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0280:R a owl:Class ; 11 | rdfs:label "Routine" ; 12 | skos:prefLabel "Routine" . 13 | 14 | v2-0280:A a owl:Class ; 15 | rdfs:label "ASAP" ; 16 | skos:prefLabel "ASAP" . 17 | 18 | v2-0280: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0280 ( Referral Priority)" ; 20 | rdfs:label "v2 Referral Priority" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0280/2.8.2" ; 22 | owl:versionInfo "v2 Referral Priority(2.8.2)" . 23 | 24 | v2-0280:S a owl:Class ; 25 | rdfs:label "STAT" ; 26 | skos:prefLabel "STAT" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0326/v2-0326.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0326: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0326:A a owl:Class ; 11 | rdfs:label "Account level (default)" ; 12 | skos:prefLabel "Account level (default)" . 13 | 14 | v2-0326: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0326 ( Visit Indicator)" ; 16 | rdfs:label "v2 Visit Indicator" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0326/2.8.2" ; 18 | owl:versionInfo "v2 Visit Indicator(2.8.2)" . 19 | 20 | v2-0326:V a owl:Class ; 21 | rdfs:label "Visit level" ; 22 | skos:prefLabel "Visit level" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0329/v2-0329.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix v2-0329: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0329:A a owl:Class ; 11 | rdfs:label "Actual count" ; 12 | skos:prefLabel "Actual count" . 13 | 14 | v2-0329: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0329 ( Quantity Method)" ; 16 | rdfs:label "v2 Quantity Method" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0329/2.8.2" ; 18 | owl:versionInfo "v2 Quantity Method(2.8.2)" . 19 | 20 | v2-0329:E a owl:Class ; 21 | rdfs:label "Estimated (see comment)" ; 22 | skos:prefLabel "Estimated (see comment)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0332/v2-0332.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0332: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0332: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0332 ( Source Type)" ; 12 | rdfs:label "v2 Source Type" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0332/2.8.2" ; 14 | owl:versionInfo "v2 Source Type(2.8.2)" . 15 | 16 | v2-0332:I a owl:Class ; 17 | rdfs:label "Initiate" ; 18 | skos:prefLabel "Initiate" . 19 | 20 | v2-0332:A a owl:Class ; 21 | rdfs:label "Accept" ; 22 | skos:prefLabel "Accept" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0337/v2-0337.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0337: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0337:E a owl:Class ; 11 | rdfs:label "Eligible" ; 12 | skos:prefLabel "Eligible" . 13 | 14 | v2-0337: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0337 ( Certification Status)" ; 16 | rdfs:label "v2 Certification Status" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0337/2.8.2" ; 18 | owl:versionInfo "v2 Certification Status(2.8.2)" . 19 | 20 | v2-0337:C a owl:Class ; 21 | rdfs:label "Certified" ; 22 | skos:prefLabel "Certified" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0355/v2-0355.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0355: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0355:PL a owl:Class ; 11 | rdfs:label "Person location" ; 12 | skos:prefLabel "Person location" . 13 | 14 | v2-0355:CE a owl:Class ; 15 | rdfs:label "Coded element" ; 16 | skos:prefLabel "Coded element" . 17 | 18 | v2-0355:CWE a owl:Class ; 19 | rdfs:label "Coded with Exceptions" ; 20 | skos:prefLabel "Coded with Exceptions" . 21 | 22 | v2-0355: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0355 ( Primary Key Value Type)" ; 24 | rdfs:label "v2 Primary Key Value Type" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0355/2.8.2" ; 26 | owl:versionInfo "v2 Primary Key Value Type(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0374/v2-0374.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0374: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0374:CNTM a owl:Class ; 11 | rdfs:label "Present, type of contamination unspecified" ; 12 | skos:prefLabel "Present, type of contamination unspecified" . 13 | 14 | v2-0374: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0374 ( System Induced Contaminants)" ; 16 | rdfs:label "v2 System Induced Contaminants" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0374/2.8.2" ; 18 | owl:versionInfo "v2 System Induced Contaminants(2.8.2)" . 19 | -------------------------------------------------------------------------------- /fhirowl/v2/0375/v2-0375.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0375: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0375: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0375 ( Artificial Blood)" ; 12 | rdfs:label "v2 Artificial Blood" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0375/2.8.2" ; 14 | owl:versionInfo "v2 Artificial Blood(2.8.2)" . 15 | 16 | v2-0375:SFHB a owl:Class ; 17 | rdfs:label "Stromal free hemoglobin preparations" ; 18 | skos:prefLabel "Stromal free hemoglobin preparations" . 19 | 20 | v2-0375:FLUR a owl:Class ; 21 | rdfs:label "Fluorocarbons" ; 22 | skos:prefLabel "Fluorocarbons" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0377/v2-0377.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0377: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0377: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0377 ( Other Environmental Factors)" ; 12 | rdfs:label "v2 Other Environmental Factors" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0377/2.8.2" ; 14 | owl:versionInfo "v2 Other Environmental Factors(2.8.2)" . 15 | 16 | v2-0377:A60 a owl:Class ; 17 | rdfs:label "Opened container, indoor atmosphere, 60 minutes duration" ; 18 | skos:prefLabel "Opened container, indoor atmosphere, 60 minutes duration" . 19 | 20 | v2-0377:ATM a owl:Class ; 21 | rdfs:label "Opened container, atmosphere and duration unspecified" ; 22 | skos:prefLabel "Opened container, atmosphere and duration unspecified" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0388/v2-0388.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0388: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0388:P a owl:Class ; 11 | rdfs:label "Regular Production" ; 12 | skos:prefLabel "Regular Production" . 13 | 14 | v2-0388:E a owl:Class ; 15 | rdfs:label "Evaluation" ; 16 | skos:prefLabel "Evaluation" . 17 | 18 | v2-0388: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0388 ( Processing Type)" ; 20 | rdfs:label "v2 Processing Type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0388/2.8.2" ; 22 | owl:versionInfo "v2 Processing Type(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0393/v2-0393.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0393: . 8 | @prefix w5: . 9 | 10 | v2-0393: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0393 ( Match Algorithms)" ; 12 | rdfs:label "v2 Match Algorithms" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0393/2.8.2" ; 14 | owl:versionInfo "v2 Match Algorithms(2.8.2)" . 15 | 16 | v2-0393:LINKSOFT_2.01 17 | a owl:Class ; 18 | rdfs:label "Proprietary algorithm for LinkSoft v2.01" ; 19 | skos:prefLabel "Proprietary algorithm for LinkSoft v2.01" . 20 | 21 | v2-0393:MATCHWARE_1.2 22 | a owl:Class ; 23 | rdfs:label "Proprietary algorithm for MatchWare v1.2" ; 24 | skos:prefLabel "Proprietary algorithm for MatchWare v1.2" . 25 | -------------------------------------------------------------------------------- /fhirowl/v2/0395/v2-0395.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0395: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0395:N a owl:Class ; 11 | rdfs:label "New Subscription" ; 12 | skos:prefLabel "New Subscription" . 13 | 14 | v2-0395: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0395 ( Modify Indicator)" ; 16 | rdfs:label "v2 Modify Indicator" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0395/2.8.2" ; 18 | owl:versionInfo "v2 Modify Indicator(2.8.2)" . 19 | 20 | v2-0395:M a owl:Class ; 21 | rdfs:label "Modified Subscription" ; 22 | skos:prefLabel "Modified Subscription" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0398/v2-0398.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0398: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0398: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0398 ( Continuation Style Code)" ; 12 | rdfs:label "v2 Continuation Style Code" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0398/2.8.2" ; 14 | owl:versionInfo "v2 Continuation Style Code(2.8.2)" . 15 | 16 | v2-0398:F a owl:Class ; 17 | rdfs:label "Fragmentation" ; 18 | skos:prefLabel "Fragmentation" . 19 | 20 | v2-0398:I a owl:Class ; 21 | rdfs:label "Interactive Continuation" ; 22 | skos:prefLabel "Interactive Continuation" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0401/v2-0401.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0401: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0401:MM a owl:Class ; 11 | rdfs:label "Medicare" ; 12 | skos:prefLabel "Medicare" . 13 | 14 | v2-0401: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0401 ( Government Reimbursement Program)" ; 16 | rdfs:label "v2 Government Reimbursement Program" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0401/2.8.2" ; 18 | owl:versionInfo "v2 Government Reimbursement Program(2.8.2)" . 19 | 20 | v2-0401:C a owl:Class ; 21 | rdfs:label "Medi-Cal" ; 22 | skos:prefLabel "Medi-Cal" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0409/v2-0409.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0409: . 8 | @prefix w5: . 9 | 10 | v2-0409:M a owl:Class ; 11 | rdfs:label "Migrates to different CPU" ; 12 | skos:prefLabel "Migrates to different CPU" . 13 | 14 | v2-0409:SU a owl:Class ; 15 | rdfs:label "Start up" ; 16 | skos:prefLabel "Start up" . 17 | 18 | v2-0409:SD a owl:Class ; 19 | rdfs:label "Shut down" ; 20 | skos:prefLabel "Shut down" . 21 | 22 | v2-0409: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0409 ( Application Change Type)" ; 24 | rdfs:label "v2 Application Change Type" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0409/2.8.2" ; 26 | owl:versionInfo "v2 Application Change Type(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0415/v2-0415.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0415: . 8 | @prefix w5: . 9 | 10 | v2-0415:E a owl:Class ; 11 | rdfs:label "DRG Exempt" ; 12 | skos:prefLabel "DRG Exempt" . 13 | 14 | v2-0415: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0415 ( Transfer Type)" ; 16 | rdfs:label "v2 Transfer Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0415/2.8.2" ; 18 | owl:versionInfo "v2 Transfer Type(2.8.2)" . 19 | 20 | v2-0415:N a owl:Class ; 21 | rdfs:label "DRG Non Exempt" ; 22 | skos:prefLabel "DRG Non Exempt" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0421/v2-0421.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0421: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0421:MI a owl:Class ; 11 | rdfs:label "Mild" ; 12 | skos:prefLabel "Mild" . 13 | 14 | v2-0421:MO a owl:Class ; 15 | rdfs:label "Moderate" ; 16 | skos:prefLabel "Moderate" . 17 | 18 | v2-0421: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0421 ( Severity of Illness Code)" ; 20 | rdfs:label "v2 Severity of Illness Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0421/2.8.2" ; 22 | owl:versionInfo "v2 Severity of Illness Code(2.8.2)" . 23 | 24 | v2-0421:SE a owl:Class ; 25 | rdfs:label "Severe" ; 26 | skos:prefLabel "Severe" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0423/v2-0423.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0423: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0423:D a owl:Class ; 11 | rdfs:label "Doctor's Office Closed" ; 12 | skos:prefLabel "Doctor's Office Closed" . 13 | 14 | v2-0423: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0423 ( Case Category Code)" ; 16 | rdfs:label "v2 Case Category Code" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0423/2.8.2" ; 18 | owl:versionInfo "v2 Case Category Code(2.8.2)" . 19 | -------------------------------------------------------------------------------- /fhirowl/v2/0424/v2-0424.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0424: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0424:2 a owl:Class ; 11 | rdfs:label "Full Term" ; 12 | skos:prefLabel "Full Term" . 13 | 14 | v2-0424:1 a owl:Class ; 15 | rdfs:label "Premature / Pre-term" ; 16 | skos:prefLabel "Premature / Pre-term" . 17 | 18 | v2-0424: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0424 ( Gestation Category Code)" ; 20 | rdfs:label "v2 Gestation Category Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0424/2.8.2" ; 22 | owl:versionInfo "v2 Gestation Category Code(2.8.2)" . 23 | 24 | v2-0424:3 a owl:Class ; 25 | rdfs:label "Overdue / Post-term" ; 26 | skos:prefLabel "Overdue / Post-term" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0428/v2-0428.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix v2-0428: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0428:P a owl:Class ; 11 | rdfs:label "Preventable" ; 12 | skos:prefLabel "Preventable" . 13 | 14 | v2-0428:O a owl:Class ; 15 | rdfs:label "Other" ; 16 | skos:prefLabel "Other" . 17 | 18 | v2-0428: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0428 ( Incident Type Code)" ; 20 | rdfs:label "v2 Incident Type Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0428/2.8.2" ; 22 | owl:versionInfo "v2 Incident Type Code(2.8.2)" . 23 | 24 | v2-0428:U a owl:Class ; 25 | rdfs:label "User Error" ; 26 | skos:prefLabel "User Error" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0435/v2-0435.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0435: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0435: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0435 ( Advance Directive Code)" ; 12 | rdfs:label "v2 Advance Directive Code" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0435/2.8.2" ; 14 | owl:versionInfo "v2 Advance Directive Code(2.8.2)" . 15 | 16 | v2-0435:N a owl:Class ; 17 | rdfs:label "No directive" ; 18 | skos:prefLabel "No directive" . 19 | 20 | v2-0435:DNR a owl:Class ; 21 | rdfs:label "Do not resuscitate" ; 22 | skos:prefLabel "Do not resuscitate" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0437/v2-0437.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0437: . 8 | @prefix w5: . 9 | 10 | v2-0437:B a owl:Class ; 11 | rdfs:label "Bracelet" ; 12 | skos:prefLabel "Bracelet" . 13 | 14 | v2-0437: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0437 ( Alert Device Code)" ; 16 | rdfs:label "v2 Alert Device Code" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0437/2.8.2" ; 18 | owl:versionInfo "v2 Alert Device Code(2.8.2)" . 19 | 20 | v2-0437:N a owl:Class ; 21 | rdfs:label "Necklace" ; 22 | skos:prefLabel "Necklace" . 23 | 24 | v2-0437:W a owl:Class ; 25 | rdfs:label "Wallet Card" ; 26 | skos:prefLabel "Wallet Card" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0444/v2-0444.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0444: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0444: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0444 ( Name Assembly Order)" ; 12 | rdfs:label "v2 Name Assembly Order" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0444/2.8.2" ; 14 | owl:versionInfo "v2 Name Assembly Order(2.8.2)" . 15 | 16 | v2-0444:G a owl:Class ; 17 | rdfs:label "Prefix Given Middle Family Suffix" ; 18 | skos:prefLabel "Prefix Given Middle Family Suffix" . 19 | 20 | v2-0444:F a owl:Class ; 21 | rdfs:label "Prefix Family Middle Given Suffix" ; 22 | skos:prefLabel "Prefix Family Middle Given Suffix" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0450/v2-0450.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0450: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0450:SER a owl:Class ; 11 | rdfs:label "Service Event" ; 12 | skos:prefLabel "Service Event" . 13 | 14 | v2-0450:LOG a owl:Class ; 15 | rdfs:label "Log Event" ; 16 | skos:prefLabel "Log Event" . 17 | 18 | v2-0450: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0450 ( Event Type)" ; 20 | rdfs:label "v2 Event Type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0450/2.8.2" ; 22 | owl:versionInfo "v2 Event Type(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0472/v2-0472.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0472: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0472:C a owl:Class ; 11 | rdfs:label "Actuation Time" ; 12 | skos:prefLabel "Actuation Time" . 13 | 14 | v2-0472:S a owl:Class ; 15 | rdfs:label "Synchronous" ; 16 | skos:prefLabel "Synchronous" . 17 | 18 | v2-0472: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0472 ( TQ Conjunction ID)" ; 20 | rdfs:label "v2 TQ Conjunction ID" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0472/2.8.2" ; 22 | owl:versionInfo "v2 TQ Conjunction ID(2.8.2)" . 23 | 24 | v2-0472:A a owl:Class ; 25 | rdfs:label "Asynchronous" ; 26 | skos:prefLabel "Asynchronous" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0482/v2-0482.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0482: . 8 | @prefix w5: . 9 | 10 | v2-0482:I a owl:Class ; 11 | rdfs:label "Inpatient Order" ; 12 | skos:prefLabel "Inpatient Order" . 13 | 14 | v2-0482:O a owl:Class ; 15 | rdfs:label "Outpatient Order" ; 16 | skos:prefLabel "Outpatient Order" . 17 | 18 | v2-0482: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0482 ( Order Type)" ; 20 | rdfs:label "v2 Order Type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0482/2.8.2" ; 22 | owl:versionInfo "v2 Order Type(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0494/v2-0494.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0494: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0494:C a owl:Class ; 11 | rdfs:label "Component" ; 12 | skos:prefLabel "Component" . 13 | 14 | v2-0494: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0494 ( Specimen Child Role)" ; 16 | rdfs:label "v2 Specimen Child Role" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0494/2.8.2" ; 18 | owl:versionInfo "v2 Specimen Child Role(2.8.2)" . 19 | 20 | v2-0494:A a owl:Class ; 21 | rdfs:label "Aliquot" ; 22 | skos:prefLabel "Aliquot" . 23 | 24 | v2-0494:M a owl:Class ; 25 | rdfs:label "Modified from original specimen" ; 26 | skos:prefLabel "Modified from original specimen" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0497/v2-0497.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0497: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0497:T a owl:Class ; 11 | rdfs:label "Telephone" ; 12 | skos:prefLabel "Telephone" . 13 | 14 | v2-0497:W a owl:Class ; 15 | rdfs:label "Written" ; 16 | skos:prefLabel "Written" . 17 | 18 | v2-0497:V a owl:Class ; 19 | rdfs:label "Verbal" ; 20 | skos:prefLabel "Verbal" . 21 | 22 | v2-0497: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0497 ( Consent Mode)" ; 24 | rdfs:label "v2 Consent Mode" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0497/2.8.2" ; 26 | owl:versionInfo "v2 Consent Mode(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0499/v2-0499.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0499: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0499: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0499 ( Consent Bypass Reason)" ; 12 | rdfs:label "v2 Consent Bypass Reason" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0499/2.8.2" ; 14 | owl:versionInfo "v2 Consent Bypass Reason(2.8.2)" . 15 | 16 | v2-0499:PJ a owl:Class ; 17 | rdfs:label "Professional Judgment" ; 18 | skos:prefLabel "Professional Judgment" . 19 | 20 | v2-0499:E a owl:Class ; 21 | rdfs:label "Emergency" ; 22 | skos:prefLabel "Emergency" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0500/v2-0500.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0500: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0500: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0500 ( Consent Disclosure Level)" ; 12 | rdfs:label "v2 Consent Disclosure Level" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0500/2.8.2" ; 14 | owl:versionInfo "v2 Consent Disclosure Level(2.8.2)" . 15 | 16 | v2-0500:N a owl:Class ; 17 | rdfs:label "No Disclosure" ; 18 | skos:prefLabel "No Disclosure" . 19 | 20 | v2-0500:P a owl:Class ; 21 | rdfs:label "Partial Disclosure" ; 22 | skos:prefLabel "Partial Disclosure" . 23 | 24 | v2-0500:F a owl:Class ; 25 | rdfs:label "Full Disclosure" ; 26 | skos:prefLabel "Full Disclosure" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0501/v2-0501.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0501: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0501:RX a owl:Class ; 11 | rdfs:label "Rx Private" ; 12 | skos:prefLabel "Rx Private" . 13 | 14 | v2-0501:PR a owl:Class ; 15 | rdfs:label "Patient Request" ; 16 | skos:prefLabel "Patient Request" . 17 | 18 | v2-0501: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0501 ( Consent Non-Disclosure Reason)" ; 20 | rdfs:label "v2 Consent Non-Disclosure Reason" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0501/2.8.2" ; 22 | owl:versionInfo "v2 Consent Non-Disclosure Reason(2.8.2)" . 23 | 24 | v2-0501:E a owl:Class ; 25 | rdfs:label "Emergency" ; 26 | skos:prefLabel "Emergency" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0503/v2-0503.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0503: . 8 | @prefix w5: . 9 | 10 | v2-0503:S a owl:Class ; 11 | rdfs:label "Sequential" ; 12 | skos:prefLabel "Sequential" . 13 | 14 | v2-0503: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0503 ( Sequence/Results Flag)" ; 16 | rdfs:label "v2 Sequence/Results Flag" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0503/2.8.2" ; 18 | owl:versionInfo "v2 Sequence/Results Flag(2.8.2)" . 19 | 20 | v2-0503:R a owl:Class ; 21 | rdfs:label "Reserved for future use" ; 22 | skos:prefLabel "Reserved for future use" . 23 | 24 | v2-0503:C a owl:Class ; 25 | rdfs:label "Cyclical" ; 26 | skos:prefLabel "Cyclical" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0518/v2-0518.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix w5: . 8 | @prefix v2-0518: . 9 | 10 | v2-0518:EQV a owl:Class ; 11 | rdfs:label "Equivalence Override" ; 12 | skos:prefLabel "Equivalence Override" . 13 | 14 | v2-0518:INLV a owl:Class ; 15 | rdfs:label "Interval Override" ; 16 | skos:prefLabel "Interval Override" . 17 | 18 | v2-0518: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0518 ( Override Type)" ; 20 | rdfs:label "v2 Override Type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0518/2.8.2" ; 22 | owl:versionInfo "v2 Override Type(2.8.2)" . 23 | 24 | v2-0518:EXTN a owl:Class ; 25 | rdfs:label "Extension Override" ; 26 | skos:prefLabel "Extension Override" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0520/v2-0520.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0520: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0520:M a owl:Class ; 11 | rdfs:label "Medium" ; 12 | skos:prefLabel "Medium" . 13 | 14 | v2-0520:L a owl:Class ; 15 | rdfs:label "Low" ; 16 | skos:prefLabel "Low" . 17 | 18 | v2-0520: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0520 ( Message Waiting Priority)" ; 20 | rdfs:label "v2 Message Waiting Priority" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0520/2.8.2" ; 22 | owl:versionInfo "v2 Message Waiting Priority(2.8.2)" . 23 | 24 | v2-0520:H a owl:Class ; 25 | rdfs:label "High" ; 26 | skos:prefLabel "High" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0523/v2-0523.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0523: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0523:a a owl:Class ; 11 | rdfs:label "Absolute Change" ; 12 | skos:prefLabel "Absolute Change" . 13 | 14 | 15 | a owl:Class ; 16 | rdfs:label "Indicates a percent change" ; 17 | skos:prefLabel "Indicates a percent change" . 18 | 19 | v2-0523: a owl:Ontology ; 20 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0523 ( Computation Type)" ; 21 | rdfs:label "v2 Computation Type" ; 22 | owl:versionIRI "http://hl7.org/fhir/v2/0523/2.8.2" ; 23 | owl:versionInfo "v2 Computation Type(2.8.2)" . 24 | -------------------------------------------------------------------------------- /fhirowl/v2/0540/v2-0540.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0540: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0540:R a owl:Class ; 11 | rdfs:label "Retired" ; 12 | skos:prefLabel "Retired" . 13 | 14 | v2-0540:T a owl:Class ; 15 | rdfs:label "Termination" ; 16 | skos:prefLabel "Termination" . 17 | 18 | v2-0540:L a owl:Class ; 19 | rdfs:label "Leave of Absence" ; 20 | skos:prefLabel "Leave of Absence" . 21 | 22 | v2-0540: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0540 ( Inactive Reason Code)" ; 24 | rdfs:label "v2 Inactive Reason Code" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0540/2.8.2" ; 26 | owl:versionInfo "v2 Inactive Reason Code(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0547/v2-0547.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0547: . 8 | @prefix w5: . 9 | 10 | v2-0547:N a owl:Class ; 11 | rdfs:label "Country" ; 12 | skos:prefLabel "Country" . 13 | 14 | v2-0547:C a owl:Class ; 15 | rdfs:label "County/Parish" ; 16 | skos:prefLabel "County/Parish" . 17 | 18 | v2-0547:S a owl:Class ; 19 | rdfs:label "State/Province" ; 20 | skos:prefLabel "State/Province" . 21 | 22 | v2-0547: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0547 ( Jurisdictional Breadth)" ; 24 | rdfs:label "v2 Jurisdictional Breadth" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0547/2.8.2" ; 26 | owl:versionInfo "v2 Jurisdictional Breadth(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0554/v2-0554.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0554: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0554:SUB a owl:Class ; 11 | rdfs:label "Subscriber coverage problem" ; 12 | skos:prefLabel "Subscriber coverage problem" . 13 | 14 | v2-0554:NORM a owl:Class ; 15 | rdfs:label "Normal submission" ; 16 | skos:prefLabel "Normal submission" . 17 | 18 | v2-0554: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0554 ( Invoice Reason Codes)" ; 20 | rdfs:label "v2 Invoice Reason Codes" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0554/2.8.2" ; 22 | owl:versionInfo "v2 Invoice Reason Codes(2.8.2)" . 23 | 24 | v2-0554:LATE a owl:Class ; 25 | rdfs:label "Late Invoice" ; 26 | skos:prefLabel "Late Invoice" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0556/v2-0556.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0556: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0556:AMB a owl:Class ; 11 | rdfs:label "AMBULATORY CARE" ; 12 | skos:prefLabel "AMBULATORY CARE" . 13 | 14 | v2-0556:DENT a owl:Class ; 15 | rdfs:label "DENTAL" ; 16 | skos:prefLabel "DENTAL" . 17 | 18 | v2-0556: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0556 ( Benefit Group)" ; 20 | rdfs:label "v2 Benefit Group" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0556/2.8.2" ; 22 | owl:versionInfo "v2 Benefit Group(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0559/v2-0559.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0559: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0559:R a owl:Class ; 11 | rdfs:label "Rejected" ; 12 | skos:prefLabel "Rejected" . 13 | 14 | v2-0559:D a owl:Class ; 15 | rdfs:label "Denied" ; 16 | skos:prefLabel "Denied" . 17 | 18 | v2-0559:P a owl:Class ; 19 | rdfs:label "Processed" ; 20 | skos:prefLabel "Processed" . 21 | 22 | v2-0559: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0559 ( Product/Service Status)" ; 24 | rdfs:label "v2 Product/Service Status" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0559/2.8.2" ; 26 | owl:versionInfo "v2 Product/Service Status(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0569/v2-0569.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0569: . 8 | @prefix w5: . 9 | 10 | v2-0569:PAT a owl:Class ; 11 | rdfs:label "Inform Patient" ; 12 | skos:prefLabel "Inform Patient" . 13 | 14 | v2-0569:PRO a owl:Class ; 15 | rdfs:label "Inform Provider" ; 16 | skos:prefLabel "Inform Provider" . 17 | 18 | v2-0569:EOB a owl:Class ; 19 | rdfs:label "Print on EOB" ; 20 | skos:prefLabel "Print on EOB" . 21 | 22 | v2-0569: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0569 ( Adjustment Action)" ; 24 | rdfs:label "v2 Adjustment Action" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0569/2.8.2" ; 26 | owl:versionInfo "v2 Adjustment Action(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0572/v2-0572.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0572: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0572:UVAT a owl:Class ; 11 | rdfs:label "Unregistered in VAT register" ; 12 | skos:prefLabel "Unregistered in VAT register" . 13 | 14 | v2-0572: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0572 ( Tax status)" ; 16 | rdfs:label "v2 Tax status" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0572/2.8.2" ; 18 | owl:versionInfo "v2 Tax status(2.8.2)" . 19 | 20 | v2-0572:RVAT a owl:Class ; 21 | rdfs:label "Registered in VAT register" ; 22 | skos:prefLabel "Registered in VAT register" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0615/v2-0615.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix v2-0615: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0615:SAML a owl:Class ; 11 | rdfs:label "Authenticated User Identity Assertion" ; 12 | skos:prefLabel "Authenticated User Identity Assertion" . 13 | 14 | v2-0615: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0615 ( User Authentication Credential Type Code)" ; 16 | rdfs:label "v2 User Authentication Credential Type Code" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0615/2.8.2" ; 18 | owl:versionInfo "v2 User Authentication Credential Type Code(2.8.2)" . 19 | 20 | v2-0615:KERB a owl:Class ; 21 | rdfs:label "Kerberos Service Ticket" ; 22 | skos:prefLabel "Kerberos Service Ticket" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0617/v2-0617.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix w5: . 8 | @prefix v2-0617: . 9 | 10 | v2-0617:M a owl:Class ; 11 | rdfs:label "Mailing" ; 12 | skos:prefLabel "Mailing" . 13 | 14 | v2-0617:C a owl:Class ; 15 | rdfs:label "Classification" ; 16 | skos:prefLabel "Classification" . 17 | 18 | v2-0617: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0617 ( Address Usage)" ; 20 | rdfs:label "v2 Address Usage" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0617/2.8.2" ; 22 | owl:versionInfo "v2 Address Usage(2.8.2)" . 23 | 24 | v2-0617:V a owl:Class ; 25 | rdfs:label "Visit" ; 26 | skos:prefLabel "Visit" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0618/v2-0618.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0618: . 8 | @prefix w5: . 9 | 10 | v2-0618:LI a owl:Class ; 11 | rdfs:label "Listed" ; 12 | skos:prefLabel "Listed" . 13 | 14 | v2-0618:UP a owl:Class ; 15 | rdfs:label "Unpublished" ; 16 | skos:prefLabel "Unpublished" . 17 | 18 | v2-0618: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0618 ( Protection Code)" ; 20 | rdfs:label "v2 Protection Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0618/2.8.2" ; 22 | owl:versionInfo "v2 Protection Code(2.8.2)" . 23 | 24 | v2-0618:UL a owl:Class ; 25 | rdfs:label "Unlisted (Should not appear in directories)" ; 26 | skos:prefLabel "Unlisted (Should not appear in directories)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0625/v2-0625.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0625: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0625:1 a owl:Class ; 11 | rdfs:label "Active" ; 12 | skos:prefLabel "Active" . 13 | 14 | v2-0625:3 a owl:Class ; 15 | rdfs:label "Inactive" ; 16 | skos:prefLabel "Inactive" . 17 | 18 | v2-0625:2 a owl:Class ; 19 | rdfs:label "Pending Inactive" ; 20 | skos:prefLabel "Pending Inactive" . 21 | 22 | v2-0625: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0625 ( Item Status Codes)" ; 24 | rdfs:label "v2 Item Status Codes" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0625/2.8.2" ; 26 | owl:versionInfo "v2 Item Status Codes(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0634/v2-0634.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0634: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0634:CRT a owl:Class ; 11 | rdfs:label "Critical" ; 12 | skos:prefLabel "Critical" . 13 | 14 | v2-0634: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0634 ( Item Importance Codes)" ; 16 | rdfs:label "v2 Item Importance Codes" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0634/2.8.2" ; 18 | owl:versionInfo "v2 Item Importance Codes(2.8.2)" . 19 | -------------------------------------------------------------------------------- /fhirowl/v2/0642/v2-0642.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0642: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0642:M a owl:Class ; 11 | rdfs:label "MIN/MAX" ; 12 | skos:prefLabel "MIN/MAX" . 13 | 14 | v2-0642: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0642 ( Reorder Theory Codes)" ; 16 | rdfs:label "v2 Reorder Theory Codes" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0642/2.8.2" ; 18 | owl:versionInfo "v2 Reorder Theory Codes(2.8.2)" . 19 | 20 | v2-0642:O a owl:Class ; 21 | rdfs:label "Override" ; 22 | skos:prefLabel "Override" . 23 | 24 | v2-0642:D a owl:Class ; 25 | rdfs:label "DOP/DOQ" ; 26 | skos:prefLabel "DOP/DOQ" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0651/v2-0651.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0651: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0651:CST a owl:Class ; 11 | rdfs:label "Cost" ; 12 | skos:prefLabel "Cost" . 13 | 14 | v2-0651: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0651 ( Labor Calculation Type)" ; 16 | rdfs:label "v2 Labor Calculation Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0651/2.8.2" ; 18 | owl:versionInfo "v2 Labor Calculation Type(2.8.2)" . 19 | 20 | v2-0651:TME a owl:Class ; 21 | rdfs:label "Time" ; 22 | skos:prefLabel "Time" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0657/v2-0657.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0657: . 8 | @prefix w5: . 9 | 10 | v2-0657:3 a owl:Class ; 11 | rdfs:label "Peracetic Acid" ; 12 | skos:prefLabel "Peracetic Acid" . 13 | 14 | v2-0657:2 a owl:Class ; 15 | rdfs:label "Steam Sterilizer" ; 16 | skos:prefLabel "Steam Sterilizer" . 17 | 18 | v2-0657: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0657 ( Device Type)" ; 20 | rdfs:label "v2 Device Type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0657/2.8.2" ; 22 | owl:versionInfo "v2 Device Type(2.8.2)" . 23 | 24 | v2-0657:1 a owl:Class ; 25 | rdfs:label "EO Gas Sterilizer" ; 26 | skos:prefLabel "EO Gas Sterilizer" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0667/v2-0667.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0667: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0667: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0667 ( Device Data State)" ; 12 | rdfs:label "v2 Device Data State" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0667/2.8.2" ; 14 | owl:versionInfo "v2 Device Data State(2.8.2)" . 15 | 16 | v2-0667:1 a owl:Class ; 17 | rdfs:label "Historic Values" ; 18 | skos:prefLabel "Historic Values" . 19 | 20 | v2-0667:0 a owl:Class ; 21 | rdfs:label "Real Time Values" ; 22 | skos:prefLabel "Real Time Values" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0682/v2-0682.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0682: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0682: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0682 ( Device Status)" ; 12 | rdfs:label "v2 Device Status" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0682/2.8.2" ; 14 | owl:versionInfo "v2 Device Status(2.8.2)" . 15 | 16 | v2-0682:1 a owl:Class ; 17 | rdfs:label "Not Ready" ; 18 | skos:prefLabel "Not Ready" . 19 | 20 | v2-0682:0 a owl:Class ; 21 | rdfs:label "Ready" ; 22 | skos:prefLabel "Ready" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0739/v2-0739.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0739: . 8 | @prefix w5: . 9 | 10 | v2-0739: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0739 ( DRG Status Patient)" ; 12 | rdfs:label "v2 DRG Status Patient" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0739/2.8.2" ; 14 | owl:versionInfo "v2 DRG Status Patient(2.8.2)" . 15 | 16 | v2-0739:3 a owl:Class ; 17 | rdfs:label "Long length of stay" ; 18 | skos:prefLabel "Long length of stay" . 19 | 20 | v2-0739:2 a owl:Class ; 21 | rdfs:label "Short length of stay" ; 22 | skos:prefLabel "Short length of stay" . 23 | 24 | v2-0739:1 a owl:Class ; 25 | rdfs:label "Normal length of stay" ; 26 | skos:prefLabel "Normal length of stay" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0776/v2-0776.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix v2-0776: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0776:P a owl:Class ; 11 | rdfs:label "Pending Inactive" ; 12 | skos:prefLabel "Pending Inactive" . 13 | 14 | v2-0776:I a owl:Class ; 15 | rdfs:label "Inactive" ; 16 | skos:prefLabel "Inactive" . 17 | 18 | v2-0776:A a owl:Class ; 19 | rdfs:label "Active" ; 20 | skos:prefLabel "Active" . 21 | 22 | v2-0776: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0776 ( Item Status)" ; 24 | rdfs:label "v2 Item Status" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0776/2.8.2" ; 26 | owl:versionInfo "v2 Item Status(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0790/v2-0790.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0790: . 8 | @prefix w5: . 9 | 10 | v2-0790: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0790 ( Approving Regulatory Agency)" ; 12 | rdfs:label "v2 Approving Regulatory Agency" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0790/2.8.2" ; 14 | owl:versionInfo "v2 Approving Regulatory Agency(2.8.2)" . 15 | 16 | v2-0790:AMA a owl:Class ; 17 | rdfs:label "American Medical Association" ; 18 | skos:prefLabel "American Medical Association" . 19 | 20 | v2-0790:FDA a owl:Class ; 21 | rdfs:label "Food and Drug Administration" ; 22 | skos:prefLabel "Food and Drug Administration" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0793/v2-0793.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0793: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0793: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0793 ( Ruling Act)" ; 12 | rdfs:label "v2 Ruling Act" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0793/2.8.2" ; 14 | owl:versionInfo "v2 Ruling Act(2.8.2)" . 15 | 16 | v2-0793:SMDA a owl:Class ; 17 | rdfs:label "Safe Medical Devices Act" ; 18 | skos:prefLabel "Safe Medical Devices Act" . 19 | -------------------------------------------------------------------------------- /fhirowl/v2/0806/v2-0806.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0806: . 8 | @prefix w5: . 9 | 10 | v2-0806:EOG a owl:Class ; 11 | rdfs:label "Ethylene Oxide Gas" ; 12 | skos:prefLabel "Ethylene Oxide Gas" . 13 | 14 | v2-0806:PCA a owl:Class ; 15 | rdfs:label "Peracetic acid" ; 16 | skos:prefLabel "Peracetic acid" . 17 | 18 | v2-0806: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0806 ( Sterilization Type)" ; 20 | rdfs:label "v2 Sterilization Type" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0806/2.8.2" ; 22 | owl:versionInfo "v2 Sterilization Type(2.8.2)" . 23 | 24 | v2-0806:STM a owl:Class ; 25 | rdfs:label "Steam" ; 26 | skos:prefLabel "Steam" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0818/v2-0818.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0818: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0818:EA a owl:Class ; 11 | rdfs:label "Each" ; 12 | skos:prefLabel "Each" . 13 | 14 | v2-0818:CS a owl:Class ; 15 | rdfs:label "Case" ; 16 | skos:prefLabel "Case" . 17 | 18 | v2-0818:BX a owl:Class ; 19 | rdfs:label "Box" ; 20 | skos:prefLabel "Box" . 21 | 22 | v2-0818:SET a owl:Class ; 23 | rdfs:label "Set" ; 24 | skos:prefLabel "Set" . 25 | 26 | v2-0818: a owl:Ontology ; 27 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0818 ( Package)" ; 28 | rdfs:label "v2 Package" ; 29 | owl:versionIRI "http://hl7.org/fhir/v2/0818/2.8.2" ; 30 | owl:versionInfo "v2 Package(2.8.2)" . 31 | -------------------------------------------------------------------------------- /fhirowl/v2/0881/v2-0881.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0881: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0881:T a owl:Class ; 11 | rdfs:label "Technical Part" ; 12 | skos:prefLabel "Technical Part" . 13 | 14 | v2-0881:P a owl:Class ; 15 | rdfs:label "Professional Part" ; 16 | skos:prefLabel "Professional Part" . 17 | 18 | v2-0881:B a owl:Class ; 19 | rdfs:label "Both" ; 20 | skos:prefLabel "Both" . 21 | 22 | v2-0881: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0881 ( Role Executing Physician)" ; 24 | rdfs:label "v2 Role Executing Physician" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0881/2.8.2" ; 26 | owl:versionInfo "v2 Role Executing Physician(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0882/v2-0882.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0882: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0882: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0882 ( Medical Role Executing Physician)" ; 12 | rdfs:label "v2 Medical Role Executing Physician" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0882/2.8.2" ; 14 | owl:versionInfo "v2 Medical Role Executing Physician(2.8.2)" . 15 | 16 | v2-0882:E a owl:Class ; 17 | rdfs:label "Employed" ; 18 | skos:prefLabel "Employed" . 19 | 20 | v2-0882:SE a owl:Class ; 21 | rdfs:label "Self-employed" ; 22 | skos:prefLabel "Self-employed" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0894/v2-0894.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0894: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0894:L a owl:Class ; 11 | rdfs:label "Left" ; 12 | skos:prefLabel "Left" . 13 | 14 | v2-0894: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0894 ( Side of body)" ; 16 | rdfs:label "v2 Side of body" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0894/2.8.2" ; 18 | owl:versionInfo "v2 Side of body(2.8.2)" . 19 | 20 | v2-0894:R a owl:Class ; 21 | rdfs:label "Right" ; 22 | skos:prefLabel "Right" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0904/v2-0904.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0904: . 8 | @prefix w5: . 9 | 10 | v2-0904:BCV a owl:Class ; 11 | rdfs:label "Bank Card Validation Number" ; 12 | skos:prefLabel "Bank Card Validation Number" . 13 | 14 | v2-0904:VID a owl:Class ; 15 | rdfs:label "Version ID" ; 16 | skos:prefLabel "Version ID" . 17 | 18 | v2-0904:CCS a owl:Class ; 19 | rdfs:label "Credit Card Security code" ; 20 | skos:prefLabel "Credit Card Security code" . 21 | 22 | v2-0904: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0904 ( Security Check Scheme)" ; 24 | rdfs:label "v2 Security Check Scheme" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0904/2.8.2" ; 26 | owl:versionInfo "v2 Security Check Scheme(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0917/v2-0917.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0917: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0917:C a owl:Class ; 11 | rdfs:label "Supplemental" ; 12 | skos:prefLabel "Supplemental" . 13 | 14 | v2-0917: a owl:Ontology ; 15 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0917 ( Bolus Type)" ; 16 | rdfs:label "v2 Bolus Type" ; 17 | owl:versionIRI "http://hl7.org/fhir/v2/0917/2.8.2" ; 18 | owl:versionInfo "v2 Bolus Type(2.8.2)" . 19 | 20 | v2-0917:L a owl:Class ; 21 | rdfs:label "Loading" ; 22 | skos:prefLabel "Loading" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0918/v2-0918.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v2-0918: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0918:PC a owl:Class ; 11 | rdfs:label "PCA + Continuous" ; 12 | skos:prefLabel "PCA + Continuous" . 13 | 14 | v2-0918:P a owl:Class ; 15 | rdfs:label "PCA Only" ; 16 | skos:prefLabel "PCA Only" . 17 | 18 | v2-0918:C a owl:Class ; 19 | rdfs:label "Continuous" ; 20 | skos:prefLabel "Continuous" . 21 | 22 | v2-0918: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0918 ( PCA Type)" ; 24 | rdfs:label "v2 PCA Type" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0918/2.8.2" ; 26 | owl:versionInfo "v2 PCA Type(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0920/v2-0920.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix v2-0920: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0920:A a owl:Class ; 11 | rdfs:label "Alternate" ; 12 | skos:prefLabel "Alternate" . 13 | 14 | v2-0920:P a owl:Class ; 15 | rdfs:label "Preferred" ; 16 | skos:prefLabel "Preferred" . 17 | 18 | v2-0920: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0920 ( Preferred Specimen/Attribute Status)" ; 20 | rdfs:label "v2 Preferred Specimen/Attribute Status" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0920/2.8.2" ; 22 | owl:versionInfo "v2 Preferred Specimen/Attribute Status(2.8.2)" . 23 | -------------------------------------------------------------------------------- /fhirowl/v2/0921/v2-0921.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0921: . 8 | @prefix w5: . 9 | 10 | v2-0921:SERV a owl:Class ; 11 | rdfs:label "Service" ; 12 | skos:prefLabel "Service" . 13 | 14 | v2-0921:ADM a owl:Class ; 15 | rdfs:label "Admitting" ; 16 | skos:prefLabel "Admitting" . 17 | 18 | v2-0921: a owl:Ontology ; 19 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0921 ( Certification Type Code)" ; 20 | rdfs:label "v2 Certification Type Code" ; 21 | owl:versionIRI "http://hl7.org/fhir/v2/0921/2.8.2" ; 22 | owl:versionInfo "v2 Certification Type Code(2.8.2)" . 23 | 24 | v2-0921:PROC a owl:Class ; 25 | rdfs:label "Procedure" ; 26 | skos:prefLabel "Procedure" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0922/v2-0922.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v2-0922: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v2-0922:RA a owl:Class ; 11 | rdfs:label "Request for Appeal" ; 12 | skos:prefLabel "Request for Appeal" . 13 | 14 | v2-0922:IR a owl:Class ; 15 | rdfs:label "Initial Request" ; 16 | skos:prefLabel "Initial Request" . 17 | 18 | v2-0922:RE a owl:Class ; 19 | rdfs:label "Request for Extension" ; 20 | skos:prefLabel "Request for Extension" . 21 | 22 | v2-0922: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0922 ( Certification Category Code)" ; 24 | rdfs:label "v2 Certification Category Code" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0922/2.8.2" ; 26 | owl:versionInfo "v2 Certification Category Code(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0926/v2-0926.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0926: . 8 | @prefix w5: . 9 | 10 | v2-0926:SUC a owl:Class ; 11 | rdfs:label "Successful" ; 12 | skos:prefLabel "Successful" . 13 | 14 | v2-0926:NDR a owl:Class ; 15 | rdfs:label "Not Drawn" ; 16 | skos:prefLabel "Not Drawn" . 17 | 18 | v2-0926:UL5 a owl:Class ; 19 | rdfs:label "Unsuccessful Less than 50 ml drawn" ; 20 | skos:prefLabel "Unsuccessful Less than 50 ml drawn" . 21 | 22 | v2-0926: a owl:Ontology ; 23 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0926 ( Phlebotomy Status)" ; 24 | rdfs:label "v2 Phlebotomy Status" ; 25 | owl:versionIRI "http://hl7.org/fhir/v2/0926/2.8.2" ; 26 | owl:versionInfo "v2 Phlebotomy Status(2.8.2)" . 27 | -------------------------------------------------------------------------------- /fhirowl/v2/0927/v2-0927.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix xsd: . 5 | @prefix skos: . 6 | @prefix rdfs: . 7 | @prefix v2-0927: . 8 | @prefix w5: . 9 | 10 | v2-0927: a owl:Ontology ; 11 | rdfs:comment "FHIR Value set/code system definition for HL7 v2 table 0927 ( Arm Stick)" ; 12 | rdfs:label "v2 Arm Stick" ; 13 | owl:versionIRI "http://hl7.org/fhir/v2/0927/2.8.2" ; 14 | owl:versionInfo "v2 Arm Stick(2.8.2)" . 15 | 16 | v2-0927:L a owl:Class ; 17 | rdfs:label "Left Arm" ; 18 | skos:prefLabel "Left Arm" . 19 | 20 | v2-0927:B a owl:Class ; 21 | rdfs:label "Both Arms" ; 22 | skos:prefLabel "Both Arms" . 23 | 24 | v2-0927:R a owl:Class ; 25 | rdfs:label "Right Arm" ; 26 | skos:prefLabel "Right Arm" . 27 | -------------------------------------------------------------------------------- /fhirowl/v3/Calendar/v3-Calendar.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v3-Calendar: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v3-Calendar:GREG a owl:Class ; 11 | rdfs:label "Gregorian" ; 12 | skos:definition "The Gregorian calendar is the calendar in effect in most countries of Christian influence since approximately 1582. This calendar superceded the Julian calendar." ; 13 | skos:prefLabel "Gregorian" . 14 | 15 | v3-Calendar: a owl:Ontology ; 16 | rdfs:comment "**** MISSING DEFINITIONS ****" ; 17 | rdfs:label "v3 Code System Calendar" ; 18 | owl:versionIRI "http://hl7.org/fhir/v3/Calendar/2016-11-11" ; 19 | owl:versionInfo "v3 Code System Calendar(2016-11-11)" . 20 | -------------------------------------------------------------------------------- /fhirowl/v3/CalendarType/v3-CalendarType.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix fhir: . 2 | @prefix rdf: . 3 | @prefix owl: . 4 | @prefix v3-CalendarType: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v3-CalendarType:GREG a owl:Class ; 11 | rdfs:label "Gregorian" ; 12 | skos:definition "The Gregorian calendar is in effect in the most countries of Christian influence since approximately 1582. This calendar superceded the Julian calendar." ; 13 | skos:prefLabel "Gregorian" . 14 | 15 | v3-CalendarType: a owl:Ontology ; 16 | rdfs:comment "**** MISSING DEFINITIONS ****" ; 17 | rdfs:label "v3 Code System CalendarType" ; 18 | owl:versionIRI "http://hl7.org/fhir/v3/CalendarType/2016-11-11" ; 19 | owl:versionInfo "v3 Code System CalendarType(2016-11-11)" . 20 | -------------------------------------------------------------------------------- /fhirowl/v3/GenderStatus/v3-GenderStatus.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v3-GenderStatus: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v3-GenderStatus:I a owl:Class ; 11 | rdfs:label "Intact" ; 12 | skos:definition "Reproductively intact" ; 13 | skos:prefLabel "Intact" . 14 | 15 | v3-GenderStatus: a owl:Ontology ; 16 | rdfs:comment "**** MISSING DEFINITIONS ****" ; 17 | rdfs:label "v3 Code System GenderStatus" ; 18 | owl:versionIRI "http://hl7.org/fhir/v3/GenderStatus/2016-11-11" ; 19 | owl:versionInfo "v3 Code System GenderStatus(2016-11-11)" . 20 | 21 | v3-GenderStatus:N a owl:Class ; 22 | rdfs:label "Neutered" ; 23 | skos:definition "Reproductively neutered" ; 24 | skos:prefLabel "Neutered" . 25 | -------------------------------------------------------------------------------- /fhirowl/v3/ModifyIndicator/v3-ModifyIndicator.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v3-ModifyIndicator: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v3-ModifyIndicator:M a owl:Class ; 11 | rdfs:label "Modified subscription" ; 12 | skos:definition "Modified subscription to a query server." ; 13 | skos:prefLabel "Modified subscription" . 14 | 15 | v3-ModifyIndicator: a owl:Ontology ; 16 | rdfs:comment "**** MISSING DEFINITIONS ****" ; 17 | rdfs:label "v3 Code System ModifyIndicator" ; 18 | owl:versionIRI "http://hl7.org/fhir/v3/ModifyIndicator/2016-11-11" ; 19 | owl:versionInfo "v3 Code System ModifyIndicator(2016-11-11)" . 20 | 21 | v3-ModifyIndicator:N a owl:Class ; 22 | rdfs:label "New subscription" ; 23 | skos:definition "New subscription to a query server." ; 24 | skos:prefLabel "New subscription" . 25 | -------------------------------------------------------------------------------- /fhirowl/v3/QueryPriority/v3-QueryPriority.cs.owl: -------------------------------------------------------------------------------- 1 | @prefix v3-QueryPriority: . 2 | @prefix fhir: . 3 | @prefix rdf: . 4 | @prefix owl: . 5 | @prefix xsd: . 6 | @prefix skos: . 7 | @prefix rdfs: . 8 | @prefix w5: . 9 | 10 | v3-QueryPriority:D a owl:Class ; 11 | rdfs:label "Deferred" ; 12 | skos:definition "Query response is deferred." ; 13 | skos:prefLabel "Deferred" . 14 | 15 | v3-QueryPriority: a owl:Ontology ; 16 | rdfs:comment "**** MISSING DEFINITIONS ****" ; 17 | rdfs:label "v3 Code System QueryPriority" ; 18 | owl:versionIRI "http://hl7.org/fhir/v3/QueryPriority/2016-11-11" ; 19 | owl:versionInfo "v3 Code System QueryPriority(2016-11-11)" . 20 | 21 | v3-QueryPriority:I a owl:Class ; 22 | rdfs:label "Immediate" ; 23 | skos:definition "Query response is immediate." ; 24 | skos:prefLabel "Immediate" . 25 | -------------------------------------------------------------------------------- /logs/download_fhir_spec.log: -------------------------------------------------------------------------------- 1 | 2016-01-31 21:43:39,799 INFO - (data/fhir-spec.zip) Downloading http://hl7.org/fhir/fhir-spec.zip 2 | 2016-01-31 21:43:39,800 INFO - (data/fhir-spec.zip) Examples in: data/examples 3 | 2016-01-31 21:43:39,800 INFO - (File does not currently exist) data/fhir-spec.zip 4 | 2016-01-31 21:43:39,800 INFO - (data/fhir-spec.zip) Downloading http://hl7.org/fhir/fhir-spec.zip: 5 | 2016-01-31 21:43:39,815 INFO - Starting new HTTP connection (1): hl7.org 6 | 2016-01-31 21:48:40,053 INFO - (data/fhir-spec.zip) Unzipping into data 7 | 2016-01-31 21:48:40,526 INFO - (data/fhir-spec.zip) Unzipping examples into data/examples 8 | 2016-01-31 21:48:40,648 INFO - (data/fhir-spec.zip) Done 9 | -------------------------------------------------------------------------------- /ontology/README.md: -------------------------------------------------------------------------------- 1 | # FHIR RDF Ontology 2 | 3 | Guidance from Tony: To test the ValueSet stuff, open the bridge 4 | ontology and it will import others. If you want the whole message, 5 | go to PatientSafety2 -- that's the overarching ontology -- and you'll 6 | probably get some notices from Protege about finding the imports. But 7 | I've discovered that they're actually in the catalog-v001.xml file. 8 | 9 | -------------------------------------------------------------------------------- /spec/ValueSetPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/hcls-fhir-rdf/76120cade6c1c87d79365e42694cfb706c22ff24/spec/ValueSetPic.png -------------------------------------------------------------------------------- /spec/img/CodableConcept-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/hcls-fhir-rdf/76120cade6c1c87d79365e42694cfb706c22ff24/spec/img/CodableConcept-2.png -------------------------------------------------------------------------------- /spec/img/CodableConcept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/hcls-fhir-rdf/76120cade6c1c87d79365e42694cfb706c22ff24/spec/img/CodableConcept.png -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- 1 | { 2 | "group": 92610 3 | , "contacts": ["eric"] 4 | , "repo-type": "cg-report" 5 | , "policy": "open" 6 | } 7 | --------------------------------------------------------------------------------