National Patient System FHIR
1.0.0 - ci-build International flag

National Patient System FHIR, published by Your Organization. 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/tteddyblOak/FHIR-Teddy/ and changes regularly. See the Directory of published versions

StructureMap: Map National Patient Question to an Observation

Official URL: http://moh.bw.org/fhir/StructureMap/NationalPatientToFHIRR4Patient Version: 1.0.0
Draft as of 2025-09-19 Computable Name: NationalPatientToFHIRR4Patient
map "http://moh.bw.org/fhir/StructureMap/NationalPatientToFHIRR4Patient" = "NationalPatientToFHIRR4Patient"

uses "http://moh.bw.org/fhir/StructureDefinition/NationalPatientToFHIRR4Patient" as source
uses "http://hl7.org/fhir/StructureDefinition/Patient" as target

group NationalPatientToFHIRR4Patient(source src : NationalPatientLogicalModel, target tgt : Patient) {
  src.name as srcName -> tgt.name as pName then {
    srcName -> pName.text = srcName "SetPatientFullName";
  };
}