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

FHIR IG analytics

Packagelazio.crea.cup.irt
Resource TypeStructureDefinition
IdStructureDefinition-lccup-patient.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=lazio.crea.cup.irt@1.3.0&canonical=https://www.fhir.laziocrea.it/StructureDefinition/lccup-patient
URLhttps://www.fhir.laziocrea.it/StructureDefinition/lccup-patient
Version1.3.0
Statusdraft
NameLcCupPatient
TitleLcCup Patient - Assistito CUP Lazio
DescriptionAssistito destinatario della prestazione sanitaria nell'ambito del sistema CUP della Regione Lazio. Il profilo identifica il paziente coinvolto nelle prenotazioni ambulatoriali e in altri tipi di appuntamento.
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
lazio.crea.cup.irt#1.3.0lccup-appointmentLcCup Appointment - Prenotazione CUP Lazio
lazio.crea.cup.irt#1.3.0lccup-service-requestLcCup ServiceRequest - Prestazione richiesta

Resources that this resource uses

StructureDefinition
lazio.crea.cup.irt#1.3.0lccup-organizationLcCup Organization - Struttura sanitaria

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "lccup-patient",
  "url": "https://www.fhir.laziocrea.it/StructureDefinition/lccup-patient",
  "version": "1.3.0",
  "name": "LcCupPatient",
  "title": "LcCup Patient - Assistito CUP Lazio",
  "status": "draft",
  "experimental": true,
  "description": "Assistito destinatario della prestazione sanitaria nell'ambito del sistema\nCUP della Regione Lazio. Il profilo identifica il paziente coinvolto nelle\nprenotazioni ambulatoriali e in altri tipi di appuntamento.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.meta.profile",
        "path": "Patient.meta.profile",
        "min": 1,
        "max": "1",
        "patternCanonical": "https://www.fhir.laziocrea.it/StructureDefinition/lccup-patient"
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "short": "Identificativi dell'assistito",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:codiceFiscale",
        "path": "Patient.identifier",
        "sliceName": "codiceFiscale",
        "short": "Codice fiscale dell'assistito",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:codiceFiscale.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://hl7.it/sid/codiceFiscale",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:codiceFiscale.value",
        "path": "Patient.identifier.value",
        "short": "Codice fiscale dell'assistito",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:stp",
        "path": "Patient.identifier",
        "sliceName": "stp",
        "short": "Codice identificativo STP dell'assistito",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:stp.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://hl7.it/sid/STP",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:stp.value",
        "path": "Patient.identifier.value",
        "short": "Codice STP",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:team",
        "path": "Patient.identifier",
        "sliceName": "team",
        "short": "Numero identificativo TEAM dell'assistito",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:team.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://hl7.it/sid/TEAM",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:team.value",
        "path": "Patient.identifier.value",
        "short": "Numero TEAM",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:idAna",
        "path": "Patient.identifier",
        "sliceName": "idAna",
        "short": "Identificativo dell'assistito nell'Anagrafe Nazionale Assistiti",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:idAna.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://hl7.it/sid/ANA",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:idAna.value",
        "path": "Patient.identifier.value",
        "short": "Identificativo ANA dell'assistito",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "mustSupport": true
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "short": "Nome e cognome dell'assistito",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "short": "Cognome dell'assistito",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "short": "Nome dell'assistito",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "short": "Recapiti del paziente (telefono, e-mail)",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "Sesso dell'assistito",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "Data di nascita",
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "short": "Residenza o domicilio dell'assistito",
        "mustSupport": true
      },
      {
        "id": "Patient.contact",
        "path": "Patient.contact",
        "short": "Persona di riferimento o caregiver",
        "mustSupport": true
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "short": "Lingua preferita",
        "mustSupport": true
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "short": "Organizzazione responsabile della gestione del paziente",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.fhir.laziocrea.it/StructureDefinition/lccup-organization"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}