FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetest.prova
Resource TypePatient
IdPatient.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "Esempio_patient",
  "meta": {
    "profile": [
      "https://Giulia/fhir/StructureDefinition/MyPatientGiulia"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "CF",
            "display": "Identificativo Codice Fiscale"
          }
        ]
      },
      "system": "http://Giulia//fhir/codiceFiscale",
      "value": "XXXXXXXXXXXXXXXX",
      "assigner": {
        "display": "MINISTERO DELLE FINANZE"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "family": "COGNOME PAZIENTE",
      "given": [
        "NOME PAZIENTE"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(03) 5555 6473",
      "use": "work",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "(03) 3410 5613",
      "use": "mobile",
      "rank": 2
    }
  ],
  "gender": "male",
  "birthDate": "2000-05-20",
  "deceasedBoolean": false,
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/address-official",
          "valueBoolean": true
        }
      ],
      "use": "home",
      "type": "physical",
      "line": [
        "VIA PROVA, 5"
      ],
      "city": "Napoli",
      "postalCode": "80100"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "T",
        "display": "Stato di convivenza"
      }
    ],
    "text": "Stato di convivenza"
  },
  "communication": [
    {
      "language": {
        "text": "italiano"
      }
    }
  ]
}