health.ccda.r3
Module health.ccda.r3
API
Definitions
ballerinax/health.ccda.r3 Ballerina library
module-ballerinax-health.ccda
HL7v3 CDA Ballerina Modules
This package is designed to handle CCDA (Continuity of Care Document Architecture) for healthcare data interoperability. It provides utilities to streamline the creation and management of CCDA-compliant documents.
Features
- Parse CCDA documents and extract relevant data.
- Record representation for CCDA documents.
Prerequisites
- Ballerina version 2201.12.0 or later
Building the Package
To build the package, you need to have Ballerina installed on your system. Follow the instructions on the Ballerina website to install it.
Clone the repository and build the package using the following commands:
git clone https://github.com/ballerina-platform/module-ballerinax-health.ccda.git cd module-ballerinax-health.ccda bal build
Usage
To use the package, import it in your Ballerina project:
import ballerina/io; import ballerinax/health.ccda.r3;
Example
Here's a simple example of how to use the package to parse a CCDA document:
import ballerina/io; import ballerinax/health.ccda.r3 as ccda; public function main() returns error? { // Sample CCDA document string ccdaDocument = "<ClinicalDocument>...</ClinicalDocument>"; xml ccdXml = check xml:fromString(xmlStr); // Parse the CCDA document anydata parsedDocument = check ccda:parse(ccdXml); if parsedDocument is ccda:ContinuityofCareDocumentCCD { io:println("Parsed CCDA Document: " + parsedDocument.toString()); } else { io:println("Failed to parse CCDA document: "); } }
Functions
parse
function parse(string ccdaDoc) returns ClincialDocument|error
Parameters
- ccdaDoc string -
Records
health.ccda.r3: Act
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ActivitiesSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: AD
Fields
- nullFlavor? string -
- isNotOrdered? boolean -
- use? string -
- item? string[] -
- delimiter? ADXP -
- country? ADXP -
- state? ADXP -
- county? ADXP -
- city? ADXP -
- postalCode? ADXP -
- streetAddressLine? ADXP[] -
- houseNumber? ADXP -
- houseNumberNumeric? ADXP -
- direction? ADXP -
- streetName? ADXP -
- streetNameBase? ADXP -
- streetNameType? ADXP -
- additionalLocator? ADXP -
- unitID? ADXP -
- unitType? ADXP -
- careOf? ADXP -
- censusTract? ADXP -
- deliveryAddressLine? ADXP -
- deliveryInstallationType? ADXP -
- deliveryInstallationArea? ADXP -
- deliveryInstallationQualifier? ADXP -
- deliveryMode? ADXP -
- deliveryModeIdentifier? ADXP -
- buildingNumberSuffix? ADXP -
- postBox? ADXP -
- precinct? ADXP -
- xmlText? string -
- useablePeriod? IVL_TS[] -
health.ccda.r3: AdmissionDiagnosisSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry -
- component? InfrastructureRoot[] -
health.ccda.r3: AdmissionMedication
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AdmissionMedicationsSectionEntriesOptional
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: AdvanceDirectiveObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AdvanceDirectiveOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: AdvanceDirectivesSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ADXP
Fields
- nullFlavor? string -
- representation? string -
- mediaType? string -
- language? string -
- xmlText? string -
- partType? string -
health.ccda.r3: AgeObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value PQ -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AllergiesAndIntolerancesSection
Fields
- Fields Included from *Section
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text record {} -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: AllergyConcernAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AllergyIntoleranceObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AllergyStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CE -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AlternateIdentification
Fields
- classCode string -
- id II -
- code? CD -
- statusCode? CS -
- effectiveTime? IVL_TS -
health.ccda.r3: AnesthesiaSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ANY
Fields
- nullFlavor? string -
health.ccda.r3: AssessmentandPlanSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: AssessmentScaleObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AssessmentScaleSupportingObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AssessmentSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: AssignedAuthor
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- assignedPerson? Person -
- assignedAuthoringDevice? AuthoringDevice -
- representedOrganization? Organization -
health.ccda.r3: AssignedCustodian
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- representedCustodianOrganization CustodianOrganization -
health.ccda.r3: AssignedEntity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- assignedPerson? Person -
- representedOrganization? Organization -
- patient? string -
health.ccda.r3: AssociatedEntity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- associatedPerson? Person -
- scopingOrganization? Organization -
health.ccda.r3: Authenticator
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- time TS -
- signatureCode CS -
- signatureText? ED -
- assignedEntity AssignedEntity -
health.ccda.r3: Author
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextControlCode? string -
- functionCode? CE -
- time TS -
- assignedAuthor AssignedAuthor -
health.ccda.r3: AuthoringDevice
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- code? CE -
- manufacturerModelName? SC -
- softwareName? SC -
- asMaintainedEntity? MaintainedEntity[] -
health.ccda.r3: Authorization
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- consent Consent -
health.ccda.r3: AuthorizationActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: AuthorParticipation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- typeCode? string -
- contextControlCode? string -
- functionCode? CE -
- time TS -
- assignedAuthor AssignedAuthor -
health.ccda.r3: AverageBloodPressureOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: BasicIndustryObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: BasicOccupationObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Birthplace
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- place Place -
health.ccda.r3: BirthSexObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: BL
Fields
- nullFlavor? string -
- value? boolean -
health.ccda.r3: BrandNameObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CareExperiencePreference
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CaregiverCharacteristics
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CarePlan
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "CarePlan") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: CareTeamMemberAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer Performer2 -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CareTeamMemberScheduleObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value IVL_TS -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CareTeamOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: CareTeamsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: CareTeamTypeObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CatalogNumberObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CD
Fields
- nullFlavor? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
- valueSet? string -
- valueSetVersion? string -
- originalText? ED -
- qualifier? CR[] -
- translation? CD[] -
health.ccda.r3: CE
Fields
- nullFlavor? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
- valueSet? string -
- valueSetVersion? string -
- originalText? ED -
- qualifier? CR -
- translation? CD[] -
health.ccda.r3: CharacteristicsofHomeEnvironment
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ChiefComplaintandReasonforVisitSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ChiefComplaintSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ClincialDocument
Fields
- clinicalDocType? string -
health.ccda.r3: ClinicalDocument
Fields
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- id II -
- code CE -
- title? ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode? CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: CO
Fields
- nullFlavor? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
- valueSet? string -
- valueSetVersion? string -
- originalText? ED -
- qualifier? CR -
- translation? CD -
health.ccda.r3: CommentActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CompanyNameObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ComplicationsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Component
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextConductionInd? boolean -
- nonXMLBody? NonXMLBody -
- structuredBody? StructuredBody -
- act? Act -
health.ccda.r3: ComponentOf
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- encompassingEncounter EncompassingEncounter -
health.ccda.r3: Consent
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CE -
- statusCode CS -
health.ccda.r3: ConsultationNote
Fields
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf ComponentOf -
- component Component -
health.ccda.r3: ContinuityofCareDocumentCCD
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "ContinuityofCareDocumentCCD") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author? Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian? Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component? Component -
health.ccda.r3: CourseofCareSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: CoverageActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CR
Fields
- nullFlavor? string -
- inverted? boolean -
- name? CV -
- value? CD -
health.ccda.r3: Criterion
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- code? CD -
- text? ED -
- value? BL -
health.ccda.r3: CriticalityObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: CS
Fields
- nullFlavor? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
- valueSet? string -
- valueSetVersion? string -
- originalText? ED -
- qualifier? CR -
- translation? CD -
health.ccda.r3: CulturalandReligiousObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Custodian
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- assignedCustodian AssignedCustodian -
health.ccda.r3: CustodianOrganization
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- id II[] -
- name? ON -
- telecom? TEL[] -
- addr? AD -
health.ccda.r3: CV
Fields
- nullFlavor? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
- valueSet? string -
- valueSetVersion? string -
- originalText? ED -
- qualifier? CR -
- translation? CD -
health.ccda.r3: DataEnterer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextControlCode? string -
- time? TS -
- assignedEntity AssignedEntity -
health.ccda.r3: DateOfDiagnosisAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: DeceasedObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Device
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- code? CE -
- manufacturerModelName? SC -
- softwareName? SC -
health.ccda.r3: DeviceIdentifierObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value II -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: DisabilityStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: DischargeDiagnosisSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry -
- component? InfrastructureRoot[] -
health.ccda.r3: DischargeMedication
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: DischargeMedicationsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: DischargeSummary
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "DischargeSummary") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf ComponentOf -
- component Component -
health.ccda.r3: DistinctIdentificationCodeObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: DocumentationOf
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- serviceEvent ServiceEvent -
health.ccda.r3: DrugMonitoringAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: DrugVehicle
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code CE -
- addr? AD[] -
- telecom? TEL[] -
- playingDevice? Device -
- playingEntity PlayingEntity -
- scopingEntity? Entity -
health.ccda.r3: ED
Fields
- nullFlavor? string -
- compression? string -
- integrityCheck? string -
- integrityCheckAlgorithm? string -
- language? string -
- mediaType? string -
- representation? string -
- xmlText? string -
- reference? TEL -
- thumbnail? ED -
health.ccda.r3: EIVL_TS
Fields
- nullFlavor? string -
- value? string -
- operator? string -
- event? CE -
- offset? IVL_PQ -
health.ccda.r3: EN
Fields
- nullFlavor? string -
- use? string -
- item? string[] -
- delimiter? ENXP[] -
- family? ENXP[] -
- given? ENXP[] -
- prefix? ENXP[] -
- suffix? ENXP[] -
- xmlText? string -
- validTime? IVL_TS -
health.ccda.r3: EncompassingEncounter
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CE -
- effectiveTime IVL_TS -
- admissionReferralSourceCode? CE -
- dischargeDispositionCode? CE -
- responsibleParty? InfrastructureRoot -
- encounterParticipant? EncounterParticipant[] -
- location? InfrastructureRoot -
health.ccda.r3: Encounter
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code? CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- dischargeDispositionCode? CE -
- priorityCode? CE -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: EncounterActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime IVL_TS -
- dischargeDispositionCode? CE -
- priorityCode? CE -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: EncounterDiagnosis
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: EncounterParticipant
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- time? IVL_TS -
- assignedEntity? AssignedEntity -
health.ccda.r3: EncountersSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Entity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- id? II[] -
- code? CE -
- desc? ED -
health.ccda.r3: Entry
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextConductionInd? boolean -
- act? Act -
- encounter? Encounter -
- observation? Observation -
- observationMedia? ObservationMedia -
- organizer? Organizer -
- procedure? Procedure -
- regionOfInterest? RegionOfInterest -
- substanceAdministration? SubstanceAdministration -
- supply? Supply -
health.ccda.r3: EntryReference
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: EntryRelationship
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- inversionInd? boolean -
- contextConductionInd? boolean -
- negationInd? boolean -
- sequenceNumber? INT -
- seperatableInd? BL -
- act? Act -
- encounter? Encounter -
- observation? Observation -
- observationMedia? ObservationMedia -
- organizer? Organizer -
- procedure? Procedure -
- regionOfInterest? RegionOfInterest -
- substanceAdministration? SubstanceAdministration -
- supply? Supply -
health.ccda.r3: ENXP
Fields
- nullFlavor? string -
- representation? string -
- mediaType? string -
- language? string -
- xmlText? string -
- partType? string -
- qualifier? string -
health.ccda.r3: EstimatedDateofDelivery
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value TS -
- interpretationCode? CE -
- methodCode? CE -
- targetSiteCode? CD -
- subject? Subject -
- specimen? Specimen -
- performer? Performer2 -
- author? Author[] -
- informant? Informant -
- participant? Participant2 -
- entryRelationship? EntryRelationship -
- reference? Reference -
- precondition? Precondition -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ExpirationDateObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value TS -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ExternalAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CD -
- text? ED -
health.ccda.r3: ExternalDocument
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CD -
- text? ED -
- setId? II -
- versionNumber? INT -
health.ccda.r3: ExternalDocumentReference
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II -
- code CD -
- text? ED -
- setId? II -
- versionNumber? INT -
health.ccda.r3: ExternalObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CD -
- text? ED -
health.ccda.r3: ExternalProcedure
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CD -
- text? ED -
health.ccda.r3: FamilyHistoryDeathObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: FamilyHistoryObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: FamilyHistoryOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: FamilyHistorySection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: FunctionalStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: FunctionalStatusOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: FunctionalStatusSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: GenderIdentityObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: GeneralStatusSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: GoalObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value? ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: GoalsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Guardian
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- guardianPerson? Person -
- guardianOrganization? Organization -
health.ccda.r3: HandoffCommunicationParticipants
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author Author[] -
- informant? Informant[] -
- participant Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: HealthCareFacility
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- location? Place -
- serviceProviderOrganization? Organization -
health.ccda.r3: HealthConcernAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: HealthConcernsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HealthStatusEvaluationsandOutcomesSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HealthStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: HighestPressureUlcerStage
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: HistoryandPhysical
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "HistoryandPhysical") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf ComponentOf -
- component Component -
health.ccda.r3: HistoryofPresentIllnessSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HospitalAdmissionDiagnosis
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: HospitalConsultationsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HospitalCourseSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HospitalDischargeDiagnosis
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: HospitalDischargeInstructionsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HospitalDischargePhysicalSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: HospitalDischargeStudiesSummarySection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: IdentifiedBy
Fields
- typeCode string -
- alternateIdentification AlternateIdentification -
health.ccda.r3: II
Fields
- nullFlavor? string -
- assigningAuthorityName? string -
- displayable? boolean -
- root? string -
- extension? string -
health.ccda.r3: ImmunizationActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- negationInd boolean -
- text? ED -
- statusCode CS -
- effectiveTime SXCM_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- routeCode? CE -
- approachSiteCode? CD -
- doseQuantity? IVL_PQ -
- rateQuantity? IVL_PQ -
- maxDoseQuantity? RTO_PQ_PQ -
- administrationUnitCode? CE -
- consumable InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2 -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ImmunizationMedicationInformation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- manufacturedLabeledDrug? LabeledDrug -
- manufacturedMaterial Material -
- manufacturerOrganization? Organization -
health.ccda.r3: ImmunizationNotGivenReason
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ImmunizationsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ImplantableDeviceStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Indication
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value? CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Informant
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextControlCode? string -
- assignedEntity? AssignedEntity -
- relatedEntity? RelatedEntity -
health.ccda.r3: InformationRecipient
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- intendedRecipient IntendedRecipient -
health.ccda.r3: InfrastructureRoot
Fields
- nullFlavor? string -
- typeCode? string -
- contextConductionInd? BL -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- manufacturedProduct? ManufacturedProduct -
- section? Section -
- healthCareFacility? HealthCareFacility -
- assignedEntity? AssignedEntity -
health.ccda.r3: InFulfillmentOf
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- 'order Order -
health.ccda.r3: InFulfillmentOf1
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- inversionInd? boolean -
- negationInd? boolean -
- actReference InfrastructureRoot -
health.ccda.r3: Instruction
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: InstructionsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: INT
Fields
- nullFlavor? string -
- value? int -
health.ccda.r3: INT_POS
Fields
- nullFlavor? string -
- value? int -
health.ccda.r3: IntendedRecipient
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- addr? AD[] -
- telecom? TEL[] -
- informationRecipient? Person -
- receivedOrganization? Organization -
health.ccda.r3: InterventionAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: IVL_INT
Fields
- nullFlavor? string -
- value? int -
- operator? string -
- low? IVXB_INT -
- center? INT -
- width? INT -
- high? IVXB_INT -
health.ccda.r3: IVL_PQ
Fields
- nullFlavor? string -
- unit? string -
- value? decimal -
- translation? PQR[] -
- operator? string -
- low? IVXB_PQ -
- center? PQ -
- width? PQ -
- high? IVXB_PQ -
health.ccda.r3: IVL_TS
Fields
- nullFlavor? string -
- value? string -
- operator? string -
- low? IVXB_TS -
- center? TS -
- width? PQ -
- high? IVXB_TS -
health.ccda.r3: IVXB_INT
Fields
- nullFlavor? string -
- value? int -
- inclusive? boolean -
health.ccda.r3: IVXB_PQ
Fields
- nullFlavor? string -
- unit? string -
- value? decimal -
- translation? PQR[] -
- inclusive? boolean -
health.ccda.r3: IVXB_TS
Fields
- nullFlavor? string -
- value? string -
- inclusive? boolean -
health.ccda.r3: LabeledDrug
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- code? CE -
- name? EN -
health.ccda.r3: LanguageCommunication
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- languageCode? CS -
- modeCode? CE -
- proficiencyLevelCode? CE -
- preferenceInd? BL -
health.ccda.r3: LatexSafetyObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: LegalAuthenticator
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextControlCode? string -
- time TS -
- signatureCode CS -
- signatureText? ED -
- assignedEntity AssignedEntity -
health.ccda.r3: LongitudinalCareWoundObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: LotOrBatchNumberObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MaintainedEntity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- effectiveTime? IVL_TS -
- maintainingPerson Person -
health.ccda.r3: ManufacturedProduct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- manufacturedLabeledDrug? LabeledDrug -
- manufacturedMaterial? Material -
- manufacturerOrganization? Organization -
health.ccda.r3: ManufacturingDateObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value TS -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Material
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- code? CE -
- name? EN -
- lotNumberText? ST -
health.ccda.r3: MedicalEquipmentOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component? OrganizerComponent[] -
health.ccda.r3: MedicalEquipmentSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: MedicalGeneralHistorySection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: MedicationActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- negationInd? boolean -
- text? ED -
- statusCode CS -
- effectiveTime SXCM_TS[] -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- routeCode? CE -
- approachSiteCode? CD -
- doseQuantity IVL_PQ -
- rateQuantity? IVL_PQ -
- maxDoseQuantity? RTO_PQ_PQ -
- administrationUnitCode? CE -
- consumable InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2 -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MedicationAdherence
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MedicationDispense
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? SXCM_TS -
- priorityCode? CE[] -
- repeatNumber? IVL_INT -
- independentInd? BL -
- quantity? PQ -
- expectedUseTime? IVL_TS -
- product InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2 -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MedicationFreeTextSig
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code CD -
- negationInd? boolean -
- text ED -
- statusCode? CS -
- effectiveTime? SXCM_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- routeCode? CE -
- approachSiteCode? CD -
- doseQuantity? IVL_PQ -
- rateQuantity? IVL_PQ -
- maxDoseQuantity? RTO_PQ_PQ -
- administrationUnitCode? CE -
- consumable InfrastructureRoot -
- subject? Subject -
- specimen? Specimen -
- performer? Performer2 -
- author? Author[] -
- informant? Informant -
- participant? Participant2 -
- entryRelationship? EntryRelationship -
- reference? Reference[] -
- precondition? Precondition -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MedicationInformation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- manufacturedLabeledDrug? LabeledDrug -
- manufacturedMaterial Material -
- manufacturerOrganization? Organization -
health.ccda.r3: MedicationsAdministeredSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: MedicationsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: MedicationSupplyOrder
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? SXCM_TS[] -
- priorityCode? CE[] -
- repeatNumber? IVL_INT -
- independentInd? BL -
- quantity? PQ -
- expectedUseTime? IVL_TS -
- product? InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MentalStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MentalStatusOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: MentalStatusSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: MO
Fields
- nullFlavor? string -
- currency? string -
- value? decimal -
health.ccda.r3: ModelNumberObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: MRISafetyObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NonMedicinalSupplyActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE[] -
- repeatNumber? IVL_INT -
- independentInd? BL -
- quantity? PQ -
- expectedUseTime? IVL_TS -
- product? InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NonXMLBody
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- text ED -
- confidentialityCode? CE -
- languageCode? CS -
health.ccda.r3: NoteActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NotesSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: NumberofPressureUlcersObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value INT -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NutritionalStatusObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NutritionAssessment
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NutritionRecommendation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: NutritionSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ObjectiveSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Observation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value? PQ[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ObservationMedia
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- ID? string -
- classCode string -
- moodCode string -
- id? II[] -
- languageCode? CS -
- value ED -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
health.ccda.r3: ObservationRange
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- code? CD -
- text? ED -
- value? BL -
- interpretationCode? CE -
- precondition1? InfrastructureRoot[] -
health.ccda.r3: ON
Fields
- nullFlavor? string -
- use? string -
- item? string[] -
- delimiter? ENXP[] -
- family? ENXP -
- given? ENXP -
- prefix? ENXP[] -
- suffix? ENXP[] -
- xmlText? string -
- validTime? IVL_TS -
health.ccda.r3: OperativeNote
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "OperativeNote") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: OperativeNoteFluidsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: OperativeNoteSurgicalProcedureSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Order
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id II[] -
- code? CE -
- priorityCode? CE -
health.ccda.r3: Organization
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- id? II[] -
- name? ON[] -
- telecom? TEL[] -
- addr? AD[] -
- standardIndustryClassCode? CE -
- asOrganizationPartOf? OrganizationPartOf -
health.ccda.r3: OrganizationPartOf
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- statusCode? CS -
- effectiveTime? IVL_TS -
- wholeOrganization? Organization -
health.ccda.r3: Organizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component? OrganizerComponent[] -
health.ccda.r3: OrganizerComponent
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextConductionInd? boolean -
- sequenceNumber? INT -
- priorityNumber? INT -
- seperatableInd? BL -
- act? Act -
- encounter? Encounter -
- observation? Observation -
- observationMedia? ObservationMedia -
- organizer? Organizer -
- procedure? Procedure -
- regionOfInterest? RegionOfInterest -
- substanceAdministration? SubstanceAdministration -
- supply? Supply -
health.ccda.r3: OutcomeObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value? ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ParentDocument
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id II[] -
- code? CD -
- text? ED -
- setId? II -
- versionNumber? INT -
health.ccda.r3: Participant1
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- contextControlCode? string -
- functionCode? CE -
- time? IVL_TS -
- associatedEntity AssociatedEntity -
health.ccda.r3: Participant2
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- contextControlCode? string -
- functionCode? CE -
- time? IVL_TS -
- awarenessCode? CE -
- participantRole ParticipantRole -
health.ccda.r3: ParticipantRole
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- playingDevice? Device -
- playingEntity? PlayingEntity -
- scopingEntity? Entity -
health.ccda.r3: PastMedicalHistory
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Patient
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- id? II -
- name? PN[] -
- desc? ED -
- administrativeGenderCode? CE -
- birthTime? TS -
- deceasedInd? BL -
- deceasedTime? TS -
- multipleBirthInd? BL -
- multipleBirthOrderNumber? INT_POS -
- maritalStatusCode? CE -
- religiousAffiliationCode? CE -
- raceCode? CE[] -
- ethnicGroupCode? CE[] -
- guardian? Guardian[] -
- birthplace? Birthplace -
- languageCommunication? LanguageCommunication[] -
health.ccda.r3: PatientReferralAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PatientRole
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id II[] -
- identifiedBy? IdentifiedBy[] -
- addr? AD[] -
- telecom? TEL[] -
- patient? Patient -
- providerOrganization? Organization -
health.ccda.r3: PayersSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Performer1
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- functionCode? CE -
- time? IVL_TS -
- assignedEntity AssignedEntity -
health.ccda.r3: Performer2
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- functionCode? CE -
- time? IVL_TS -
- modeCode? CE -
- assignedEntity AssignedEntity -
health.ccda.r3: Person
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- name? PN[] -
- desc? ED -
- asPatientRelationship? InfrastructureRoot[] -
health.ccda.r3: PhysicalExamSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: PIVL_TS
Fields
- nullFlavor? string -
- value? string -
- operator? string -
- phase? IVL_TS -
- period? PQ -
- alignment? string -
- institutionSpecified? boolean -
health.ccda.r3: Place
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- name? EN -
- addr? AD -
health.ccda.r3: PlannedCoverage
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlannedEncounter
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- dischargeDispositionCode? CE -
- priorityCode? CE -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlannedImmunizationActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- negationInd? boolean -
- text? ED -
- statusCode CS -
- effectiveTime SXCM_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- routeCode? CE -
- approachSiteCode? CD[] -
- doseQuantity? IVL_PQ -
- rateQuantity? IVL_PQ -
- maxDoseQuantity? RTO_PQ_PQ -
- administrationUnitCode? CE -
- consumable InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlannedInterventionAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlannedMedicationActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- negationInd? boolean -
- text? ED -
- statusCode CS -
- effectiveTime SXCM_TS[] -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- routeCode? CE -
- approachSiteCode? CD[] -
- doseQuantity? IVL_PQ -
- rateQuantity? IVL_PQ -
- maxDoseQuantity? RTO_PQ_PQ -
- administrationUnitCode? CE -
- consumable InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlannedProcedure
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- negationInd? boolean -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- methodCode? CE[] -
- approachSiteCode? CD[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlannedProcedureSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: PlannedSupply
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? SXCM_TS -
- priorityCode? CE[] -
- repeatNumber? IVL_INT -
- independentInd? BL -
- quantity? PQ -
- expectedUseTime? IVL_TS -
- product? InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PlanofTreatmentSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: PlayingEntity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- code? CE -
- quantity? PQ[] -
- name? PN[] -
- birthTime? TS -
- desc? ED -
health.ccda.r3: PN
Fields
- nullFlavor? string -
- use? string -
- item string[] -
- delimiter? ENXP[] -
- family? ENXP[] -
- given? ENXP[] -
- prefix? ENXP[] -
- suffix? ENXP[] -
- xmlText? string -
- validTime? IVL_TS -
health.ccda.r3: PolicyActivity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PostoperativeDiagnosisSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: PostprocedureDiagnosis
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PostprocedureDiagnosisSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: PQ
Fields
- nullFlavor? string -
- unit? string -
- value? decimal -
- displayName? string -
- code? string -
- codeSystem? string -
- translation? PQR[] -
- originalText? ED -
- xmlText? string -
health.ccda.r3: PQR
Fields
- nullFlavor? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
- valueSet? string -
- valueSetVersion? string -
- originalText? ED -
- qualifier? CR -
- translation? CD -
- value? decimal -
health.ccda.r3: Precondition
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- criterion Criterion -
health.ccda.r3: Precondition2
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- negationInd? boolean -
- conjunctionCode CS -
- allTrue? PreconditionBase -
- allFalse? PreconditionBase -
- atLeastOneTrue? PreconditionBase -
- atLeastOneFalse? PreconditionBase -
- onlyOneTrue? PreconditionBase -
- onlyOneFalse? PreconditionBase -
- criterion? Criterion -
health.ccda.r3: PreconditionBase
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- id II -
- precondition? Precondition2[] -
health.ccda.r3: PreconditionforSubstanceAdministration
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode? string -
- moodCode? string -
- code CD -
- text? ED -
- value CD -
health.ccda.r3: PregnancyIntentionInNextYear
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PregnancyObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PreoperativeDiagnosis
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: PreoperativeDiagnosisSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: PriorityPreference
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProblemConcernAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProblemObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProblemSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProblemStatus
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Procedure
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code? CD -
- negationInd? boolean -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- methodCode? CE[] -
- approachSiteCode? CD[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProcedureActivityProcedure
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- negationInd? boolean -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- methodCode? CE -
- approachSiteCode? CD[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProcedureDescriptionSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProcedureDispositionSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProcedureEstimatedBloodLossSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProcedureFindingsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProcedureImplantsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProcedureIndicationsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProcedureNote
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "ProcedureNote") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: ProcedureSpecimensTakenSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProceduresSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ProductInstance
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- id II[] -
- identifiedBy? IdentifiedBy[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- playingDevice Device -
- playingEntity? PlayingEntity -
- scopingEntity Entity -
health.ccda.r3: PrognosisObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProgressNote
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "ProgressNote") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf ComponentOf -
- component Component -
health.ccda.r3: ProgressTowardGoalObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ProvenanceAssemblerParticipation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- typeCode string -
- contextControlCode? string -
- functionCode CE -
- time IVL_TS -
- associatedEntity AssociatedEntity -
health.ccda.r3: ProvenanceAuthorParticipation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- typeCode? string -
- contextControlCode? string -
- functionCode? CE -
- time TS -
- assignedAuthor AssignedAuthor -
health.ccda.r3: QTY
Fields
- nullFlavor? string -
health.ccda.r3: ReactionObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: REAL
Fields
- nullFlavor? string -
- value? decimal -
health.ccda.r3: Reason
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ReasonforReferralSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ReasonforVisitSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: RecordTarget
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextControlCode? string -
- patientRole PatientRole -
health.ccda.r3: Reference
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- seperatableInd? BL -
- externalAct? ExternalAct -
- externalObservation? ExternalObservation -
- externalProcedure? ExternalProcedure -
- externalDocument? ExternalDocument -
health.ccda.r3: ReferralNote
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "ReferralNote") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient InformationRecipient -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: RegionOfInterest
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- ID? string -
- classCode string -
- moodCode string -
- id II[] -
- code CS -
- value INT[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
health.ccda.r3: RelatedDocument
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode string -
- parentDocument ParentDocument -
health.ccda.r3: RelatedEntity
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- effectiveTime? IVL_TS -
- relatedPerson? Person -
health.ccda.r3: RelatedPersonRelationshipAndNameParticipant
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- typeCode string -
- contextControlCode? string -
- functionCode? CE -
- time? IVL_TS -
- associatedEntity AssociatedEntity -
health.ccda.r3: RelatedSubject
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- code? CE -
- addr? AD[] -
- telecom? TEL[] -
- subject? SubjectPerson -
health.ccda.r3: ResultObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE -
- targetSiteCode? CD -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ResultOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: ResultsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: ReviewofSystemsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: RiskConcernAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: RTO_PQ_PQ
Fields
- nullFlavor? string -
- numerator? PQ -
- denominator? PQ -
health.ccda.r3: SC
Fields
- nullFlavor? string -
- representation? string -
- mediaType? string -
- language? string -
- xmlText? string -
- code? string -
- codeSystem? string -
- codeSystemName? string -
- codeSystemVersion? string -
- displayName? string -
health.ccda.r3: Section
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code? CE -
- title? ST -
- text? record {} -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: SectionTimeRangeObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value IVL_TS -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SelfCareActivitiesADLandIADL
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SensoryStatus
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SerialNumberObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: ServiceDeliveryLocation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- code CE -
- addr? AD -
- telecom? TEL[] -
- playingDevice? Device -
- playingEntity PlayingEntity -
- scopingEntity? Entity -
health.ccda.r3: ServiceEvent
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- id? II[] -
- code? CE -
- effectiveTime? IVL_TS -
- performer? Performer1[] -
health.ccda.r3: SeverityObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SexObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SexualOrientationObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SmokingStatus
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SmokingStatusMeaningfulUse
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SocialHistoryObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value? ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SocialHistorySection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: Specimen
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- specimenRole SpecimenRole -
health.ccda.r3: SpecimenCollectionProcedure
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code CD -
- negationInd? boolean -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- methodCode? CE[] -
- approachSiteCode? CD[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SpecimenConditionObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id? II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SpecimenRole
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- id? II[] -
- identifiedBy? IdentifiedBy[] -
- specimenPlayingEntity? PlayingEntity -
health.ccda.r3: ST
Fields
- nullFlavor? string -
- representation? string -
- mediaType? string -
- language? string -
- xmlText? string -
health.ccda.r3: StructuredBody
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- moodCode? string -
- confidentialityCode? CE -
- languageCode? CS -
- component InfrastructureRoot[] -
health.ccda.r3: Subject
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- typeCode? string -
- contextControlCode? string -
- awarenessCode? CE -
- relatedSubject RelatedSubject -
health.ccda.r3: SubjectiveSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: SubjectPerson
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode? string -
- determinerCode? string -
- id? II[] -
- name? PN[] -
- desc? ED -
- administrativeGenderCode? CE -
- birthTime? TS -
- deceasedInd? BL -
- deceasedTime? TS -
- multipleBirthInd? BL -
- multipleBirthOrderNumber? INT_POS -
health.ccda.r3: SubstanceAdministeredAct
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- languageCode? CS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SubstanceAdministration
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code? CD -
- negationInd? boolean -
- text? ED -
- statusCode? CS -
- effectiveTime? SXCM_TS[] -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- routeCode? CE -
- approachSiteCode? CD[] -
- doseQuantity? IVL_PQ -
- rateQuantity? IVL_PQ -
- maxDoseQuantity? RTO_PQ_PQ -
- administrationUnitCode? CE -
- consumable InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SubstanceOrDeviceAllergyIntoleranceObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: Supply
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId? II[] -
- classCode string -
- moodCode string -
- id? II[] -
- code? CD -
- text? ED -
- statusCode? CS -
- effectiveTime? SXCM_TS[] -
- priorityCode? CE[] -
- repeatNumber? IVL_INT -
- independentInd? BL -
- quantity? PQ -
- expectedUseTime? IVL_TS -
- product? InfrastructureRoot -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: SurgicalDrainsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: SXCM_TS
Fields
- nullFlavor? string -
- value? string -
- operator? string -
- low? IVXB_TS -
- high? IVXB_TS -
health.ccda.r3: SXPR_TS
Fields
- nullFlavor? string -
- value? string -
- operator? string -
- comp SXCM_TS[] -
health.ccda.r3: TEL
Fields
- nullFlavor? string -
- value? string -
- useablePeriod? IVL_TS[] -
- use? string -
health.ccda.r3: TN
Fields
- nullFlavor? string -
- use? string -
- item? string[] -
- delimiter? ENXP -
- family? ENXP -
- given? ENXP -
- prefix? ENXP -
- suffix? ENXP -
- xmlText? string -
- validTime? IVL_TS -
health.ccda.r3: TobaccoUse
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: TransferSummary
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "TransferSummary") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf DocumentationOf -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: TreatmentInterventionPreference
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode? CS -
- effectiveTime? IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ED -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: TribalAffiliationObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value ANY[] -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: TS
Fields
- nullFlavor? string -
- value? string -
health.ccda.r3: UDIOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II -
- code? CD -
- text? ED -
- statusCode CS -
- effectiveTime? IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: UnstructuredDocument
Fields
- Fields Included from *ClincialDocument
- clinicalDocType string
- anydata...
- clinicalDocType string(default "UnstructuredDocument") -
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: USRealmAddress
Fields
- nullFlavor? string -
- isNotOrdered? boolean -
- use? string -
- item? string[] -
- delimiter? ADXP -
- country? ADXP -
- state? ADXP -
- county? ADXP -
- city? ADXP -
- postalCode? ADXP -
- streetAddressLine? ADXP -
- houseNumber? ADXP -
- houseNumberNumeric? ADXP -
- direction? ADXP -
- streetName? ADXP -
- streetNameBase? ADXP -
- streetNameType? ADXP -
- additionalLocator? ADXP -
- unitID? ADXP -
- unitType? ADXP -
- careOf? ADXP -
- censusTract? ADXP -
- deliveryAddressLine? ADXP -
- deliveryInstallationType? ADXP -
- deliveryInstallationArea? ADXP -
- deliveryInstallationQualifier? ADXP -
- deliveryMode? ADXP -
- deliveryModeIdentifier? ADXP -
- buildingNumberSuffix? ADXP -
- postBox? ADXP -
- precinct? ADXP -
- xmlText? string -
- useablePeriod? IVL_TS[] -
health.ccda.r3: USRealmDateTime
Fields
- nullFlavor? string -
- value? string -
health.ccda.r3: USRealmDateTimeInterval
Fields
- nullFlavor? string -
- value? string -
- operator? string -
- low? IVXB_TS -
- center? TS -
- width? PQ -
- high? IVXB_TS -
health.ccda.r3: USRealmHeader
Fields
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget[] -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: USRealmHeaderforPatientGeneratedDocument
Fields
- nullFlavor? string -
- classCode? string -
- moodCode? string -
- realmCode CS -
- typeId II -
- templateId II[] -
- id II -
- code CE -
- title ST -
- statusCode? CS -
- effectiveTime TS -
- confidentialityCode CE -
- languageCode CS -
- setId? II -
- versionNumber? INT -
- copyTime? TS -
- recordTarget RecordTarget -
- author Author[] -
- dataEnterer? DataEnterer -
- informant? Informant[] -
- custodian Custodian -
- informationRecipient? InformationRecipient[] -
- legalAuthenticator? LegalAuthenticator -
- authenticator? Authenticator[] -
- participant? Participant1[] -
- inFulfillmentOf? InFulfillmentOf[] -
- documentationOf? DocumentationOf[] -
- relatedDocument? RelatedDocument[] -
- authorization? Authorization[] -
- componentOf? ComponentOf -
- component Component -
health.ccda.r3: USRealmPatientNamePTNUSFIELDED
Fields
- nullFlavor? string -
- use? string -
- item string[] -
- delimiter? ENXP[] -
- family? ENXP[] -
- given? ENXP[] -
- prefix? ENXP[] -
- suffix? ENXP[] -
- xmlText? string -
- validTime? IVL_TS -
health.ccda.r3: USRealmPersonNamePNUSFIELDED
Fields
- nullFlavor? string -
- use? string -
- item string[] -
- delimiter? ENXP[] -
- family? ENXP[] -
- given? ENXP[] -
- prefix? ENXP[] -
- suffix? ENXP[] -
- xmlText? string -
- validTime? IVL_TS -
health.ccda.r3: VitalSignObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value PQ -
- interpretationCode? CE -
- methodCode? CE -
- targetSiteCode? CD -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: VitalSignsOrganizer
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- id II[] -
- code CD -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- component OrganizerComponent[] -
health.ccda.r3: VitalSignsSection
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- ID? string -
- classCode? string -
- moodCode? string -
- id? II -
- code CE -
- title ST -
- text xml -
- confidentialityCode? CE -
- languageCode? CS -
- subject? Subject -
- author? Author[] -
- informant? Informant[] -
- entry? Entry[] -
- component? InfrastructureRoot[] -
health.ccda.r3: WoundCharacteristic
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value CD -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
health.ccda.r3: WoundMeasurementObservation
Fields
- nullFlavor? string -
- realmCode? CS[] -
- typeId? II -
- templateId II[] -
- classCode string -
- moodCode string -
- negationInd? boolean -
- id II[] -
- code CD -
- derivationExpr? ST -
- text? ED -
- statusCode CS -
- effectiveTime IVL_TS -
- priorityCode? CE -
- repeatNumber? IVL_INT -
- languageCode? CS -
- value PQ -
- interpretationCode? CE[] -
- methodCode? CE[] -
- targetSiteCode? CD[] -
- subject? Subject -
- specimen? Specimen[] -
- performer? Performer2[] -
- author? Author[] -
- informant? Informant[] -
- participant? Participant2[] -
- entryRelationship? EntryRelationship[] -
- reference? Reference[] -
- precondition? Precondition[] -
- precondition2? Precondition2[] -
- referenceRange? InfrastructureRoot[] -
- inFulfillmentOf1? InFulfillmentOf1[] -
Import
import ballerinax/health.ccda.r3;
Metadata
Released date: 9 days ago
Version: 0.9.0
Compatibility
Platform: any
Ballerina version: 2201.12.3
GraalVM compatible: Yes
Pull count
Total: 18
Current verison: 18
Weekly downloads
Other versions
0.9.0