Profile: CAPPSPatient Parent: Patient Id: capps-patient Title: "CAPPS Patient" Description: "Patient profile for CAPPS implementation guide." * identifier 0..* MS * type 1..1 * coding 1..1 * system = "http://terminology.hl7.org/CodeSystem/v2-0203" * system 0..1 MS * value 1..1 MS * name.given 1..1 MS * name.family 1..1 MS * gender 1..1 MS * birthDate 1..1 MS * telecom 0..* MS * system 0..1 * value 0..1 MS * use 0..1 MS // Example instance of CAPPSPatient Instance: CAPPSPatientExample InstanceOf: CAPPSPatient Title: "CAPPS Patient Example" Description: "An example CAPPS patient instance." Usage: #example * identifier[0] * type.coding[0].system = "http://terminology.hl7.org/CodeSystem/v2-0203" * system = "http://hospital.smarthealthit.org" * value = "123456" * name[0].given = "Vin" * name[0].family = "Diesel" * gender = #male * birthDate = "1980-07-18" * telecom[0] * system = #phone * value = "+228 90-90-90-90" * telecom[1] * system = #email * value = "vin.diesel@example.com"