//To show what is expected when sharing a payload - how the profile should be used Instance: WinITPatientExample InstanceOf: sample-patient //instance points to the profile you are pointing to Usage: #example Title: "Patient Example" Description: "Example of a patient profile payload" * name.family = "Abuor" * name.given[+] = "Winnie" * name.given = "Marie" * gender = #female //the # is how you specify values that are coded already within fhir * birthDate = "1990-10-30" * address.country = "Kenya" * address.state = "Nairobi" * address.district = "Kilimani" * address.city = "Nairobi" * address.line = "Bogani Park" * address.postalCode = "1172" * telecom[phone].value = "0721212234" * telecom[email].value[+] = "wimacoj@gmail.com" * contact.relationship = #Brother * contact.name.given = "Christopher" * contact.name.family = "Nelson" * identifier[uniqueID].value = "99999" * identifier[insuranceNo].value = "12345" //* contact.telecom[phone].system = "0767735221" * extension[Education].valueCodeableConcept = $Edulevel#55555