FHIR to OMOP FHIR IG, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-omop-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 2 |
@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:StructureMap ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MeasurementMap"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap MeasurementMap</b></p><a name=\"MeasurementMap\"> </a><a name=\"hcMeasurementMap\"> </a><pre class=\"fml\">#xD;\n<span style=\"color: #cc00cc\">/// <b>url</b> = </span><span style=\"color: blue\">'http://hl7.org/fhir/uv/omop/StructureMap/MeasurementMap'</span>#xD;\n<span style=\"color: #cc00cc\">/// <b>name</b> = </span><span style=\"color: blue\">'MeasurementMap'</span>#xD;\n<span style=\"color: #cc00cc\">/// <b>title</b> = </span><span style=\"color: blue\">'Mapping Observation resource to Measurement OMOP Domain'</span>#xD;\n<span style=\"color: #cc00cc\">/// <b>status</b> = </span><span style=\"color: blue\">'draft'</span>#xD;\n#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"http://hl7.org/fhir/R5/observation.html\" title=\"Observation\">http://hl7.org/fhir/StructureDefinition/Observation</a><span style=\"color: navy\">\" </span><b>alias </b>Observation <b>as </b><b>source</b>#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-Measurement.html\" title=\"Measurement OMOP Table\">http://hl7.org/fhir/uv/omop/StructureDefinition/Measurement</a><span style=\"color: navy\">\" </span><b>alias </b>MeasureTable <b>as </b><b>target</b>#xD;\n#xD;\n<b>group </b>Measures<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">src</span><span style=\"color: navy\"> : </span>Observation, <b>target</b> <span style=\"color: maroon\">tgt</span><span style=\"color: navy\"> : </span>MeasureTable<span style=\"color: navy\">)</span><span style=\"color: navy\"> {#xD;\n</span> src<b> where </b>('vital-signs' | 'laboratory').supersetOf(Observation.category.coding.code)<b> then</b><span style=\"color: navy\"> {#xD;\n</span> src.id<b> as </b><span style=\"color: maroon\">id</span><span style=\"color: navy\"><b> -> </b></span>tgt.measurement_id = <span style=\"color: blue\">'1'</span><span style=\"color: navy\">;</span>#xD;\n src.code<b> as </b><span style=\"color: maroon\">s</span><span style=\"color: navy\"><b> -> </b></span><span style=\"color: maroon\">tgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> s.coding<b> as </b><span style=\"color: maroon\">sc</span><span style=\"color: navy\"><b> -> </b></span><span style=\"color: maroon\">tgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> sc.code<b> as </b><span style=\"color: maroon\">a</span><span style=\"color: navy\"><b> -> </b></span>tgt.measurement_concept_id = <span style=\"color: maroon\">a</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"MeasurementConcept\"</i><span style=\"color: navy\">;</span>#xD;\n src.subject<span style=\"color: navy\"><b> -> </b></span>tgt.person_id = <span style=\"color: blue\">'1'</span><span style=\"color: navy\">;</span>#xD;\n src.encounter<span style=\"color: navy\"><b> -> </b></span>tgt.visit_occurrence_id = <span style=\"color: blue\">'1'</span><span style=\"color: navy\">;</span>#xD;\n src.effective<span style=\"color: navy\"> : </span>dateTime<b> as </b><span style=\"color: maroon\">edt</span><span style=\"color: navy\"><b> -> </b></span> tgt.measurement_datetime = <span style=\"color: maroon\">edt</span><span style=\"color: navy\">, </span> tgt.measurement_date = <b>cast</b><span style=\"color: navy\">(</span><span style=\"color: maroon\">edt</span><span style=\"color: navy\">, </span><span style=\"color: blue\">'date'</span><span style=\"color: navy\">)</span><span style=\"color: navy\">;</span>#xD;\n src.effective<span style=\"color: navy\"> : </span>instant<b> as </b><span style=\"color: maroon\">einst</span><span style=\"color: navy\"><b> -> </b></span> tgt.measurement_datetime = <b>cast</b><span style=\"color: navy\">(</span><span style=\"color: maroon\">einst</span><span style=\"color: navy\">, </span><span style=\"color: blue\">'dateTime'</span><span style=\"color: navy\">)</span><span style=\"color: navy\">, </span> tgt.measurement_date = <b>cast</b><span style=\"color: navy\">(</span><span style=\"color: maroon\">einst</span><span style=\"color: navy\">, </span><span style=\"color: blue\">'date'</span><span style=\"color: navy\">)</span><span style=\"color: navy\">;</span>#xD;\n src.effective<span style=\"color: navy\"> : </span>Period<b> as </b><span style=\"color: maroon\">s</span><span style=\"color: navy\"><b> -> </b></span><span style=\"color: maroon\">tgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> s.start<b> as </b><span style=\"color: maroon\">eps</span><span style=\"color: navy\"><b> -> </b></span> tgt.measurement_datetime = <b>cast</b><span style=\"color: navy\">(</span><span style=\"color: maroon\">eps</span><span style=\"color: navy\">, </span><span style=\"color: blue\">'dateTime'</span><span style=\"color: navy\">)</span><span style=\"color: navy\">, </span> tgt.measurement_date = <b>cast</b><span style=\"color: navy\">(</span><span style=\"color: maroon\">eps</span><span style=\"color: navy\">, </span><span style=\"color: blue\">'date'</span><span style=\"color: navy\">)</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"MeasurementDate\"</i><span style=\"color: navy\">;</span>#xD;\n src.issued<b> as </b><span style=\"color: maroon\">s</span><b> where </b>(src.issued.toDate != src.effectiveDateTime)<span style=\"color: navy\"><b> -> </b></span>tgt.measurement_source_value = <b>cast</b><span style=\"color: navy\">(</span><span style=\"color: maroon\">s</span><span style=\"color: navy\">, </span><span style=\"color: blue\">'string'</span><span style=\"color: navy\">)</span><span style=\"color: navy\">;</span>#xD;\n src.category<span style=\"color: navy\"><b> -> </b></span>tgt.measurement_type_concept_id = <span style=\"color: blue\">'32817'</span> <i>\"EHR\"</i><span style=\"color: navy\">;</span>#xD;\n src.performer<span style=\"color: navy\"><b> -> </b></span>tgt.provider_id = <span style=\"color: blue\">'1'</span><span style=\"color: navy\">;</span>#xD;\n src.value<span style=\"color: navy\"> : </span>Quantity<b> as </b><span style=\"color: maroon\">s</span><span style=\"color: navy\"><b> -> </b></span><span style=\"color: maroon\">tgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> s.value<b> as </b><span style=\"color: maroon\">a</span><span style=\"color: navy\"><b> -> </b></span>tgt.value_as_number = <span style=\"color: maroon\">a</span><span style=\"color: navy\">;</span>#xD;\n s.unit<b> as </b><span style=\"color: maroon\">b</span><span style=\"color: navy\"><b> -> </b></span>tgt.unit_concept_id = <span style=\"color: maroon\">b</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"QuantityValue\"</i><span style=\"color: navy\">;</span>#xD;\n src.value<span style=\"color: navy\"> : </span>CodeableConcept<b> as </b><span style=\"color: maroon\">s</span><span style=\"color: navy\"><b> -> </b></span><span style=\"color: maroon\">tgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> s.coding<b> as </b><span style=\"color: maroon\">sc</span><span style=\"color: navy\"><b> -> </b></span><span style=\"color: maroon\">tgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> sc.code<b> as </b><span style=\"color: maroon\">a</span><span style=\"color: navy\"><b> -> </b></span>tgt.value_as_concept_id = <span style=\"color: maroon\">a</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"CodeableConceptValue\"</i><span style=\"color: navy\">;</span>#xD;\n src.value<span style=\"color: navy\"> : </span>string<b> as </b><span style=\"color: maroon\">b</span><span style=\"color: navy\"><b> -> </b></span>tgt.value_source_value = <span style=\"color: maroon\">b</span><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"OnlyMeasures\"</i><span style=\"color: navy\">;</span>#xD;\n<span style=\"color: navy\">}#xD;\n#xD;\n</span></pre></div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ; fhir:value [ a fhir:Code ; fhir:v "brr" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ; fhir:value [ a fhir:Integer ; fhir:v 2 ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ; fhir:value [ a fhir:Canonical ; fhir:v "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop> ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ; 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:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ; fhir:value [ a fhir:Canonical ; fhir:v "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop> ] ] ) ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/uv/omop/StructureMap/MeasurementMap"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/uv/omop/StructureMap/MeasurementMap> ] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "MeasurementMap"] ; # fhir:title [ fhir:v "Mapping Observation resource to Measurement OMOP Domain"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2026-04-27T16:39:08+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / Biomedical Research and Regulation"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International / Biomedical Research and Regulation" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ] ] ) ] ) ; # fhir:description [ fhir:v "This mapping maps FHIR Observation instances that are considered measurements to OMOP Measurement Table objects. Currently, this is done by considering the category code and mapping 'vital-signs' and 'laboratory' Observations."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ; fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:structure ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/Observation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/Observation> ] ; fhir:mode [ fhir:v "source" ] ; fhir:alias [ fhir:v "Observation" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/omop/StructureDefinition/Measurement"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/uv/omop/StructureDefinition/Measurement> ] ; fhir:mode [ fhir:v "target" ] ; fhir:alias [ fhir:v "MeasureTable" ] ] ) ; # fhir:group ( [ fhir:name [ fhir:v "Measures" ] ; ( fhir:input [ fhir:name [ fhir:v "src" ] ; fhir:type [ fhir:v "Observation" ] ; fhir:mode [ fhir:v "source" ] ] [ fhir:name [ fhir:v "tgt" ] ; fhir:type [ fhir:v "MeasureTable" ] ; fhir:mode [ fhir:v "target" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "OnlyMeasures" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:condition [ fhir:v "('vital-signs' | 'laboratory').supersetOf(Observation.category.coding.code)" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "id" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "id" ] ; fhir:variable [ fhir:v "id" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:String ; fhir:v "1" ] ] ) ] ) ] [ fhir:name [ fhir:v "MeasurementConcept" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "code" ] ; fhir:variable [ fhir:v "s" ] ] ) ; ( fhir:target [ fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "tgt" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "coding" ] ; ( fhir:source [ fhir:context [ fhir:v "s" ] ; fhir:element [ fhir:v "coding" ] ; fhir:variable [ fhir:v "sc" ] ] ) ; ( fhir:target [ fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "tgt" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "code" ] ; ( fhir:source [ fhir:context [ fhir:v "sc" ] ; fhir:element [ fhir:v "code" ] ; fhir:variable [ fhir:v "a" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_concept_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "a" ] ] ) ] ) ] ) ] ) ] [ fhir:name [ fhir:v "subject" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "subject" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "person_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:String ; fhir:v "1" ] ] ) ] ) ] [ fhir:name [ fhir:v "encounter" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "encounter" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "visit_occurrence_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:String ; fhir:v "1" ] ] ) ] ) ] [ fhir:name [ fhir:v "effectiveDateTime" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:type [ fhir:v "dateTime" ] ; fhir:element [ fhir:v "effective" ] ; fhir:variable [ fhir:v "edt" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_datetime" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "edt" ] ] ) ] [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_date" ] ; fhir:transform [ fhir:v "cast" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "edt" ] ] [ fhir:value [ a fhir:String ; fhir:v "date" ] ] ) ] ) ] [ fhir:name [ fhir:v "effectiveInstant" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:type [ fhir:v "instant" ] ; fhir:element [ fhir:v "effective" ] ; fhir:variable [ fhir:v "einst" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_datetime" ] ; fhir:transform [ fhir:v "cast" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "einst" ] ] [ fhir:value [ a fhir:String ; fhir:v "dateTime" ] ] ) ] [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_date" ] ; fhir:transform [ fhir:v "cast" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "einst" ] ] [ fhir:value [ a fhir:String ; fhir:v "date" ] ] ) ] ) ] [ fhir:name [ fhir:v "MeasurementDate" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:type [ fhir:v "Period" ] ; fhir:element [ fhir:v "effective" ] ; fhir:variable [ fhir:v "s" ] ] ) ; ( fhir:target [ fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "tgt" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "start" ] ; ( fhir:source [ fhir:context [ fhir:v "s" ] ; fhir:element [ fhir:v "start" ] ; fhir:variable [ fhir:v "eps" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_datetime" ] ; fhir:transform [ fhir:v "cast" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "eps" ] ] [ fhir:value [ a fhir:String ; fhir:v "dateTime" ] ] ) ] [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_date" ] ; fhir:transform [ fhir:v "cast" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "eps" ] ] [ fhir:value [ a fhir:String ; fhir:v "date" ] ] ) ] ) ] ) ] [ fhir:name [ fhir:v "issued" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "issued" ] ; fhir:variable [ fhir:v "s" ] ; fhir:condition [ fhir:v "(src.issued.toDate != src.effectiveDateTime)" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_source_value" ] ; fhir:transform [ fhir:v "cast" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "s" ] ] [ fhir:value [ a fhir:String ; fhir:v "string" ] ] ) ] ) ] [ fhir:name [ fhir:v "EHR" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "category" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "measurement_type_concept_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:String ; fhir:v "32817" ] ] ) ] ) ] [ fhir:name [ fhir:v "performer" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:element [ fhir:v "performer" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "provider_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:String ; fhir:v "1" ] ] ) ] ) ] [ fhir:name [ fhir:v "QuantityValue" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:type [ fhir:v "Quantity" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "s" ] ] ) ; ( fhir:target [ fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "tgt" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "value" ] ; ( fhir:source [ fhir:context [ fhir:v "s" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "a" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "value_as_number" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "a" ] ] ) ] ) ] [ fhir:name [ fhir:v "unit" ] ; ( fhir:source [ fhir:context [ fhir:v "s" ] ; fhir:element [ fhir:v "unit" ] ; fhir:variable [ fhir:v "b" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "unit_concept_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "b" ] ] ) ] ) ] ) ] [ fhir:name [ fhir:v "CodeableConceptValue" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:type [ fhir:v "CodeableConcept" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "s" ] ] ) ; ( fhir:target [ fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "tgt" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "coding" ] ; ( fhir:source [ fhir:context [ fhir:v "s" ] ; fhir:element [ fhir:v "coding" ] ; fhir:variable [ fhir:v "sc" ] ] ) ; ( fhir:target [ fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "tgt" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "code" ] ; ( fhir:source [ fhir:context [ fhir:v "sc" ] ; fhir:element [ fhir:v "code" ] ; fhir:variable [ fhir:v "a" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "value_as_concept_id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "a" ] ] ) ] ) ] ) ] ) ] [ fhir:name [ fhir:v "valueString" ] ; ( fhir:source [ fhir:context [ fhir:v "src" ] ; fhir:type [ fhir:v "string" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "b" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgt" ] ; fhir:element [ fhir:v "value_source_value" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:Id ; fhir:v "b" ] ] ) ] ) ] ) ] ) ] ) . #
IG © 2023+ HL7 International / Biomedical Research and Regulation.
Package hl7.fhir.uv.omop#1.0.0 based on FHIR 5.0.0.
Generated
2026-04-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
