Patient Flags - NHS England - Implementation Guide STU1
0.4.0 - ci-build

Patient Flags - NHS England - Implementation Guide STU1 - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UKCore patient example with very basic details. - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample1"/>
  <meta>
    <profile
             value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientExample1</b></p><a name="PatientExample1"> </a><a name="hcPatientExample1"> </a><a name="hcPatientExample1-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Alan Mann (official) Male, DoB: 1970-01-01 ( https://fhir.nhs.uk/Id/nhs-number#9912003888)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/nhs-number"/>
    <value value="9912003888"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Mann"/>
    <given value="Alan"/>
  </name>
  <gender value="male"/>
  <birthDate value="1970-01-01"/>
</Patient>