OpenEHR Base package
0.1.0 - First Draft
OpenEHR Base package, published by openEHR + HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/openehr-base-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative | Maturity Level: 3 |
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "term-mapping-purpose"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem term-mapping-purpose</b></p><a name=\"term-mapping-purpose\"> </a><a name=\"hcterm-mapping-purpose\"> </a><p>This case-sensitive code system <code>https://specifications.openehr.org/fhir/codesystem-term_mapping_purpose</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">669<a name=\"term-mapping-purpose-669\"> </a></td><td>public health</td></tr><tr><td style=\"white-space:nowrap\">670<a name=\"term-mapping-purpose-670\"> </a></td><td>reimbursement</td></tr><tr><td style=\"white-space:nowrap\">671<a name=\"term-mapping-purpose-671\"> </a></td><td>research study</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Spanish (es)</b></td><td><b>Japanese (ja)</b></td><td><b>Portuguese (pt)</b></td><td><b>中文 (Chinese, zh)</b></td></tr><tr><td>669</td><td>salud pública</td><td>公衆衛生</td><td>saúde pública</td><td>公共卫生</td></tr><tr><td>670</td><td>reembolso</td><td>償還</td><td>reembolso</td><td>费用报销</td></tr><tr><td>671</td><td>investigación</td><td>研究</td><td>estudo de investigação</td><td>研究调查</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 3 ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://openehr.org/fhir/ImplementationGuide/openehr.base"^^xsd:anyURI ;
fhir:link <http://openehr.org/fhir/ImplementationGuide/openehr.base> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://openehr.org/fhir/ImplementationGuide/openehr.base"^^xsd:anyURI ;
fhir:link <http://openehr.org/fhir/ImplementationGuide/openehr.base> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "https://specifications.openehr.org/fhir/codesystem-term_mapping_purpose"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "term_mapping_purpose"] ; #
fhir:title [ fhir:v "Term Mapping Purpose"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-08-22"^^xsd:date] ; #
fhir:publisher [ fhir:v "openEHR + HL7"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.openehr.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Term Mapping Purpose"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "669" ] ;
fhir:display [ fhir:v "public health" ] ;
( fhir:designation [
fhir:language [ fhir:v "es" ] ;
fhir:value [ fhir:v "salud pública" ] ] [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "公衆衛生" ] ] [
fhir:language [ fhir:v "pt" ] ;
fhir:value [ fhir:v "saúde pública" ] ] [
fhir:language [ fhir:v "zh" ] ;
fhir:value [ fhir:v "公共卫生" ] ] )
] [
fhir:code [ fhir:v "670" ] ;
fhir:display [ fhir:v "reimbursement" ] ;
( fhir:designation [
fhir:language [ fhir:v "es" ] ;
fhir:value [ fhir:v "reembolso" ] ] [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "償還" ] ] [
fhir:language [ fhir:v "pt" ] ;
fhir:value [ fhir:v "reembolso" ] ] [
fhir:language [ fhir:v "zh" ] ;
fhir:value [ fhir:v "费用报销" ] ] )
] [
fhir:code [ fhir:v "671" ] ;
fhir:display [ fhir:v "research study" ] ;
( fhir:designation [
fhir:language [ fhir:v "es" ] ;
fhir:value [ fhir:v "investigación" ] ] [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "研究" ] ] [
fhir:language [ fhir:v "pt" ] ;
fhir:value [ fhir:v "estudo de investigação" ] ] [
fhir:language [ fhir:v "zh" ] ;
fhir:value [ fhir:v "研究调查" ] ] )
] ) . #
IG © 2022+ openEHR + HL7. Package openehr.base#0.1.0 based on FHIR 5.0.0. Generated 2025-06-16
Links: Table of Contents |
QA Report