Package uk.nhs.interoperability.payloads.fhir.commontypes

Examples of uk.nhs.interoperability.payloads.fhir.commontypes.PatientID


 
  public static Patient createFull() {
    Patient resource = new Patient();
   
    // PatientRole:
    resource.addPatientID(new PatientID()
                  .setPatientID("993254128")
                  .setPatientIDType(PatientIDType.UnverifiedNHSNumber.code));   
   
    resource.addAddress(new Address()
                  .addAddressLine("17, County Court")
View Full Code Here

TOP

Related Classes of uk.nhs.interoperability.payloads.fhir.commontypes.PatientID

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.