This page is part of the HL7 Version 2 to FHIR (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "segment-rxo-to-medicationrequest"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SegmentRXOtoMedicationRequest (http://hl7.org/fhir/v2-tofhir/segment-rxo-to-medicationrequest)</h2><p>Mapping from (not specified) to (not specified)</p><p>ACTIVE (not intended for production usage). Published on 2020-08-06 by HL7 International (HL7 Orders and Observations Workgroup: <a href=\"http://hl7.org/Special/committees/orders/index.cfm\">http://hl7.org/Special/committ...</a>, Keith W. Boone: <a href=\"mailto:kboone@ainq.com\">kboone@ainq.com</a>). Copyright (c) 2020, HL7 International, Inc., All Rights Reserved.</p><div><p>This ConceptMap represents a mapping from the HL7 V2 Segment RXO to the FHIR MedicationRequest. It is not yet supported.</p>\n</div><br/></div>" ]; fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/v2-tofhir/segment-rxo-to-medicationrequest"]; fhir:ConceptMap.version [ fhir:value "0.1.0"]; fhir:ConceptMap.name [ fhir:value "SegmentRXOtoMedicationRequest"]; fhir:ConceptMap.status [ fhir:value "active"]; fhir:ConceptMap.experimental [ fhir:value "true"^^xsd:boolean]; fhir:ConceptMap.date [ fhir:value "2020-08-06"^^xsd:date]; fhir:ConceptMap.publisher [ fhir:value "HL7 International"]; fhir:ConceptMap.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 Orders and Observations Workgroup" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/orders/index.cfm" ] ] ], [ fhir:index 1; fhir:ContactDetail.name [ fhir:value "Keith W. Boone" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "kboone@ainq.com" ] ] ]; fhir:ConceptMap.description [ fhir:value "This ConceptMap represents a mapping from the HL7 V2 Segment RXO to the FHIR MedicationRequest. It is not yet supported."]; fhir:ConceptMap.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ] ] ]; fhir:ConceptMap.copyright [ fhir:value "Copyright (c) 2020, HL7 International, Inc., All Rights Reserved."]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.