hl7:ClinicalDocument
|
|
|
|
Elemento root per la struttura XML che rappresenta il documento CDA. Ogni documento CDA DEVE iniziare con questo elemento, che comprende gli attributi speciali xsi:schemaLocation, xmlns e xmlsn:xsi, i quali specificano il riferimento ad un
namespace esterno, come esemplificato nel codice XML seguente:
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
DOCCLIN |
@moodCode
|
cs |
0 … 1 |
F |
EVN |
|
Example |
<ClinicalDocument xsi:schemaLocation="urn:hl7-org:v3 CDA.xsd"> .... </ClinicalDocument> |
hl7:realmCode
|
CS |
1 … * |
R |
Elemento che indica il dominio di appartenenza del documento. Più precisamente, indica
l'esistenza di una serie di restrizioni applicate per il dominio allo standard HL7–CDA
Rel. 2.0.
|
RAP |
hl7:typeId
|
II |
1 … 1 |
R |
ClinicalDocument/typeId è un elemento che identifica i vincoli imposti dalle specifiche HL7 CDA Rel 2.0 ossia
identifica la versione del CDA a cui il documento fa riferimento.
|
RAP |
@root
|
uid |
1 … 1 |
F |
2.16.840.1.113883.1.3 |
@extension
|
st |
0 … 1 |
F |
POCD_MT000040UV02 |
hl7:templateId
|
II |
1 … * |
R |
Elemento OBBLIGATORIO che indica il template di riferimento per il documento CDA.
L'elemento <templateId> (di tipo HL7 Instance Identifier) è composto da un attributo
@root che riporta un codice OID, un attributo @extension che riporta un codice specifico.
I template POSSONO essere utilizzati per
individuare, in relazione alla tipologia di documento espresso dall'elemento <code>,
un insieme di restrizioni/linee guida da applicare all'intero documento o ad una specifica
sezione dello stesso.
Nel caso specifico, dal momento che l'elemento <code> indica il codice relativo al
documento di "Referto di Anatomia Patologica", l'elemento
<templateId> identificherà la specifica versione del template che dovrebbe essere
utilizzata dal document consumer per la validazione del documento corrente.
L'elemento <templateId> PUÒ, in questo contesto, permettere la progressiva evoluzione
dei modelli di documento CDA utilizzati.
L'elemento <templateId> rappresenta un identificatore
univoco ed è composto dagli attributi seguenti.
Cambiando la versione del template viene modificata la cifra dell'attributo @extension
e non dell'attributo @root.
L'attributo @extension è rappresentativo della specifica versione del template di
riferimento.
|
RAP |
@root
|
uid |
1 … 1 |
F |
2.16.840.1.113883.2.9.10.1.8.1 |
hl7:id
|
II |
1 … 1 |
R |
L'elemento id rappresenta l'identificativo univoco del documento.
Ogni singola istanza di documento CDA DEVE essere dotata di un IDENTIFICATIVO UNIVERSALMENTE UNIVOCO, che andrà specificato
nell'elemento <id> del documento.
L’assegnazione ad ogni entità generatrice di documenti di
un nodo OID, a cui riferirsi per generare sequenze univoche di identificatori, garantisce
l’unicità dei documenti.
|
RAP |
@root
|
uid |
1 … 1 |
R |
|
@extension
|
st |
1 … 1 |
R |
|
@assigningAuthorityName
|
st |
0 … 1 |
|
|
|
Example |
<id root="2.16.840.1.113883.2.9.2.120.4.4" extension="030702.TSTSMN63A01F205H.20220929112426.OQlvTq1J" assigningAuthorityName="Regione Lazio"/> |
hl7:code
|
CE |
1 … 1 |
R |
L'elemento code serve ad identificare in maniera codificata il tipo di documento a
cui il CDA si riferisce.
|
RAP |
@codeSystemName
|
st |
0 … 1 |
|
LOINC
|
@displayName
|
st |
0 … 1 |
|
Pathology study
|
@code
|
CONF |
0 … 1 |
F |
11526-1 |
@codeSystem
|
0 … 1 |
F |
2.16.840.1.113883.6.1 (LOINC) |
|
Example |
<code code="11526-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Pathology study"/> |
hl7:translation
|
CE |
0 … * |
|
Per indirizzare le problematiche di mapping della codifica LOINC di ClinicalDocument/code in un altro schema di codifica, ad esempio uno schema di codifica locale, si rimanda
all’uso di code/translation.
|
RAP |
@code
|
cs |
1 … 1 |
R |
|
@codeSystem
|
uid |
1 … 1 |
R |
|
@codeSystemName
|
st |
0 … 1 |
|
|
@displayName
|
st |
0 … 1 |
|
|
hl7:title
|
ST |
0 … 1 |
|
|
RAP |
|
Constraint |
L’elemento ClinicalDocument/title
DOVREBBE essere valorizzato con “Referto di anatomia patologica”.
|
sdtc:statusCode
|
CS |
0 … 1 |
|
Estensione del CDA che viene usata per indicare che il referto non è nel suo stato
finale.
L’assenza dell’elemento identifica che il documento è nel suo stato finale (“completed”).
Si raccomanda di usare questa estensione solo nel caso del referto non ancora finalizzato
("active").
|
RAP |
|
Example |
<statusCode code="active"/> |
hl7:effectiveTime
|
TS |
1 … 1 |
R |
L'elemento effectiveTime indica giorno e ora della creazione dell’istanza del documento.
|
RAP |
|
Constraint |
L'elemento ClinicalDocument/effectiveTime
DEVE riportare l'attributo @value valorizzato nel formato [YYYYMMDDHHMMSS+|-ZZZZ]
|
|
Example |
<effectiveTime value="20220929183023+0100"/> |
hl7:confidentialityCode
|
CE |
1 … 1 |
R |
Elemento OBBLIGATORIO che specifica il livello di riservatezza del documento CDA assegnato al momento della
sua creazione.
Le informazioni riportate nel confidentialityCode, che sono di tipo statico, non necessariamente coincidono con le impostazioni dinamiche
inerenti all’oscuramento
e alla consultazione del documento che verranno definite a livello di servizi.
Si suggerisce che nel contesto italiano, il valore di default sia pari a “N”.
|
RAP |
|
Constraint |
I POSSIBILI valori dell'attributo confidentialityCode/@code sono “N” Normal e “V” Very Restricted
|
|
CONF |
@code shall be "N" |
@codeSystem shall be "2.16.840.1.113883.5.25" |
@codeSystemName shall be "HL7 Confidentiality" |
@displayName shall be "Normal" |
or |
@code shall be "V" |
@codeSystem shall be "2.16.840.1.113883.5.25" |
@codeSystemName shall be "HL7 Confidentiality" |
@displayName shall be "Very restricted" |
|
hl7:languageCode
|
CS |
1 … 1 |
|
Elemento OBBLIGATORIO che indica la lingua in cui è redatto il documento. L'elemento
rappresenta un codice conforme alle specifiche dell'IETF (Internet Engineering Task
Force) RFC 3066 (OID:2.16.840.1.113883.6.121).
|
RAP |
|
Example |
<languageCode code="it-IT"/> |
hl7:setId
|
II |
0 … 1 |
C |
|
RAP |
hl7:versionNumber
|
INT |
0 … 1 |
C |
|
RAP |
Included |
1 … 1 |
R |
from 2.16.840.1.113883.3.1937.777.63.10.112 CDA recordTarget RAP (DYNAMIC)
|
hl7:recordTarget
|
|
1 … 1 |
R |
Elemento che identifica il soggetto della prestazione, ovvero il paziente a cui il
Referto si riferisce.
|
CDArecordTarget RAP |
@typeCode
|
cs |
0 … 1 |
F |
RCT |
@contextControlCode
|
cs |
0 … 1 |
F |
OP |
hl7:patientRole
|
|
1 … 1 |
R |
L'elemento prevede al suo interno almeno un elemento di tipo , destinato ad accogliere
la chiave identificativa del paziente, secondo gli schemi assegnati da ogni singola
organizzazione, ed eventualmente ulteriori elementi di tipo destinati ad accogliere
le informazioni relative ad altri identificativi (regionali,
europei, temporanei, ecc).
|
CDArecordTarget RAP |
@classCode
|
cs |
0 … 1 |
F |
PAT |
hl7:id
|
II |
1 … * |
R |
Nel caso di Cittadino Italiano o straniero residente in Italia, il tag <patientRole>
riporta due elementi di tipo <id> contenenti: • Il codice fiscale del paziente (@root=
2.16.840.1.113883.2.9.4.3.2).
Nel caso di Soggetti assicurati da istituzioni estere, il tag <patientRole> DEVE
riportare almeno due elementi di tipo <id> contenenti:
• Il numero di identificazione della Tessera TEAM (Tessera Europea di Assicurazione
Malattia). (@root=2.16.840.1.113883.2.9.4.3.7)
• Il numero di identificazione Personale TEAM (@root=2.16.840.1.113883.2.9.4.3.3)
I cittadini comunitari privi dei requisiti per l'iscrizione al SSN e non
in possesso di TEAM o titolo equipollente accedono alle prestazioni sanitarie indifferibili
ed urgenti. L'identificazione del paziente avviene attraverso un codice ENI (Europeo
Non Iscritto) assegnato dalla ASL, della lunghezza di 16 caratteri e da trascriversi
nell'attributo @extension. (@root=2.16.840.1.113883.2.9.4.3.18)
Nel caso di Stranieri
Temporaneamente Presenti, il tag DEVE riportare almeno un elemento di tipo contenente
il codice identificativo STP (OBBLIGATORIO). Opzionalmente, PUÒ riportare un ulteriore
elemento di tipo atto a identificare il paziente mediante un codice anagrafico regionale
(@root=2.16.840.1.113883.2.9.4.3.17)
Nel caso di Codice Anagrafica Nazionale degli Assistiti, il
DEVE riportare un elemento di tipo contenente il codice identificativo ANA (OBBLIGATORIO)
e un ulteriore elemento (OPZIONALE) contenente un identificativo locale associato
al paziente (@root=2.16.840.1.113883.2.9.4.3.15)
|
CDArecordTarget RAP |
@root
|
uid |
1 … 1 |
R |
|
@extension
|
st |
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:addr
|
AD |
0 … * |
|
Elemento utilizzato per richiamare l’indirizzo del paziente. Possono esistere più
occorrenze dell’elemento per specificare i dati di residenza ed i dati di domicilio.
Contains 2.16.840.1.113883.3.1937.777.63.10.34 CDA addr DocGen (DYNAMIC)
|
CDArecordTarget RAP |
hl7:telecom
|
TEL |
0 … * |
|
|
CDArecordTarget RAP |
hl7:patient
|
|
1 … 1 |
R |
Elemento che contiene i dati anagrafici del paziente.
|
CDArecordTarget RAP |
@classCode
|
cs |
0 … 1 |
F |
PSN |
@determinerCode
|
cs |
0 … 1 |
F |
INSTANCE |
hl7:id
|
II |
0 … 1 |
|
|
CDArecordTarget RAP |
hl7:name
|
PN |
0 … * |
|
|
CDArecordTarget RAP |
hl7:administrativeGenderCode
|
CE |
0 … 1 |
|
|
CDArecordTarget RAP |
|
CONF |
|
hl7:birthTime
|
TS |
0 … 1 |
C |
|
CDArecordTarget RAP |
hl7:guardian
|
|
0 … * |
|
|
CDArecordTarget RAP |
@classCode
|
cs |
0 … 1 |
F |
GUARD |
hl7:id
|
II |
0 … * |
|
|
CDArecordTarget RAP |
@root
|
uid |
1 … 1 |
R |
|
@extension
|
st |
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
CDArecordTarget RAP |
|
CONF |
shall be drawn from concept domain "RoleCode" |
|
hl7:addr
|
AD |
0 … * |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.34 CDA addr DocGen (DYNAMIC)
|
CDArecordTarget RAP |
hl7:telecom
|
TEL |
0 … * |
|
|
CDArecordTarget RAP |
Choice |
|
|
Elements to choose from:
|
hl7:guardianPerson
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.54 CDA person DocGen (DYNAMIC)
|
CDArecordTarget RAP |
hl7:guardianOrganization
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.58 CDA Organization DocGen (DYNAMIC)
|
CDArecordTarget RAP |
hl7:birthplace
|
|
0 … 1 |
|
|
CDArecordTarget RAP |
@classCode
|
cs |
0 … 1 |
F |
BIRTHPL |
hl7:place
|
|
1 … 1 |
R |
|
CDArecordTarget RAP |
@classCode
|
cs |
0 … 1 |
F |
PLC |
@determinerCode
|
cs |
0 … 1 |
F |
INSTANCE |
hl7:name
|
EN |
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.60 CDA name DocGen (DYNAMIC)
|
CDArecordTarget RAP |
hl7:addr
|
AD |
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.116 CDA AddressPatient (DYNAMIC)
|
CDArecordTarget RAP |
hl7:providerOrganization
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.58 CDA Organization DocGen (DYNAMIC)
|
CDArecordTarget RAP |
Included |
1 … * |
R |
from 2.16.840.1.113883.3.1937.777.63.10.118 CDA author RAP (DYNAMIC)
|
hl7:author
|
|
1 … * |
R |
L'elemento author rappresenta l'autore del documento. |
RAP |
@typeCode
|
cs |
0 … 1 |
F |
AUT |
@contextControlCode
|
cs |
0 … 1 |
F |
OP |
hl7:functionCode
|
CE |
0 … 1 |
|
|
RAP |
hl7:time
|
TS |
1 … 1 |
R |
|
RAP |
hl7:assignedAuthor
|
|
1 … 1 |
R |
Il tag è <assignedAuthor> e contiene al suo interno:
• un tag <id> che identifica univocamente il medico autore del documento tramite il
suo codice fiscale;
• un tag <assignedPerson> che definisce il nome e cognome dell’autore del documento;
• un tag
<representedOrganization> che prevede al suo interno un tag che identifica univocamente
la struttura/organizzazione di appartenenza dell’autore
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ASSIGNED |
hl7:id
|
II |
1 … * |
R |
|
RAP |
@root
|
uid |
1 … 1 |
R |
|
@extension
|
st |
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
RAP |
|
CONF |
shall be drawn from concept domain "RoleCode" |
|
hl7:addr
|
AD |
0 … * |
|
L’elemento addr rappresenta l’indirizzo dell’autore. Per la costruzione del blocco
si PUÒ far riferimento alle obbligatorietà riportate nel tag addr associato al paziente.
Contains 2.16.840.1.113883.3.1937.777.63.10.34 CDA addr DocGen (DYNAMIC)
|
RAP |
hl7:telecom
|
TEL |
0 … * |
|
|
RAP |
Choice |
|
|
Elements to choose from:
|
hl7:assignedPerson
|
|
0 … 1 |
|
La sezione contiene un elemento assignedPerson che riporti i dati relativi al soggetto
in esame all'interno delle sezioni opportune.
Contains 2.16.840.1.113883.3.1937.777.63.10.54 CDA person DocGen (DYNAMIC)
|
RAP |
hl7:assignedAuthoringDevice
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.35 CDA assignedAuthoringDevice DocGen (DYNAMIC)
|
RAP |
hl7:representedOrganization
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.58 CDA Organization DocGen (DYNAMIC)
|
RAP |
Included |
0 … 1 |
|
from 2.16.840.1.113883.3.1937.777.63.10.119 CDA dataEnterer RAP (DYNAMIC)
|
hl7:dataEnterer
|
|
0 … 1 |
|
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
ENT |
@contextControlCode
|
cs |
0 … 1 |
F |
OP |
hl7:time
|
TS |
1 … 1 |
R |
|
RAP |
hl7:assignedEntity
|
|
1 … 1 |
R |
Contains 2.16.840.1.113883.3.1937.777.63.10.36 CDA AssignedEntity DocGen (DYNAMIC)
|
RAP |
Included |
1 … 1 |
R |
from 2.16.840.1.113883.3.1937.777.63.10.120 CDA custodian RAP (DYNAMIC)
|
hl7:custodian
|
|
1 … 1 |
R |
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
CST |
hl7:assignedCustodian
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ASSIGNED |
hl7:representedCustodianOrganization
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ORG |
@determinerCode
|
cs |
0 … 1 |
F |
INSTANCE |
hl7:id
|
II |
1 … * |
M |
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:name
|
ON |
0 … 1 |
|
|
RAP |
hl7:telecom
|
TEL |
0 … 1 |
|
|
RAP |
hl7:addr
|
AD |
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.34 CDA addr DocGen (DYNAMIC)
|
RAP |
Included |
0 … * |
|
from 2.16.840.1.113883.3.1937.777.63.10.121 CDA informationRecipient RAP (DYNAMIC)
|
hl7:informationRecipient
|
|
0 … * |
|
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
PRCP |
hl7:intendedRecipient
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ASSIGNED |
hl7:id
|
II |
0 … * |
R |
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:addr
|
AD |
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.34 CDA addr DocGen (DYNAMIC)
|
RAP |
hl7:telecom
|
TEL |
0 … * |
|
|
RAP |
hl7:informationRecipient
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.54 CDA person DocGen (DYNAMIC)
|
RAP |
hl7:receivedOrganization
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.58 CDA Organization DocGen (DYNAMIC)
|
RAP |
Included |
1 … 1 |
|
from 2.16.840.1.113883.3.1937.777.63.10.122 CDA legalAuthenticator RAP (DYNAMIC)
|
hl7:legalAuthenticator
|
|
1 … 1 |
|
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
LA |
@contextControlCode
|
cs |
0 … 1 |
F |
OP |
hl7:time
|
TS |
1 … 1 |
R |
|
RAP |
hl7:signatureCode
|
CS |
1 … 1 |
R |
|
RAP |
@code
|
|
1 … 1 |
F |
S |
hl7:assignedEntity
|
|
1 … 1 |
R |
Contains 2.16.840.1.113883.3.1937.777.63.10.36 CDA AssignedEntity DocGen (DYNAMIC)
|
RAP |
Included |
0 … * |
|
from 2.16.840.1.113883.3.1937.777.63.10.123 CDA authenticator RAP (DYNAMIC)
|
hl7:authenticator
|
|
0 … * |
|
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
AUTHEN |
hl7:time
|
TS |
1 … 1 |
R |
|
RAP |
hl7:signatureCode
|
CS |
1 … 1 |
R |
|
RAP |
@code
|
|
1 … 1 |
F |
S |
hl7:assignedEntity
|
|
1 … 1 |
R |
Contains 2.16.840.1.113883.3.1937.777.63.10.36 CDA AssignedEntity DocGen (DYNAMIC)
|
RAP |
Included |
0 … * |
|
from 2.16.840.1.113883.3.1937.777.63.10.124 CDA participant RAP (DYNAMIC)
|
hl7:participant
|
|
0 … * |
|
|
RAP |
@typeCode
|
cs |
1 … 1 |
R |
|
@contextControlCode
|
cs |
0 … 1 |
F |
OP |
hl7:functionCode
|
CE |
0 … 1 |
|
|
RAP |
hl7:time
|
IVL_TS |
0 … 1 |
|
|
RAP |
hl7:associatedEntity
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
1 … 1 |
R |
|
hl7:id
|
II |
0 … * |
|
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
RAP |
|
CONF |
shall be drawn from concept domain "RoleCode" |
|
hl7:addr
|
AD |
0 … * |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.34 CDA addr DocGen (DYNAMIC)
|
RAP |
hl7:telecom
|
TEL |
0 … * |
|
|
RAP |
hl7:associatedPerson
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.54 CDA person DocGen (DYNAMIC)
|
RAP |
hl7:scopingOrganization
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.58 CDA Organization DocGen (DYNAMIC)
|
RAP |
Included |
1 … * |
|
from 2.16.840.1.113883.3.1937.777.63.10.125 CDA inFulfillmentOf RAP (DYNAMIC)
|
hl7:inFulfillmentOf
|
|
1 … * |
R |
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
FLFS |
hl7:order
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ACT |
@moodCode
|
cs |
0 … 1 |
F |
RQO |
hl7:id
|
II |
1 … 1 |
R |
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
RAP |
|
CONF |
shall be drawn from concept domain "ActCode" |
|
hl7:priorityCode
|
CE |
0 … 1 |
|
|
RAP |
Included |
0 … 1 |
|
from 2.16.840.1.113883.3.1937.777.63.10.126 CDA documentationOf RAP (DYNAMIC)
|
hl7:documentationOf
|
|
0 … 1 |
|
Elemento che indica l'atto che viene documentato nel documento clinico |
RAP |
@typeCode
|
cs |
0 … 1 |
F |
DOC |
hl7:serviceEvent
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ACT |
@moodCode
|
cs |
0 … 1 |
F |
EVN |
hl7:id
|
II |
0 … * |
|
|
RAP |
@root
|
uid |
1 … 1 |
R |
|
@extension
|
st |
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
RAP |
|
CONF |
shall be drawn from concept domain "ActCode" |
|
hl7:effectiveTime
|
IVL_TS |
0 … 1 |
|
|
RAP |
hl7:performer
|
|
0 … * |
|
|
RAP |
@typeCode
|
cs |
1 … 1 |
R |
|
hl7:functionCode
|
CE |
0 … 1 |
|
|
RAP |
hl7:time
|
IVL_TS |
0 … 1 |
|
|
RAP |
hl7:assignedEntity
|
|
1 … 1 |
R |
Contains 2.16.840.1.113883.3.1937.777.63.10.36 CDA AssignedEntity DocGen (DYNAMIC)
|
RAP |
Included |
0 … 1 |
|
from 2.16.840.1.113883.3.1937.777.63.10.128 CDA relatedDocument RAP (DYNAMIC)
|
hl7:relatedDocument
|
|
0 … 1 |
|
|
RAP |
@typeCode
|
cs |
1 … 1 |
R |
|
hl7:parentDocument
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
DOCCLIN |
@moodCode
|
cs |
0 … 1 |
F |
EVN |
hl7:id
|
II |
1 … * |
R |
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CD |
0 … 1 |
|
|
RAP |
@codeSystem
|
CONF |
0 … 1 |
F |
2.16.840.1.113883.6.1 (LOINC) |
hl7:text
|
ED |
0 … 1 |
|
|
RAP |
hl7:setId
|
II |
0 … 1 |
|
|
RAP |
hl7:versionNumber
|
INT |
0 … 1 |
|
|
RAP |
Included |
1 … 1 |
|
from 2.16.840.1.113883.3.1937.777.63.10.127 CDA componentOf RAP (DYNAMIC)
|
hl7:componentOf
|
|
1 … 1 |
|
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:encompassingEncounter
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
ENC |
@moodCode
|
cs |
0 … 1 |
F |
EVN |
hl7:id
|
II |
0 … * |
|
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
RAP |
hl7:effectiveTime
|
IVL_TS |
1 … 1 |
R |
|
RAP |
hl7:responsibleParty
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.36 CDA AssignedEntity DocGen (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
RESP |
hl7:location
|
|
0 … 1 |
|
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
LOC |
hl7:healthCareFacility
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
SDLOC |
hl7:id
|
II |
0 … * |
|
|
RAP |
@root
|
|
1 … 1 |
R |
|
@extension
|
|
1 … 1 |
R |
|
@assigningAuthorityName
|
|
0 … 1 |
|
|
hl7:code
|
CE |
0 … 1 |
|
|
RAP |
hl7:location
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.52 CDA place DocGen (DYNAMIC)
|
RAP |
hl7:serviceProviderOrganization
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.58 CDA Organization DocGen (DYNAMIC)
|
RAP |
hl7:component
|
|
1 … 1 |
R |
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:structuredBody
|
|
1 … 1 |
R |
|
RAP |
@classCode
|
cs |
0 … 1 |
F |
DOCBODY |
@moodCode
|
cs |
0 … 1 |
F |
EVN |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.130 Quesito Diagnostico (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.132 Notizie Cliniche (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
1 … 1 |
R |
Contains 2.16.840.1.113883.3.1937.777.63.10.142 Procedura (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.149 Osservazione Macroscopica (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.193 Osservazione Microscopica (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.190 Stato del margine (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.197 Analisi supplementari dei campioni (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.211 Epicrisi (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
1 … 1 |
R |
Contains 2.16.840.1.113883.3.1937.777.63.10.176 Diagnosi (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |
hl7:component
|
|
0 … 1 |
|
Contains 2.16.840.1.113883.3.1937.777.63.10.213 Commenti e Conclusioni (RAP) (DYNAMIC)
|
RAP |
@typeCode
|
cs |
0 … 1 |
F |
COMP |