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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypePatient
IdPatient-LIS.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": "322-292-73-6",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Patient_Eng"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "CF"
          }
        ],
        "text": "CF"
      },
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "XXXXXXXXXXXXXXXX",
      "assigner": {
        "display": "MINISTERO DELLE FINANZE"
      }
    }
  ],
  "active": false,
  "name": [
    {
      "family": "COGNOME PROVA",
      "given": [
        "NOME PROVA"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2019-07-29"
}