Source | hl7.fhir.uv.extensions.r4#1.0.0:FHIR Extensions Pack (v4.0.1) |
resourceType | StructureMap |
id | CompartmentDefinition5to4 |
canonical | http://hl7.org/fhir/StructureMap/CompartmentDefinition5to4 |
version | 1.0.0 |
status | active |
publisher | HL7 International / FHIR Infrastructure |
name | CompartmentDefinition5to4 |
title | FML Conversion for CompartmentDefinition: R5 to R4 |
date | 2023-03-26T08:47:34+11:00 |
description | FMLConversionforCompartmentDefinitionR5toR4 |
jurisdictions | uv |
Usages | (none) |
/// url = 'http://hl7.org/fhir/StructureMap/CompartmentDefinition5to4' /// name = 'CompartmentDefinition5to4' /// title = 'FML Conversion for CompartmentDefinition: R5 to R4' /// status = 'active' conceptmap " CompartmentType " { prefix s = " http://hl7.org/fhir/compartment-type " prefix t = " http://hl7.org/fhir/4.0/compartment-type " s : Patient - t : Patient s : Encounter - t : Encounter s : RelatedPerson - t : RelatedPerson s : Practitioner - t : Practitioner s : Device - t : Device } conceptmap " PublicationStatus " { prefix s = " http://hl7.org/fhir/publication-status " prefix t = " http://hl7.org/fhir/4.0/publication-status " s : draft - t : draft s : active - t : active s : retired - t : retired s : unknown - t : unknown } uses " http://hl7.org/fhir/StructureDefinition/CompartmentDefinition " alias CompartmentDefinitionR5 as source uses " http://hl7.org/fhir/4.0/StructureDefinition/CompartmentDefinition " alias CompartmentDefinitionR4 as target imports " http://hl7.org/fhir/StructureMap/*5to4 " group CompartmentDefinition ( source src : CompartmentDefinitionR5, target tgt : CompartmentDefinitionR4 ) extends DomainResource <<type+>> { src.url -> tgt.url ; src.version -> tgt.version ; src.name -> tgt.name ; // src.versionAlgorithm : string -> tgt.versionAlgorithm; src.status as v -> tgt.status = translate ( v , '#PublicationStatus' , 'code' ) ; // src.title -> tgt.title; src.experimental -> tgt.experimental ; src.date -> tgt.date ; src.publisher -> tgt.publisher ; src.contact -> tgt.contact ; src.description -> tgt.description ; src.useContext -> tgt.useContext ; src.purpose -> tgt.purpose ; src.code as v -> tgt.code = translate ( v , '#CompartmentType' , 'code' ) ; src.search -> tgt.search ; src.resource as s -> tgt.resource as t then CompartmentDefinitionResource ( s , t ) ; } group CompartmentDefinitionResource ( source src , target tgt ) extends BackboneElement { src.code -> tgt.code ; src.param -> tgt.param ; src.documentation -> tgt.documentation ; }
Produced 06 Apr 2023