Regelverk för interoperabilitet inom vård och omsorg (RIV-TA) - POC
0.1.0 - draft

Regelverk för interoperabilitet inom vård och omsorg (RIV-TA) - POC - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

StructureMap: Map from Patient Logical Model to FHIR Patient

Official URL: http://example.org/fhir/StructureMap/MyStructureMap Version: 0.1.0
Active as of 2025-05-21 Computable Name: MyStructureMap

Maps fields from PatientLM (a logical model) to FHIR Patient resource.

Generated Narrative: StructureMap MyStructureMap

map "http://example.org/fhir/StructureMap/MyStructureMap" = "MyStructureMap"

// Maps fields from PatientLM (a logical model) to FHIR Patient resource.

uses "http://example.org/fhir/StructureDefinition/PatientSummaryHeaderType" alias src as source
uses "http://hl7.org/fhir/StructureDefinition/Patient" alias tgt as target

group PatientMapping(source src : patientId, target tgt : identifier) {
  src.patientId -> tgt.identifier = copy();
}