FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Bundle/terminologies (Turtle)

Responsible Owner: Terminology Infrastructure Work GroupStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Terminology Registry

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/terminologies> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "terminologies"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/document-reference-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/document-reference-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/document-reference-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/sort-direction"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/sort-direction>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/sort-direction> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/event-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/event-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/event-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/address-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/address-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/address-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/reference-version-rules"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/reference-version-rules>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/reference-version-rules> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/search-param-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/search-param-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/search-param-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/binding-strength"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/binding-strength>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/binding-strength> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/request-priority"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/request-priority>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/request-priority> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/FHIR-version"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/FHIR-version>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/FHIR-version> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/resource-aggregation-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/resource-aggregation-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/resource-aggregation-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/remittance-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/remittance-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/remittance-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/discriminator-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/discriminator-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/discriminator-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/note-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/note-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/note-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/name-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/name-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/name-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/request-intent"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/request-intent>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/request-intent> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contact-point-system"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contact-point-system>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contact-point-system> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/concept-map-relationship"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/concept-map-relationship>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/concept-map-relationship> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/narrative-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/narrative-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/narrative-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/product-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/product-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/product-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/trigger-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/trigger-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/trigger-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/timing-abbreviation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/timing-abbreviation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/timing-abbreviation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/related-artifact-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/related-artifact-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/related-artifact-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/property-representation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/property-representation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/property-representation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/account-aggregate"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/account-aggregate>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/account-aggregate> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/account-balance-term"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/account-balance-term>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/account-balance-term> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/account-billing-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/account-billing-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/account-billing-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/account-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/account-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/account-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-applicability-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-applicability-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-applicability-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-cardinality-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-cardinality-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-cardinality-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-condition-kind"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-condition-kind>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-condition-kind> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-grouping-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-grouping-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-grouping-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-participant-function"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-participant-function>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-participant-function> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-participant-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-participant-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-participant-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-precheck-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-precheck-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-precheck-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-reason-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-reason-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-reason-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-relationship-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-relationship-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-relationship-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-required-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-required-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-required-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/action-selection-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/action-selection-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/action-selection-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/actordefinition-actor-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/actordefinition-actor-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/actordefinition-actor-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/actordefinition-actor-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/actordefinition-actor-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/actordefinition-actor-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/additional-binding-purpose"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/additional-binding-purpose>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/additional-binding-purpose> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/administrable-dose-form"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/administrable-dose-form>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/administrable-dose-form> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/administration-subpotent-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/administration-subpotent-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/administration-subpotent-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/adverse-event-actuality"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/adverse-event-actuality>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/adverse-event-actuality> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/event-timing"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/event-timing>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/event-timing> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/allergy-intolerance-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/allergy-intolerance-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/allergy-intolerance-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/allergy-intolerance-criticality"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/allergy-intolerance-criticality>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/allergy-intolerance-criticality> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/allergy-intolerance-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/allergy-intolerance-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/allergy-intolerance-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/animal-tissue-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/animal-tissue-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/animal-tissue-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/appointmentstatus"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/appointmentstatus>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/appointmentstatus> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/artifactassessment-disposition"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/artifactassessment-disposition>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/artifactassessment-disposition> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/artifactassessment-workflow-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/artifactassessment-workflow-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/artifactassessment-workflow-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/asset-availability"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/asset-availability>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/asset-availability> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/astm-signature-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/astm-signature-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/astm-signature-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/audit-entity-detail-type-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/audit-entity-detail-type-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/audit-entity-detail-type-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/audit-event-action"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/audit-event-action>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/audit-event-action> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/audit-event-severity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/audit-event-severity>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/audit-event-severity> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/biologicallyderived-product-property-type-codes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/biologicallyderived-product-property-type-codes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/biologicallyderived-product-property-type-codes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/biologicallyderived-product-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/biologicallyderived-product-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/biologicallyderived-product-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/biologicallyderived-productcodes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/biologicallyderived-productcodes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/biologicallyderived-productcodes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/bundle-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/bundle-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/bundle-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/constraint-severity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/constraint-severity>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/constraint-severity> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/publication-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/publication-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/publication-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/capability-statement-kind"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/capability-statement-kind>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/capability-statement-kind> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/care-team-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/care-team-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/care-team-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/catalog-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/catalog-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/catalog-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/cdshooks-indicator"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/cdshooks-indicator>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/cdshooks-indicator> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/characteristic-offset"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/characteristic-offset>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/characteristic-offset> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/claim-decision"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/claim-decision>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/claim-decision> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/claim-decision-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/claim-decision-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/claim-decision-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/claim-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/claim-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/claim-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/claim-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/claim-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/claim-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/clinical-use-definition-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/clinical-use-definition-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/clinical-use-definition-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/clinical-use-definition-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/clinical-use-definition-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/clinical-use-definition-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/code-search-support"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/code-search-support>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/code-search-support> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/codesystem-content-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/codesystem-content-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/codesystem-content-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/codesystem-hierarchy-meaning"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/codesystem-hierarchy-meaning>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/codesystem-hierarchy-meaning> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/color-names"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/color-names>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/color-names> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/color-rgb"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/color-rgb>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/color-rgb> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/combined-dose-form"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/combined-dose-form>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/combined-dose-form> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/comparison-operation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/comparison-operation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/comparison-operation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/compartment-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/compartment-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/compartment-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/composition-attestation-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/composition-attestation-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/composition-attestation-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/composition-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/composition-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/composition-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/concept-properties"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/concept-properties>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/concept-properties> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/concept-property-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/concept-property-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/concept-property-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/concept-subsumption-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/concept-subsumption-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/concept-subsumption-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conceptmap-attribute-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conceptmap-attribute-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conceptmap-attribute-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conceptmap-properties"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conceptmap-properties>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conceptmap-properties> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conceptmap-property-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conceptmap-property-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conceptmap-property-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conceptmap-unmapped-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conceptmap-unmapped-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conceptmap-unmapped-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conditional-delete-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conditional-delete-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conditional-delete-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conditional-read-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conditional-read-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conditional-read-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/conformance-expectation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/conformance-expectation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/conformance-expectation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/consent-data-meaning"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/consent-data-meaning>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/consent-data-meaning> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/consent-provision-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/consent-provision-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/consent-provision-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/consent-state-codes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/consent-state-codes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/consent-state-codes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-actionstatus"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-actionstatus>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-actionstatus> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-assetcontext"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-assetcontext>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-assetcontext> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-assetscope"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-assetscope>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-assetscope> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-assetsubtype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-assetsubtype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-assetsubtype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-assettype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-assettype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-assettype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-decision-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-decision-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-decision-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-definition-subtype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-definition-subtype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-definition-subtype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-definition-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-definition-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-definition-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-expiration-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-expiration-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-expiration-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-legalstate"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-legalstate>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-legalstate> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-party-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-party-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-party-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-publicationstatus"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-publicationstatus>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-publicationstatus> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-scope"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-scope>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-scope> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-security-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-security-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-security-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-security-classification"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-security-classification>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-security-classification> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-security-control"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-security-control>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-security-control> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contract-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contract-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contract-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/coverage-kind"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/coverage-kind>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/coverage-kind> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/resource-slicing-rules"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/resource-slicing-rules>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/resource-slicing-rules> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/datestype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/datestype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/datestype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/days-of-week"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/days-of-week>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/days-of-week> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/address-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/address-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/address-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/request-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/request-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/request-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/definition-method"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/definition-method>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/definition-method> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/detectedissue-example-medication-class"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/detectedissue-example-medication-class>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/detectedissue-example-medication-class> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/detectedissue-management-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/detectedissue-management-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/detectedissue-management-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/detectedissue-severity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/detectedissue-severity>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/detectedissue-severity> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/detectedissue-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/detectedissue-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/detectedissue-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-action"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-action>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-action> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-availability-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-availability-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-availability-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-correctiveactionscope"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-correctiveactionscope>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-correctiveactionscope> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-nametype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-nametype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-nametype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-productidentifierinudi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-productidentifierinudi>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-productidentifierinudi> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-property-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-property-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-property-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-specification-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-specification-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-specification-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/device-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/device-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/device-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-activationState"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-activationState>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-activationState> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-annunciation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-annunciation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-annunciation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-manifestation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-manifestation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-manifestation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-presence"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-presence>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-presence> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-priority"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-priority>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-priority> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-signalType"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-signalType>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-signalType> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicealert-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicealert-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicealert-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/deviceassociation-association-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/deviceassociation-association-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/deviceassociation-association-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/deviceassociation-relationship"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/deviceassociation-relationship>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/deviceassociation-relationship> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/deviceassociation-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/deviceassociation-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/deviceassociation-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/deviceassociation-status-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/deviceassociation-status-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/deviceassociation-status-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicedefinition-regulatory-identifier-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicedefinition-regulatory-identifier-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicedefinition-regulatory-identifier-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/devicedefinition-relationtype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/devicedefinition-relationtype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/devicedefinition-relationtype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/diagnostic-report-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/diagnostic-report-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/diagnostic-report-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/diagnosticreport-relevant-information-types"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/diagnosticreport-relevant-information-types>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/diagnosticreport-relevant-information-types> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/document-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/document-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/document-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/document-relationship-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/document-relationship-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/document-relationship-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/dosage-condition-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/dosage-condition-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/dosage-condition-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/dose-limit-scope"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/dose-limit-scope>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/dose-limit-scope> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/administrative-gender"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/administrative-gender>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/administrative-gender> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/identifier-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/identifier-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/identifier-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/quantity-comparator"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/quantity-comparator>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/quantity-comparator> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/eligibility"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/eligibility>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/eligibility> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/eligibility-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/eligibility-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/eligibility-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/eligibilityrequest-purpose"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/eligibilityrequest-purpose>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/eligibilityrequest-purpose> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/eligibilityresponse-purpose"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/eligibilityresponse-purpose>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/eligibilityresponse-purpose> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-businessstatus-emergency"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-emergency>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-emergency> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-businessstatus-inpatient"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-inpatient>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-inpatient> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-businessstatus-outpatient"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-outpatient>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-outpatient> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-businessstatus-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-businessstatus-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-diagnosis-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-diagnosis-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-diagnosis-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-location-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-location-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-location-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-reason-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-reason-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-reason-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/encounter-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/encounter-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/encounter-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/endpoint-environment"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/endpoint-environment>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/endpoint-environment> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/endpoint-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/endpoint-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/endpoint-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/enrollment-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/enrollment-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/enrollment-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/episode-of-care-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/episode-of-care-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/episode-of-care-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/etsi-signature-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/etsi-signature-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/etsi-signature-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/event-capability-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/event-capability-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/event-capability-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/evidence-variable-classifier"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/evidence-variable-classifier>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/evidence-variable-classifier> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/evidence-variable-constraint"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/evidence-variable-constraint>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/evidence-variable-constraint> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/evidence-variable-event"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/evidence-variable-event>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/evidence-variable-event> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/evidence-variable-unacceptable-data-handling"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/evidence-variable-unacceptable-data-handling>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/evidence-variable-unacceptable-data-handling> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/example-comparison-group"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/example-comparison-group>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/example-comparison-group> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/example-metadata"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/example-metadata>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/example-metadata> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/example-metadata-2"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/example-metadata-2>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/example-metadata-2> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/example-supplement"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/example-supplement>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/example-supplement> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/example-supplement-2"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/example-supplement-2>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/example-supplement-2> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/explanationofbenefit-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/explanationofbenefit-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/explanationofbenefit-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/extension-context-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/extension-context-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/extension-context-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/contact-point-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/contact-point-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/contact-point-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/fhir-format-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/fhir-format-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/fhir-format-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/fhir-old-types"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/fhir-old-types>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/fhir-old-types> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/fhir-types"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/fhir-types>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/fhir-types> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/fhirpath-types"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/fhirpath-types>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/fhirpath-types> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/filter-operator"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/filter-operator>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/filter-operator> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/flag-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/flag-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/flag-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/fm-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/fm-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/fm-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/global-langpack-support"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/global-langpack-support>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/global-langpack-support> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/goal-accept-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/goal-accept-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/goal-accept-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/goal-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/goal-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/goal-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/group-characteristic-combination"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/group-characteristic-combination>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/group-characteristic-combination> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/group-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/group-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/group-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/group-involvement"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/group-involvement>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/group-involvement> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/group-membership-basis"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/group-membership-basis>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/group-membership-basis> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/group-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/group-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/group-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/guidance-module-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/guidance-module-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/guidance-module-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/guidance-response-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/guidance-response-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/guidance-response-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/guide-page-generation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/guide-page-generation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/guide-page-generation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/guide-parameter-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/guide-parameter-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/guide-parameter-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/history-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/history-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/history-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/nhin-purposeofuse"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/nhin-purposeofuse>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/nhin-purposeofuse> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/knowledge-representation-level"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/knowledge-representation-level>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/knowledge-representation-level> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/summary"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/summary>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/summary> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/usage-context-agreement-scope"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/usage-context-agreement-scope>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/usage-context-agreement-scope> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/item-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/item-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/item-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/message-events"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/message-events>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/message-events> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/operation-parameter-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/operation-parameter-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/operation-parameter-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/price-component-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/price-component-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/price-component-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/relationship"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/relationship>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/relationship> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/resource-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/resource-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/resource-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/restful-interaction"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/restful-interaction>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/restful-interaction> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/safety-entries"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/safety-entries>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/safety-entries> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/security-structural-roles-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/security-structural-roles-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/security-structural-roles-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/simple-format-codes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/simple-format-codes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/simple-format-codes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/virtual-service-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/virtual-service-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/virtual-service-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/w3c-provenance-activity-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/w3c-provenance-activity-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/w3c-provenance-activity-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/tldc"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/tldc>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/tldc> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/http-verb"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/http-verb>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/http-verb> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/iana-link-relations"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/iana-link-relations>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/iana-link-relations> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-admin-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-admin-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-admin-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-admin-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-admin-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-admin-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-dose-aid"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-dose-aid>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-dose-aid> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-ingredientstrength"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-ingredientstrength>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-ingredientstrength> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-intended-performer-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-intended-performer-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-intended-performer-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-statement-adherence"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-statement-adherence>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-statement-adherence> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-statement-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-statement-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-statement-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medication-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medication-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medication-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationdispense-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationdispense-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationdispense-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationdispense-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationdispense-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationdispense-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationdispense-status-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationdispense-status-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationdispense-status-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationrequest-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationrequest-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationrequest-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationrequest-dispenser-instructions"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationrequest-dispenser-instructions>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationrequest-dispenser-instructions> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationrequest-intent"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationrequest-intent>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationrequest-intent> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicationrequest-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicationrequest-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicationrequest-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/nutritionintake-status-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/nutritionintake-status-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/nutritionintake-status-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/observation-interpretation-context"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/observation-interpretation-context>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/observation-interpretation-context> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/servicerequest-status-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/servicerequest-status-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/servicerequest-status-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/submit-data-update-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/submit-data-update-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/submit-data-update-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/identity-assuranceLevel"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/identity-assuranceLevel>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/identity-assuranceLevel> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/imagingselection-2dgraphictype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/imagingselection-2dgraphictype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/imagingselection-2dgraphictype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/imagingselection-3dgraphictype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/imagingselection-3dgraphictype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/imagingselection-3dgraphictype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/imagingselection-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/imagingselection-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/imagingselection-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/imagingstudy-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/imagingstudy-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/imagingstudy-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/ingredient-function"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/ingredient-function>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/ingredient-function> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/ingredient-manufacturer-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/ingredient-manufacturer-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/ingredient-manufacturer-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/ingredient-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/ingredient-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/ingredient-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/interaction-incidence"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/interaction-incidence>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/interaction-incidence> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/interaction-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/interaction-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/interaction-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/invoice-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/invoice-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/invoice-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/issue-severity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/issue-severity>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/issue-severity> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/issue-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/issue-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/issue-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/legal-status-of-supply"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/legal-status-of-supply>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/legal-status-of-supply> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/link-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/link-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/link-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/list-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/list-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/list-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/list-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/list-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/list-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/location-characteristic"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/location-characteristic>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/location-characteristic> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/location-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/location-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/location-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/location-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/location-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/location-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/manufactured-dose-form"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/manufactured-dose-form>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/manufactured-dose-form> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/map-group-type-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/map-group-type-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/map-group-type-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/map-input-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/map-input-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/map-input-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/map-model-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/map-model-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/map-model-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/map-source-list-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/map-source-list-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/map-source-list-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/map-target-list-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/map-target-list-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/map-target-list-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/map-transform"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/map-transform>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/map-transform> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measure-definition-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measure-definition-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measure-definition-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measure-group-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measure-group-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measure-group-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measure-report-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measure-report-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measure-report-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measure-report-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measure-report-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measure-report-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measure-stratifier-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measure-stratifier-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measure-stratifier-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measure-supplemental-data-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measure-supplemental-data-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measure-supplemental-data-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/measurereport-stratifier-value-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/measurereport-stratifier-value-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/measurereport-stratifier-value-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-additional-monitoring"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-additional-monitoring>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-additional-monitoring> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-confidentiality"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-confidentiality>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-confidentiality> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-contact-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-contact-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-contact-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-cross-reference-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-cross-reference-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-cross-reference-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-domain"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-domain>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-domain> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-name-part-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-name-part-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-name-part-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-name-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-name-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-name-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-package-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-package-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-package-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-pediatric-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-pediatric-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-pediatric-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-special-measures"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-special-measures>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-special-measures> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/medicinal-product-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/medicinal-product-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/medicinal-product-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/message-significance-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/message-significance-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/message-significance-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/message-transport"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/message-transport>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/message-transport> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/messageheader-response-request"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/messageheader-response-request>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/messageheader-response-request> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/metric-availability"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/metric-availability>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/metric-availability> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/metric-calibration-state"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/metric-calibration-state>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/metric-calibration-state> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/metric-calibration-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/metric-calibration-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/metric-calibration-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/metric-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/metric-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/metric-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/metric-operational-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/metric-operational-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/metric-operational-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/metric-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/metric-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/metric-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/namingsystem-identifier-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/namingsystem-identifier-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/namingsystem-identifier-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/namingsystem-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/namingsystem-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/namingsystem-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/nutritionproduct-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/nutritionproduct-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/nutritionproduct-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/observation-range-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/observation-range-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/observation-range-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/observation-referencerange-normalvalue"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/observation-referencerange-normalvalue>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/observation-referencerange-normalvalue> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/observation-statistics"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/observation-statistics>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/observation-statistics> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/observation-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/observation-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/observation-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/observation-triggeredbytype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/observation-triggeredbytype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/observation-triggeredbytype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/operation-kind"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/operation-kind>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/operation-kind> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/operation-parameter-scope"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/operation-parameter-scope>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/operation-parameter-scope> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/organization-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/organization-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/organization-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/package-material"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/package-material>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/package-material> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/package-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/package-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/package-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/packaging-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/packaging-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/packaging-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/participationstatus"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/participationstatus>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/participationstatus> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/patch-operation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/patch-operation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/patch-operation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/payment-issuertype"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/payment-issuertype>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/payment-issuertype> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/payment-kind"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/payment-kind>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/payment-kind> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/payment-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/payment-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/payment-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/permitted-data-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/permitted-data-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/permitted-data-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/product-category"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/product-category>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/product-category> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/product-intended-use"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/product-intended-use>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/product-intended-use> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/provenance-entity-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/provenance-entity-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/provenance-entity-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/qualification-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/qualification-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/qualification-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/questionnaire-answer-constraint"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/questionnaire-answer-constraint>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/questionnaire-answer-constraint> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/questionnaire-answers-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/questionnaire-answers-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/questionnaire-answers-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/questionnaire-disabled-display"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/questionnaire-disabled-display>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/questionnaire-disabled-display> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/questionnaire-enable-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/questionnaire-enable-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/questionnaire-enable-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/questionnaire-enable-operator"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/questionnaire-enable-operator>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/questionnaire-enable-operator> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/reaction-event-severity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/reaction-event-severity>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/reaction-event-severity> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/reason-medication-not-given-codes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/reason-medication-not-given-codes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/reason-medication-not-given-codes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/reference-handling-policy"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/reference-handling-policy>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/reference-handling-policy> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/regulated-authorization-basis"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/regulated-authorization-basis>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/regulated-authorization-basis> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/regulated-authorization-case-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/regulated-authorization-case-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/regulated-authorization-case-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/regulated-authorization-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/regulated-authorization-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/regulated-authorization-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/request-orderdetail-parameter-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/request-orderdetail-parameter-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/request-orderdetail-parameter-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/research-study-classifiers"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/research-study-classifiers>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/research-study-classifiers> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/research-study-party-organization-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/research-study-party-organization-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/research-study-party-organization-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/research-study-party-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/research-study-party-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/research-study-party-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/research-study-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/research-study-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/research-study-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/resource-validation-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/resource-validation-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/resource-validation-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/response-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/response-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/response-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/restful-capability-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/restful-capability-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/restful-capability-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/restful-security-service"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/restful-security-service>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/restful-security-service> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/risk-assessment-method"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/risk-assessment-method>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/risk-assessment-method> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/risk-assessment-outcome"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/risk-assessment-outcome>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/risk-assessment-outcome> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/search-comparator"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/search-comparator>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/search-comparator> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/search-entry-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/search-entry-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/search-entry-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/search-modifier-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/search-modifier-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/search-modifier-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/search-processingmode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/search-processingmode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/search-processingmode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/service-mode"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/service-mode>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/service-mode> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/icd-10-procedures"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/icd-10-procedures>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/icd-10-procedures> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/slotstatus"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/slotstatus>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/slotstatus> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/spdx-license"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/spdx-license>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/spdx-license> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/specimen-combined"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/specimen-combined>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/specimen-combined> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/specimen-contained-preference"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/specimen-contained-preference>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/specimen-contained-preference> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/specimen-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/specimen-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/specimen-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/specimen-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/specimen-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/specimen-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/structure-definition-kind"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/structure-definition-kind>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/structure-definition-kind> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/subscription-notification-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/subscription-notification-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/subscription-notification-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/subscription-payload-content"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/subscription-payload-content>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/subscription-payload-content> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/subscription-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/subscription-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/subscription-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/subscriptiontopic-cr-behavior"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/subscriptiontopic-cr-behavior>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/subscriptiontopic-cr-behavior> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-amount-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-amount-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-amount-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-form"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-form>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-form> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-grade"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-grade>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-grade> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-name-authority"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-name-authority>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-name-authority> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-name-domain"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-name-domain>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-name-domain> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-name-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-name-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-name-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-optical-activity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-optical-activity>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-optical-activity> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-relationship-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-relationship-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-relationship-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-representation-format"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-representation-format>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-representation-format> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-representation-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-representation-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-representation-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-source-material-genus"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-source-material-genus>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-source-material-genus> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-source-material-part"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-source-material-part>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-source-material-part> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-source-material-species"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-source-material-species>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-source-material-species> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-source-material-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-source-material-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-source-material-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-stereochemistry"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-stereochemistry>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-stereochemistry> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-structure-technique"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-structure-technique>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-structure-technique> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-weight-method"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-weight-method>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-weight-method> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/substance-weight-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/substance-weight-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/substance-weight-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/synchronicity-control"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/synchronicity-control>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/synchronicity-control> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/target-species"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/target-species>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/target-species> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-business-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-business-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-business-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-inputoutput-parameter-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-inputoutput-parameter-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-inputoutput-parameter-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-intent"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-intent>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-intent> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-performer-function-code"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-performer-function-code>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-performer-function-code> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-status>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-status> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/task-status-reason"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/task-status-reason>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/task-status-reason> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/therapy-relationship-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/therapy-relationship-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/therapy-relationship-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/type-derivation-rule"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/type-derivation-rule>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/type-derivation-rule> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/udi-entry-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/udi-entry-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/udi-entry-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/undesirable-effect-frequency"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/undesirable-effect-frequency>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/undesirable-effect-frequency> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/unit-of-presentation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/unit-of-presentation>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/unit-of-presentation> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/variable-handling-example"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/variable-handling-example>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/variable-handling-example> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/variable-role"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/variable-role>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/variable-role> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/version-algorithm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/version-algorithm>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/version-algorithm> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/versioning-policy"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/versioning-policy>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/versioning-policy> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/vision-base-codes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/vision-base-codes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/vision-base-codes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/vision-eye-codes"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/vision-eye-codes>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/vision-eye-codes> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/warning-type"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/warning-type>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/warning-type> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/week-of-month"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/week-of-month>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/week-of-month> )
  ] [
     fhir:fullUrl [
       fhir:v "http://hl7.org/fhir/NamingSystem/list-item-flag"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/list-item-flag>
     ] ;
     fhir:resource ( <http://hl7.org/fhir/NamingSystem/list-item-flag> )
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/document-reference-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "document-reference-status"] ; # 
  fhir:name [ fhir:v "DocumentReferenceStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the document reference."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/document-reference-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.8" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/sort-direction> a fhir:NamingSystem ;
  fhir:id [ fhir:v "sort-direction"] ; # 
  fhir:name [ fhir:v "SortDirection"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The possible sort directions, ascending or descending."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/sort-direction" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.980" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/event-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "event-status"] ; # 
  fhir:name [ fhir:v "EventStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the lifecycle stage of an event."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/event-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.110" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/address-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "address-type"] ; # 
  fhir:name [ fhir:v "AddressType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of an address (physical / postal)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/address-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.70" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/reference-version-rules> a fhir:NamingSystem ;
  fhir:id [ fhir:v "reference-version-rules"] ; # 
  fhir:name [ fhir:v "ReferenceVersionRules"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Whether a reference needs to be version specific or version independent, or whether either can be used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/reference-version-rules" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.90" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/search-param-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "search-param-type"] ; # 
  fhir:name [ fhir:v "SearchParamType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Data types allowed to be used for search parameters."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/search-param-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.12" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/binding-strength> a fhir:NamingSystem ;
  fhir:id [ fhir:v "binding-strength"] ; # 
  fhir:name [ fhir:v "BindingStrength"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indication of the degree of conformance expectations associated with a binding."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/binding-strength" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.44" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/request-priority> a fhir:NamingSystem ;
  fhir:id [ fhir:v "request-priority"] ; # 
  fhir:name [ fhir:v "RequestPriority"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifies the level of importance to be assigned to actioning the request."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/request-priority" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.116" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/FHIR-version> a fhir:NamingSystem ;
  fhir:id [ fhir:v "FHIR-version"] ; # 
  fhir:name [ fhir:v "FHIRVersion"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "All published FHIR Versions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/FHIR-version" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1310" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/resource-aggregation-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "resource-aggregation-mode"] ; # 
  fhir:name [ fhir:v "AggregationMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How resource references can be aggregated."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/resource-aggregation-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.86" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/remittance-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "remittance-outcome"] ; # 
  fhir:name [ fhir:v "RemittanceOutcome"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The outcome of the processing."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/remittance-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.14" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/discriminator-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "discriminator-type"] ; # 
  fhir:name [ fhir:v "DiscriminatorType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How an element value is interpreted when discrimination is evaluated."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/discriminator-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.92" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/note-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "note-type"] ; # 
  fhir:name [ fhir:v "NoteType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The presentation types of notes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/note-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.16" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/name-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "name-use"] ; # 
  fhir:name [ fhir:v "NameUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The use of a human name."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/name-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.66" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/request-intent> a fhir:NamingSystem ;
  fhir:id [ fhir:v "request-intent"] ; # 
  fhir:name [ fhir:v "RequestIntent"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes indicating the degree of authority/intentionality associated with a request."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/request-intent" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.114" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contact-point-system> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contact-point-system"] ; # 
  fhir:name [ fhir:v "ContactPointSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Telecommunications form for contact point."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contact-point-system" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.72" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/concept-map-relationship> a fhir:NamingSystem ;
  fhir:id [ fhir:v "concept-map-relationship"] ; # 
  fhir:name [ fhir:v "ConceptMapRelationship"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The relationship between concepts."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/concept-map-relationship" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1986" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/narrative-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "narrative-status"] ; # 
  fhir:name [ fhir:v "NarrativeStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of a resource narrative."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/narrative-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.56" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/product-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "product-status"] ; # 
  fhir:name [ fhir:v "ProductStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the lifecycle stage of a product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/product-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.903" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/trigger-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "trigger-type"] ; # 
  fhir:name [ fhir:v "TriggerType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of trigger."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/trigger-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.104" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/timing-abbreviation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "timing-abbreviation"] ; # 
  fhir:name [ fhir:v "TimingAbbreviation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code for a known / defined timing pattern."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/timing-abbreviation" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/related-artifact-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "related-artifact-type"] ; # 
  fhir:name [ fhir:v "RelatedArtifactType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of relationship to the related artifact."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/related-artifact-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.100" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/property-representation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "property-representation"] ; # 
  fhir:name [ fhir:v "PropertyRepresentation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a property is represented when serialized."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/property-representation" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.88" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/account-aggregate> a fhir:NamingSystem ;
  fhir:id [ fhir:v "account-aggregate"] ; # 
  fhir:name [ fhir:v "AccountAggregate"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:description [ fhir:v "Indicates who is expected to pay a part of the account balance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/account-aggregate" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2065" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/account-balance-term> a fhir:NamingSystem ;
  fhir:id [ fhir:v "account-balance-term"] ; # 
  fhir:name [ fhir:v "AccountBalanceTerm"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:description [ fhir:v "Indicates the account balance's age"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/account-balance-term" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2064" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/account-billing-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "account-billing-status"] ; # 
  fhir:name [ fhir:v "AccountBillingStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-05-26T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates whether the account is available to be used for billing purposes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/account-billing-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2063" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/account-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "account-status"] ; # 
  fhir:name [ fhir:v "AccountStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates whether the account is available to be used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/account-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.727" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-applicability-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-applicability-behavior"] ; # 
  fhir:name [ fhir:v "ActionApplicabilityBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines applicability behavior of a group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-applicability-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-cardinality-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-cardinality-behavior"] ; # 
  fhir:name [ fhir:v "ActionCardinalityBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines behavior for an action or a group for how many times that item may be repeated."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-cardinality-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.808" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-code"] ; # 
  fhir:name [ fhir:v "ActionCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2020-12-28T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Provides examples of actions to be performed."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1944" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-condition-kind> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-condition-kind"] ; # 
  fhir:name [ fhir:v "ActionConditionKind"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines the kinds of conditions that can appear on actions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-condition-kind" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.816" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-grouping-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-grouping-behavior"] ; # 
  fhir:name [ fhir:v "ActionGroupingBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines organization behavior of a group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-grouping-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.800" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-participant-function> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-participant-function"] ; # 
  fhir:name [ fhir:v "ActionParticipantFunction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The function performed by the participant for the action."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-participant-function" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1946" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-participant-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-participant-type"] ; # 
  fhir:name [ fhir:v "ActionParticipantType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of participant for the action."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-participant-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.812" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-precheck-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-precheck-behavior"] ; # 
  fhir:name [ fhir:v "ActionPrecheckBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines selection frequency behavior for an action or group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-precheck-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.806" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-reason-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-reason-code"] ; # 
  fhir:name [ fhir:v "ActionReasonCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2020-12-28T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Provides examples of reasons for actions to be performed."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-reason-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1945" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-relationship-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-relationship-type"] ; # 
  fhir:name [ fhir:v "ActionRelationshipType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines the types of relationships between actions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-relationship-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.814" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-required-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-required-behavior"] ; # 
  fhir:name [ fhir:v "ActionRequiredBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines expectations around whether an action or action group is required."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-required-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.804" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/action-selection-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "action-selection-behavior"] ; # 
  fhir:name [ fhir:v "ActionSelectionBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines selection behavior of a group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/action-selection-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.802" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/actordefinition-actor-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "actordefinition-actor-code"] ; # 
  fhir:name [ fhir:v "ActorDefinitionActorCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code for the type of actor - system or human."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/actordefinition-actor-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/actordefinition-actor-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "actordefinition-actor-type"] ; # 
  fhir:name [ fhir:v "ActorDefinitionActorType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of actor - system or human or other."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/actordefinition-actor-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/additional-binding-purpose> a fhir:NamingSystem ;
  fhir:id [ fhir:v "additional-binding-purpose"] ; # 
  fhir:name [ fhir:v "AdditionalBindingPurposeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional Binding Purpose"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/additional-binding-purpose" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/administrable-dose-form> a fhir:NamingSystem ;
  fhir:id [ fhir:v "administrable-dose-form"] ; # 
  fhir:name [ fhir:v "AdministrableDoseForm"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dose form for a medication, in the form suitable for administering to the patient, after mixing, where necessary."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/administrable-dose-form" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2032" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/administration-subpotent-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "administration-subpotent-reason"] ; # 
  fhir:name [ fhir:v "AdministrationSubPotentReason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication administration process."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/administration-subpotent-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2001" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/adverse-event-actuality> a fhir:NamingSystem ;
  fhir:id [ fhir:v "adverse-event-actuality"] ; # 
  fhir:name [ fhir:v "AdverseEventActuality"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Overall nature of the adverse event, e.g. real or potential."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/adverse-event-actuality" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.832" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/event-timing> a fhir:NamingSystem ;
  fhir:id [ fhir:v "event-timing"] ; # 
  fhir:name [ fhir:v "EventTiming"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Real-world event relating to the schedule."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/event-timing" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.76" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/allergy-intolerance-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "allergy-intolerance-category"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Category of an identified substance associated with allergies or intolerances."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/allergy-intolerance-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.134" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/allergy-intolerance-criticality> a fhir:NamingSystem ;
  fhir:id [ fhir:v "allergy-intolerance-criticality"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceCriticality"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/allergy-intolerance-criticality" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.130" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/allergy-intolerance-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "allergy-intolerance-type"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identification of the underlying physiological mechanism for a Reaction Risk."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/allergy-intolerance-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.132" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/animal-tissue-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "animal-tissue-type"] ; # 
  fhir:name [ fhir:v "AnimalTissueType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A tissue type of an animal."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/animal-tissue-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2033" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/appointmentstatus> a fhir:NamingSystem ;
  fhir:id [ fhir:v "appointmentstatus"] ; # 
  fhir:name [ fhir:v "AppointmentStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The free/busy status of an appointment."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/appointmentstatus" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.485" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/artifactassessment-disposition> a fhir:NamingSystem ;
  fhir:id [ fhir:v "artifactassessment-disposition"] ; # 
  fhir:name [ fhir:v "ArtifactAssessmentDisposition"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Possible values for the disposition of a comment or change request, typically used for comments and change requests, to indicate the disposition of the responsible party towards the changes suggested by the comment or change request."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/artifactassessment-disposition" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2024" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/artifactassessment-workflow-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "artifactassessment-workflow-status"] ; # 
  fhir:name [ fhir:v "ArtifactAssessmentWorkflowStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Possible values for the workflow status of the comment or assessment, typically used to coordinate workflow around the process of accepting and rejecting changes and comments on the artifact."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/artifactassessment-workflow-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2023" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/asset-availability> a fhir:NamingSystem ;
  fhir:id [ fhir:v "asset-availability"] ; # 
  fhir:name [ fhir:v "ContractAssetAvailability"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract asset availability types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/asset-availability" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1296" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/astm-signature-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "astm-signature-type"] ; # 
  fhir:name [ fhir:v "ASTMSignatureTypeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ASTM"] ; # 
  fhir:description [ fhir:v "The Digital Signature Purposes, an indication of the reason an entity signs a document. This is included in the signed information and can be used when determining accountability for various actions concerning the document. Examples include: author, transcriptionist/recorder, and witness."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "urn:iso-astm:E1762-95:2013" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.64" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/audit-entity-detail-type-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "audit-entity-detail-type-example"] ; # 
  fhir:name [ fhir:v "AuditEntityDetailTypeExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-01T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This codeSystem contains examples of codes. These are not known to be used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/audit-entity-detail-type-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1795" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/audit-event-action> a fhir:NamingSystem ;
  fhir:id [ fhir:v "audit-event-action"] ; # 
  fhir:name [ fhir:v "AuditEventAction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-01T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicator codes for type of action performed during the event that generated the event."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/audit-event-action" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.453" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/audit-event-severity> a fhir:NamingSystem ;
  fhir:id [ fhir:v "audit-event-severity"] ; # 
  fhir:name [ fhir:v "AuditEventSeverity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-01T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The severity of the audit entry. These codes are derived from the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/audit-event-severity" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1894" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/biologicallyderived-product-property-type-codes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "biologicallyderived-product-property-type-codes"] ; # 
  fhir:name [ fhir:v "BiologicallyDerivedProductPropertyTypeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Biologically Derived Product Property Type Code.  This code system http://hl7.org/fhir/biologicallyderived-product-property-type-codes is a subset of the codes defined in http://terminology.hl7.org/CodeSystem/ib"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/biologicallyderived-product-property-type-codes" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1818" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/biologicallyderived-product-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "biologicallyderived-product-status"] ; # 
  fhir:name [ fhir:v "BiologicallyDerivedProductStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Biologically Derived Product Status."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/biologicallyderived-product-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1997" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/biologicallyderived-productcodes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "biologicallyderived-productcodes"] ; # 
  fhir:name [ fhir:v "BiologicallyDerivedProductCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system is a subset of ISBT 128 Product Description Codes© published by ICCBBA as a part of the ISBT 128 standard. These codes support characterization and classification of medical products of human origin inclusive of processing conditions such as additives, volumes and handling conditions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/biologicallyderived-productcodes" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1998" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/bundle-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "bundle-type"] ; # 
  fhir:name [ fhir:v "BundleType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the purpose of a bundle - how it is intended to be used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/bundle-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.621" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/constraint-severity> a fhir:NamingSystem ;
  fhir:id [ fhir:v "constraint-severity"] ; # 
  fhir:name [ fhir:v "ConstraintSeverity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SHALL applications comply with this constraint?"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/constraint-severity" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.82" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/publication-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "publication-status"] ; # 
  fhir:name [ fhir:v "PublicationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The lifecycle status of an artifact."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/publication-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.4" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/capability-statement-kind> a fhir:NamingSystem ;
  fhir:id [ fhir:v "capability-statement-kind"] ; # 
  fhir:name [ fhir:v "CapabilityStatementKind"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a capability statement is intended to be used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/capability-statement-kind" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.199" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/care-team-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "care-team-status"] ; # 
  fhir:name [ fhir:v "CareTeamStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the status of the care team."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/care-team-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.154" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/catalog-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "catalog-type"] ; # 
  fhir:name [ fhir:v "CatalogType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "CatalogType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/catalog-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/cdshooks-indicator> a fhir:NamingSystem ;
  fhir:id [ fhir:v "cdshooks-indicator"] ; # 
  fhir:name [ fhir:v "Indicator"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This codesystem captures the indicator codes defined by the CDS Hooks specification. The indicator is included as an element of the cards in a CDS Hooks response and conveys the urgency and/or importance of the information in each card. See [Card Attributes](https://cds-hooks.hl7.org/1.0/#card-attributes) in the CDS Hooks specification for more information."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://cds-hooks.hl7.org/CodeSystem/indicator" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1066" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/characteristic-offset> a fhir:NamingSystem ;
  fhir:id [ fhir:v "characteristic-offset"] ; # 
  fhir:name [ fhir:v "CharacteristicOffset"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-03-04T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Reference point for characteristic.valueQuantity."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/characteristic-offset" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1954" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/claim-decision> a fhir:NamingSystem ;
  fhir:id [ fhir:v "claim-decision"] ; # 
  fhir:name [ fhir:v "ClaimAdjudicationDecisionCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set provides Claim Adjudication Decision codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/claim-decision" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1896" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/claim-decision-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "claim-decision-reason"] ; # 
  fhir:name [ fhir:v "ClaimAdjudicationDecisionReasonCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set provides example Claim Adjudication Decision Reason codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/claim-decision-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2130" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/claim-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "claim-outcome"] ; # 
  fhir:name [ fhir:v "ClaimProcessingOutcomeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set includes Claim Processing Outcome codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/claim-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1897" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/claim-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "claim-use"] ; # 
  fhir:name [ fhir:v "Use"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The purpose of the Claim: predetermination, preauthorization, claim."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/claim-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.545" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/clinical-use-definition-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "clinical-use-definition-category"] ; # 
  fhir:name [ fhir:v "ClinicalUseDefinitionCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ClinicalUseDefinitionCategory"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/clinical-use-definition-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1993" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/clinical-use-definition-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "clinical-use-definition-type"] ; # 
  fhir:name [ fhir:v "ClinicalUseDefinitionType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Overall defining type of this clinical use definition."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/clinical-use-definition-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1990" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/code-search-support> a fhir:NamingSystem ;
  fhir:id [ fhir:v "code-search-support"] ; # 
  fhir:name [ fhir:v "CodeSearchSupport"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-08-31T00:21:22+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The degree to which the server supports the code search parameter on ValueSet, if it is supported."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/code-search-support" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.861" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/codesystem-content-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "codesystem-content-mode"] ; # 
  fhir:name [ fhir:v "CodeSystemContentMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/codesystem-content-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.783" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/codesystem-hierarchy-meaning> a fhir:NamingSystem ;
  fhir:id [ fhir:v "codesystem-hierarchy-meaning"] ; # 
  fhir:name [ fhir:v "CodeSystemHierarchyMeaning"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The meaning of the hierarchy of concepts in a code system."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/codesystem-hierarchy-meaning" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.785" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/color-names> a fhir:NamingSystem ;
  fhir:id [ fhir:v "color-names"] ; # 
  fhir:name [ fhir:v "ColorCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system represents that named RGB colors found in the [CSS4 specification](https://www.w3.org/TR/css-color-4/). The names are not case sensitive and different cases are encountered in common use (e.g. AliceBlue vs aliceblue."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/color-names" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2120" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/color-rgb> a fhir:NamingSystem ;
  fhir:id [ fhir:v "color-rgb"] ; # 
  fhir:name [ fhir:v "ColorRGB"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RGB values for color. Valid codes are #RRGGBB where RR, GG, and BB are two letter hex codes, values 00..ff. codes are case insensitive. This code system does not define the 16million+ valid RGB codes (terminology servers will need code to support the RGB grammar)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/color-rgb" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2121" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/combined-dose-form> a fhir:NamingSystem ;
  fhir:id [ fhir:v "combined-dose-form"] ; # 
  fhir:name [ fhir:v "CombinedDoseForm"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dose forms for a product as a whole, considering all individual parts, but before any mixing"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/combined-dose-form" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1923" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/comparison-operation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "comparison-operation"] ; # 
  fhir:name [ fhir:v "ComparisonOperationCS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Pharmacy"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional Binding Purpose"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/comparison-operation" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/compartment-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "compartment-type"] ; # 
  fhir:name [ fhir:v "CompartmentType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Which type a compartment definition describes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/compartment-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.787" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/composition-attestation-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "composition-attestation-mode"] ; # 
  fhir:name [ fhir:v "CompositionAttestationMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The way in which a person authenticated a composition."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/composition-attestation-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.239" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/composition-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "composition-status"] ; # 
  fhir:name [ fhir:v "CompositionStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The workflow/clinical status of the composition."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/composition-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.242" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/concept-properties> a fhir:NamingSystem ;
  fhir:id [ fhir:v "concept-properties"] ; # 
  fhir:name [ fhir:v "ConceptProperties"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A set of common concept properties for use on coded systems throughout the FHIR eco-system."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/concept-properties" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1826" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/concept-property-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "concept-property-type"] ; # 
  fhir:name [ fhir:v "PropertyType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of a property value."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/concept-property-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.781" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/concept-subsumption-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "concept-subsumption-outcome"] ; # 
  fhir:name [ fhir:v "ConceptSubsumptionOutcome"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes indicating the results of a subsumption check between codes. In the context of this CodeSystem, subsumption is defined in the FHIR specification under Resource Types - CodeSystem."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/concept-subsumption-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1239" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conceptmap-attribute-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conceptmap-attribute-type"] ; # 
  fhir:name [ fhir:v "ConceptMapAttributeType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of a ConceptMap map attribute value."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conceptmap-attribute-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2119" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conceptmap-properties> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conceptmap-properties"] ; # 
  fhir:name [ fhir:v "ConceptMapProperties"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project"] ; # 
  fhir:description [ fhir:v "A set of common concept properties for use on ConceptMap"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conceptmap-properties" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conceptmap-property-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conceptmap-property-type"] ; # 
  fhir:name [ fhir:v "ConceptMapPropertyType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of a ConceptMap mapping property value."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conceptmap-property-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2118" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conceptmap-unmapped-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conceptmap-unmapped-mode"] ; # 
  fhir:name [ fhir:v "ConceptMapGroupUnmappedMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines which action to take if there is no match in the group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conceptmap-unmapped-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.481" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conditional-delete-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conditional-delete-status"] ; # 
  fhir:name [ fhir:v "ConditionalDeleteStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that indicates how the server supports conditional delete."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conditional-delete-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.195" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conditional-read-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conditional-read-status"] ; # 
  fhir:name [ fhir:v "ConditionalReadStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that indicates how the server supports conditional read."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conditional-read-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.201" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/conformance-expectation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "conformance-expectation"] ; # 
  fhir:name [ fhir:v "ConformanceExpectation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ConformanceExpectation"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/conformance-expectation" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.1271" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/consent-data-meaning> a fhir:NamingSystem ;
  fhir:id [ fhir:v "consent-data-meaning"] ; # 
  fhir:name [ fhir:v "ConsentDataMeaning"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a resource reference is interpreted when testing consent restrictions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/consent-data-meaning" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.760" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/consent-provision-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "consent-provision-type"] ; # 
  fhir:name [ fhir:v "ConsentProvisionType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a rule statement is applied, such as adding additional consent or removing consent."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/consent-provision-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.758" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/consent-state-codes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "consent-state-codes"] ; # 
  fhir:name [ fhir:v "ConsentState"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the state of the consent."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/consent-state-codes" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.756" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-actionstatus> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-actionstatus"] ; # 
  fhir:name [ fhir:v "ContractActionStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract action status types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-action-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1304" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-assetcontext> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-assetcontext"] ; # 
  fhir:name [ fhir:v "ContractAssetContext"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract asset context types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-asset-context" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1298" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-assetscope> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-assetscope"] ; # 
  fhir:name [ fhir:v "ContractAssetScope"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract asset scope types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-asset-scope" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1294" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-assetsubtype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-assetsubtype"] ; # 
  fhir:name [ fhir:v "ContractAssetSubtype"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract asset type sub-types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-asset-subtype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1302" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-assettype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-assettype"] ; # 
  fhir:name [ fhir:v "ContractAssetType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract asset type types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-asset-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1300" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-decision-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-decision-mode"] ; # 
  fhir:name [ fhir:v "ContractDecisionMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract decision mode types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-decision-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1292" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-definition-subtype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-definition-subtype"] ; # 
  fhir:name [ fhir:v "ContractDefinitionSubtype"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract definition subtypes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-definition-subtype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1213" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-definition-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-definition-type"] ; # 
  fhir:name [ fhir:v "ContractDefinitionType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract definition types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-definition-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1211" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-expiration-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-expiration-type"] ; # 
  fhir:name [ fhir:v "ContractExpirationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract Expiration types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-expiration-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1215" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-legalstate> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-legalstate"] ; # 
  fhir:name [ fhir:v "ContractLegalState"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract status types. Each definition includes usage notes explaining the precedence order in contract lifecycle - i.e., while only some stages are required, the order in which they may occur is deterministic; and a map to comparable FHIR and v.3 status codes. It follows guidance about use of status codes in FHIR in the [Status Codes Grid](sc.html)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-legalstate" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1207" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-party-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-party-role"] ; # 
  fhir:name [ fhir:v "ContractPartyRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract party role types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-party-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1225" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-publicationstatus> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-publicationstatus"] ; # 
  fhir:name [ fhir:v "ContractPublicationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract publication status types. Each definition includes usage notes explaining the precedence order in contract publication lifecycle - i.e., while only some stages are required, the order in which they may occur is deterministic."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-publicationstatus" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1209" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-scope> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-scope"] ; # 
  fhir:name [ fhir:v "ContractScope"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract Expiration types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-scope" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1217" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-security-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-security-category"] ; # 
  fhir:name [ fhir:v "ContractSecurityCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract security category types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-security-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1221" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-security-classification> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-security-classification"] ; # 
  fhir:name [ fhir:v "ContractSecurityClassification"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract security classification types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-security-classification" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1219" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-security-control> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-security-control"] ; # 
  fhir:name [ fhir:v "ContractSecurityControl"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract security control types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-security-control" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1223" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contract-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contract-status"] ; # 
  fhir:name [ fhir:v "ContractStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-02-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR project team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains FHIR-defined contract status types. Each definition includes usage notes explaining the precedence order in contract lifecycle - i.e., while only some stages are required, the order in which they may occur is deterministic; and a map to comparable FHIR and v.3 status codes. It follows guidance about use of status codes in FHIR in [the Status Codes Grid](sc.html)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contract-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.744" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/coverage-kind> a fhir:NamingSystem ;
  fhir:id [ fhir:v "coverage-kind"] ; # 
  fhir:name [ fhir:v "Kind"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The nature of the Coverage details which convey who is paying potentially for health services."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/coverage-kind" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2077" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/resource-slicing-rules> a fhir:NamingSystem ;
  fhir:id [ fhir:v "resource-slicing-rules"] ; # 
  fhir:name [ fhir:v "SlicingRules"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How slices are interpreted when evaluating an instance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/resource-slicing-rules" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.84" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/datestype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "datestype"] ; # 
  fhir:name [ fhir:v "DatesEventTypeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set includes sample Dates Event Type codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/datestype" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/days-of-week> a fhir:NamingSystem ;
  fhir:id [ fhir:v "days-of-week"] ; # 
  fhir:name [ fhir:v "DaysOfWeek"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The days of the week."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/days-of-week" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.513" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/address-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "address-use"] ; # 
  fhir:name [ fhir:v "AddressUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The use of an address."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/address-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.68" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/request-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "request-status"] ; # 
  fhir:name [ fhir:v "RequestStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the lifecycle stage of a request."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/request-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.112" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/definition-method> a fhir:NamingSystem ;
  fhir:id [ fhir:v "definition-method"] ; # 
  fhir:name [ fhir:v "DefinitionMethod"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2020-12-28T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The method used to define, describe, or determine a characteristic value."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/definition-method" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1953" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/detectedissue-example-medication-class> a fhir:NamingSystem ;
  fhir:id [ fhir:v "detectedissue-example-medication-class"] ; # 
  fhir:name [ fhir:v "DetectedIssueExampleMedicationClass"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example code system illustrating medication classes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/detectedissue-example-medication-class" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/detectedissue-management-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "detectedissue-management-code"] ; # 
  fhir:name [ fhir:v "DetectedIssueManagementCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example code system illustrating the type action (management) required."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/detectedissue-management-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/detectedissue-severity> a fhir:NamingSystem ;
  fhir:id [ fhir:v "detectedissue-severity"] ; # 
  fhir:name [ fhir:v "DetectedIssueSeverity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the potential degree of impact of the identified issue on the patient."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/detectedissue-severity" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.207" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/detectedissue-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "detectedissue-status"] ; # 
  fhir:name [ fhir:v "DetectedIssueStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the status of the detected issue. This code system contains only status codes that are not already defined and used from the ObservationStatus code system."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/detectedissue-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2026" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-action> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-action"] ; # 
  fhir:name [ fhir:v "ProcedureDeviceActionCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Example value set for Procedure Device Action code (what happened to a device during a procedure."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-action" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.426" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-availability-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-availability-status"] ; # 
  fhir:name [ fhir:v "FHIRDeviceAvailabilityStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The record status of the device."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-availability-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2048" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-category"] ; # 
  fhir:name [ fhir:v "FHIRDeviceCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-03-27T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The category of the device."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2105" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-correctiveactionscope> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-correctiveactionscope"] ; # 
  fhir:name [ fhir:v "DeviceCorrectiveActionScope"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of relation between devices."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-correctiveactionscope" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1932" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-nametype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-nametype"] ; # 
  fhir:name [ fhir:v "DeviceNameType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of name the device is referred by."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-nametype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1084" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-productidentifierinudi> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-productidentifierinudi"] ; # 
  fhir:name [ fhir:v "DeviceProductionIdentifierInUDI"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The production identifier(s) that are expected to appear in the UDI carrier."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-productidentifierinudi" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2134" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-property-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-property-type"] ; # 
  fhir:name [ fhir:v "DevicePropertyType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Orders and Observations Workgroup"] ; # 
  fhir:description [ fhir:v "The fixed characteristics or conditions of the device. These codes are for example purposes only."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-property-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-specification-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-specification-category"] ; # 
  fhir:name [ fhir:v "FHIRDeviceSpecializationCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-03-27T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The kind of standards used by the device."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-specification-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2054" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/device-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "device-status"] ; # 
  fhir:name [ fhir:v "FHIRDeviceStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the Device record."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/device-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.210" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-activationState> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-activationState"] ; # 
  fhir:name [ fhir:v "DeviceAlertActivationState"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the activation state of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-activationState" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-annunciation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-annunciation"] ; # 
  fhir:name [ fhir:v "DeviceAlertAnnunciation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the annunciation of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-annunciation" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-category"] ; # 
  fhir:name [ fhir:v "DeviceAlertCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the category of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-manifestation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-manifestation"] ; # 
  fhir:name [ fhir:v "DeviceAlertManifestation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the manifestation of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-manifestation" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-presence> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-presence"] ; # 
  fhir:name [ fhir:v "DeviceAlertPresence"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the Presence of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-presence" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-priority> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-priority"] ; # 
  fhir:name [ fhir:v "DeviceAlertPriority"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the priority of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-priority" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-signalType> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-signalType"] ; # 
  fhir:name [ fhir:v "DeviceAlertSignalType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the annunciator of a device alert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-signalType" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-status"] ; # 
  fhir:name [ fhir:v "DeviceAlertStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the status of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicealert-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicealert-type"] ; # 
  fhir:name [ fhir:v "DeviceAlertType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-12-09T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the type of a DeviceAlert."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicealert-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/deviceassociation-association-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "deviceassociation-association-status"] ; # 
  fhir:name [ fhir:v "DeviceAssociationAssociationStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Codes that describe the state of a device’s association (e.g., implanted, attached, on, off, standby, defective)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/deviceassociation-association-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/deviceassociation-relationship> a fhir:NamingSystem ;
  fhir:id [ fhir:v "deviceassociation-relationship"] ; # 
  fhir:name [ fhir:v "DeviceAssociation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "DeviceAssociation Relationship Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/deviceassociation-relationship" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/deviceassociation-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "deviceassociation-status"] ; # 
  fhir:name [ fhir:v "DeviceAssociation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "DeviceAssociation Status Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/deviceassociation-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/deviceassociation-status-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "deviceassociation-status-reason"] ; # 
  fhir:name [ fhir:v "DeviceAssociation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "DeviceAssociation Status Reason Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/deviceassociation-status-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicedefinition-regulatory-identifier-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicedefinition-regulatory-identifier-type"] ; # 
  fhir:name [ fhir:v "DeviceRegulatoryIdentifierType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of regulatory identifier."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicedefinition-regulatory-identifier-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2109" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/devicedefinition-relationtype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "devicedefinition-relationtype"] ; # 
  fhir:name [ fhir:v "DeviceDefinitionRelationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of relation between devices."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/devicedefinition-relationtype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1933" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/diagnostic-report-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "diagnostic-report-status"] ; # 
  fhir:name [ fhir:v "DiagnosticReportStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the diagnostic report."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/diagnostic-report-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.236" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/diagnosticreport-relevant-information-types> a fhir:NamingSystem ;
  fhir:id [ fhir:v "diagnosticreport-relevant-information-types"] ; # 
  fhir:name [ fhir:v "DiagnosticReportRelevantInformationTypes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-31T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Concepts specifying how referenced information is considered relevant in a DiagnosticReport. Level 1 derives from v2-0936; Level 2 derives from v2-0937; PHX (Patient History) is added under SCI."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/diagnosticreport-relevant-information-types" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/document-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "document-mode"] ; # 
  fhir:name [ fhir:v "DocumentMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Whether the application produces or consumes documents."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/document-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.187" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/document-relationship-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "document-relationship-type"] ; # 
  fhir:name [ fhir:v "DocumentRelationshipType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-12-29T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of relationship between documents."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/document-relationship-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.245" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/dosage-condition-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "dosage-condition-code"] ; # 
  fhir:name [ fhir:v "DosageConditionCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Pharmacy"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional Binding Purpose"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/dosage-condition-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/dose-limit-scope> a fhir:NamingSystem ;
  fhir:id [ fhir:v "dose-limit-scope"] ; # 
  fhir:name [ fhir:v "DoseLimitScopeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Pharmacy"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional Binding Purpose"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/dose-limit-scope" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/administrative-gender> a fhir:NamingSystem ;
  fhir:id [ fhir:v "administrative-gender"] ; # 
  fhir:name [ fhir:v "AdministrativeGender"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The gender of a person used for administrative purposes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/administrative-gender" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/identifier-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "identifier-use"] ; # 
  fhir:name [ fhir:v "IdentifierUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifies the purpose for this identifier, if known ."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/identifier-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.58" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/quantity-comparator> a fhir:NamingSystem ;
  fhir:id [ fhir:v "quantity-comparator"] ; # 
  fhir:name [ fhir:v "QuantityComparator"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How the Quantity should be understood and represented."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/quantity-comparator" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.60" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/eligibility> a fhir:NamingSystem ;
  fhir:id [ fhir:v "eligibility"] ; # 
  fhir:name [ fhir:v "Eligibility"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Example set of HealthcareService eligibility codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/eligibility" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/eligibility-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "eligibility-outcome"] ; # 
  fhir:name [ fhir:v "ClaimProcessingCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project team"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes Claim Processing Outcome codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/eligibility-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2072" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/eligibilityrequest-purpose> a fhir:NamingSystem ;
  fhir:id [ fhir:v "eligibilityrequest-purpose"] ; # 
  fhir:name [ fhir:v "EligibilityRequestPurpose"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code specifying the types of information being requested."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/eligibilityrequest-purpose" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1183" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/eligibilityresponse-purpose> a fhir:NamingSystem ;
  fhir:id [ fhir:v "eligibilityresponse-purpose"] ; # 
  fhir:name [ fhir:v "EligibilityResponsePurpose"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code specifying the types of information being requested."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/eligibilityresponse-purpose" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1185" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-businessstatus-emergency> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-businessstatus-emergency"] ; # 
  fhir:name [ fhir:v "EncounterBusinessStatusEmergency"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-29T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Business statuses for emergency encounters."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-businessstatus-emergency" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-businessstatus-inpatient> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-businessstatus-inpatient"] ; # 
  fhir:name [ fhir:v "EncounterBusinessStatusInpatient"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-29T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Business statuses for inpatient encounters."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-businessstatus-inpatient" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-businessstatus-outpatient> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-businessstatus-outpatient"] ; # 
  fhir:name [ fhir:v "EncounterBusinessStatusOutpatient"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-29T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Business statuses for outpatient encounters."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-businessstatus-outpatient" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-businessstatus-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-businessstatus-type"] ; # 
  fhir:name [ fhir:v "EncounterBusinessStatusType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-29T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The kind of workflow the business status is tracking."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-businessstatus-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-diagnosis-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-diagnosis-use"] ; # 
  fhir:name [ fhir:v "EncounterDiagnosisUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Encounter Condition Use"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-diagnosis-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2115" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-location-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-location-status"] ; # 
  fhir:name [ fhir:v "EncounterLocationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the location."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-location-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.263" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-reason-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-reason-use"] ; # 
  fhir:name [ fhir:v "EncounterReasonUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Encounter Reason Use"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-reason-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2114" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/encounter-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "encounter-status"] ; # 
  fhir:name [ fhir:v "EncounterStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Current state of the encounter."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/encounter-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.247" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/endpoint-environment> a fhir:NamingSystem ;
  fhir:id [ fhir:v "endpoint-environment"] ; # 
  fhir:name [ fhir:v "EndpointEnvironment"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:description [ fhir:v "The environment type of the endpoint."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/endpoint-environment" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2041" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/endpoint-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "endpoint-status"] ; # 
  fhir:name [ fhir:v "EndpointStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the endpoint."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/endpoint-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.495" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/enrollment-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "enrollment-outcome"] ; # 
  fhir:name [ fhir:v "ClaimProcessingCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project team"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes Claim Processing Outcome codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/enrollment-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1974" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/episode-of-care-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "episode-of-care-status"] ; # 
  fhir:name [ fhir:v "EpisodeOfCareStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the episode of care."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/episode-of-care-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.665" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/etsi-signature-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "etsi-signature-type"] ; # 
  fhir:name [ fhir:v "ETSISignatureTypeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ETSI"] ; # 
  fhir:description [ fhir:v "The ETSI TS 101 733 V2.2.1 (2013-04) - Electronic Signatures and Infrastructures (ESI) - defines a set of Commitment Types (Purpose of Signature). ETSI TS 101 903 V1.2.2 defines vocabulary identifiers for these Commitment Types. Digital Signature Purposes, an indication of the reason an entity signs a document. This is included in the signed information and can be used when determining accountability for various actions concerning the document. "] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://uri.etsi.org/01903/v1.2.2" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1808" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/event-capability-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "event-capability-mode"] ; # 
  fhir:name [ fhir:v "EventCapabilityMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The mode of a message capability statement."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/event-capability-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.183" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/evidence-variable-classifier> a fhir:NamingSystem ;
  fhir:id [ fhir:v "evidence-variable-classifier"] ; # 
  fhir:name [ fhir:v "EvidenceVariableClassifier"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-11-13T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Classification of the variable."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/evidence-variable-classifier" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/evidence-variable-constraint> a fhir:NamingSystem ;
  fhir:id [ fhir:v "evidence-variable-constraint"] ; # 
  fhir:name [ fhir:v "EvidenceVariableConstraint"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-11-13T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A rule, such as a format or other expectation, for the data values."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/evidence-variable-constraint" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/evidence-variable-event> a fhir:NamingSystem ;
  fhir:id [ fhir:v "evidence-variable-event"] ; # 
  fhir:name [ fhir:v "EvidenceVariableEvent"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The event used as a base point (reference point) in time."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/evidence-variable-event" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1955" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/evidence-variable-unacceptable-data-handling> a fhir:NamingSystem ;
  fhir:id [ fhir:v "evidence-variable-unacceptable-data-handling"] ; # 
  fhir:name [ fhir:v "EvidenceVariableUnacceptableDataHandling"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-11-13T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A method or transformation applied for data that does not match required patterns."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/evidence-variable-unacceptable-data-handling" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:name [ fhir:v "ACMECholCodesBlood"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2016-01-28T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1827" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/example-comparison-group> a fhir:NamingSystem ;
  fhir:id [ fhir:v "example-comparison-group"] ; # 
  fhir:name [ fhir:v "ExampleComparisonGroup"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-23T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the progression of a study subject through a study."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/example-comparison-group" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/example-metadata> a fhir:NamingSystem ;
  fhir:id [ fhir:v "example-metadata"] ; # 
  fhir:name [ fhir:v "ExampleMetadata"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-07-21T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is an example code system that illustrates usage of the metadata resource elements introduced in R5"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/example-metadata" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1824" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/example-metadata-2> a fhir:NamingSystem ;
  fhir:id [ fhir:v "example-metadata-2"] ; # 
  fhir:name [ fhir:v "ExampleMetadata"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-07-21T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is an example code system that illustrates usage of the metadata resource elements introduced in R5"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/example-metadata-2" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1829" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/example-supplement> a fhir:NamingSystem ;
  fhir:id [ fhir:v "example-supplement"] ; # 
  fhir:name [ fhir:v "CholCodeLegacyStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2016-01-28T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CholCodeLegacyStatus"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/example-supplement" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1820" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/example-supplement-2> a fhir:NamingSystem ;
  fhir:id [ fhir:v "example-supplement-2"] ; # 
  fhir:name [ fhir:v "BundleTypeGerman"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2017-12-21T05:40:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "German Translations for Bundle Type"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/bundle-type-de" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1822" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/explanationofbenefit-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "explanationofbenefit-status"] ; # 
  fhir:name [ fhir:v "ExplanationOfBenefitStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code specifying the state of the resource instance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/explanationofbenefit-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.619" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/extension-context-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "extension-context-type"] ; # 
  fhir:name [ fhir:v "ExtensionContextType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How an extension context is interpreted."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/extension-context-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1013" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/contact-point-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "contact-point-use"] ; # 
  fhir:name [ fhir:v "ContactPointUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Use of contact point."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/contact-point-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.74" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/fhir-format-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "fhir-format-type"] ; # 
  fhir:name [ fhir:v "FHIRFormatType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-08-17T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7"] ; # 
  fhir:description [ fhir:v "FHIR Format types"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/fhir-format-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1911" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/fhir-old-types> a fhir:NamingSystem ;
  fhir:id [ fhir:v "fhir-old-types"] ; # 
  fhir:name [ fhir:v "FHIROldTypes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "An old resource name no longer used in this version of FHIR (deleted or renamed)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/fhir-old-types" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2113" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/fhir-types> a fhir:NamingSystem ;
  fhir:id [ fhir:v "fhir-types"] ; # 
  fhir:name [ fhir:v "FHIRTypes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-08-26T03:43:27+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "One of the types defined as part of this version of FHIR."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/fhir-types" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1802" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/fhirpath-types> a fhir:NamingSystem ;
  fhir:id [ fhir:v "fhirpath-types"] ; # 
  fhir:name [ fhir:v "FHIRPathTypesCodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Data types defined by FHIRPath and used within the FHIR specification"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/fhirpath-types" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1803" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/filter-operator> a fhir:NamingSystem ;
  fhir:id [ fhir:v "filter-operator"] ; # 
  fhir:name [ fhir:v "FilterOperator"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The kind of operation to perform as a part of a property based filter."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/filter-operator" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.479" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/flag-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "flag-status"] ; # 
  fhir:name [ fhir:v "FlagStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/flag-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.121" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/fm-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "fm-status"] ; # 
  fhir:name [ fhir:v "FinancialResourceStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set includes Status codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/fm-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.593" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/global-langpack-support> a fhir:NamingSystem ;
  fhir:id [ fhir:v "global-langpack-support"] ; # 
  fhir:name [ fhir:v "GlobalLangPackSupportVS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-08-31T00:21:22+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a server supports global language packs"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/global-langpack-support" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2128" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/goal-accept-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "goal-accept-status"] ; # 
  fhir:name [ fhir:v "GoalAcceptStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "GoalAcceptanceStatus"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/goal-accept-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/goal-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "goal-status"] ; # 
  fhir:name [ fhir:v "GoalLifecycleStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that reflect the current state of a goal and whether the goal is still being targeted."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/goal-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.272" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/group-characteristic-combination> a fhir:NamingSystem ;
  fhir:id [ fhir:v "group-characteristic-combination"] ; # 
  fhir:name [ fhir:v "GroupCharacteristicCombination"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Logical grouping of characteristics."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/group-characteristic-combination" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1952" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/group-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "group-code"] ; # 
  fhir:name [ fhir:v "GroupType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that describes the use of the group. The use of the group usually dictates what kind of entities can be members of the group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/group-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/group-involvement> a fhir:NamingSystem ;
  fhir:id [ fhir:v "group-involvement"] ; # 
  fhir:name [ fhir:v "GroupInvolvement"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ]
     ] [
       fhir:system [ fhir:v "email" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that describes how a member of the group participates in the group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/group-involvement" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/group-membership-basis> a fhir:NamingSystem ;
  fhir:id [ fhir:v "group-membership-basis"] ; # 
  fhir:name [ fhir:v "GroupMembershipBasis"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-08-08T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Basis for membership in a group"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/group-membership-basis" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1962" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/group-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "group-type"] ; # 
  fhir:name [ fhir:v "GroupType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of resources that are part of group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/group-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.285" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/guidance-module-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "guidance-module-code"] ; # 
  fhir:name [ fhir:v "GuidanceModuleCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example guidance module codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/guidance-module-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2103" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/guidance-response-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "guidance-response-status"] ; # 
  fhir:name [ fhir:v "GuidanceResponseStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of a guidance response."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/guidance-response-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.818" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/guide-page-generation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "guide-page-generation"] ; # 
  fhir:name [ fhir:v "GuidePageGeneration"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that indicates how the page is generated."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/guide-page-generation" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.999" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/guide-parameter-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "guide-parameter-code"] ; # 
  fhir:name [ fhir:v "GuideParameterCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "GuideParameterCode"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/guide-parameter-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.997" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/history-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "history-status"] ; # 
  fhir:name [ fhir:v "FamilyHistoryStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that identifies the status of the family history record."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/history-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.268" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/nhin-purposeofuse> a fhir:NamingSystem ;
  fhir:id [ fhir:v "nhin-purposeofuse"] ; # 
  fhir:name [ fhir:v "NHINPurposeOfUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2010-01-29T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://healthit.gov/nhin/purposeofuse" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1825" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/knowledge-representation-level> a fhir:NamingSystem ;
  fhir:id [ fhir:v "knowledge-representation-level"] ; # 
  fhir:name [ fhir:v "KnowledgeRepresentationLevel"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2019-05-08T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss/index.cfm" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A knowledge representation level, narrative, semi-structured, structured, and executable"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/knowledge-representation-level" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1864" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/summary> a fhir:NamingSystem ;
  fhir:id [ fhir:v "summary"] ; # 
  fhir:name [ fhir:v "CodeSystemSummaryExampleACMEBodySites"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is an example code system summary for the ACME codes for body site."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/summary" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1821" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/usage-context-agreement-scope> a fhir:NamingSystem ;
  fhir:id [ fhir:v "usage-context-agreement-scope"] ; # 
  fhir:name [ fhir:v "UsageContextAgreementScope"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This codesystem defines codes describing the type of agreement represented by an artifact, for example for use in CanonicalResource.usageContext."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/usage-context-agreement-scope" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1798" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/item-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "item-type"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Distinguishes groups from questions and display text and indicates data type for questions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/item-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.445" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/message-events> a fhir:NamingSystem ;
  fhir:id [ fhir:v "message-events"] ; # 
  fhir:name [ fhir:v "MessageEvent"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Infrastructure And Messaging"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/inm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "One of the message events defined as part of this version of FHIR."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/message-events" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/operation-parameter-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "operation-parameter-use"] ; # 
  fhir:name [ fhir:v "OperationParameterUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Whether an operation parameter is an input or an output parameter."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/operation-parameter-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.509" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/price-component-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "price-component-type"] ; # 
  fhir:name [ fhir:v "PriceComponentType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes indicating the kind of the price component."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/price-component-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1807" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/relationship> a fhir:NamingSystem ;
  fhir:id [ fhir:v "relationship"] ; # 
  fhir:name [ fhir:v "BeneficiaryRelationshipCodes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes the Patient to subscriber relationship codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/relationship" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.36" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/resource-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "resource-status"] ; # 
  fhir:name [ fhir:v "FHIRCanonicalStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project"] ; # 
  fhir:description [ fhir:v "The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/resource-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1828" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/restful-interaction> a fhir:NamingSystem ;
  fhir:id [ fhir:v "restful-interaction"] ; # 
  fhir:name [ fhir:v "FHIRRestfulInteractions"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The set of interactions defined by the RESTful part of the FHIR specification."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/restful-interaction" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1823" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/safety-entries> a fhir:NamingSystem ;
  fhir:id [ fhir:v "safety-entries"] ; # 
  fhir:name [ fhir:v "FHIRSafetyCheckListEntries"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The [checklist items](http://hl7.org/fhir/safety.html) defined as part of the FHIR specification."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/safety-entries" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1819" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/security-structural-roles-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "security-structural-roles-example"] ; # 
  fhir:name [ fhir:v "SecurityStructuralRolesExamples"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-01T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This codeSystem contains example structural roles. In general, two types of roles can be distinguished: structural roles and functional roles. Structural Roles reflect human or organizational categories (hierarchies), and describe prerequisites, feasibilities, or competences for actions. Functional roles are bound to the realization or performance of actions.."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/security-structural-roles-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1800" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/simple-format-codes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "simple-format-codes"] ; # 
  fhir:name [ fhir:v "SimpleFormatCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes simple codes for format defined for CapabilityStatement.format."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/simple-format-codes" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2133" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/virtual-service-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "virtual-service-type"] ; # 
  fhir:name [ fhir:v "VirtualServiceType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example codes for possible virtual service connection types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/virtual-service-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1809" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/w3c-provenance-activity-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "w3c-provenance-activity-type"] ; # 
  fhir:name [ fhir:v "W3cProvenanceActivityType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-06-12T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes W3C PROV Data Model Activity concepts, which are treated as codes in this valueset.  Some adaptations were made to make these concepts suitable values for the Provenance.activity element. Coded concepts are from PROV-DM and the display names are their counterparts in PROV-N (human readable notation syntax specification).[code system OID: http://www.w3.org/TR/2013/REC-prov-dm-20130430/ and http://www.w3.org/TR/2013/REC-prov-n-20130430/]"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/w3c-provenance-activity-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1844" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/tldc> a fhir:NamingSystem ;
  fhir:id [ fhir:v "tldc"] ; # 
  fhir:name [ fhir:v "TemplateStatusCodeLifeCycle"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2013-12-05T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Art-Decor"] ; # 
  fhir:description [ fhir:v "Life cycle of the Status Code of a Template Design (Version)"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.1937.98.5.8" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1801" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/http-verb> a fhir:NamingSystem ;
  fhir:id [ fhir:v "http-verb"] ; # 
  fhir:name [ fhir:v "HTTPVerb"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/http-verb" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.625" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/iana-link-relations> a fhir:NamingSystem ;
  fhir:id [ fhir:v "iana-link-relations"] ; # 
  fhir:name [ fhir:v "LinkRelationTypes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Internet Assigned Numbers Authority (IANA)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Link Relation Types defined at https://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/iana-link-relations" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-admin-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-admin-category"] ; # 
  fhir:name [ fhir:v "MedicationAdministrationCategoryCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Administration Category Codes \n **Note to Balloters: This code system is expected to move to [terminology.hl7.org](http://terminology.hl7.org)**"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-admin-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-admin-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-admin-status"] ; # 
  fhir:name [ fhir:v "MedicationAdministrationStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "MedicationAdministration Status Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-admin-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2000" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-dose-aid> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-dose-aid"] ; # 
  fhir:name [ fhir:v "MedicationDoseAid"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication dose aid"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-dose-aid" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2075" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-ingredientstrength> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-ingredientstrength"] ; # 
  fhir:name [ fhir:v "MedicationIngredientStrengthCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Ingredient Strength Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-ingredientstrength" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2062" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-intended-performer-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-intended-performer-role"] ; # 
  fhir:name [ fhir:v "MedicationIntendedPerformerRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Intended Performer Role"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-intended-performer-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2074" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-statement-adherence> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-statement-adherence"] ; # 
  fhir:name [ fhir:v "MedicationStatementAdherenceCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "MedicationStatement Adherence Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-adherence" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1981" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-statement-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-statement-status"] ; # 
  fhir:name [ fhir:v "MedicationStatementStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "MedicationStatement Status Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1980" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medication-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medication-status"] ; # 
  fhir:name [ fhir:v "MedicationStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Status Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1380" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationdispense-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationdispense-category"] ; # 
  fhir:name [ fhir:v "MedicationDispenseCategoryCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Dispense Category Codes \n **Note to Balloters: This code system is expected to move to [terminology.hl7.org](http://terminology.hl7.org)**"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationdispense-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1806" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationdispense-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationdispense-status"] ; # 
  fhir:name [ fhir:v "MedicationDispenseStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Dispense Status Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationdispense-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1971" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationdispense-status-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationdispense-status-reason"] ; # 
  fhir:name [ fhir:v "MedicationDispenseStatusReasonCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Dispense Status Reason Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationdispense-status-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1973" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationrequest-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationrequest-category"] ; # 
  fhir:name [ fhir:v "MedicationRequestCategoryCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Medication Request Category Codes \n **Note to Balloters: This code system is expected to move to [terminology.hl7.org](http://terminology.hl7.org)**"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationrequest-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationrequest-dispenser-instructions> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationrequest-dispenser-instructions"] ; # 
  fhir:name [ fhir:v "MedicationRequestDispenserInstructions"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "MedicationRequest dispenser instructions"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationrequest-dispenser-instructions" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationrequest-intent> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationrequest-intent"] ; # 
  fhir:name [ fhir:v "MedicationRequestIntentCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "MedicationRequest Intent Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationrequest-intent" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1378" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicationrequest-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicationrequest-status"] ; # 
  fhir:name [ fhir:v "MedicationRequestStatusCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "MedicationRequest Status Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/medicationrequest-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1377" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/nutritionintake-status-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "nutritionintake-status-reason"] ; # 
  fhir:name [ fhir:v "NutritionIntakeStatusReason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Nutrition Intake Status Reason Codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/nutritionintake-status-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2129" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/observation-interpretation-context> a fhir:NamingSystem ;
  fhir:id [ fhir:v "observation-interpretation-context"] ; # 
  fhir:name [ fhir:v "ObservationInterpretationContextCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying contextual factors that affect interpretation of observations. This provides examples of conditions or states that may be critical to understanding the significance of an observation."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/observation-interpretation-context" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/servicerequest-status-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "servicerequest-status-reason"] ; # 
  fhir:name [ fhir:v "ServiceRequestStatusReasonCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Orders and Observations"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes indicating the reason why a service request is in its current status."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/servicerequest-status-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.3325" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/submit-data-update-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "submit-data-update-type"] ; # 
  fhir:name [ fhir:v "SubmitDataUpdateType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-04-06T19:00:36+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Clinical Quality Information Work Group"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi/index.cfm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/submit-data-update-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1948" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-code"] ; # 
  fhir:name [ fhir:v "TaskCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Codes indicating the type of action that is expected to be performed"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1397" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/identity-assuranceLevel> a fhir:NamingSystem ;
  fhir:id [ fhir:v "identity-assuranceLevel"] ; # 
  fhir:name [ fhir:v "IdentityAssuranceLevel"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The level of confidence that this link represents the same actual person, based on NIST Authentication Levels."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/identity-assuranceLevel" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.657" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/imagingselection-2dgraphictype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "imagingselection-2dgraphictype"] ; # 
  fhir:name [ fhir:v "ImagingSelection2DGraphicType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-12-30T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of coordinates describing a 2D image region."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/imagingselection-2dgraphictype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1984" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/imagingselection-3dgraphictype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "imagingselection-3dgraphictype"] ; # 
  fhir:name [ fhir:v "ImagingSelection3DGraphicType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-12-30T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of coordinates describing an image region."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/imagingselection-3dgraphictype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1983" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/imagingselection-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "imagingselection-status"] ; # 
  fhir:name [ fhir:v "ImagingSelectionStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-06-13T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the ImagingSelection."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/imagingselection-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1985" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/imagingstudy-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "imagingstudy-status"] ; # 
  fhir:name [ fhir:v "ImagingStudyStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2024-12-29T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the ImagingStudy."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/imagingstudy-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.991" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/ingredient-function> a fhir:NamingSystem ;
  fhir:id [ fhir:v "ingredient-function"] ; # 
  fhir:name [ fhir:v "IngredientFunction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A classification of the ingredient identifying its precise purpose(s) in the drug product (beyond e.g. active/inactive)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/ingredient-function" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2079" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/ingredient-manufacturer-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "ingredient-manufacturer-role"] ; # 
  fhir:name [ fhir:v "IngredientManufacturerRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The way in which this manufacturer is associated with the ingredient. For example whether it is a possible one (others allowed), or an exclusive authorized one for this ingredient. Note that this is not the manufacturing process role"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/ingredient-manufacturer-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2078" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/ingredient-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "ingredient-role"] ; # 
  fhir:name [ fhir:v "IngredientRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A classification of the ingredient identifying its purpose within the product, e.g. active, inactive."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/ingredient-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2080" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/interaction-incidence> a fhir:NamingSystem ;
  fhir:id [ fhir:v "interaction-incidence"] ; # 
  fhir:name [ fhir:v "InteractionIncidence"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A categorisation for a frequency of occurence of an undesirable effect."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/interaction-incidence" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1991" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/interaction-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "interaction-type"] ; # 
  fhir:name [ fhir:v "InteractionType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A categorisation for an interaction between two substances."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/interaction-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1992" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/invoice-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "invoice-status"] ; # 
  fhir:name [ fhir:v "InvoiceStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the lifecycle stage of an Invoice."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/invoice-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.867" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/issue-severity> a fhir:NamingSystem ;
  fhir:id [ fhir:v "issue-severity"] ; # 
  fhir:name [ fhir:v "IssueSeverity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How the issue affects the success of the action."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/issue-severity" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.409" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/issue-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "issue-type"] ; # 
  fhir:name [ fhir:v "IssueType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code that describes the type of issue."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/issue-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.411" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/legal-status-of-supply> a fhir:NamingSystem ;
  fhir:id [ fhir:v "legal-status-of-supply"] ; # 
  fhir:name [ fhir:v "LegalStatusOfSupply"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The prescription supply types appropriate to a medicinal product"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/legal-status-of-supply" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1912" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/link-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "link-type"] ; # 
  fhir:name [ fhir:v "LinkType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of link between this Patient resource and other Patient/RelatedPerson resource(s)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/link-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.424" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/list-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "list-mode"] ; # 
  fhir:name [ fhir:v "ListMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The processing mode that applies to this list."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/list-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.319" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/list-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "list-status"] ; # 
  fhir:name [ fhir:v "ListStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The current state of the list."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/list-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.327" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/location-characteristic> a fhir:NamingSystem ;
  fhir:id [ fhir:v "location-characteristic"] ; # 
  fhir:name [ fhir:v "LocationCharacteristic"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:description [ fhir:v "Example Set of Location Characteristics."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/location-characteristic" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1970" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/location-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "location-mode"] ; # 
  fhir:name [ fhir:v "LocationMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates whether a resource instance represents a specific location or a class of locations."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/location-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.331" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/location-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "location-status"] ; # 
  fhir:name [ fhir:v "LocationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates whether the location is still in use."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/location-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.333" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/manufactured-dose-form> a fhir:NamingSystem ;
  fhir:id [ fhir:v "manufactured-dose-form"] ; # 
  fhir:name [ fhir:v "ManufacturedDoseForm"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dose form for a medication, as manufactured (and before any mixing etc.), not necessarily ready for administration to the patient."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/manufactured-dose-form" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1935" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/map-group-type-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "map-group-type-mode"] ; # 
  fhir:name [ fhir:v "StructureMapGroupTypeMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "If this is the default rule set to apply for the source type, or this combination of types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/map-group-type-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.688" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/map-input-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "map-input-mode"] ; # 
  fhir:name [ fhir:v "StructureMapInputMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Mode for this instance of data."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/map-input-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.678" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/map-model-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "map-model-mode"] ; # 
  fhir:name [ fhir:v "StructureMapModelMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How the referenced structure is used in this mapping."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/map-model-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.676" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/map-source-list-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "map-source-list-mode"] ; # 
  fhir:name [ fhir:v "StructureMapSourceListMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "If field is a list, how to manage the source."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/map-source-list-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.684" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/map-target-list-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "map-target-list-mode"] ; # 
  fhir:name [ fhir:v "StructureMapTargetListMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "If field is a list, how to manage the production."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/map-target-list-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.686" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/map-transform> a fhir:NamingSystem ;
  fhir:id [ fhir:v "map-transform"] ; # 
  fhir:name [ fhir:v "StructureMapTransform"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How data is copied/created."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/map-transform" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.682" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measure-definition-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measure-definition-example"] ; # 
  fhir:name [ fhir:v "MeasureDefinitionExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # 
  fhir:description [ fhir:v "Example Measure Definitions for the Measure Resource."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measure-definition-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2043" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measure-group-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measure-group-example"] ; # 
  fhir:name [ fhir:v "MeasureGroupExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # 
  fhir:description [ fhir:v "Example Measure Groups for the Measure Resource."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measure-group-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2045" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measure-report-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measure-report-status"] ; # 
  fhir:name [ fhir:v "MeasureReportStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The status of the measure report."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measure-report-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.777" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measure-report-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measure-report-type"] ; # 
  fhir:name [ fhir:v "MeasureReportType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of the measure report."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measure-report-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.779" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measure-stratifier-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measure-stratifier-example"] ; # 
  fhir:name [ fhir:v "MeasureStratifierExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # 
  fhir:description [ fhir:v "This example code system defines codes for common types of measure stratification."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measure-stratifier-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2047" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measure-supplemental-data-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measure-supplemental-data-example"] ; # 
  fhir:name [ fhir:v "MeasureSupplementalDataExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # 
  fhir:description [ fhir:v "Identifier supplemental data in a population for measuring purposes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measure-supplemental-data-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2046" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/measurereport-stratifier-value-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "measurereport-stratifier-value-example"] ; # 
  fhir:name [ fhir:v "MeasureReportStratifierValueExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # 
  fhir:description [ fhir:v "Example Region Value Measure Groups for the Measure Resource."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/measurereport-stratifier-value-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1947" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-additional-monitoring> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-additional-monitoring"] ; # 
  fhir:name [ fhir:v "AdditionalMonitoring"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Extra monitoring defined for a Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-additional-monitoring" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1919" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-confidentiality> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-confidentiality"] ; # 
  fhir:name [ fhir:v "ProductConfidentiality"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Confidentiality rating, e.g. commercial sensitivity for a Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-confidentiality" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1913" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-contact-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-contact-type"] ; # 
  fhir:name [ fhir:v "ProductContactType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Contact type for a Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-contact-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1925" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-cross-reference-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-cross-reference-type"] ; # 
  fhir:name [ fhir:v "ProductCrossReferenceType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Relationship to another Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-cross-reference-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1921" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-domain> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-domain"] ; # 
  fhir:name [ fhir:v "MedicinalProductDomain"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Applicable domain for this product (e.g. human, veterinary)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-domain" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1917" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-name-part-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-name-part-type"] ; # 
  fhir:name [ fhir:v "ProductNamePartType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Type of part of a name for a Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-name-part-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1924" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-name-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-name-type"] ; # 
  fhir:name [ fhir:v "ProductNameType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Type of a name for a Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-name-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1922" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-package-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-package-type"] ; # 
  fhir:name [ fhir:v "MedicinalProductPackageType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of medicinal product packs"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-package-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1918" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-pediatric-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-pediatric-use"] ; # 
  fhir:name [ fhir:v "PediatricUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Suitability for age groups, in particular children."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-pediatric-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1914" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-special-measures> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-special-measures"] ; # 
  fhir:name [ fhir:v "SpecialMeasures"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Extra measures defined for a Medicinal Product, such as requirement to conduct post-authorization studies."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-special-measures" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1915" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/medicinal-product-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "medicinal-product-type"] ; # 
  fhir:name [ fhir:v "MedicinalProductType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Overall defining type of this Medicinal Product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/medicinal-product-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1916" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/message-significance-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "message-significance-category"] ; # 
  fhir:name [ fhir:v "MessageSignificanceCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The impact of the content of a message."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/message-significance-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.189" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/message-transport> a fhir:NamingSystem ;
  fhir:id [ fhir:v "message-transport"] ; # 
  fhir:name [ fhir:v "MessageTransport"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2020-12-28T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The protocol used for message transport."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/message-transport" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1080" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/messageheader-response-request> a fhir:NamingSystem ;
  fhir:id [ fhir:v "messageheader-response-request"] ; # 
  fhir:name [ fhir:v "MessageheaderResponseRequest"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/messageheader-response-request" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.925" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/metric-availability> a fhir:NamingSystem ;
  fhir:id [ fhir:v "metric-availability"] ; # 
  fhir:name [ fhir:v "DeviceMetricAvailability"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-07-01T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The availability of the means from which a metric state/value is derived."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/metric-availability" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/metric-calibration-state> a fhir:NamingSystem ;
  fhir:id [ fhir:v "metric-calibration-state"] ; # 
  fhir:name [ fhir:v "DeviceMetricCalibrationState"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the state of a metric calibration."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/metric-calibration-state" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.653" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/metric-calibration-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "metric-calibration-type"] ; # 
  fhir:name [ fhir:v "DeviceMetricCalibrationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the type of a metric calibration."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/metric-calibration-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.651" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/metric-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "metric-category"] ; # 
  fhir:name [ fhir:v "DeviceMetricCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the category of the metric."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/metric-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.649" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/metric-operational-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "metric-operational-status"] ; # 
  fhir:name [ fhir:v "DeviceMetricOperationalStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the operational status of the DeviceMetric."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/metric-operational-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.647" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/metric-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "metric-status"] ; # 
  fhir:name [ fhir:v "DeviceMetricStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-10-29T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the status of the DeviceMetric."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/metric-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/namingsystem-identifier-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "namingsystem-identifier-type"] ; # 
  fhir:name [ fhir:v "NamingSystemIdentifierType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-01-26T15:53:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifies the style of unique identifier used to identify a namespace."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/namingsystem-identifier-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.493" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/namingsystem-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "namingsystem-type"] ; # 
  fhir:name [ fhir:v "NamingSystemType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifies the purpose of the naming system."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/namingsystem-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.491" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/nutritionproduct-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "nutritionproduct-status"] ; # 
  fhir:name [ fhir:v "NutritionProductStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the lifecycle stage of a product."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/nutritionproduct-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2104" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/observation-range-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "observation-range-category"] ; # 
  fhir:name [ fhir:v "ObservationRangeCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the category of observation range."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/observation-range-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1334" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/observation-referencerange-normalvalue> a fhir:NamingSystem ;
  fhir:id [ fhir:v "observation-referencerange-normalvalue"] ; # 
  fhir:name [ fhir:v "ObservationReferenceRangeNormalValue"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-04-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that describe the normal value in the reference range."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/observation-referencerange-normalvalue" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2099" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/observation-statistics> a fhir:NamingSystem ;
  fhir:id [ fhir:v "observation-statistics"] ; # 
  fhir:name [ fhir:v "StatisticsCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-11-30T22:29:23+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The statistical operation parameter -\"statistic\" codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/observation-statistics" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.1.1126" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/observation-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "observation-status"] ; # 
  fhir:name [ fhir:v "ObservationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the status of an observation."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/observation-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.401" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/observation-triggeredbytype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "observation-triggeredbytype"] ; # 
  fhir:name [ fhir:v "TriggeredBytype"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-03-16T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the triggeredBy type of observation."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/observation-triggeredbytype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2098" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/operation-kind> a fhir:NamingSystem ;
  fhir:id [ fhir:v "operation-kind"] ; # 
  fhir:name [ fhir:v "OperationKind"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Whether an operation is a normal operation or a query."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/operation-kind" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.507" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/operation-parameter-scope> a fhir:NamingSystem ;
  fhir:id [ fhir:v "operation-parameter-scope"] ; # 
  fhir:name [ fhir:v "OperationParameterScope"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates that a parameter applies when the operation is being invoked at the specified level"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/operation-parameter-scope" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2055" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/organization-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "organization-role"] ; # 
  fhir:name [ fhir:v "OrganizationAffiliationRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This example code system defines a set of codes that can be used to indicate the role of one Organization in relation to its affiliation with another."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/organization-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.881" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/package-material> a fhir:NamingSystem ;
  fhir:id [ fhir:v "package-material"] ; # 
  fhir:name [ fhir:v "PackageMaterial"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A material used in the construction of packages and their components."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/package-material" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1964" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/package-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "package-type"] ; # 
  fhir:name [ fhir:v "PackageType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A high level categorisation of a package."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/package-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1963" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/packaging-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "packaging-type"] ; # 
  fhir:name [ fhir:v "PackagingType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A type of packaging."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/packaging-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1966" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/participationstatus> a fhir:NamingSystem ;
  fhir:id [ fhir:v "participationstatus"] ; # 
  fhir:name [ fhir:v "ParticipationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Participation status of an appointment."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/participationstatus" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.487" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/patch-operation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "patch-operation"] ; # 
  fhir:name [ fhir:v "PatchOperation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the valid FHIRPath patch operations."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/patch-operation" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/payment-issuertype> a fhir:NamingSystem ;
  fhir:id [ fhir:v "payment-issuertype"] ; # 
  fhir:name [ fhir:v "PaymentIssuerTypeCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project team"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set contains codes for the type of payment issuers."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/payment-issuertype" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2057" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/payment-kind> a fhir:NamingSystem ;
  fhir:id [ fhir:v "payment-kind"] ; # 
  fhir:name [ fhir:v "PaymentKindCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project team"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set contains codes for the type of workflow from which payments arise."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/payment-kind" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2056" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/payment-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "payment-outcome"] ; # 
  fhir:name [ fhir:v "ClaimProcessingCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Project team"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes Claim Processing Outcome codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/payment-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2058" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/permitted-data-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "permitted-data-type"] ; # 
  fhir:name [ fhir:v "ObservationDataType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Permitted data type for observation value."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/permitted-data-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1332" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/product-category> a fhir:NamingSystem ;
  fhir:id [ fhir:v "product-category"] ; # 
  fhir:name [ fhir:v "BiologicallyDerivedProductCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Biologically Derived Product Category."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/product-category" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.901" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/product-intended-use> a fhir:NamingSystem ;
  fhir:id [ fhir:v "product-intended-use"] ; # 
  fhir:name [ fhir:v "ProductIntendedUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ProductIntendedUse"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/product-intended-use" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1908" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/provenance-entity-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "provenance-entity-role"] ; # 
  fhir:name [ fhir:v "ProvenanceEntityRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-01T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How an entity was used in an activity."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/provenance-entity-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.437" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/qualification-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "qualification-status"] ; # 
  fhir:name [ fhir:v "QualificationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Set of statuses that apply to qualifications of practitioners and organizations"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/qualification-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2137" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/questionnaire-answer-constraint> a fhir:NamingSystem ;
  fhir:id [ fhir:v "questionnaire-answer-constraint"] ; # 
  fhir:name [ fhir:v "QuestionnaireAnswerConstraint"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Codes that describe the types of constraints possible on a question item that has a list of permitted answers"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/questionnaire-answer-constraint" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2019" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/questionnaire-answers-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "questionnaire-answers-status"] ; # 
  fhir:name [ fhir:v "QuestionnaireResponseStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Lifecycle status of the questionnaire response."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/questionnaire-answers-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.448" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/questionnaire-disabled-display> a fhir:NamingSystem ;
  fhir:id [ fhir:v "questionnaire-disabled-display"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemDisabledDisplay"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "QuestionnaireItemDisabledDisplay"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/questionnaire-disabled-display" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2016" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/questionnaire-enable-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "questionnaire-enable-behavior"] ; # 
  fhir:name [ fhir:v "EnableWhenBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Controls how multiple enableWhen values are interpreted -  whether all or any must be true."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/questionnaire-enable-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1008" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/questionnaire-enable-operator> a fhir:NamingSystem ;
  fhir:id [ fhir:v "questionnaire-enable-operator"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemOperator"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The criteria by which a question is enabled."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/questionnaire-enable-operator" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1006" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/reaction-event-severity> a fhir:NamingSystem ;
  fhir:id [ fhir:v "reaction-event-severity"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceSeverity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/reaction-event-severity" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.136" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/reason-medication-not-given-codes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "reason-medication-not-given-codes"] ; # 
  fhir:name [ fhir:v "ReasonMedicationNotGivenCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication process."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/reason-medication-not-given" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.343" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/reference-handling-policy> a fhir:NamingSystem ;
  fhir:id [ fhir:v "reference-handling-policy"] ; # 
  fhir:name [ fhir:v "ReferenceHandlingPolicy"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A set of flags that defines how references are supported."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/reference-handling-policy" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.203" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/regulated-authorization-basis> a fhir:NamingSystem ;
  fhir:id [ fhir:v "regulated-authorization-basis"] ; # 
  fhir:name [ fhir:v "RegulatedAuthorizationBasis"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RegulatedAuthorizationBasis"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/regulated-authorization-basis" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1907" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/regulated-authorization-case-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "regulated-authorization-case-type"] ; # 
  fhir:name [ fhir:v "RegulatedAuthorizationCaseType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RegulatedAuthorizationCaseType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/regulated-authorization-case-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1910" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/regulated-authorization-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "regulated-authorization-type"] ; # 
  fhir:name [ fhir:v "RegulatedAuthorizationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RegulatedAuthorizationType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/regulated-authorization-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1909" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/request-orderdetail-parameter-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "request-orderdetail-parameter-code"] ; # 
  fhir:name [ fhir:v "RequestOrderDetailParameterCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the parameter codes for request details."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/request-orderdetail-parameter-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/research-study-classifiers> a fhir:NamingSystem ;
  fhir:id [ fhir:v "research-study-classifiers"] ; # 
  fhir:name [ fhir:v "ResearchStudyClassifiers"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-05-15T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for use in ResearchStudy Resource. This resource (this entire set of content) is being used for active development of a ResearchStudyClassifiers CodeSystem for use for supporting multiple value sets in the FHIR ResearchStudy StructureDefinition."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/research-study-classifiers" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1967" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/research-study-party-organization-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "research-study-party-organization-type"] ; # 
  fhir:name [ fhir:v "ResearchStudyPartyOrganizationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-05-15T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is a ResearchStudy's party organization type."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/research-study-party-organization-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/research-study-party-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "research-study-party-role"] ; # 
  fhir:name [ fhir:v "ResearchStudyPartyRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-05-12T12:40:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is a ResearchStudy's party role."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/research-study-party-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1968" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/research-study-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "research-study-status"] ; # 
  fhir:name [ fhir:v "ResearchStudyStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that convey the current status of the research study."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/research-study-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.820" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/resource-validation-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "resource-validation-mode"] ; # 
  fhir:name [ fhir:v "ResourceValidationMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "ResourceValidationMode"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/resource-validation-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.119" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/response-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "response-code"] ; # 
  fhir:name [ fhir:v "ResponseType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The kind of response to a message."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/response-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.381" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/restful-capability-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "restful-capability-mode"] ; # 
  fhir:name [ fhir:v "RestfulCapabilityMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The mode of a RESTful capability statement."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/restful-capability-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.177" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/restful-security-service> a fhir:NamingSystem ;
  fhir:id [ fhir:v "restful-security-service"] ; # 
  fhir:name [ fhir:v "RestfulSecurityService"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2020-12-28T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of security services used with FHIR."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/restful-security-service" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1079" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/risk-assessment-method> a fhir:NamingSystem ;
  fhir:id [ fhir:v "risk-assessment-method"] ; # 
  fhir:name [ fhir:v "RiskAssessmentMethod"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example code system illustrating possible codes for identifying the mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/risk-assessment-method" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/risk-assessment-outcome> a fhir:NamingSystem ;
  fhir:id [ fhir:v "risk-assessment-outcome"] ; # 
  fhir:name [ fhir:v "RiskAssessmentOutcome"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example code system illustrating possible codes for identifying the condition or other outcome; e.g. death, remission, amputation, infection, etc."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/risk-assessment-outcome" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/search-comparator> a fhir:NamingSystem ;
  fhir:id [ fhir:v "search-comparator"] ; # 
  fhir:name [ fhir:v "SearchComparator"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "What Search Comparator Codes are supported in search."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/search-comparator" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.638" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/search-entry-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "search-entry-mode"] ; # 
  fhir:name [ fhir:v "SearchEntryMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/search-entry-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.623" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/search-modifier-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "search-modifier-code"] ; # 
  fhir:name [ fhir:v "SearchModifierCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A supported modifier for a search parameter."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/search-modifier-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.640" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/search-processingmode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "search-processingmode"] ; # 
  fhir:name [ fhir:v "SearchProcessingModeType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a search parameter relates to the set of elements returned by evaluating its expression query."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/search-processingmode" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/service-mode> a fhir:NamingSystem ;
  fhir:id [ fhir:v "service-mode"] ; # 
  fhir:name [ fhir:v "ServiceMode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-02-20T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "An example set of Service Modes that could be applicable to use to characterize HealthcareServices or PractitionerRoles while searching"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/service-mode" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2116" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/icd-10-procedures> a fhir:NamingSystem ;
  fhir:id [ fhir:v "icd-10-procedures"] ; # 
  fhir:name [ fhir:v "ICD10ProcedureCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set includes sample ICD-10 Procedure codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/sid/ex-icd-10-procedures" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.575" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/slotstatus> a fhir:NamingSystem ;
  fhir:id [ fhir:v "slotstatus"] ; # 
  fhir:name [ fhir:v "SlotStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The free/busy status of the slot."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/slotstatus" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.483" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/spdx-license> a fhir:NamingSystem ;
  fhir:id [ fhir:v "spdx-license"] ; # 
  fhir:name [ fhir:v "SPDXLicense"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/spdx-license" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1027" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/specimen-combined> a fhir:NamingSystem ;
  fhir:id [ fhir:v "specimen-combined"] ; # 
  fhir:name [ fhir:v "SpecimenCombined"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the combined status of the specimen."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/specimen-combined" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2061" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/specimen-contained-preference> a fhir:NamingSystem ;
  fhir:id [ fhir:v "specimen-contained-preference"] ; # 
  fhir:name [ fhir:v "SpecimenContainedPreference"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Degree of preference of a type of conditioned specimen."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/specimen-contained-preference" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.853" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/specimen-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "specimen-role"] ; # 
  fhir:name [ fhir:v "SpecimenRole"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the combined status of the specimen."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/specimen-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2060" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/specimen-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "specimen-status"] ; # 
  fhir:name [ fhir:v "SpecimenStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the status/availability of a specimen."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/specimen-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.472" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/structure-definition-kind> a fhir:NamingSystem ;
  fhir:id [ fhir:v "structure-definition-kind"] ; # 
  fhir:name [ fhir:v "StructureDefinitionKind"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines the type of structure that a definition is describing."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/structure-definition-kind" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.669" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/subscription-notification-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "subscription-notification-type"] ; # 
  fhir:name [ fhir:v "SubscriptionNotificationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of notification represented by the status message."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/subscription-notification-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2027" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/subscription-payload-content> a fhir:NamingSystem ;
  fhir:id [ fhir:v "subscription-payload-content"] ; # 
  fhir:name [ fhir:v "SubscriptionPayloadContent"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes to represent how much resource content to send in the notification payload."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/subscription-payload-content" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2021" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/subscription-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "subscription-status"] ; # 
  fhir:name [ fhir:v "SubscriptionStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This codesystem defines a set of codes that can be used to filter Subscription triggers."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/subscription-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2022" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/subscriptiontopic-cr-behavior> a fhir:NamingSystem ;
  fhir:id [ fhir:v "subscriptiontopic-cr-behavior"] ; # 
  fhir:name [ fhir:v "CriteriaNotExistsBehavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Behavior a server can exhibit when a criteria state does not exist (e.g., state prior to a create or after a delete)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/subscriptiontopic-cr-behavior" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2034" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-amount-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-amount-type"] ; # 
  fhir:name [ fhir:v "SubstanceAmountType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of a numeric quantity measurement."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-amount-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2086" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-form> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-form"] ; # 
  fhir:name [ fhir:v "SubstanceForm"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceForm"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-form" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2111" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-grade> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-grade"] ; # 
  fhir:name [ fhir:v "SubstanceGrade"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceGrade"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-grade" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2085" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-name-authority> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-name-authority"] ; # 
  fhir:name [ fhir:v "SubstanceNameAuthority"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceNameAuthority"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-name-authority" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2095" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-name-domain> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-name-domain"] ; # 
  fhir:name [ fhir:v "SubstanceNameDomain"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceNameDomain"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-name-domain" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2089" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-name-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-name-type"] ; # 
  fhir:name [ fhir:v "SubstanceNameType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceNameType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-name-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2094" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-optical-activity> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-optical-activity"] ; # 
  fhir:name [ fhir:v "SubstanceOpticalActivity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The optical rotation type of a substance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-optical-activity" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2096" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-relationship-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-relationship-type"] ; # 
  fhir:name [ fhir:v "SubstanceRelationshipType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The relationship between two substance types."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-relationship-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2088" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-representation-format> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-representation-format"] ; # 
  fhir:name [ fhir:v "SubstanceRepresentationFormat"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceRepresentationFormat"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-representation-format" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2081" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-representation-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-representation-type"] ; # 
  fhir:name [ fhir:v "SubstanceRepresentationType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceRepresentationType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-representation-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2092" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-source-material-genus> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-source-material-genus"] ; # 
  fhir:name [ fhir:v "SubstanceSourceMaterialGenus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceSourceMaterialGenus"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-source-material-genus" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2093" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-source-material-part> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-source-material-part"] ; # 
  fhir:name [ fhir:v "SubstanceSourceMaterialPart"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceSourceMaterialPart"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-source-material-part" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2084" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-source-material-species> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-source-material-species"] ; # 
  fhir:name [ fhir:v "SubstanceSourceMaterialSpecies"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceSourceMaterialSpecies"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-source-material-species" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2090" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-source-material-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-source-material-type"] ; # 
  fhir:name [ fhir:v "SubstanceSourceMaterialType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceSourceMaterialType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-source-material-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2097" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-status"] ; # 
  fhir:name [ fhir:v "FHIRSubstanceStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A code to indicate if the substance is actively used."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.475" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-stereochemistry> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-stereochemistry"] ; # 
  fhir:name [ fhir:v "SubstanceStereochemistry"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The stereochemistry type of a substance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-stereochemistry" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2087" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-structure-technique> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-structure-technique"] ; # 
  fhir:name [ fhir:v "SubstanceStructureTechnique"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceStructureTechnique"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-structure-technique" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2082" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-weight-method> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-weight-method"] ; # 
  fhir:name [ fhir:v "SubstanceWeightMethod"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceWeightMethod"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-weight-method" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2091" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/substance-weight-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "substance-weight-type"] ; # 
  fhir:name [ fhir:v "SubstanceWeightType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceWeightType"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/substance-weight-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2083" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/synchronicity-control> a fhir:NamingSystem ;
  fhir:id [ fhir:v "synchronicity-control"] ; # 
  fhir:name [ fhir:v "OperationSynchronicityControl"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates that an operation must always be handled as synchronous or asynchronous, or that the server must provide both, and clients can choose"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/synchronicity-control" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/target-species> a fhir:NamingSystem ;
  fhir:id [ fhir:v "target-species"] ; # 
  fhir:name [ fhir:v "TargetSpecies"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A species for which a medicinal product is intended."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/target-species" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2030" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-business-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-business-status"] ; # 
  fhir:name [ fhir:v "TaskBusinessStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-03-12T02:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Task execution business status."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-business-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-inputoutput-parameter-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-inputoutput-parameter-type"] ; # 
  fhir:name [ fhir:v "TaskInputOutputParameterType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-03-12T02:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The input and output types for the task."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-inputoutput-parameter-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-intent> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-intent"] ; # 
  fhir:name [ fhir:v "TaskIntent"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Distinguishes whether the task is a proposal, plan or full order."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-intent" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1241" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-performer-function-code> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-performer-function-code"] ; # 
  fhir:name [ fhir:v "TaskPerformerFunctionCode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-03-12T02:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The performer of the task."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-performer-function-code" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-reason"] ; # 
  fhir:name [ fhir:v "TaskReason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-03-12T02:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The reason for the task being performed."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-status> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-status"] ; # 
  fhir:name [ fhir:v "TaskStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The current status of the task."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-status" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.791" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/task-status-reason> a fhir:NamingSystem ;
  fhir:id [ fhir:v "task-status-reason"] ; # 
  fhir:name [ fhir:v "TaskStatusReason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The current status reason of the task."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/task-status-reason" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2042" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/therapy-relationship-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "therapy-relationship-type"] ; # 
  fhir:name [ fhir:v "TherapyRelationshipType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-08-15T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Classification of relationship between a therapy and a contraindication or an indication."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/therapy-relationship-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1994" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/type-derivation-rule> a fhir:NamingSystem ;
  fhir:id [ fhir:v "type-derivation-rule"] ; # 
  fhir:name [ fhir:v "TypeDerivationRule"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a type relates to its baseDefinition."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/type-derivation-rule" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.674" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/udi-entry-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "udi-entry-type"] ; # 
  fhir:name [ fhir:v "UDIEntryType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes to identify how UDI data was entered."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/udi-entry-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.212" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/undesirable-effect-frequency> a fhir:NamingSystem ;
  fhir:id [ fhir:v "undesirable-effect-frequency"] ; # 
  fhir:name [ fhir:v "UndesirablEffectFrequency"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A categorisation for a frequency of occurence of an undesirable effect."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/undesirable-effect-frequency" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1995" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/unit-of-presentation> a fhir:NamingSystem ;
  fhir:id [ fhir:v "unit-of-presentation"] ; # 
  fhir:name [ fhir:v "UnitOfPresentation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The presentation type in which an administrable medicinal product is given to a patient."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/unit-of-presentation" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2031" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/variable-handling-example> a fhir:NamingSystem ;
  fhir:id [ fhir:v "variable-handling-example"] ; # 
  fhir:name [ fhir:v "EvidenceVariableHandlingExample"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The handling of the variable in statistical analysis for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/variable-handling-example" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/variable-role> a fhir:NamingSystem ;
  fhir:id [ fhir:v "variable-role"] ; # 
  fhir:name [ fhir:v "Variable Role"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-11-08T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The role that the variable plays."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/variable-role" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.2136" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/version-algorithm> a fhir:NamingSystem ;
  fhir:id [ fhir:v "version-algorithm"] ; # 
  fhir:name [ fhir:v "VersionAlgorithm"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the mechanism used to compare versions to determine which is more current."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/version-algorithm" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1989" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/versioning-policy> a fhir:NamingSystem ;
  fhir:id [ fhir:v "versioning-policy"] ; # 
  fhir:name [ fhir:v "ResourceVersionPolicy"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How the system supports versioning for a resource."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/versioning-policy" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.191" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/vision-base-codes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "vision-base-codes"] ; # 
  fhir:name [ fhir:v "VisionBase"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A coded concept listing the base codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/vision-base-codes" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.663" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/vision-eye-codes> a fhir:NamingSystem ;
  fhir:id [ fhir:v "vision-eye-codes"] ; # 
  fhir:name [ fhir:v "VisionEyes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-01-04T23:01:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A coded concept listing the eye codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/vision-eye-codes" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.661" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/warning-type> a fhir:NamingSystem ;
  fhir:id [ fhir:v "warning-type"] ; # 
  fhir:name [ fhir:v "WarningType"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2021-08-15T05:55:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Classification of warning type."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/warning-type" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1996" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/week-of-month> a fhir:NamingSystem ;
  fhir:id [ fhir:v "week-of-month"] ; # 
  fhir:name [ fhir:v "WeekOfMonth"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2022-06-14T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The set of weeks with in a month."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/week-of-month" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.1906" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

<http://hl7.org/fhir/NamingSystem/list-item-flag> a fhir:NamingSystem ;
  fhir:id [ fhir:v "list-item-flag"] ; # 
  fhir:name [ fhir:v "PatientMedicineChangeTypes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2025-11-27T16:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "Example Item Flags for the List Resource. In this case, these are the kind of flags that would be used on a medication list at the end of a consultation."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "urn:oid:1.2.36.1.2001.1001.101.104.16592" ] ;
     fhir:preferred [ fhir:v true ]
  ] [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "2.16.840.1.113883.4.642.4.321" ] ;
     fhir:preferred [ fhir:v false ]
  ] ) . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.