Sha256: f8c9cd7f38445474e0ba024381dfe319e5c4a95ba7850b058cec2d72560db1a3

Contents?: true

Size: 1.27 KB

Versions: 35

Compression:

Stored size: 1.27 KB

Contents

json.id patient.id
json.secure_id patient.secure_id
json.nhs_number patient.nhs_number
json.local_patient_id patient.local_patient_id
json.local_patient_id_2 patient.local_patient_id_2
json.local_patient_id_3 patient.local_patient_id_3
json.local_patient_id_4 patient.local_patient_id_4
json.local_patient_id_5 patient.local_patient_id_5
json.title patient.title
json.given_name patient.given_name
json.family_name patient.family_name
json.born_on patient.born_on&.to_s
json.died_on patient.died_on&.to_s
json.sex patient.sex&.code
json.ethnicity patient.ethnicity&.name
json.current_address do
  json.street_1 patient.current_address&.street_1
  json.street_2 patient.current_address&.street_2
  json.street_3 patient.current_address&.street_3
  json.town patient.current_address&.town
  json.county patient.current_address&.county
  json.region patient.current_address&.region
  json.postcode patient.current_address&.postcode
  json.country patient.current_address&.country&.name
  json.telephone patient.current_address&.telephone
  json.email patient.current_address&.email
end
json.prescriptions_url api_v1_patient_prescriptions_url(patient_id: patient)
json.hd_profile_url api_v1_patient_hd_current_profile_url(patient_id: patient)
# TODO: HD Profile link to have at least site and schedule

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.37 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.36 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.35 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.34 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.33 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.32 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.31 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.30 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.28 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.27 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.26 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.25 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.24 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.23 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.22 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.21 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.20 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.18 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.17 app/views/renalware/api/v1/patients/patients/show.json.jbuilder
renalware-core-2.0.16 app/views/renalware/api/v1/patients/patients/show.json.jbuilder