Swissnoso Implementation Guide (R4)
1.0.0 - STU 1 Switzerland flag

This page is part of the Swissnoso Implementation Guide (R4) (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Anna Meier - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="AnnaMeier"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Anonymous Patient</b> female, DoB: 1933 ( Medical record number: 14200)</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://fhir.tannenwald.ch/pid"/>
    <value value="14200"/>
  </identifier>
  <gender value="female"/>
  <birthDate value="1933"/>
</Patient>