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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypePatient
IdEsempio_Patient_PNT.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": "POD.fa462fc8-7658-4098-ae95-56e4e4c73350",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Patient"
    ]
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "CGNNPR80A01D548T"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "COGNOME PROVA",
      "given": [
        "NOME PROVA"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/address-official",
          "valueBoolean": true
        }
      ],
      "use": "home",
      "type": "physical",
      "line": [
        "VIA MARTIN LUTHER KING, 6"
      ],
      "city": "Argenta",
      "_city": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritoriali",
              "code": "038001",
              "display": "Argenta"
            }
          }
        ]
      },
      "district": "Ferrara",
      "_district": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/mef-ae-province",
              "code": "FE",
              "display": "Ferarra"
            }
          }
        ]
      },
      "postalCode": "40132",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "http://terminology.hl7.it/CodeSystem/istat-unitaAmministrativeTerritorialiEstere",
              "code": "100",
              "display": "Italia"
            }
          }
        ]
      }
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Organization/POD.01c6d12a-a95a-46f6-9cf7-e5b719aaf982"
    }
  ]
}