@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:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "allergyCategory-fhir-mr"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-allergy-intolerance-category.html\">AllergyIntoleranceCategory</a> to https://fhir.medirecords.com/ValueSet/mr-allergyCategory</p><p>DRAFT (not intended for production usage). Published on 2021-12-10 by MediRecords.com (MediRecords project team: <a href=\"https://fhir.medirecords.com/\">https://fhir.medirecords.com/</a>). </p><div><p>Mapping of all FHIR AllergyIntolerance cateogry codes to MediRecords Allergy category codes</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html\">AllergyIntoleranceCategory (version 4.0.1)</a> to <code>https://fhir.medirecords.com/CodeSystem/mr-allergyCategory|1</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>food</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>1 (Food)</td></tr><tr><td>medication</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>2 (Medication)</td></tr><tr><td>environment</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>3 (Environment)</td></tr><tr><td>biologic</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>4 (Biologic)</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhir.medirecords.com/ConceptMap/allergyCategory-fhir-mr"^^xsd:anyURI] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:70a9622e-5512-4332-9e62-0f60e3f4d5b3" ]
] ; #
fhir:version [ fhir:v "1.4.1"] ; #
fhir:name [ fhir:v "AllergyIntoleranceCategoryFHIRToMR"] ; #
fhir:title [ fhir:v "AllergyIntolerance Category FHIR To MediRecords ConceptMap"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2021-12-10"^^xsd:date] ; #
fhir:publisher [ fhir:v "MediRecords.com"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MediRecords project team" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://fhir.medirecords.com/" ] ] )
] ) ; #
fhir:description [ fhir:v "Mapping of all FHIR AllergyIntolerance cateogry codes to MediRecords Allergy category codes"] ; #
fhir:source [
fhir:v "http://hl7.org/fhir/ValueSet/allergy-intolerance-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/allergy-intolerance-category>
] ; #
fhir:target [
fhir:v "https://fhir.medirecords.com/ValueSet/mr-allergyCategory"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/ValueSet/mr-allergyCategory>
] ; #
fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/allergy-intolerance-category"^^xsd:anyURI ] ;
fhir:sourceVersion [ fhir:v "4.0.1" ] ;
fhir:target [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-allergyCategory"^^xsd:anyURI ] ;
fhir:targetVersion [ fhir:v "1" ] ;
( fhir:element [
fhir:code [ fhir:v "food" ] ;
fhir:display [ fhir:v "Food" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Food" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "medication" ] ;
fhir:display [ fhir:v "Medication" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Medication" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "environment" ] ;
fhir:display [ fhir:v "Environment" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Environment" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "biologic" ] ;
fhir:display [ fhir:v "Biologic" ] ;
( fhir:_target [
( fhir:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Biologic" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2024-10-28
Links: Table of Contents |
QA Report