TerminologyThis is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example Code System Supplement 2
@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-snapshot3"]; #
fhir:CodeSystem.name [ fhir:value "BundleTypeGerman"]; #
fhir:CodeSystem.title [ fhir:value "Bundle Type German"]; #
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.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:13+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change