FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3

Codesystem-vision-product.json

Example CodeSystem/example-supplement-2 (Turtle)

Vocabulary Work Group Maturity Level : N/A Ballot Standards Status : Informative Compartments : Not linked to any defined compartments

Raw JSON Turtle ( canonical form (+ also see Turtle/RDF Format Specification )

Definition for Example Code System Example Vision Prescription Product Codes Supplement 2

{ "resourceType": "CodeSystem", "id": "vision-product", "meta": { "lastUpdated": "2019-10-24T11:53:00+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status", "valueString": "Informative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fm" } ], "url": "http://hl7.org/fhir/ex-visionprescriptionproduct", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.643" }, "version": "3.0.2", "name": "Example Vision Prescription Product Codes", "status": "draft", "experimental": true, "publisher": "Financial Management", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "This value set includes a smattering of Prescription Product codes.", "copyright": "This is an example set.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/vision-product", "content": "complete", "concept": [ { "code": "lens", "display": "Lens", "definition": "A lens to be fitted to a frame to comprise a pair of glasses." }, { "code": "contact", "display": "Contact Lens", "definition": "A lens to be fitted for wearing directly on an eye." } ] }
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

[a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-supplement-2"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>This code system \n        <code>http://hl7.org/fhir/bundle-type-de</code>\n      </p>\n      <table class=\"codes\">\n        <tr>\n          <td style=\"white-space:nowrap\">\n            <b>Code</b>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-document\">document</a>\n            <a name=\"example-supplement-2-document\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-message\">message</a>\n            <a name=\"example-supplement-2-message\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-transaction\">transaction</a>\n            <a name=\"example-supplement-2-transaction\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-transaction-response\">transaction-response</a>\n            <a name=\"example-supplement-2-transaction-response\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-batch\">batch</a>\n            <a name=\"example-supplement-2-batch\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-batch-response\">batch-response</a>\n            <a name=\"example-supplement-2-batch-response\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-history\">history</a>\n            <a name=\"example-supplement-2-history\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-searchset\">searchset</a>\n            <a name=\"example-supplement-2-searchset\"> </a>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <a style=\"white-space:nowrap\" href=\"codesystem-bundle-type.html#bundle-type-collection\">collection</a>\n            <a name=\"example-supplement-2-collection\"> </a>\n          </td>\n        </tr>\n      </table>\n      <p>\n        <b>Additional Language Displays</b>\n      </p>\n      <table class=\"codes\">\n        <tr>\n          <td>\n            <b>Code</b>\n          </td>\n          <td>\n            <b>Deutsch (German, de)</b>\n          </td>\n        </tr>\n        <tr>\n          <td>document</td>\n          <td>Dokument</td>\n        </tr>\n        <tr>\n          <td>message</td>\n          <td>Nachricht</td>\n        </tr>\n        <tr>\n          <td>transaction</td>\n          <td>Transaktion</td>\n        </tr>\n        <tr>\n          <td>transaction-response</td>\n          <td>Transaktionsantwort</td>\n        </tr>\n        <tr>\n          <td>batch</td>\n          <td>Stapel</td>\n        </tr>\n        <tr>\n          <td>batch-response</td>\n          <td>Batch-Antwort</td>\n        </tr>\n        <tr>\n          <td>history</td>\n          <td>Verlaufsliste</td>\n        </tr>\n        <tr>\n          <td>searchset</td>\n          <td>Suchergebnisse</td>\n        </tr>\n        <tr>\n          <td>collection</td>\n          <td>Sammlung</td>\n        </tr>\n      </table>\n    </div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/bundle-type-de"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1822" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "BundleTypeGerman"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2017-12-21T16:40:38+11:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.description [ fhir:value "German Translations for Bundle Type"];
  fhir:CodeSystem.copyright [ fhir:value "Creative Commons 0"];
  fhir:CodeSystem.content [ fhir:value "supplement"];
  fhir:CodeSystem.supplements [
     fhir:value "http://hl7.org/fhir/bundle-type";
     fhir:link <http://hl7.org/fhir/bundle-type>
  ];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "document" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Dokument" ]
     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "message" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Nachricht" ]
     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "transaction" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Transaktion" ]
     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "transaction-response" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Transaktionsantwort" ]
     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "batch" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Stapel" ]
     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "batch-response" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Batch-Antwort" ]
     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "history" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Verlaufsliste" ]
     ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "searchset" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Suchergebnisse" ]
     ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "collection" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
         fhir:Coding.code [ fhir:value "preferredForLanguage" ]
       ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Sammlung" ]
     ]
  ]] .

# - ontology header ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.ttl] .

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



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.