FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
RelatedPerson (DAF-RelatedPerson) | 0..* | RelatedPerson | An person that is related to a patient, but who is not a direct target of care | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?! Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: http://tools.ietf.org/html/bcp47 (required) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..* | Identifier | A human identifier for this person |
patient | S Σ | 1..1 | Reference(U.S. Data Access Framework (DAF) Patient Profile) | The patient this person is related to |
relationship | S Σ | 0..1 | CodeableConcept | The nature of the relationship Binding: http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype (required) |
name | Σ | 0..1 | HumanName | A name associated with the person |
telecom | Σ | 0..* | ContactPoint | A contact detail for the person |
gender | Σ | 0..1 | code | male | female | other | unknown Binding: http://hl7.org/fhir/ValueSet/administrative-gender (required) |
birthDate | Σ | 0..1 | date | The date on which the related person was born |
address | Σ | 0..* | Address | Address where the related person can be contacted or visited |
photo | 0..* | Attachment | Image of the person | |
period | S | 0..1 | Period | Period of time that this relationship is considered valid |
Documentation for this format |