use of org.hl7.fhir.r4b.model.Element in project org.hl7.fhir.core by hapifhir.
the class RdfParser method composeDocumentManifestDocumentManifestRelatedComponent.
protected void composeDocumentManifestDocumentManifestRelatedComponent(Complex parent, String parentType, String name, DocumentManifest.DocumentManifestRelatedComponent element, int index) {
if (element == null)
return;
Complex t;
if (Utilities.noString(parentType))
t = parent;
else {
t = parent.predicate("fhir:" + parentType + '.' + name);
}
composeBackboneElement(t, "related", name, element, index);
if (element.hasIdentifier())
composeIdentifier(t, "DocumentManifest", "identifier", element.getIdentifier(), -1);
if (element.hasRef())
composeReference(t, "DocumentManifest", "ref", element.getRef(), -1);
}
use of org.hl7.fhir.r4b.model.Element in project org.hl7.fhir.core by hapifhir.
the class RdfParser method composeDetectedIssue.
protected void composeDetectedIssue(Complex parent, String parentType, String name, DetectedIssue element, int index) {
if (element == null)
return;
Complex t;
if (Utilities.noString(parentType))
t = parent;
else {
t = parent.predicate("fhir:" + parentType + '.' + name);
}
composeDomainResource(t, "DetectedIssue", name, element, index);
if (element.hasPatient())
composeReference(t, "DetectedIssue", "patient", element.getPatient(), -1);
if (element.hasCategory())
composeCodeableConcept(t, "DetectedIssue", "category", element.getCategory(), -1);
if (element.hasSeverityElement())
composeEnum(t, "DetectedIssue", "severity", element.getSeverityElement(), -1);
for (int i = 0; i < element.getImplicated().size(); i++) composeReference(t, "DetectedIssue", "implicated", element.getImplicated().get(i), i);
if (element.hasDetailElement())
composeString(t, "DetectedIssue", "detail", element.getDetailElement(), -1);
if (element.hasDateElement())
composeDateTime(t, "DetectedIssue", "date", element.getDateElement(), -1);
if (element.hasAuthor())
composeReference(t, "DetectedIssue", "author", element.getAuthor(), -1);
if (element.hasIdentifier())
composeIdentifier(t, "DetectedIssue", "identifier", element.getIdentifier(), -1);
if (element.hasReferenceElement())
composeUri(t, "DetectedIssue", "reference", element.getReferenceElement(), -1);
for (int i = 0; i < element.getMitigation().size(); i++) composeDetectedIssueDetectedIssueMitigationComponent(t, "DetectedIssue", "mitigation", element.getMitigation().get(i), i);
}
use of org.hl7.fhir.r4b.model.Element in project org.hl7.fhir.core by hapifhir.
the class RdfParser method composeTestScriptTestScriptDestinationComponent.
protected void composeTestScriptTestScriptDestinationComponent(Complex parent, String parentType, String name, TestScript.TestScriptDestinationComponent element, int index) {
if (element == null)
return;
Complex t;
if (Utilities.noString(parentType))
t = parent;
else {
t = parent.predicate("fhir:" + parentType + '.' + name);
}
composeBackboneElement(t, "destination", name, element, index);
if (element.hasIndexElement())
composeInteger(t, "TestScript", "index", element.getIndexElement(), -1);
if (element.hasProfile())
composeCoding(t, "TestScript", "profile", element.getProfile(), -1);
}
use of org.hl7.fhir.r4b.model.Element in project org.hl7.fhir.core by hapifhir.
the class RdfParser method composeAuditEventAuditEventEntityComponent.
protected void composeAuditEventAuditEventEntityComponent(Complex parent, String parentType, String name, AuditEvent.AuditEventEntityComponent element, int index) {
if (element == null)
return;
Complex t;
if (Utilities.noString(parentType))
t = parent;
else {
t = parent.predicate("fhir:" + parentType + '.' + name);
}
composeBackboneElement(t, "entity", name, element, index);
if (element.hasIdentifier())
composeIdentifier(t, "AuditEvent", "identifier", element.getIdentifier(), -1);
if (element.hasReference())
composeReference(t, "AuditEvent", "reference", element.getReference(), -1);
if (element.hasType())
composeCoding(t, "AuditEvent", "type", element.getType(), -1);
if (element.hasRole())
composeCoding(t, "AuditEvent", "role", element.getRole(), -1);
if (element.hasLifecycle())
composeCoding(t, "AuditEvent", "lifecycle", element.getLifecycle(), -1);
for (int i = 0; i < element.getSecurityLabel().size(); i++) composeCoding(t, "AuditEvent", "securityLabel", element.getSecurityLabel().get(i), i);
if (element.hasNameElement())
composeString(t, "AuditEvent", "name", element.getNameElement(), -1);
if (element.hasDescriptionElement())
composeString(t, "AuditEvent", "description", element.getDescriptionElement(), -1);
if (element.hasQueryElement())
composeBase64Binary(t, "AuditEvent", "query", element.getQueryElement(), -1);
for (int i = 0; i < element.getDetail().size(); i++) composeAuditEventAuditEventEntityDetailComponent(t, "AuditEvent", "detail", element.getDetail().get(i), i);
}
use of org.hl7.fhir.r4b.model.Element in project org.hl7.fhir.core by hapifhir.
the class RdfParser method composePatientContactComponent.
protected void composePatientContactComponent(Complex parent, String parentType, String name, Patient.ContactComponent element, int index) {
if (element == null)
return;
Complex t;
if (Utilities.noString(parentType))
t = parent;
else {
t = parent.predicate("fhir:" + parentType + '.' + name);
}
composeBackboneElement(t, "contact", name, element, index);
for (int i = 0; i < element.getRelationship().size(); i++) composeCodeableConcept(t, "Patient", "relationship", element.getRelationship().get(i), i);
if (element.hasName())
composeHumanName(t, "Patient", "name", element.getName(), -1);
for (int i = 0; i < element.getTelecom().size(); i++) composeContactPoint(t, "Patient", "telecom", element.getTelecom().get(i), i);
if (element.hasAddress())
composeAddress(t, "Patient", "address", element.getAddress(), -1);
if (element.hasGenderElement())
composeEnum(t, "Patient", "gender", element.getGenderElement(), -1);
if (element.hasOrganization())
composeReference(t, "Patient", "organization", element.getOrganization(), -1);
if (element.hasPeriod())
composePeriod(t, "Patient", "period", element.getPeriod(), -1);
}
Aggregations