CH EPR mHealth (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.1: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

PatientPmirFeed - XML Representation

(back to description)

Raw xml

Source view


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientPmirFeed"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pmir-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: PatientPmirFeed</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical record number: 8734</p><p><b>name</b>: Franz Muster , Muster </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1995-01-27</p><p><b>managingOrganization</b>: <a name="org1"> </a></p><blockquote><p><b>id</b>: org1</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 7601000201041</p><p><b>address</b>: Doktorgasse 2 Musterhausen 8888 CH (WORK)</p></blockquote></div>
  </text>
  <contained>
    <Organization>
      <id value="org1"/>
      <meta>
        <profile
                 value="http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pmir-provider-organization"/>
      </meta>
      <identifier>
        <system value="urn:oid:2.51.1.3"/>
        <value value="7601000201041"/>
      </identifier>
      <address>
        <use value="work"/>
        <line value="Doktorgasse"/>
        <line value="2"/>
        <city value="Musterhausen"/>
        <postalCode value="8888"/>
        <country value="CH"/>
      </address>
    </Organization>
  </contained>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.756.888888.3.1"/>
    <value value="8734"/>
  </identifier>
  <name>
    <family value="Muster"/>
    <given value="Franz"/>
  </name>
  <name>
    <family value="Muster">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="BR"/>
      </extension>
    </family>
  </name>
  <gender value="male"/>
  <birthDate value="1995-01-27"/>
  <managingOrganization>
    <reference value="#org1"/>
  </managingOrganization>
</Patient>