Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.18 KB | None | 0 0
  1. {
  2.     "resourceType": "Patient",
  3.     "id": "797830",
  4.     "meta": {
  5.         "versionId": "2",
  6.         "lastUpdated": "2018-08-03T15:31:34.000+02:00"
  7.     },
  8.     "text": {
  9.         "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td>SCHIACCIATA</td><td>ZANZARA</td></tr><tr><td colspan=\"2\">null </td></tr><tr><td></td><td></td></tr></table></div>"
  10.     },
  11.     "extension": [
  12.         {
  13.             "url": "http://hl7.org/fhir/structuredefinition/birthplace",
  14.             "valueAddress": {
  15.                 "extension": [
  16.                     {
  17.                         "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/address-CityCode",
  18.                         "valueCoding": {
  19.                             "system": "urn:oid:2.16.840.1.113883.2.9.4.2.3",
  20.                             "code": "037006"
  21.                         }
  22.                     },
  23.                     {
  24.                         "url": "http://hl7.org/fhir/StructureDefinition/iso21090-AD-use",
  25.                         "valueCode": "BIRTHPL"
  26.                     }
  27.                 ],
  28.                 "text": " BOLOGNA",
  29.                 "city": "BOLOGNA"
  30.             }
  31.         }
  32.     ],
  33.     "identifier": [
  34.         {
  35.             "use": "official",
  36.             "type": {
  37.                 "coding": [
  38.                     {
  39.                         "system": "http://hl7.org/fhir/ValueSet/identifier-type",
  40.                         "code": "NNITA"
  41.                     }
  42.                 ]
  43.             },
  44.             "system": "http://agenziaentrate.gov.it/codice_fiscale",
  45.             "value": "SCHZZR18L41A944Q",
  46.             "period": {
  47.                 "start": "1900-01-01T00:00:00+01:00",
  48.                 "end": "2999-12-31T00:00:00+01:00"
  49.             }
  50.         }
  51.     ],
  52.     "name": [
  53.         {
  54.             "use": "official",
  55.             "text": "SCHIACCIATA ZANZARA",
  56.             "family": "SCHIACCIATA",
  57.             "given": [
  58.                 "ZANZARA"
  59.             ]
  60.         }
  61.     ],
  62.     "gender": "female",
  63.     "birthDate": "2018-07-01",
  64.     "deceasedDateTime": "2018-07-13T00:00:00+02:00",
  65.     "photo": [
  66.         {
  67.             "url": "media/patient/797830"
  68.         }
  69.     ]
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement