{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "NexusFieldCS",
  "id": "nexus-field",
  "title": "Nexus Field CodeSystem",
  "description": "The stable identifier for a reportable field, and the full record of that field: what it is\ncalled in English and French, where it sits in the picker, which FHIR element and profile realise\nit, its data type and cardinality, the code and code system that identify it within its resource,\nits expected unit, the permission needed to read it, and the comparison family a report builder\nshould offer for it.\n\nA code here identifies the FIELD, not a FHIR element: several fields land on the same element\n(every vital and every lab result is Observation.value[x]) and are distinct criteria. Fields the\nIG models no home for yet carry no fhirPath and no profile, and are still catalogued.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-field",
  "concept": [
    {
      "code": "demographics.title",
      "display": "Name title",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Titre de civilité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "title"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.name.prefix"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-001 Name Prefix"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "title"
        },
        {
          "code": "descriptionFr",
          "valueString": "Titre(s) de civilite (p. ex. Dr, M., Mme)"
        },
        {
          "code": "requirementText",
          "valueString": "title"
        }
      ]
    },
    {
      "code": "demographics.first-name",
      "display": "First name",
      "definition": "The patient's given name.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Prénom"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "first name"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.name.given"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "given[0]"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le prenom du patient."
        },
        {
          "code": "requirementText",
          "valueString": "first / middle"
        },
        {
          "code": "selector",
          "valueString": "$none"
        }
      ]
    },
    {
      "code": "demographics.middle-name",
      "display": "Middle name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Second prénom"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "middle name"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.name.given"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Prenoms (pas toujours le premier)"
        },
        {
          "code": "requirementText",
          "valueString": "middle"
        }
      ]
    },
    {
      "code": "demographics.last-name",
      "display": "Last name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de famille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "last name"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.name.family"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nom de famille (souvent appele nom patronymique)"
        },
        {
          "code": "requirementText",
          "valueString": "middle / last"
        }
      ]
    },
    {
      "code": "demographics.preferred-name",
      "display": "Preferred name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom d'usage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preferred name"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "HumanName"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Un nom associe au patient"
        },
        {
          "code": "requirementText",
          "valueString": "preferred name"
        }
      ]
    },
    {
      "code": "demographics.sex-at-birth",
      "display": "Sex at birth",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Sexe à la naissance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "sex at birth"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.sex-gender"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:birthSex"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CA Baseline birth sex"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Sexe assigne a la naissance (CA Baseline)"
        },
        {
          "code": "requirementText",
          "valueString": "name; sex at birth"
        }
      ]
    },
    {
      "code": "demographics.gender-identity-if-different",
      "display": "Gender identity (if different)",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identité de genre (si différente)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "gender identity (if different)"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.sex-gender"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:genderIdentity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "gender identity"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identite de genre (distincte du genre administratif)"
        },
        {
          "code": "requirementText",
          "valueString": "gender identity (if different)"
        }
      ]
    },
    {
      "code": "demographics.pronouns",
      "display": "Pronouns",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Pronoms"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "pronouns"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:pronouns"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Pronoms personnels"
        },
        {
          "code": "requirementText",
          "valueString": "different) + pronouns"
        }
      ]
    },
    {
      "code": "demographics.dob",
      "display": "Date of birth",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de naissance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "DOB"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.birth-age"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.birthDate"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "date"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "searchAlias",
          "valueString": "DOB"
        },
        {
          "code": "descriptionFr",
          "valueString": "La date de naissance du patient"
        },
        {
          "code": "requirementText",
          "valueString": "DOB"
        }
      ]
    },
    {
      "code": "demographics.age",
      "display": "Age",
      "definition": "Current age, derived from date of birth.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Âge"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "age"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "derived",
          "valueBoolean": true
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.birth-age"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "dataType",
          "valueString": "integer"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Age actuel, calcule a partir de la date de naissance."
        },
        {
          "code": "requirementText",
          "valueString": "DOB + age"
        }
      ]
    },
    {
      "code": "demographics.health-card-type",
      "display": "Health card type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de carte santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "health card type"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier:jurisdictional.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v2-0203 identifier type"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v2-0203"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type ou territoire de la carte sante, qui determine la validation du format"
        },
        {
          "code": "requirementText",
          "valueString": "health card type"
        }
      ]
    },
    {
      "code": "demographics.health-card-number",
      "display": "Health card number",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro de carte santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "health card number"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier:jurisdictional.value"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "La valeur du numero d'assurance maladie"
        },
        {
          "code": "requirementText",
          "valueString": "type + number"
        }
      ]
    },
    {
      "code": "demographics.version-code",
      "display": "Version code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code de version"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "version code"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier:jurisdictional.extension:healthCardVersion"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code de version de la carte sante (CA Baseline ext-identifierversion)"
        },
        {
          "code": "requirementText",
          "valueString": "version code"
        }
      ]
    },
    {
      "code": "demographics.health-card-effective-date",
      "display": "Health card effective date",
      "definition": "Date from which the health card is valid.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'entrée en vigueur de la carte santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "health card effective date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier.period"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "date"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a partir de laquelle la carte sante est valide."
        },
        {
          "code": "requirementText",
          "valueString": "effective"
        }
      ]
    },
    {
      "code": "demographics.health-card-renewal-date",
      "display": "Health card renewal date",
      "definition": "Date the health card is due for renewal.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de renouvellement de la carte santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "health card renewal date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "dataType",
          "valueString": "date"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a laquelle la carte sante doit etre renouvelee."
        },
        {
          "code": "requirementText",
          "valueString": "renewal"
        }
      ]
    },
    {
      "code": "demographics.health-card-expiry-date",
      "display": "Health card expiry date",
      "definition": "Date the health card expires.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'expiration de la carte santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "health card expiry date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier.period"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "date"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'expiration de la carte sante."
        },
        {
          "code": "requirementText",
          "valueString": "expiry"
        }
      ]
    },
    {
      "code": "demographics.health-card-validation-status",
      "display": "Health card validation status",
      "definition": "Result of validating the card against a Ministry of Health channel.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de validation de la carte santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "health card validation status"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat de la validation de la carte aupres d'un canal du ministere de la Sante."
        },
        {
          "code": "requirementText",
          "valueString": "validation status"
        }
      ]
    },
    {
      "code": "demographics.mrn-if-no-hcn",
      "display": "MRN if no HCN",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro de dossier médical (à défaut de carte santé)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "MRN if no HCN"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier:mrn"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Numero de dossier medical (numero de dossier)"
        },
        {
          "code": "requirementText",
          "valueString": "MRN if no HCN"
        }
      ]
    },
    {
      "code": "demographics.residential-address",
      "display": "Residential address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse résidentielle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "residential address"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "use = home"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-011 Address Type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Adresses du patient"
        },
        {
          "code": "requirementText",
          "valueString": "residential"
        },
        {
          "code": "selector",
          "valueString": "address.use=home"
        }
      ]
    },
    {
      "code": "demographics.mailing-address",
      "display": "Mailing address",
      "definition": "Correspondence address, where it differs from the residential one.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse postale"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "mailing address"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "use = postal"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-011 Address Type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Adresse de correspondance, lorsqu'elle differe de l'adresse residentielle."
        },
        {
          "code": "requirementText",
          "valueString": "mailing address"
        },
        {
          "code": "selector",
          "valueString": "address.use=postal"
        }
      ]
    },
    {
      "code": "demographics.city",
      "display": "City",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Ville"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "city"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address.city"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nom de la ville, du village, etc."
        },
        {
          "code": "requirementText",
          "valueString": "city, postal"
        }
      ]
    },
    {
      "code": "demographics.postal-code",
      "display": "Postal code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code postal"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "postal code"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address.postalCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code postal du secteur"
        },
        {
          "code": "requirementText",
          "valueString": "postal"
        }
      ]
    },
    {
      "code": "demographics.country",
      "display": "Country",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Pays"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "country"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address.country"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-013 Province/State/Territory"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Pays selon ISO 3166-1 alpha-2 (`CA`, `US`)"
        },
        {
          "code": "requirementText",
          "valueString": "country"
        }
      ]
    },
    {
      "code": "demographics.email",
      "display": "Email address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Courriel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "email"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = email"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "email"
        },
        {
          "code": "descriptionFr",
          "valueString": "Coordonnees du patient"
        },
        {
          "code": "requirementText",
          "valueString": "email (firstname"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=email"
        }
      ]
    },
    {
      "code": "demographics.cell-phone",
      "display": "Cell phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone cellulaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "cell phone"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone, use = mobile"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-012 Phone Number Type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Coordonnees du patient"
        },
        {
          "code": "requirementText",
          "valueString": "cell + home"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        },
        {
          "code": "selector",
          "valueString": "telecom.use=mobile"
        }
      ]
    },
    {
      "code": "demographics.home-phone",
      "display": "Home phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone domicile"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "home phone"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone, use = home | work"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-012 Phone Number Type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "derivedFrom",
          "valueString": "home/work phone"
        },
        {
          "code": "descriptionFr",
          "valueString": "Coordonnees du patient"
        },
        {
          "code": "requirementText",
          "valueString": "home/work phone"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        },
        {
          "code": "selector",
          "valueString": "telecom.use=home"
        }
      ]
    },
    {
      "code": "demographics.work-phone",
      "display": "Work phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone au travail"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "work phone"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone, use = home | work"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-012 Phone Number Type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "derivedFrom",
          "valueString": "home/work phone"
        },
        {
          "code": "descriptionFr",
          "valueString": "Coordonnees du patient"
        },
        {
          "code": "requirementText",
          "valueString": "work phone"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        },
        {
          "code": "selector",
          "valueString": "telecom.use=work"
        }
      ]
    },
    {
      "code": "demographics.marital-status",
      "display": "Marital status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "État matrimonial"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "marital status"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.maritalStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 MaritalStatus"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat matrimonial, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "marital status"
        }
      ]
    },
    {
      "code": "demographics.occupation",
      "display": "Occupation",
      "definition": "The patient's occupation or employment.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Profession"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "occupation"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 11341-5 History of Occupation"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "La profession ou l'emploi du patient."
        },
        {
          "code": "requirementText",
          "valueString": "status; occupation"
        }
      ]
    },
    {
      "code": "demographics.preferred-spoken-language",
      "display": "Preferred spoken language",
      "definition": "The language the patient prefers to receive care in.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Langue parlée préférée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preferred spoken language"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.language"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.communication.language"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the entry whose Patient.communication.preferred is true"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "BCP-47"
        },
        {
          "code": "codeSystemUri",
          "valueString": "urn:ietf:bcp:47"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "La langue dans laquelle le patient prefere recevoir des soins."
        },
        {
          "code": "requirementText",
          "valueString": "preferred spoken language"
        }
      ]
    },
    {
      "code": "demographics.additional-languages",
      "display": "Additional languages",
      "definition": "Other languages the patient speaks.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Autres langues"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "additional languages"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.language"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.communication.language"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "BCP-47"
        },
        {
          "code": "codeSystemUri",
          "valueString": "urn:ietf:bcp:47"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Autres langues parlees par le patient."
        },
        {
          "code": "requirementText",
          "valueString": "additional languages"
        }
      ]
    },
    {
      "code": "demographics.interpreter-needed",
      "display": "Interpreter-needed",
      "definition": "Whether the patient requires an interpreter.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Interprète requis"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "interpreter-needed"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.language"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension[http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si le patient a besoin d'un interprete."
        },
        {
          "code": "requirementText",
          "valueString": "languages + interpreter-needed"
        }
      ]
    },
    {
      "code": "demographics.racialized-group",
      "display": "Racialized group",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Groupe racisé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "ethnicity"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.equity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:racializedGroup"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "ethnicity"
        },
        {
          "code": "searchAlias",
          "valueString": "race"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le groupe racise auquel le patient s'identifie"
        },
        {
          "code": "requirementText",
          "valueString": "needed; ethnicity"
        }
      ]
    },
    {
      "code": "demographics.indigenous-identity",
      "display": "Indigenous identity",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identité autochtone"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indigenous identity"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:indigenousIdentity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'identite autochtone a laquelle le patient s'identifie"
        },
        {
          "code": "requirementText",
          "valueString": "Indigenous identity set (identity"
        }
      ]
    },
    {
      "code": "demographics.indigenous-status-registration",
      "display": "Indigenous status/registration",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut ou inscription d'autochtone"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indigenous status/registration"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension[https://fhir.apps.health/StructureDefinition/nexus-emr-indian-act-registration-status]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-indian-act-registration-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-indian-act-registration-status"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Inscrit | Non inscrit | Ne sait pas | Question posee mais refus de repondre"
        },
        {
          "code": "requirementText",
          "valueString": "status/registration"
        }
      ]
    },
    {
      "code": "demographics.indigenous-band-community",
      "display": "Indigenous band/community",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Bande d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indigenous band/community"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension[https://fhir.apps.health/StructureDefinition/nexus-emr-first-nation-registry-group]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the registry group (band) a registration is HELD UNDER"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-first-nation-band"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-first-nation-band"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Bande, codee par le numero federal de bande avec le nom de la bande comme libelle"
        },
        {
          "code": "requirementText",
          "valueString": "band/community"
        }
      ]
    },
    {
      "code": "demographics.indigenous-community",
      "display": "Indigenous community",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Communauté d'appartenance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indigenous community"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension[https://fhir.apps.health/StructureDefinition/nexus-emr-first-nation-community]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the community the patient AFFILIATES WITH"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-first-nation-band"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-first-nation-band"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Communaute, codee par le numero federal de bande avec le nom de la bande comme libelle (la liste des bandes approxime ce domaine -- voir la definition)"
        }
      ]
    },
    {
      "code": "demographics.indian-status-card-type",
      "display": "Indian status card type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de certificat de statut d'Indien"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indian status card type"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension[https://fhir.apps.health/StructureDefinition/nexus-emr-indian-status-card-type]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-indian-status-card-type"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-indian-status-card-type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Certificat securise de statut d'Indien | Certificat de statut d'Indien | Document temporaire de confirmation d'inscription"
        }
      ]
    },
    {
      "code": "demographics.indigenous-nihb",
      "display": "Indigenous NIHB",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Services de santé non assurés (SSNA)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indigenous NIHB"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Coverage.subscriberId"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-coverage"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'identifiant du patient aupres du regime d'assurance"
        },
        {
          "code": "requirementText",
          "valueString": "NIHB"
        }
      ]
    },
    {
      "code": "demographics.indigenous-community-travel",
      "display": "Indigenous community/travel",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Communauté et déplacements"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Indigenous community/travel"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "requirementText",
          "valueString": "community/travel"
        }
      ]
    },
    {
      "code": "demographics.sociodemographic-equity-set",
      "display": "Sociodemographic/equity set",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Ensemble de données sociodémographiques et d'équité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "sociodemographic/equity set"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.equity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "sociodemographic/equity set"
        }
      ]
    },
    {
      "code": "demographics.mrp",
      "display": "Most responsible provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Médecin traitant principal"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "MRP"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.generalPractitioner"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "searchAlias",
          "valueString": "MRP"
        },
        {
          "code": "descriptionFr",
          "valueString": "Fournisseur(s) de soins primaires du patient"
        },
        {
          "code": "requirementText",
          "valueString": "MRP + enrolment"
        }
      ]
    },
    {
      "code": "demographics.enrolment-provider",
      "display": "Enrolment provider",
      "definition": "The provider the patient is formally enrolled or attached to.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Médecin d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment provider"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:providers.extension:provider"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Reference(PractitionerRole | Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le fournisseur aupres duquel le patient est formellement inscrit ou rattache."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-confirmed-date",
      "display": "Enrolment confirmed date",
      "definition": "When the patient-provider relationship was confirmed.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de confirmation de l'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment confirmed date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:providers.extension:confirmedAt"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de confirmation de la relation patient-fournisseur."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-status",
      "display": "Enrolment status",
      "definition": "Where the attachment sits in its lifecycle.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment status"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie du rattachement."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-period",
      "display": "Enrolment period",
      "definition": "When the attachment is or was effective.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Période d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment period"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:effectivePeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Period"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Periode de validite du rattachement."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-consent-status",
      "display": "Enrolment consent status",
      "definition": "Consent status for the attachment.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du consentement à l'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment consent status"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:consentStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat du consentement pour le rattachement."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-termination-reason",
      "display": "Enrolment termination reason",
      "definition": "Why the attachment ended.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif de fin d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment termination reason"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:terminationReason"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Motif de fin du rattachement."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-external-identifier",
      "display": "Enrolment external identifier",
      "definition": "The provincial or external identifier for the attachment.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant externe d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment external identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:externalIdentifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'identifiant provincial ou externe du rattachement."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-jurisdictional-status",
      "display": "Enrolment jurisdictional status",
      "definition": "The provincial attachment status, where a jurisdiction tracks one.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut juridictionnel de l'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment jurisdictional status"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:jurisdictionalStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'etat provincial de rattachement, lorsqu'un territoire en tient un."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.contacts",
      "display": "Patient contacts",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Contacts"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "contacts"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.patient"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "RelatedPerson"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 RoleCode; nexus-emr-contact-purpose"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "multiple contacts / relationships"
        },
        {
          "code": "searchAlias",
          "valueString": "contacts"
        },
        {
          "code": "descriptionFr",
          "valueString": "Lien personnel avec le patient, et raisons de contact s'il y a lieu"
        },
        {
          "code": "requirementText",
          "valueString": "contacts"
        }
      ]
    },
    {
      "code": "demographics.relationships",
      "display": "Contact relationships",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Relations"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "relationships"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.relationship"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "RelatedPerson"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 RoleCode; nexus-emr-contact-purpose"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "multiple contacts / relationships"
        },
        {
          "code": "searchAlias",
          "valueString": "relationships"
        },
        {
          "code": "descriptionFr",
          "valueString": "Lien personnel avec le patient, et raisons de contact s'il y a lieu"
        },
        {
          "code": "requirementText",
          "valueString": "relationships"
        }
      ]
    },
    {
      "code": "demographics.sdm",
      "display": "Substitute decision maker",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Mandataire spécial"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "SDM"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.relationship"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "substitute-decision-maker"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-contact-purpose"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-contact-purpose"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "SDM"
        },
        {
          "code": "descriptionFr",
          "valueString": "Lien personnel avec le patient, et raisons de contact s'il y a lieu"
        },
        {
          "code": "requirementText",
          "valueString": "+ SDM"
        },
        {
          "code": "selector",
          "valueString": "relationship.coding.system=https://fhir.apps.health/CodeSystem/nexus-emr-contact-purpose"
        },
        {
          "code": "selector",
          "valueString": "relationship.coding.code=substitute-decision-maker"
        }
      ]
    },
    {
      "code": "demographics.deceased-flag",
      "display": "Deceased flag",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Indicateur de décès"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "deceased flag"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.deceased[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si le patient est decede"
        },
        {
          "code": "requirementText",
          "valueString": "deceased flag"
        }
      ]
    },
    {
      "code": "demographics.deceased-date",
      "display": "Deceased date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date du décès"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "deceased date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.deceased[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si le patient est decede"
        },
        {
          "code": "requirementText",
          "valueString": "deceased flag/date"
        }
      ]
    },
    {
      "code": "demographics.privacy-flags",
      "display": "Privacy flags",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Indicateurs de confidentialité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "privacy flags"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.provision"
        },
        {
          "code": "dataType",
          "valueString": "Consent"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 ActCode"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "privacy flags / lockbox"
        },
        {
          "code": "descriptionFr",
          "valueString": "Contraintes sur l'element de base Consent.policyRule"
        },
        {
          "code": "requirementText",
          "valueString": "privacy flags"
        }
      ]
    },
    {
      "code": "demographics.lockbox",
      "display": "Lockbox",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Coffre-fort"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "lockbox"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.provision"
        },
        {
          "code": "dataType",
          "valueString": "Consent"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 ActCode"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "privacy flags / lockbox"
        },
        {
          "code": "descriptionFr",
          "valueString": "Contraintes sur l'element de base Consent.policyRule"
        },
        {
          "code": "requirementText",
          "valueString": "privacy flags / lockbox"
        }
      ]
    },
    {
      "code": "demographics.clinical-alerts",
      "display": "Clinical alerts",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Alertes cliniques"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical alerts"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Flag.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-flag"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-patient-flag-type"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-patient-flag-type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le type d'indicateur patient qui porte le texte libre du champ"
        },
        {
          "code": "requirementText",
          "valueString": "clinical alerts"
        }
      ]
    },
    {
      "code": "demographics.photo",
      "display": "Patient photo",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Photo"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "photo"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.names-identity"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.photo"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Attachment"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "attachment"
        },
        {
          "code": "searchAlias",
          "valueString": "photo"
        },
        {
          "code": "descriptionFr",
          "valueString": "Photo du patient"
        },
        {
          "code": "requirementText",
          "valueString": "photo"
        }
      ]
    },
    {
      "code": "conditions.problem-diagnosis",
      "display": "Problem/diagnosis",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Problème ou diagnostic"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "problem/diagnosis"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "clinicalStatus active | recurrence | relapse (the live problem list)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Probleme ou diagnostic, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "problem/diagnosis"
        }
      ]
    },
    {
      "code": "conditions.problem-diagnosis-code",
      "display": "Problem/diagnosis code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code du problème ou diagnostic"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "problem/diagnosis code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.code.coding"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT; ICD-9-CA / ICD-10-CA"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Une forme codee du probleme"
        },
        {
          "code": "requirementText",
          "valueString": "problem/diagnosis + code"
        }
      ]
    },
    {
      "code": "conditions.onset-date",
      "display": "Onset date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'apparition"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "onset date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.onset[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de debut du probleme"
        },
        {
          "code": "requirementText",
          "valueString": "onset date"
        }
      ]
    },
    {
      "code": "conditions.clinical-status",
      "display": "Clinical status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical status (active/resolved/remission)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.clinicalStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 condition-clinical"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/condition-clinical"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si le probleme est toujours actif"
        },
        {
          "code": "requirementText",
          "valueString": "clinical status (active/resolved/remission)"
        }
      ]
    },
    {
      "code": "conditions.resolution-date",
      "display": "Resolution date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de résolution"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "resolution date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.abatement[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de resolution ou de remission"
        },
        {
          "code": "requirementText",
          "valueString": "resolution date"
        }
      ]
    },
    {
      "code": "conditions.verification",
      "display": "Verification status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de vérification"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "verification"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.verificationStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 condition-ver-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/condition-ver-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "verification"
        },
        {
          "code": "descriptionFr",
          "valueString": "Degre de certitude de l'auteur quant a la realite du probleme"
        },
        {
          "code": "requirementText",
          "valueString": "verification"
        }
      ]
    },
    {
      "code": "conditions.ranking",
      "display": "Problem ranking",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rang du problème"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "ranking"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "dataType",
          "valueString": "positiveInt"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "ranking"
        },
        {
          "code": "requirementText",
          "valueString": "ranking"
        }
      ]
    },
    {
      "code": "conditions.note",
      "display": "Condition note",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note sur le problème"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "note"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.note"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "Annotation"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "note"
        },
        {
          "code": "descriptionFr",
          "valueString": "Renseignements supplementaires sur le probleme"
        },
        {
          "code": "requirementText",
          "valueString": "note"
        }
      ]
    },
    {
      "code": "conditions.procedure",
      "display": "Procedure",
      "definition": "A procedure performed on the patient.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervention"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "procedure"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.procedures"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "Procedure recorded in this encounter's chart entry"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Une intervention pratiquee sur le patient."
        },
        {
          "code": "requirementText",
          "valueString": "procedure + code"
        }
      ]
    },
    {
      "code": "conditions.procedure-code",
      "display": "Procedure code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code d'intervention"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "procedure code (CCI/SNOMED)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.procedures"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.code.coding"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CCI; SNOMED CT"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Une forme codee de l'intervention"
        },
        {
          "code": "requirementText",
          "valueString": "procedure + code (CCI/SNOMED)"
        }
      ]
    },
    {
      "code": "conditions.procedure-date",
      "display": "Procedure date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de l'intervention"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "procedure date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.procedures"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.performed[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "performedDateTime of a chart-entered procedure"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a laquelle l'intervention a ete pratiquee"
        },
        {
          "code": "requirementText",
          "valueString": "(CCI/SNOMED), date"
        }
      ]
    },
    {
      "code": "conditions.procedure-provider",
      "display": "Procedure provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervenant"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "procedure provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.procedures"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.performer.actor"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "La reference au professionnel"
        },
        {
          "code": "requirementText",
          "valueString": "provider, outcome"
        }
      ]
    },
    {
      "code": "conditions.procedure-outcome",
      "display": "Procedure outcome",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Résultat de l'intervention"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "procedure outcome"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.procedures"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.outcome"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le resultat de l'intervention"
        },
        {
          "code": "requirementText",
          "valueString": "outcome"
        }
      ]
    },
    {
      "code": "allergies.substance",
      "display": "Allergen substance",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Substance allergène"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "substance (DIN/ingredient/SNOMED)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "any substance concept other than the no-known-allergy code"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT; Health Canada DIN"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "substance"
        },
        {
          "code": "descriptionFr",
          "valueString": "Allergene ou substance, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "substance (DIN/ingredient/SNOMED)"
        }
      ]
    },
    {
      "code": "allergies.type",
      "display": "Allergy type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type d'allergie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "type (allergy/intolerance)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 allergy-intolerance-type"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/allergy-intolerance-type"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "type"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si la reaction est d'origine immunitaire (allergie) ou non (intolerance)"
        },
        {
          "code": "requirementText",
          "valueString": "type (allergy/intolerance)"
        }
      ]
    },
    {
      "code": "allergies.category",
      "display": "Allergen category",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Catégorie d'allergène"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "category (medication/food/environment/biologic)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.category"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 allergy-intolerance-category"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/allergy-intolerance-category"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "category"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le type de substance en cause dans la reaction"
        },
        {
          "code": "requirementText",
          "valueString": "category (medication/food/environment/biologic)"
        }
      ]
    },
    {
      "code": "allergies.reaction-manifestation",
      "display": "Reaction/manifestation",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Réaction ou manifestation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "reaction/manifestation"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.reaction"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.reaction.manifestation"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Symptomes ou signes cliniques associes a l'evenement"
        },
        {
          "code": "requirementText",
          "valueString": "reaction/manifestation"
        }
      ]
    },
    {
      "code": "allergies.severity",
      "display": "Reaction severity",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Gravité de la réaction"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "severity"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.reaction"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.reaction.severity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 reaction-event-severity"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/reaction-event-severity"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "severity"
        },
        {
          "code": "descriptionFr",
          "valueString": "Gravite globale de la reaction"
        },
        {
          "code": "requirementText",
          "valueString": "severity"
        }
      ]
    },
    {
      "code": "allergies.criticality",
      "display": "Allergy criticality",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Criticité de l'allergie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "criticality"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.reaction"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.criticality"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 allergy-intolerance-criticality"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/allergy-intolerance-criticality"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "criticality"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le risque qu'une exposition future cause un prejudice grave"
        },
        {
          "code": "requirementText",
          "valueString": "criticality"
        }
      ]
    },
    {
      "code": "allergies.onset",
      "display": "Allergy onset",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Début de l'allergie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "onset"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.onset[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "searchAlias",
          "valueString": "onset"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a laquelle l'allergie ou l'intolerance a ete constatee"
        },
        {
          "code": "requirementText",
          "valueString": "onset; status"
        }
      ]
    },
    {
      "code": "allergies.status",
      "display": "Allergy status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de l'allergie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.clinicalStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 allergyintolerance-clinical"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "status"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si l'allergie est toujours active"
        },
        {
          "code": "requirementText",
          "valueString": "status; reported-by"
        }
      ]
    },
    {
      "code": "allergies.reported-by",
      "display": "Reported-by",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Déclaré par"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "reported-by"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.asserter"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Patient | Practitioner | RelatedPerson)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Source de l'information sur l'allergie"
        },
        {
          "code": "requirementText",
          "valueString": "reported-by"
        }
      ]
    },
    {
      "code": "allergies.note",
      "display": "Allergy note",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note sur l'allergie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "note"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.note"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "Annotation"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "note"
        },
        {
          "code": "descriptionFr",
          "valueString": "Texte supplementaire non saisi dans les autres champs"
        },
        {
          "code": "requirementText",
          "valueString": "note"
        }
      ]
    },
    {
      "code": "allergies.nkda",
      "display": "No known drug allergies",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Aucune allergie médicamenteuse connue"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "NKDA"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "allergies"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "allergies.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.3"
        },
        {
          "code": "fhirPath",
          "valueString": "AllergyIntolerance.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-allergyintolerance"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "SNOMED CT 409137002 No known drug allergy"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "NKDA"
        },
        {
          "code": "descriptionFr",
          "valueString": "Allergene ou substance, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "NKDA where"
        }
      ]
    },
    {
      "code": "history.past-medical-history",
      "display": "Past medical history",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Antécédents médicaux"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "past medical history"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.past-medical"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Probleme ou diagnostic, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "past medical history"
        }
      ]
    },
    {
      "code": "history.past-surgical-history-procedure",
      "display": "Past surgical history procedure",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervention chirurgicale antérieure"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "past surgical history procedure"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.past-medical"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "Procedure whose performed[x] predates the current episode (history)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CCI; SNOMED CT"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Intervention pratiquee, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "surgical history (procedure"
        }
      ]
    },
    {
      "code": "history.past-surgical-history-date",
      "display": "Past surgical history date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de l'intervention antérieure"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "past surgical history date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.past-medical"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Procedure.performed[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-procedure"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "performedDateTime of a historical procedure"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a laquelle l'intervention a ete pratiquee"
        },
        {
          "code": "requirementText",
          "valueString": "(procedure + date)"
        }
      ]
    },
    {
      "code": "history.smoking-status",
      "display": "Smoking status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut tabagique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "smoking status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 72166-2 Tobacco smoking status"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "smoking status"
        }
      ]
    },
    {
      "code": "history.pack-years",
      "display": "Pack-years",
      "definition": "Cumulative smoking exposure, in pack-years.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Paquets-années"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "pack-years"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueQuantity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 401201003 / pack-years"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Exposition tabagique cumulative, en paquets-annees."
        },
        {
          "code": "requirementText",
          "valueString": "pack-years"
        }
      ]
    },
    {
      "code": "history.alcohol",
      "display": "Alcohol use",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Consommation d'alcool"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "alcohol"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 11331-6 History of Alcohol use"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "alcohol"
        },
        {
          "code": "requirementText",
          "valueString": "alcohol"
        }
      ]
    },
    {
      "code": "history.substances",
      "display": "Substance use",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Consommation de substances"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "substances"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 11343-1 History of Drug use"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "substances"
        },
        {
          "code": "requirementText",
          "valueString": "alcohol, substances"
        }
      ]
    },
    {
      "code": "history.social-history-occupation",
      "display": "Social history occupation",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Profession (antécédents sociaux)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "social history occupation"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 11341-5 History of Occupation"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "substances, occupation"
        }
      ]
    },
    {
      "code": "history.living-situation",
      "display": "Living situation",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Situation de logement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "living situation"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 71802-3 Housing status"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code); SNOMED CT (value)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "living situation"
        }
      ]
    },
    {
      "code": "history.exercise",
      "display": "Exercise",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Activité physique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "exercise"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 68516-4 Physical activity"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code)"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "exercise, diet"
        }
      ]
    },
    {
      "code": "history.diet",
      "display": "Diet",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Alimentation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "diet"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.social"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.valueCodeableConcept"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 61764-4 Diet"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC (observation code)"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "diet"
        }
      ]
    },
    {
      "code": "history.family-history-relative",
      "display": "Family history relative",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lien de parenté"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family history relative"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.family"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "FamilyMemberHistory.relationship"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-familymemberhistory"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 RoleCode"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Lien de parente (v3 FamilyMember : MTH, FTH, SIB, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "history (relative"
        }
      ]
    },
    {
      "code": "history.family-history-condition",
      "display": "Family history condition",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Problème familial"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family history condition"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.family"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "FamilyMemberHistory.condition.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-familymemberhistory"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Un probleme touchant un membre de la famille"
        },
        {
          "code": "requirementText",
          "valueString": "relative, condition"
        }
      ]
    },
    {
      "code": "history.family-history-age-of-onset",
      "display": "Family history age of onset",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Âge d'apparition chez le parent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family history age of onset"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.family"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "FamilyMemberHistory.condition.onset[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-familymemberhistory"
        },
        {
          "code": "dataType",
          "valueString": "Age"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Age du parent au debut du probleme"
        },
        {
          "code": "requirementText",
          "valueString": "age of onset"
        }
      ]
    },
    {
      "code": "history.family-history-deceased",
      "display": "Family history deceased",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Parent décédé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family history deceased"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.family"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "FamilyMemberHistory.deceased[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-familymemberhistory"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Decede ? A quel age et quand ?"
        },
        {
          "code": "requirementText",
          "valueString": "onset, deceased"
        }
      ]
    },
    {
      "code": "vitals.height",
      "display": "Height",
      "definition": "Height or length, in centimetres.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Taille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "height"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.body-measurements"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8302-2 Body height (cm)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Taille ou longueur, en centimetres."
        },
        {
          "code": "requirementText",
          "valueString": "height"
        }
      ]
    },
    {
      "code": "vitals.weight",
      "display": "Weight",
      "definition": "Body weight, in kilograms.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Poids"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "weight"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.body-measurements"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 29463-7 Body weight (kg)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "expectedUnit",
          "valueString": "kg"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Poids corporel, en kilogrammes."
        },
        {
          "code": "requirementText",
          "valueString": "weight"
        }
      ]
    },
    {
      "code": "vitals.bmi",
      "display": "BMI",
      "designation": [
        {
          "language": "fr-CA",
          "value": "IMC"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "BMI"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.body-measurements"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 39156-5 Body mass index (kg/m2)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "BMI, waist"
        }
      ]
    },
    {
      "code": "vitals.waist-circumference",
      "display": "Waist circumference",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Tour de taille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "waist circumference"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.body-measurements"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8280-0 Waist circumference (cm)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "waist circumference"
        }
      ]
    },
    {
      "code": "vitals.bp-systolic",
      "display": "BP systolic",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Tension artérielle systolique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "BP systolic"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.component.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8480-6 Systolic blood pressure (mmHg)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "expectedUnit",
          "valueString": "mm[Hg]"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat d'une composante de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "BP systolic"
        }
      ]
    },
    {
      "code": "vitals.bp-diastolic",
      "display": "BP diastolic",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Tension artérielle diastolique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "BP diastolic"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.component.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8462-4 Diastolic blood pressure (mmHg)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat d'une composante de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "diastolic"
        }
      ]
    },
    {
      "code": "vitals.bp-arm-position",
      "display": "BP arm/position",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Bras et position de mesure"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "BP arm/position"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.bodySite"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Partie du corps observee"
        },
        {
          "code": "requirementText",
          "valueString": "arm/position"
        }
      ]
    },
    {
      "code": "vitals.bp-body-position",
      "display": "BP body position",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Position du corps"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "BP body position"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "requirementText",
          "valueString": "arm/position"
        }
      ]
    },
    {
      "code": "vitals.heart-rate",
      "display": "Heart rate",
      "definition": "Heart rate, in beats per minute.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Fréquence cardiaque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "heart rate"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8867-4 Heart rate (/min)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Frequence cardiaque, en battements par minute."
        },
        {
          "code": "requirementText",
          "valueString": "heart rate"
        }
      ]
    },
    {
      "code": "vitals.respiratory-rate",
      "display": "Respiratory rate",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Fréquence respiratoire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "respiratory rate"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 9279-1 Respiratory rate (/min)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "respiratory rate"
        }
      ]
    },
    {
      "code": "vitals.temperature",
      "display": "Temperature",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Température"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "temperature"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8310-5 Body temperature (Cel)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "temperature"
        }
      ]
    },
    {
      "code": "vitals.o2-saturation",
      "display": "O2 saturation",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Saturation en oxygène"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "O2 saturation"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 2708-6 Oxygen saturation (%)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "O2 saturation"
        }
      ]
    },
    {
      "code": "vitals.pain-score",
      "display": "Pain score",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Score de douleur"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "pain score"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.vital-signs"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 72514-3 Pain severity, 0-10 verbal numeric rating"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "pain score"
        }
      ]
    },
    {
      "code": "vitals.head-circumference-peds",
      "display": "Head circumference (peds)",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Périmètre crânien (pédiatrie)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "head circumference (peds)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.body-measurements"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 9843-4 Head Occipital-frontal circumference (cm)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "head circumference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "head circumference"
        }
      ]
    },
    {
      "code": "vitals.growth-percentiles-peds",
      "display": "Growth percentiles (peds)",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Percentiles de croissance (pédiatrie)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "growth percentiles (peds)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.body-measurements"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 8289-1 / 8302-2 percentile per growth chart"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "growth percentiles"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "growth percentiles"
        }
      ]
    },
    {
      "code": "vitals.value",
      "display": "Measurement value",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Valeur mesurée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "value"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.context"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "value"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "value + unit"
        }
      ]
    },
    {
      "code": "vitals.unit",
      "display": "Measurement unit",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Unité de mesure"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "unit"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.context"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "UCUM"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://unitsofmeasure.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "unit"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "unit + date"
        }
      ]
    },
    {
      "code": "vitals.measurement-date",
      "display": "Measurement date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de la mesure"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "measurement date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.context"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.effective[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Moment ou periode cliniquement pertinent de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "date + entered-by"
        }
      ]
    },
    {
      "code": "vitals.entered-by",
      "display": "Entered-by",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Saisi par"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "entered-by"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.context"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.performer"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Responsable de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "entered-by"
        }
      ]
    },
    {
      "code": "medications.drug-din",
      "display": "Drug DIN",
      "designation": [
        {
          "language": "fr-CA",
          "value": "DIN du médicament"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "drug DIN"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.drug"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.medication[x].coding:din"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "Health Canada DIN"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/NamingSystem/ca-hc-din"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero d'identification du medicament (DIN) de Sante Canada pour le produit commercialise"
        },
        {
          "code": "requirementText",
          "valueString": "drug (DIN"
        }
      ]
    },
    {
      "code": "medications.drug-brand",
      "display": "Drug brand",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom commercial"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "drug brand"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.drug"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.medication[x].text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le medicament tel qu'ecrit, en texte lisible"
        },
        {
          "code": "requirementText",
          "valueString": "(DIN, brand"
        }
      ]
    },
    {
      "code": "medications.drug-generic",
      "display": "Drug generic",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom générique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "drug generic"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.drug"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.medication[x].coding:aign"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le groupe d'ingredients actifs identifiant l'ingredient et la concentration du medicament"
        },
        {
          "code": "requirementText",
          "valueString": "brand, generic"
        }
      ]
    },
    {
      "code": "medications.dose",
      "display": "Medication dose",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dose"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dose"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "UCUM"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://unitsofmeasure.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "dose"
        },
        {
          "code": "descriptionFr",
          "valueString": "Quantite de dose administree par le patient (p. ex. 2 comprimes)"
        },
        {
          "code": "requirementText",
          "valueString": "dose; route"
        }
      ]
    },
    {
      "code": "medications.route",
      "display": "Route of administration",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Voie d'administration"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "route"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dosageInstruction.route"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-022 Medication and Immunization Route"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "route"
        },
        {
          "code": "descriptionFr",
          "valueString": "Voie d'administration, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "route; frequency/sig"
        }
      ]
    },
    {
      "code": "medications.frequency-sig",
      "display": "Frequency/sig",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Fréquence et directives"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "frequency/sig"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dosageInstruction.timing"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Timing"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-024 Medication Frequency"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Moment ou le medicament doit etre pris"
        },
        {
          "code": "requirementText",
          "valueString": "frequency/sig"
        }
      ]
    },
    {
      "code": "medications.quantity",
      "display": "Dispense quantity",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Quantité servie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "quantity"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dispenseRequest.quantity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "dispenseRequest.quantity.value"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "quantity"
        },
        {
          "code": "descriptionFr",
          "valueString": "Quantite a delivrer"
        },
        {
          "code": "requirementText",
          "valueString": "quantity"
        },
        {
          "code": "selector",
          "valueString": "$none"
        }
      ]
    },
    {
      "code": "medications.quantity-unit",
      "display": "Quantity unit",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Unité de quantité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "quantity unit"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dispenseRequest.quantity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "UCUM"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://unitsofmeasure.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Quantite a delivrer"
        },
        {
          "code": "requirementText",
          "valueString": "quantity + unit"
        }
      ]
    },
    {
      "code": "medications.duration",
      "display": "Medication duration",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Durée du traitement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "duration"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dispenseRequest.expectedSupplyDuration"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Duration"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "UCUM"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://unitsofmeasure.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "duration"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nombre de jours d'approvisionnement par delivrance"
        },
        {
          "code": "requirementText",
          "valueString": "unit; duration"
        }
      ]
    },
    {
      "code": "medications.refills",
      "display": "Repeats (refills)",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Renouvellements"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "refills"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "unsignedInt"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "refills"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nombre de renouvellements autorises"
        },
        {
          "code": "requirementText",
          "valueString": "refills"
        }
      ]
    },
    {
      "code": "medications.start-date",
      "display": "Start date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de début"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "start date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Duree ou plage de durees, ou bornes de debut et de fin"
        },
        {
          "code": "requirementText",
          "valueString": "start/stop dates"
        }
      ]
    },
    {
      "code": "medications.stop-date",
      "display": "Stop date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'arrêt"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "stop date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Duree ou plage de durees, ou bornes de debut et de fin"
        },
        {
          "code": "requirementText",
          "valueString": "start/stop dates"
        }
      ]
    },
    {
      "code": "medications.status",
      "display": "Prescription status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de l'ordonnance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "status (active/discontinued/held)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 medicationrequest-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/CodeSystem/medicationrequest-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "status"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie de l'ordonnance"
        },
        {
          "code": "requirementText",
          "valueString": "status (active/discontinued/held)"
        }
      ]
    },
    {
      "code": "medications.prescriber",
      "display": "Prescriber",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Prescripteur"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "prescriber"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.parties"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.requester"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Prescripteur du medicament"
        },
        {
          "code": "requirementText",
          "valueString": "prescriber"
        }
      ]
    },
    {
      "code": "medications.indication-link-to-condition",
      "display": "Indication (link to Condition)",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Indication (lien au problème)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "indication (link to Condition)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.indication"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.reasonReference"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Condition)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "searchAlias",
          "valueString": "indication"
        },
        {
          "code": "descriptionFr",
          "valueString": "Probleme ou observation justifiant la redaction de l'ordonnance"
        },
        {
          "code": "requirementText",
          "valueString": "indication (link to Condition)"
        }
      ]
    },
    {
      "code": "medications.titration-taper-plan",
      "display": "Titration/taper plan",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Plan de titration ou de sevrage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "titration/taper plan"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "requirementText",
          "valueString": "titration/taper plan"
        }
      ]
    },
    {
      "code": "medications.post-dated",
      "display": "Post-dated",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Postdatée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "post-dated"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dispenseRequest.validityPeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Periode pour laquelle l'approvisionnement est autorise"
        },
        {
          "code": "requirementText",
          "valueString": "post-dated"
        }
      ]
    },
    {
      "code": "medications.conditional-fill",
      "display": "Conditional fill",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Exécution conditionnelle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "conditional fill"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "requirementText",
          "valueString": "conditional fill"
        }
      ]
    },
    {
      "code": "medications.pharmacy",
      "display": "Pharmacy",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Pharmacie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "pharmacy"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.parties"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.dispenseRequest.performer"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Organization)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Pharmacie ou dispensateur prevu"
        },
        {
          "code": "requirementText",
          "valueString": "pharmacy"
        }
      ]
    },
    {
      "code": "medications.adherence",
      "display": "Medication adherence",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Observance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "adherence"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.indication"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "adherence"
        },
        {
          "code": "requirementText",
          "valueString": "adherence"
        }
      ]
    },
    {
      "code": "medications.long-term-vs-short-term",
      "display": "Long-term vs short-term",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Traitement de longue ou courte durée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "long-term vs short-term"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.courseOfTherapyType"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 medicationrequest-course-of-therapy"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Schema global d'administration du medicament"
        },
        {
          "code": "requirementText",
          "valueString": "long-term vs short-term"
        }
      ]
    },
    {
      "code": "medications.externally-prescribed-meds",
      "display": "Externally-prescribed meds",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Médicaments prescrits à l'externe"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "externally-prescribed meds"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.indication"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationStatement.medication[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationstatement"
        },
        {
          "code": "dataType",
          "valueString": "MedicationStatement"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le medicament que le patient declare prendre"
        },
        {
          "code": "requirementText",
          "valueString": "externally-prescribed meds"
        }
      ]
    },
    {
      "code": "orders-results.requisition-ordering-provider",
      "display": "Requisition ordering provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Prescripteur de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition ordering provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Auteur de la demande de service"
        },
        {
          "code": "requirementText",
          "valueString": "ordering provider"
        }
      ]
    },
    {
      "code": "orders-results.requisition-date",
      "display": "Requisition date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.authoredOn"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "ServiceRequest.category = laboratory | imaging"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de signature de la demande"
        },
        {
          "code": "requirementText",
          "valueString": "ordering provider, date"
        },
        {
          "code": "gate",
          "valueString": "category.coding.code=108252007|363679005"
        }
      ]
    },
    {
      "code": "orders-results.requisition-tests",
      "display": "Requisition tests",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Analyses demandées"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition tests"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.code"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Objet de la demande ou de la prescription"
        },
        {
          "code": "requirementText",
          "valueString": "date, tests"
        }
      ]
    },
    {
      "code": "orders-results.requisition-priority",
      "display": "Requisition priority",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Priorité de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition priority"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.priority"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "ServiceRequest.category = laboratory | imaging"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-priority"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-priority"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "routine | urgent | asap | stat"
        },
        {
          "code": "requirementText",
          "valueString": "tests, priority"
        },
        {
          "code": "gate",
          "valueString": "category.coding.code=108252007|363679005"
        }
      ]
    },
    {
      "code": "orders-results.requisition-clinical-info",
      "display": "Requisition clinical info",
      "definition": "The additional clinical information supplied with a requisition: the indication, working diagnosis or context the performing lab or imaging service needs. Carried as the order's reason text.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Renseignements cliniques"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition clinical info"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.reasonCode.text"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Renseignements cliniques accompagnant la requisition, portes par le texte du motif de la demande"
        },
        {
          "code": "requirementText",
          "valueString": "clinical info"
        }
      ]
    },
    {
      "code": "orders-results.requisition-copied-to",
      "display": "Requisition copied-to",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Copie conforme"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition copied-to"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "requirementText",
          "valueString": "copied-to"
        }
      ]
    },
    {
      "code": "orders-results.requisition-status",
      "display": "Requisition status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "requisition status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.status"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "ServiceRequest.category = laboratory | imaging"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "draft | active | on-hold | revoked | completed | entered-in-error | unknown"
        },
        {
          "code": "requirementText",
          "valueString": "copied-to, status"
        },
        {
          "code": "gate",
          "valueString": "category.coding.code=108252007|363679005"
        }
      ]
    },
    {
      "code": "orders-results.accession",
      "display": "Accession number",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro d'accession"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "accession #"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Specimen.accessionIdentifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-specimen"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "accession #"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero d'accession du laboratoire executant"
        },
        {
          "code": "requirementText",
          "valueString": "accession #"
        }
      ]
    },
    {
      "code": "orders-results.lab-source",
      "display": "Lab source",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Laboratoire source"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "lab source"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.specimen"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.performer"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Organization)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Service diagnostique responsable"
        },
        {
          "code": "requirementText",
          "valueString": "lab source"
        }
      ]
    },
    {
      "code": "orders-results.collection-date",
      "display": "Collection date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de prélèvement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "collection date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.specimen"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Specimen.collection.collected[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-specimen"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de prelevement de l'echantillon"
        },
        {
          "code": "requirementText",
          "valueString": "collection date"
        }
      ]
    },
    {
      "code": "orders-results.received-date",
      "display": "Received date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de réception"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "received date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.specimen"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Specimen.receivedTime"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-specimen"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de reception de l'echantillon par le laboratoire"
        },
        {
          "code": "requirementText",
          "valueString": "received date"
        }
      ]
    },
    {
      "code": "orders-results.report-overall-status",
      "display": "Report overall status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut global du rapport"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "report overall status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 diagnostic-report-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/diagnostic-report-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie du rapport"
        },
        {
          "code": "requirementText",
          "valueString": "overall status"
        }
      ]
    },
    {
      "code": "orders-results.test-name",
      "display": "Test name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de l'analyse"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "test name (LOINC)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code.coding:loinc"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code d'observation LOINC"
        },
        {
          "code": "requirementText",
          "valueString": "test name (LOINC)"
        }
      ]
    },
    {
      "code": "orders-results.result-value",
      "display": "Result value",
      "definition": "The value reported for the analyte.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Valeur du résultat"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "result value"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity | CodeableConcept | string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the Observation.code identifies the test (LOINC); see test name (LOINC)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "La valeur rapportee pour l'analyte."
        },
        {
          "code": "requirementText",
          "valueString": "(LOINC), value"
        },
        {
          "code": "selector",
          "valueString": "$none"
        }
      ]
    },
    {
      "code": "orders-results.result-unit",
      "display": "Result unit",
      "definition": "The unit the result was reported in.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Unité du résultat"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "result unit"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "UCUM"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://unitsofmeasure.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'unite dans laquelle le resultat a ete rapporte."
        },
        {
          "code": "requirementText",
          "valueString": "value, unit"
        }
      ]
    },
    {
      "code": "orders-results.reference-range",
      "display": "Reference range",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervalle de référence"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "reference range"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.referenceRange"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Range"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Intervalle de reference de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "unit, reference range"
        }
      ]
    },
    {
      "code": "orders-results.abnormal-flag",
      "display": "Abnormal flag",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Indicateur d'anomalie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "abnormal flag H/L/critical"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.interpretation"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 observation-interpretation"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "abnormal flag H"
        },
        {
          "code": "searchAlias",
          "valueString": "abnormal flag H/L/critical"
        },
        {
          "code": "descriptionFr",
          "valueString": "Eleve, bas, normal, etc."
        },
        {
          "code": "requirementText",
          "valueString": "abnormal flag H/L/critical"
        }
      ]
    },
    {
      "code": "orders-results.result-status",
      "display": "Result status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du résultat"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "result status final/preliminary/corrected"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 observation-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/observation-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "result status final"
        },
        {
          "code": "searchAlias",
          "valueString": "result status final/preliminary/corrected"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie du resultat"
        },
        {
          "code": "requirementText",
          "valueString": "status final/preliminary/corrected"
        }
      ]
    },
    {
      "code": "orders-results.clinician-annotation",
      "display": "Clinician annotation",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Annotation du clinicien"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinician annotation"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.review"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.note"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Annotation"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Commentaires sur l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "clinician annotation"
        }
      ]
    },
    {
      "code": "orders-results.review-sign-off-status",
      "display": "Review/sign-off status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de révision et contresignature"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "review/sign-off status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.review"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.extension:reviewed"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Valeur de l'extension"
        },
        {
          "code": "requirementText",
          "valueString": "review/sign-off status"
        }
      ]
    },
    {
      "code": "orders-results.reviewer",
      "display": "Reviewer",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Réviseur"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "reviewer"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.review"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.extension:reviewed"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Valeur de l'extension"
        },
        {
          "code": "requirementText",
          "valueString": "status + reviewer"
        }
      ]
    },
    {
      "code": "orders-results.imaging-modality",
      "display": "Imaging modality",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Modalité d'imagerie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "imaging modality"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.imaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.extension[https://fhir.apps.health/StructureDefinition/nexus-imaging-modality]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "DiagnosticReport.category = imaging"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "DICOM DCM (CID 29)"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://dicom.nema.org/resources/ontology/DCM"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Modalite d'acquisition (DICOM DCM : DX, US, CT, MR, MG, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "(modality"
        }
      ]
    },
    {
      "code": "orders-results.imaging-date",
      "display": "Imaging date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de l'imagerie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "imaging date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.imaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.effective[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "DiagnosticReport.category = imaging"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Moment ou periode cliniquement pertinent du rapport"
        },
        {
          "code": "requirementText",
          "valueString": "(modality, date"
        }
      ]
    },
    {
      "code": "orders-results.imaging-indication",
      "display": "Imaging indication",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Indication de l'imagerie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "imaging indication"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.imaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.conclusionCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Codes de la conclusion clinique"
        },
        {
          "code": "requirementText",
          "valueString": "date, indication"
        }
      ]
    },
    {
      "code": "orders-results.imaging-impression",
      "display": "Imaging impression",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Impression radiologique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "imaging impression"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.imaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.conclusion"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Conclusion clinique (interpretation) des resultats d'analyse"
        },
        {
          "code": "requirementText",
          "valueString": "indication, impression"
        }
      ]
    },
    {
      "code": "orders-results.imaging-full-text",
      "display": "Imaging full text",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rapport d'imagerie complet"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "imaging full text"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.imaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "DiagnosticReport.presentedForm"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-diagnosticreport"
        },
        {
          "code": "dataType",
          "valueString": "Attachment"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "attachment"
        },
        {
          "code": "descriptionFr",
          "valueString": "Rapport integral tel que publie"
        },
        {
          "code": "requirementText",
          "valueString": "full text"
        }
      ]
    },
    {
      "code": "orders-results.imaging-requisition",
      "display": "Imaging requisition",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Demande d'imagerie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "imaging requisition"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.imaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.code"
        },
        {
          "code": "dataType",
          "valueString": "ServiceRequest"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Objet de la demande ou de la prescription"
        },
        {
          "code": "requirementText",
          "valueString": "imaging requisitions"
        }
      ]
    },
    {
      "code": "prevention.vaccine-name",
      "display": "Vaccine name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom du vaccin"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "vaccine name"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.vaccineCode.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le vaccin tel qu'ecrit, en texte lisible"
        },
        {
          "code": "requirementText",
          "valueString": "vaccine name"
        }
      ]
    },
    {
      "code": "prevention.vaccine-code",
      "display": "Vaccine code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code du vaccin"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "vaccine code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.vaccineCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "Health Canada DIN, with ATC and RxNorm where the source carries them"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Produit vaccinal, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "vaccine name + code"
        }
      ]
    },
    {
      "code": "prevention.lot",
      "display": "Lot",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro de lot"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "lot"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.lotNumber"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Numero de lot du vaccin"
        },
        {
          "code": "requirementText",
          "valueString": "code, lot"
        }
      ]
    },
    {
      "code": "prevention.immunization-route",
      "display": "Immunization route",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Voie d'administration du vaccin"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "immunization route"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.route"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-022 Medication and Immunization Route"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Voie d'administration, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "lot, route"
        }
      ]
    },
    {
      "code": "prevention.immunization-site",
      "display": "Immunization site",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Site d'injection"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "immunization site"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.site"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-021 Immunization Site"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Site anatomique, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "route, site"
        }
      ]
    },
    {
      "code": "prevention.dose",
      "display": "Dose number",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro de dose"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dose #"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.protocolApplied.doseNumber[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "positiveInt"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "dose #"
        },
        {
          "code": "descriptionFr",
          "valueString": "Numero de dose dans la serie"
        },
        {
          "code": "requirementText",
          "valueString": "dose #"
        }
      ]
    },
    {
      "code": "prevention.date-given",
      "display": "Date given",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'administration"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "date given"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.occurrence[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'administration du vaccin"
        },
        {
          "code": "requirementText",
          "valueString": "date given"
        }
      ]
    },
    {
      "code": "prevention.not-given-reason",
      "display": "Not-given reason",
      "definition": "Why a dose was not administered: refusal, contraindication, deferral, product unavailable. Read with a status of not-done.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif de non-administration"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "not-given/refused/contraindicated reason"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.statusReason"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "not-given"
        },
        {
          "code": "searchAlias",
          "valueString": "not-given/refused/contraindicated reason"
        },
        {
          "code": "descriptionFr",
          "valueString": "Motif pour lequel la dose n'a pas ete administree (a lire avec un statut non-administre)"
        },
        {
          "code": "requirementText",
          "valueString": "not-given/refused/contraindicated reason"
        }
      ]
    },
    {
      "code": "prevention.immunization-provider",
      "display": "Immunization provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Vaccinateur"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "immunization provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.performer.actor"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personne ayant administre le vaccin"
        },
        {
          "code": "requirementText",
          "valueString": "reason, provider"
        }
      ]
    },
    {
      "code": "prevention.immunization-source",
      "display": "Immunization source",
      "definition": "Where the immunization record came from.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Source du dossier de vaccination"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "immunization source"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.meta.source"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Provenance de l'inscription vaccinale."
        },
        {
          "code": "requirementText",
          "valueString": "provider, source"
        }
      ]
    },
    {
      "code": "prevention.screening-mammogram",
      "display": "Screening: mammogram",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : mammographie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: mammogram"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 24606-6 MG Breast Screening"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "(mammogram"
        }
      ]
    },
    {
      "code": "prevention.screening-fit-colorectal",
      "display": "Screening: FIT/colorectal",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : RSOSi colorectal"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: FIT/colorectal"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 27401-9 Occult blood, faeces"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "FIT/colorectal"
        }
      ]
    },
    {
      "code": "prevention.screening-pap-cervical",
      "display": "Screening: Pap/cervical",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : test Pap"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: Pap/cervical"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 19765-7 Cytology study, cervical"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "Pap/cervical"
        }
      ]
    },
    {
      "code": "prevention.screening-bone-density",
      "display": "Screening: bone density",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : densité osseuse"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: bone density"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 38265-5 DXA Femur bone density"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "bone density"
        }
      ]
    },
    {
      "code": "prevention.screening-aaa",
      "display": "Screening: AAA",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : anévrisme de l'aorte abdominale"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: AAA"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 44227-7 US Aorta abdominal"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "AAA"
        }
      ]
    },
    {
      "code": "prevention.screening-influenza",
      "display": "Screening: influenza",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : grippe"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: influenza"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.vaccineCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Produit vaccinal, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "influenza"
        }
      ]
    },
    {
      "code": "prevention.screening-covid",
      "display": "Screening: COVID",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : COVID"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: COVID"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.vaccineCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Produit vaccinal, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "COVID"
        }
      ]
    },
    {
      "code": "prevention.screening-pneumococcal",
      "display": "Screening: pneumococcal",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : pneumocoque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: pneumococcal"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.vaccineCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "SNOMED CT 7261000087106 pneumococcal conjugate, 28481000087105 pneumococcal polysaccharide"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Produit vaccinal, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "pneumococcal"
        }
      ]
    },
    {
      "code": "prevention.screening-shingles",
      "display": "Screening: shingles",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dépistage : zona"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening: shingles"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.vaccineCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "SNOMED CT 56011000087109 recombinant herpes zoster"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Produit vaccinal, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "shingles"
        }
      ]
    },
    {
      "code": "prevention.screening-last-done",
      "display": "Screening last-done",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dernier dépistage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening last-done"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.effective[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Moment ou periode cliniquement pertinent de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "last-done"
        }
      ]
    },
    {
      "code": "prevention.screening-due-date",
      "display": "Screening due date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'échéance du dépistage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening due date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "derived",
          "valueBoolean": true
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "requirementText",
          "valueString": "due date"
        }
      ]
    },
    {
      "code": "prevention.screening-status",
      "display": "Screening status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du dépistage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.extension:preventionStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code d'etat de prevention Nexus (l'un des 3 codes de NexusEmrPreventionStatusCS)"
        },
        {
          "code": "requirementText",
          "valueString": "due date, status"
        }
      ]
    },
    {
      "code": "prevention.preventions-reminders-config",
      "display": "Preventions/reminders config",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Configuration des rappels de prévention"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preventions/reminders config"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "dataType",
          "valueString": "Basic"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "requirementText",
          "valueString": "preventions/reminders config"
        }
      ]
    },
    {
      "code": "chronic-disease.flowsheet-condition",
      "display": "Flowsheet condition",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Maladie suivie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "flowsheet condition"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.flowsheets"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "CarePlan.addresses"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careplan"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le ou les problemes pris en charge"
        },
        {
          "code": "requirementText",
          "valueString": "per-condition flowsheet"
        }
      ]
    },
    {
      "code": "chronic-disease.care-element",
      "display": "Care element",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care element"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.flowsheets"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "care elements (HbA1c"
        }
      ]
    },
    {
      "code": "chronic-disease.care-element-date",
      "display": "Care element date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de l'élément de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care element date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.flowsheets"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.effective[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Moment ou periode cliniquement pertinent de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "dated care elements"
        }
      ]
    },
    {
      "code": "chronic-disease.care-element-target",
      "display": "Care element target",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Cible de l'élément de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care element target"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.flowsheets"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "requirementText",
          "valueString": "with target"
        }
      ]
    },
    {
      "code": "chronic-disease.care-element-interval",
      "display": "Care element interval",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervalle de l'élément de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care element interval"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.flowsheets"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "dataType",
          "valueString": "Duration"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "requirementText",
          "valueString": "target + interval"
        }
      ]
    },
    {
      "code": "chronic-disease.computed-care-gap",
      "display": "Computed care-gap",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Écart de soins calculé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "computed care-gap"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "derived",
          "valueBoolean": true
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.flowsheets"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "requirementText",
          "valueString": "computed care-gap"
        }
      ]
    },
    {
      "code": "chronic-disease.care-plan-goal",
      "display": "Care-plan goal",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Objectif du plan de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care-plan goal"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.care-plans"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "CarePlan.goal"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careplan"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Goal)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Les cibles mesurables (lignes de la feuille de suivi) de ce plan"
        },
        {
          "code": "requirementText",
          "valueString": "care-plan goals"
        }
      ]
    },
    {
      "code": "chronic-disease.intervention",
      "display": "Care plan intervention",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervention du plan de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "intervention"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.care-plans"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "CarePlan.activity.detail.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careplan"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "intervention"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type detaille de l'activite"
        },
        {
          "code": "requirementText",
          "valueString": "interventions"
        }
      ]
    },
    {
      "code": "chronic-disease.review-date",
      "display": "Review date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de révision"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "review date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.care-plans"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "CarePlan.period"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careplan"
        },
        {
          "code": "dataType",
          "valueString": "Period"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Periode de validite du plan"
        },
        {
          "code": "requirementText",
          "valueString": "review dates"
        }
      ]
    },
    {
      "code": "risk-scores.cvd-framingham-risk",
      "display": "CVD/Framingham risk",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Risque cardiovasculaire (Framingham)"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "CVD/Framingham risk"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.scores"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.prediction.probability[x]:probabilityDecimal"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "decimal"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "RiskAssessment.method = Framingham general cardiovascular risk (D'Agostino 2008, 10-year)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le score numerique, sous forme de probabilite dans [0,1]"
        },
        {
          "code": "requirementText",
          "valueString": "CVD/Framingham risk"
        }
      ]
    },
    {
      "code": "risk-scores.egfr",
      "display": "eGFR",
      "designation": [
        {
          "language": "fr-CA",
          "value": "DFGe"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "eGFR"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.scores"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Quantity"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 98979-8 eGFR (CKD-EPI 2021, race-free), mL/min/1.73m2"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "expectedUnit",
          "valueString": "mL/min/{1.73_m2}"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        },
        {
          "code": "requirementText",
          "valueString": "eGFR, FRAX"
        }
      ]
    },
    {
      "code": "risk-scores.frax",
      "display": "FRAX",
      "designation": [
        {
          "language": "fr-CA",
          "value": "FRAX"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "FRAX"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.scores"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.prediction.probability[x]:probabilityDecimal"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "decimal"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "RiskAssessment.method"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le score numerique, sous forme de probabilite dans [0,1]"
        },
        {
          "code": "requirementText",
          "valueString": "FRAX"
        }
      ]
    },
    {
      "code": "risk-scores.chads2-vasc",
      "display": "CHADS2-VASc",
      "designation": [
        {
          "language": "fr-CA",
          "value": "CHADS2-VASc"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "CHADS2-VASc"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.scores"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.prediction.probability[x]:probabilityDecimal"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "integer"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "RiskAssessment.method = CHA2DS2-VASc stroke risk in atrial fibrillation"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le score numerique, sous forme de probabilite dans [0,1]"
        },
        {
          "code": "requirementText",
          "valueString": "CHADS"
        }
      ]
    },
    {
      "code": "risk-scores.risk-score-inputs",
      "display": "Risk score inputs",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Données du score de risque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "risk score inputs"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.provenance"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.basis"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Observation | Condition)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Elements ayant servi au calcul (les observations et problemes utilises)"
        },
        {
          "code": "requirementText",
          "valueString": "inputs"
        }
      ]
    },
    {
      "code": "risk-scores.risk-score-date",
      "display": "Risk score date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date du score de risque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "risk score date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.provenance"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.occurrence[x]:occurrenceDateTime"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de calcul du score de risque"
        },
        {
          "code": "requirementText",
          "valueString": "inputs + date"
        }
      ]
    },
    {
      "code": "encounters.encounter-date",
      "display": "Encounter date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de la rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.period"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "Period"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Heures de debut et de fin de la rencontre"
        },
        {
          "code": "requirementText",
          "valueString": "encounter (date"
        }
      ]
    },
    {
      "code": "encounters.encounter-type",
      "display": "Encounter type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter type (in-person/virtual/phone)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.class"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 ActCode (class); SNOMED CT (type)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Classification de la rencontre (fixee a ambulatoire)"
        },
        {
          "code": "requirementText",
          "valueString": "type in-person/virtual/phone"
        }
      ]
    },
    {
      "code": "encounters.encounter-provider",
      "display": "Encounter provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervenant de la rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.participant"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Liste des participants a la rencontre"
        },
        {
          "code": "requirementText",
          "valueString": "provider, reason"
        }
      ]
    },
    {
      "code": "encounters.encounter-reason",
      "display": "Encounter reason",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif de la rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter reason"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.reasonCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Motif de la rencontre, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "reason, location"
        }
      ]
    },
    {
      "code": "encounters.encounter-location",
      "display": "Encounter location",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lieu de la rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter location"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.location.location"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Location)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Lieu ou se deroule la rencontre"
        },
        {
          "code": "requirementText",
          "valueString": "location, status"
        }
      ]
    },
    {
      "code": "encounters.encounter-status",
      "display": "Encounter status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 encounter-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/encounter-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie de la rencontre"
        },
        {
          "code": "requirementText",
          "valueString": "location, status)"
        }
      ]
    },
    {
      "code": "encounters.chief-complaint",
      "display": "Chief complaint",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif principal de consultation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "chief complaint"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = Chief complaint"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "chief complaint"
        }
      ]
    },
    {
      "code": "encounters.hpi",
      "display": "History of present illness",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Histoire de la maladie actuelle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "HPI"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = History of present illness"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "HPI"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "HPI"
        }
      ]
    },
    {
      "code": "encounters.exam",
      "display": "Physical exam",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Examen physique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "exam"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = Examination"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "exam"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "exam"
        }
      ]
    },
    {
      "code": "encounters.assessment",
      "display": "Assessment",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Évaluation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "assessment"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = Assessment"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "assessment"
        }
      ]
    },
    {
      "code": "encounters.plan",
      "display": "Plan",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Plan"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "plan"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = Plan"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "assessment, plan"
        }
      ]
    },
    {
      "code": "encounters.signed-by",
      "display": "Signed-by",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Signé par"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "signed-by"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.attester.party"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personne ayant atteste la composition"
        },
        {
          "code": "requirementText",
          "valueString": "signed-by"
        }
      ]
    },
    {
      "code": "encounters.signed-date",
      "display": "Signed date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de signature"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "signed date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.attester.time"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'attestation de la composition"
        },
        {
          "code": "requirementText",
          "valueString": "signed-by + date"
        }
      ]
    },
    {
      "code": "encounters.addendums",
      "display": "Note addendums",
      "definition": "Signed content appended to a note after it was signed, leaving the original untouched and carrying its own author and sign-off. NO ELEMENT REALISES THIS FIELD. An edit to a signed note is recorded as version history over the one Composition with a status of amended -- a different clinical act, and not an addendum -- and Composition.relatesTo is deliberately left unprofiled against a future addendum workflow. This field is catalogued without a path until that workflow exists.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Addendas à la note"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "addendums"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "dataType",
          "valueString": "Composition"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "searchAlias",
          "valueString": "addendums"
        },
        {
          "code": "descriptionFr",
          "valueString": "Contenu signe ajoute a une note apres sa signature; aucun element ne realise ce champ aujourd'hui"
        },
        {
          "code": "requirementText",
          "valueString": "addendums"
        }
      ]
    },
    {
      "code": "encounters.ai-scribe-provenance",
      "display": "AI-scribe provenance",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Provenance du scribe IA"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "AI-scribe provenance"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Provenance.agent"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-provenance"
        },
        {
          "code": "dataType",
          "valueString": "Provenance"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personnes ayant pris part a l'action"
        },
        {
          "code": "requirementText",
          "valueString": "AI-scribe provenance"
        }
      ]
    },
    {
      "code": "encounters.link-to-billing",
      "display": "Link to billing",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lien vers la facturation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "link to billing"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Encounter)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "requirementText",
          "valueString": "link to billing"
        }
      ]
    },
    {
      "code": "appointments.appointment-date-time",
      "display": "Appointment date/time",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date et heure du rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "appointment date/time"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.start"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "instant"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date prevue du rendez-vous - correspond a A12_Last Visit Date"
        },
        {
          "code": "requirementText",
          "valueString": "date/time"
        }
      ]
    },
    {
      "code": "appointments.duration",
      "display": "Appointment duration",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Durée du rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "duration"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.minutesDuration"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "positiveInt"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "duration"
        },
        {
          "code": "descriptionFr",
          "valueString": "Peut etre inferieure a l'ecart debut-fin (p. ex. une estimation)"
        },
        {
          "code": "requirementText",
          "valueString": "time, duration"
        }
      ]
    },
    {
      "code": "appointments.appointment-provider",
      "display": "Appointment provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Intervenant du rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "appointment provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.participant.actor"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "1..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "participant.actor -> Practitioner"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personne, lieu ou service de sante, ou appareil"
        },
        {
          "code": "requirementText",
          "valueString": "provider, type"
        }
      ]
    },
    {
      "code": "appointments.appointment-type",
      "display": "Appointment type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "appointment type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.appointmentType"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type de rendez-vous, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "type, reason"
        }
      ]
    },
    {
      "code": "appointments.appointment-reason",
      "display": "Appointment reason",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif du rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "appointment reason"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.reasonCode"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Motif du rendez-vous, avec prise en charge du code source"
        },
        {
          "code": "requirementText",
          "valueString": "reason, status"
        }
      ]
    },
    {
      "code": "appointments.appointment-status",
      "display": "Appointment status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "appointment status (booked/arrived/completed/no-show/cancelled/bumped)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 appointmentstatus"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/appointmentstatus"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie du rendez-vous"
        },
        {
          "code": "requirementText",
          "valueString": "status (booked/arrived/completed/no-show/cancelled/bumped)"
        }
      ]
    },
    {
      "code": "appointments.appointment-location",
      "display": "Appointment location",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lieu du rendez-vous"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "appointment location"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.participant.actor"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Location)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personne, lieu ou service de sante, ou appareil"
        },
        {
          "code": "requirementText",
          "valueString": "location, virtual"
        }
      ]
    },
    {
      "code": "appointments.virtual-link",
      "display": "Virtual link",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lien de consultation virtuelle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "virtual link"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.booking"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.extension:modality"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Modalite -- codification Nexus normalisee ; la codification source peut l'accompagner"
        },
        {
          "code": "requirementText",
          "valueString": "virtual link"
        }
      ]
    },
    {
      "code": "appointments.booking-source",
      "display": "Booking source",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Source de la réservation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "booking source"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.booking"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Appointment.extension:createdBy"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-appointment"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Agent auteur -- utilisateur (Practitioner, ou PractitionerRole lorsque le role importe), systeme (Device), patient qui prend lui-meme rendez-vous, RelatedPerson ou Organization"
        },
        {
          "code": "requirementText",
          "valueString": "booking source"
        }
      ]
    },
    {
      "code": "referrals.referral-to-specialist-service",
      "display": "Referral to specialist/service",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Demande de consultation vers un spécialiste ou service"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral to specialist/service"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.performer"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner | Organization)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Executant demande"
        },
        {
          "code": "requirementText",
          "valueString": "to specialist/service"
        }
      ]
    },
    {
      "code": "referrals.referral-reason",
      "display": "Referral reason",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif de la demande de consultation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral reason"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.reasonCode"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Explication ou justification de l'intervention ou du service"
        },
        {
          "code": "requirementText",
          "valueString": "service, reason"
        }
      ]
    },
    {
      "code": "referrals.referral-date-sent",
      "display": "Referral date sent",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'envoi de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral date sent"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.authoredOn"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "ServiceRequest.category = referral (the nexus-core-referral profile)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de signature de la demande"
        },
        {
          "code": "requirementText",
          "valueString": "date sent"
        }
      ]
    },
    {
      "code": "referrals.referral-priority",
      "display": "Referral priority",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Priorité de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral priority"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.priority"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "ServiceRequest.category = referral"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-priority"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-priority"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "routine | urgent | asap | stat"
        },
        {
          "code": "requirementText",
          "valueString": "priority, status"
        }
      ]
    },
    {
      "code": "referrals.referral-status",
      "display": "Referral status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral status (draft/sent/accepted/booked/consult-received/declined)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.status"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "draft | active | on-hold | revoked | completed | entered-in-error | unknown"
        },
        {
          "code": "requirementText",
          "valueString": "status draft/sent/accepted/booked/consult-received/declined"
        }
      ]
    },
    {
      "code": "referrals.referral-attachments",
      "display": "Referral attachments",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Pièces jointes à la demande"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral attachments"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.supportingInfo"
        },
        {
          "code": "dataType",
          "valueString": "Reference(DocumentReference)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Renseignements cliniques supplementaires"
        },
        {
          "code": "requirementText",
          "valueString": "attachments, Ocean"
        }
      ]
    },
    {
      "code": "referrals.ocean-ereferral-id",
      "display": "Ocean eReferral id",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant Ocean eReferral"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "Ocean eReferral id"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.identifier"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiants attribues a cette demande"
        },
        {
          "code": "requirementText",
          "valueString": "Ocean eReferral id"
        }
      ]
    },
    {
      "code": "referrals.consult-letter-from-specialist",
      "display": "Consult letter from specialist",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lettre du spécialiste"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consult letter from specialist"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.consult-reply"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.author"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Auteur de la note"
        },
        {
          "code": "requirementText",
          "valueString": "from specialist"
        }
      ]
    },
    {
      "code": "referrals.consult-letter-date",
      "display": "Consult letter date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de la lettre de consultation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consult letter date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.consult-reply"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.date"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de la derniere modification logique de la note"
        },
        {
          "code": "requirementText",
          "valueString": "specialist, date"
        }
      ]
    },
    {
      "code": "referrals.consult-letter-summary",
      "display": "Consult letter summary",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Résumé de la consultation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consult letter summary"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.consult-reply"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = Summary"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "summary, recommendations"
        }
      ]
    },
    {
      "code": "referrals.consult-letter-recommendations",
      "display": "Consult letter recommendations",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Recommandations de la consultation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consult letter recommendations"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.consult-reply"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.section.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "section.title = Recommendations"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le texte narratif de la section, en XHTML"
        },
        {
          "code": "requirementText",
          "valueString": "recommendations"
        }
      ]
    },
    {
      "code": "referrals.referral-letters",
      "display": "Referral letters",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lettres de demande de consultation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referral letters"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.documents"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.type.coding:loinc"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "DocumentReference"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 57133-1 Referral note"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code LOINC du type de document"
        },
        {
          "code": "requirementText",
          "valueString": "referral letters"
        }
      ]
    },
    {
      "code": "referrals.sick-notes",
      "display": "Sick notes",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Billets médicaux"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "sick notes"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.documents"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.type.coding:loinc"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "DocumentReference"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code LOINC du type de document"
        },
        {
          "code": "requirementText",
          "valueString": "sick notes"
        }
      ]
    },
    {
      "code": "letters.letter-type",
      "display": "Letter type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de lettre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "letter type (referral, consult reply, sick note, recall, form letter)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "letters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "letters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.14"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type precis du document (utiliser plutot la categorie)"
        },
        {
          "code": "requirementText",
          "valueString": "letter type (referral, consult reply, sick note, recall, form letter)"
        }
      ]
    },
    {
      "code": "letters.letter-date",
      "display": "Letter date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de la lettre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "letter date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "letters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "letters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.14"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.date"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "date of an outbound letter (DocumentReference authored by this practice)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de creation du DocumentReference (et non la date du document)"
        },
        {
          "code": "requirementText",
          "valueString": "letter), date"
        }
      ]
    },
    {
      "code": "letters.letter-author",
      "display": "Letter author",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Auteur de la lettre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "letter author"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "letters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "letters.parties-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.14"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.author"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Auteur du document"
        },
        {
          "code": "requirementText",
          "valueString": "date, author"
        }
      ]
    },
    {
      "code": "letters.letter-recipient",
      "display": "Letter recipient",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Destinataire de la lettre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "letter recipient"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "letters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "letters.parties-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.14"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner | Organization | Patient)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "requirementText",
          "valueString": "author, recipient"
        }
      ]
    },
    {
      "code": "letters.letter-body",
      "display": "Letter body",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Corps de la lettre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "letter body"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "letters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "letters.parties-content"
          }
        },
        {
          "code": "domain",
          "valueString": "6.14"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.content.attachment"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "Attachment"
        },
        {
          "code": "cardinality",
          "valueString": "1..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "attachment"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le document : type MIME, contenu (en ligne a l'ecriture, URL a la lecture) et metadonnees du fichier"
        },
        {
          "code": "requirementText",
          "valueString": "recipient, body"
        }
      ]
    },
    {
      "code": "letters.letter-status",
      "display": "Letter status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la lettre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "letter status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "letters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "letters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.14"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 document-reference-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/document-reference-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie de la reference au document"
        },
        {
          "code": "requirementText",
          "valueString": "body, status"
        }
      ]
    },
    {
      "code": "documents.document-type",
      "display": "Document type",
      "definition": "The kind of document filed to the chart.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de document"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "document type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "an inbound document type (HRM, fax, scan) rather than an outbound letter type"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le type de document verse au dossier."
        },
        {
          "code": "requirementText",
          "valueString": "type, source"
        }
      ]
    },
    {
      "code": "documents.document-source",
      "display": "Document source",
      "definition": "How the document arrived in the chart.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Source du document"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "document source"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.meta.source"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Comment le document est arrive au dossier."
        },
        {
          "code": "requirementText",
          "valueString": "source, date"
        }
      ]
    },
    {
      "code": "documents.document-date",
      "display": "Document date",
      "definition": "The date on the filed document.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date du document"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "document date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.date"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "date of an inbound document (DocumentReference received by this practice)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "La date figurant sur le document verse."
        },
        {
          "code": "requirementText",
          "valueString": "date, classification"
        }
      ]
    },
    {
      "code": "documents.document-classification",
      "display": "Document classification",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Classement du document"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "document classification"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.category"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Categorisation du document (a preferer au type)"
        },
        {
          "code": "requirementText",
          "valueString": "classification"
        }
      ]
    },
    {
      "code": "documents.linked-patient",
      "display": "Linked patient",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient associé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "linked patient"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.filing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.subject"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Patient | Condition)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "linked patient/problem"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient vise par le document"
        },
        {
          "code": "requirementText",
          "valueString": "linked patient"
        }
      ]
    },
    {
      "code": "documents.linked-problem",
      "display": "Linked problem",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Problème associé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "linked problem"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.filing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.subject"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Patient | Condition)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "derivedFrom",
          "valueString": "linked patient/problem"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient vise par le document"
        },
        {
          "code": "requirementText",
          "valueString": "linked patient/problem"
        }
      ]
    },
    {
      "code": "documents.filed-by",
      "display": "Filed-by",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Classé par"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "filed-by"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.filing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.authenticator"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Professionnel ayant verifie ce document"
        },
        {
          "code": "requirementText",
          "valueString": "filed-by"
        }
      ]
    },
    {
      "code": "documents.document-review-status",
      "display": "Document review status",
      "definition": "Whether a filed document has been reviewed, and by whom. Carried as a review acknowledgement stamped on the DocumentReference itself, naming the reviewer and the moment they signed off; ABSENT MEANS UNREVIEWED, so a reader splits reviewed from unreviewed with one read and no join. It repeats: a document is assigned to reviewers individually and each signs off for themselves, so the document carries one stamp per reviewer. The review task in a user's inbox is the workflow that produces the stamp, not where the state is read.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de révision du document"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "document review status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.filing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "DocumentReference.extension:reviewed"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-documentreference"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat de revision d'un document verse au dossier: l'accuse de revision appose sur le document nomme le reviseur et l'instant de la contresignature. Absent = non revise. Se repete, un accuse par reviseur."
        },
        {
          "code": "requirementText",
          "valueString": "review status"
        }
      ]
    },
    {
      "code": "forms.intake-questionnaires",
      "display": "Intake questionnaires",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Questionnaires d'accueil"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "intake questionnaires"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "forms"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "forms.intake"
          }
        },
        {
          "code": "domain",
          "valueString": "6.16"
        },
        {
          "code": "fhirPath",
          "valueString": "Questionnaire.item"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-questionnaire"
        },
        {
          "code": "dataType",
          "valueString": "Questionnaire"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Les questions, et l'endroit ou vont leurs reponses"
        },
        {
          "code": "requirementText",
          "valueString": "intake questionnaires"
        }
      ]
    },
    {
      "code": "forms.structured-pre-visit-data",
      "display": "Structured pre-visit data",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Données structurées pré-visite"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "structured pre-visit data"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "forms"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "forms.intake"
          }
        },
        {
          "code": "domain",
          "valueString": "6.16"
        },
        {
          "code": "fhirPath",
          "valueString": "QuestionnaireResponse.item"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-questionnaireresponse"
        },
        {
          "code": "dataType",
          "valueString": "QuestionnaireResponse"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Les questions repondues (structure volontairement non contrainte)"
        },
        {
          "code": "requirementText",
          "valueString": "structured pre-visit data"
        }
      ]
    },
    {
      "code": "forms.completed-forms",
      "display": "Completed forms",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Formulaires remplis"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "completed forms"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "forms"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "forms.intake"
          }
        },
        {
          "code": "domain",
          "valueString": "6.16"
        },
        {
          "code": "fhirPath",
          "valueString": "QuestionnaireResponse.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-questionnaireresponse"
        },
        {
          "code": "dataType",
          "valueString": "QuestionnaireResponse"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie de la reponse"
        },
        {
          "code": "requirementText",
          "valueString": "completed forms"
        }
      ]
    },
    {
      "code": "billing.billing-resource-model",
      "display": "Billing resource model",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Modèle de ressource de facturation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "billing resource model"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "dataType",
          "valueString": "n/a"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "requirementText",
          "valueString": "Claim (or custom)"
        }
      ]
    },
    {
      "code": "billing.claim-date-of-service",
      "display": "Claim date of service",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de service de la réclamation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "claim date of service"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.date"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de facturation (correspond a billing_on_cheader1.billing_date)"
        },
        {
          "code": "requirementText",
          "valueString": "date of service"
        }
      ]
    },
    {
      "code": "billing.claim-provider",
      "display": "Claim provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Professionnel facturant"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "claim provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.participant"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Fournisseur facturant et roles connexes (facturation, rendez-vous, assistance, orientation)"
        },
        {
          "code": "requirementText",
          "valueString": "service, provider"
        }
      ]
    },
    {
      "code": "billing.ohip-fee-code",
      "display": "OHIP fee code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code d'acte RAMO"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "OHIP fee code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.lineItem.chargeItem[x].coding:ohip"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the primary service code on lineItem.sequence = 1"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "OHIP Schedule of Benefits fee codes"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/on-ohip-schedule-of-benefits"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code d'acte du bareme des prestations de l'OHIP"
        },
        {
          "code": "requirementText",
          "valueString": "OHIP fee code"
        }
      ]
    },
    {
      "code": "billing.claim-dx-code",
      "display": "Claim dx code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code diagnostique de la réclamation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "claim dx code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.lineItem.chargeItem[x].coding"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "ICD-9-CA"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code defini par un systeme de terminologie"
        },
        {
          "code": "requirementText",
          "valueString": "dx code"
        }
      ]
    },
    {
      "code": "billing.claim-amount",
      "display": "Claim amount",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Montant réclamé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "claim amount"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.lineItem.priceComponent.amount"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Money"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Montant de l'acte (billing_on_item.fee, converti depuis une chaine)"
        },
        {
          "code": "requirementText",
          "valueString": "amount"
        }
      ]
    },
    {
      "code": "billing.claim-status",
      "display": "Claim status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la réclamation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "claim status (submitted/paid/rejected)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.claim"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.extension:oscarBillingStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code d'etat de facturation Oscar brut (l'un des 10 codes de OscarBillingStatusCS)"
        },
        {
          "code": "requirementText",
          "valueString": "status submitted/paid/rejected"
        }
      ]
    },
    {
      "code": "billing.billing-model",
      "display": "Billing model",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Modèle de rémunération"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "billing model (FFS/shadow/FHO-bonus)"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.payment-model"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.type.coding:payProgram"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "Nexus pay-program"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le programme de paiement sous lequel la facture est soumise"
        },
        {
          "code": "requirementText",
          "valueString": "billing model FFS"
        }
      ]
    },
    {
      "code": "billing.wsib-invoice",
      "display": "WSIB invoice",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Facture CSPAAT"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "WSIB invoice"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.other-invoices"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.type.coding:payProgram"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le programme de paiement sous lequel la facture est soumise"
        },
        {
          "code": "requirementText",
          "valueString": "WSIB"
        }
      ]
    },
    {
      "code": "billing.third-party-invoice",
      "display": "Third-party invoice",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Facture à un tiers"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "third-party invoice"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.other-invoices"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.type.coding:payProgram"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "payProgram = third-party"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le programme de paiement sous lequel la facture est soumise"
        },
        {
          "code": "requirementText",
          "valueString": "third-party"
        }
      ]
    },
    {
      "code": "billing.uninsured-invoice",
      "display": "Uninsured invoice",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Facture pour service non assuré"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "uninsured invoice"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.other-invoices"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.type.coding:payProgram"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "payProgram = uninsured"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le programme de paiement sous lequel la facture est soumise"
        },
        {
          "code": "requirementText",
          "valueString": "uninsured"
        }
      ]
    },
    {
      "code": "billing.premiums-bonus-codes",
      "display": "Premiums/bonus codes",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Codes de primes et bonis"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "premiums/bonus codes"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.payment-model"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "fhirPath",
          "valueString": "Invoice.lineItem.chargeItem[x].coding:ohip"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-invoice"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "OHIP Schedule of Benefits fee codes"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/on-ohip-schedule-of-benefits"
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code d'acte du bareme des prestations de l'OHIP"
        },
        {
          "code": "requirementText",
          "valueString": "premiums/bonus codes"
        }
      ]
    },
    {
      "code": "billing.encounters-with-no-associated-billing",
      "display": "Encounters with no associated billing",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rencontres sans facturation associée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounters with no associated billing"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "derived",
          "valueBoolean": true
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "billing"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "billing.gaps"
          }
        },
        {
          "code": "domain",
          "valueString": "6.17"
        },
        {
          "code": "dataType",
          "valueString": "n/a"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "requirementText",
          "valueString": "encounters with no associated billing"
        }
      ]
    },
    {
      "code": "consent.consent-directives",
      "display": "Consent directives",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Directives de consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent directives"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.directives"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.provision"
        },
        {
          "code": "dataType",
          "valueString": "Consent"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "provision.type = permit (the directive being granted)"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 ActCode"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Contraintes sur l'element de base Consent.policyRule"
        },
        {
          "code": "requirementText",
          "valueString": "consent directives"
        },
        {
          "code": "selector",
          "valueString": "provision.type=permit"
        }
      ]
    },
    {
      "code": "consent.lockbox-restrictions",
      "display": "Lockbox/restrictions",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Restrictions du coffre-fort"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "lockbox/restrictions"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.lockbox"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.provision.type"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "deny | permit"
        },
        {
          "code": "requirementText",
          "valueString": "lockbox/restrictions"
        }
      ]
    },
    {
      "code": "consent.consent-sdm",
      "display": "Consent SDM",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Mandataire spécial du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent SDM"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.directives"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.provision.actor.reference"
        },
        {
          "code": "dataType",
          "valueString": "Reference(RelatedPerson)"
        },
        {
          "code": "cardinality",
          "valueString": "1..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Ressource de l'acteur (ou du groupe, par role)"
        },
        {
          "code": "requirementText",
          "valueString": "SDM, break"
        }
      ]
    },
    {
      "code": "consent.break-the-glass-log",
      "display": "Break-the-glass log",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Journal des accès d'urgence"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "break-the-glass log"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.lockbox"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "dataType",
          "valueString": "AuditEvent"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "requirementText",
          "valueString": "break-the-glass log"
        }
      ]
    },
    {
      "code": "inbox-tasks.secure-message-patient-provider",
      "display": "Secure message patient<->provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Message sécurisé patient-intervenant"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "secure message patient<->provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.messaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Communication.payload"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-communication"
        },
        {
          "code": "dataType",
          "valueString": "Communication"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "sender or recipient is the Patient"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le contenu du message"
        }
      ]
    },
    {
      "code": "inbox-tasks.secure-message-provider-provider",
      "display": "Secure message provider<->provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Message sécurisé entre intervenants"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "secure message provider<->provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.messaging"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Communication.payload"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-communication"
        },
        {
          "code": "dataType",
          "valueString": "Communication"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le contenu du message"
        }
      ]
    },
    {
      "code": "inbox-tasks.inbox-item-new-abnormal-result",
      "display": "Inbox item: new/abnormal result",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de boîte : résultat nouveau ou anormal"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "inbox item: new/abnormal result"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.inbox"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.focus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Task"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'element du dossier vise par la tache (formulaire, document de la boite de reception, note, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "new/abnormal results"
        }
      ]
    },
    {
      "code": "inbox-tasks.inbox-item-hrm-report",
      "display": "Inbox item: HRM report",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de boîte : rapport HRM"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "inbox item: HRM report"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.inbox"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.focus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Task"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "Task.focus -> DocumentReference (HRM)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'element du dossier vise par la tache (formulaire, document de la boite de reception, note, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "HRM reports"
        }
      ]
    },
    {
      "code": "inbox-tasks.inbox-item-fax",
      "display": "Inbox item: fax",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de boîte : télécopie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "inbox item: fax"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.inbox"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.focus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Task"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "Task.focus -> DocumentReference (fax)"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'element du dossier vise par la tache (formulaire, document de la boite de reception, note, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "faxes"
        }
      ]
    },
    {
      "code": "inbox-tasks.inbox-item-message-awaiting-review",
      "display": "Inbox item: message awaiting review",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de boîte : message à réviser"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "inbox item: message awaiting review"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.inbox"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.focus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Task"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "Task.focus -> Communication"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'element du dossier vise par la tache (formulaire, document de la boite de reception, note, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "messages awaiting review"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-type",
      "display": "Task type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de tâche"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "La categorie sous laquelle la tache est classee"
        },
        {
          "code": "requirementText",
          "valueString": "model (type"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-owner-pool",
      "display": "Task owner/pool",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Responsable ou groupe de la tâche"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task owner/pool"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.owner"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner | PractitionerRole | CareTeam | Device)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Titulaire actuel de la tache - exactement une personne, une equipe ou un agent"
        },
        {
          "code": "requirementText",
          "valueString": "owner/pool"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-priority",
      "display": "Task priority",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Priorité de la tâche"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task priority"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.priority"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-priority"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-priority"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Degre d'urgence de la tache"
        },
        {
          "code": "requirementText",
          "valueString": "priority, due"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-due",
      "display": "Task due",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Échéance de la tâche"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task due"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.executionPeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Period"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Heures de debut et de fin d'execution"
        },
        {
          "code": "requirementText",
          "valueString": "due, status"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-status",
      "display": "Task status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la tâche"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 task-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/task-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etape du cycle de vie de la tache"
        },
        {
          "code": "requirementText",
          "valueString": "status, linked object"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-linked-object",
      "display": "Task linked object",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément lié à la tâche"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task linked object"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.focus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Any)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'element du dossier vise par la tache (formulaire, document de la boite de reception, note, ...)"
        },
        {
          "code": "requirementText",
          "valueString": "linked object"
        }
      ]
    },
    {
      "code": "inbox-tasks.task-ai-created-provenance",
      "display": "Task AI-created provenance",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Provenance de la tâche créée par IA"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "task AI-created provenance"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Provenance.agent"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-provenance"
        },
        {
          "code": "dataType",
          "valueString": "Provenance"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personnes ayant pris part a l'action"
        },
        {
          "code": "requirementText",
          "valueString": "AI-created provenance"
        }
      ]
    },
    {
      "code": "portal.portal-enrolment",
      "display": "Portal enrolment",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Inscription au portail"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "portal enrolment"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "portal"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "portal.engagement"
          }
        },
        {
          "code": "domain",
          "valueString": "6.20"
        },
        {
          "code": "dataType",
          "valueString": "n/a"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "requirementText",
          "valueString": "Portal enrolment"
        }
      ]
    },
    {
      "code": "portal.reminders-outreach-sent",
      "display": "Reminders/outreach sent",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rappels et communications envoyés"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "reminders/outreach sent"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "portal"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "portal.engagement"
          }
        },
        {
          "code": "domain",
          "valueString": "6.20"
        },
        {
          "code": "dataType",
          "valueString": "n/a"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "requirementText",
          "valueString": "reminders/outreach sent"
        }
      ]
    },
    {
      "code": "portal.self-book-history",
      "display": "Self-book history",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Historique d'autoréservation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "self-book history"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "portal"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "portal.engagement"
          }
        },
        {
          "code": "domain",
          "valueString": "6.20"
        },
        {
          "code": "dataType",
          "valueString": "n/a"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "requirementText",
          "valueString": "self-book history"
        }
      ]
    },
    {
      "code": "consent.consent-extension",
      "display": "Consent extension",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Extension du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent extension"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.extension"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Contenu supplementaire defini par les implementations"
        }
      ]
    },
    {
      "code": "consent.consent-identifier",
      "display": "Consent identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiant(s) metier du consentement par element"
        }
      ]
    },
    {
      "code": "consent.consent-status",
      "display": "Consent status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "active (accorde) | rejected (refuse) | entered-in-error"
        }
      ]
    },
    {
      "code": "consent.consent-scope",
      "display": "Consent scope",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Portée du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent scope"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.scope"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "patient-privacy - consentement en matiere de confidentialite"
        }
      ]
    },
    {
      "code": "consent.consent-category",
      "display": "Consent category",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent category"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.category"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'element de consentement enregistre par cette ressource (courriel | SMS | scribe IA)"
        }
      ]
    },
    {
      "code": "consent.consent-patient",
      "display": "Consent patient",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent patient"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.patient"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-patient)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient dont il s'agit du consentement"
        }
      ]
    },
    {
      "code": "consent.consent-date-time",
      "display": "Consent date time",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date et heure du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent date time"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.dateTime"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a laquelle CET etat a ete enregistre"
        }
      ]
    },
    {
      "code": "consent.consent-performer",
      "display": "Consent performer",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Auteur de la décision"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent performer"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.performer"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-patient|nexus-emr-core-practitioner|nexus-emr-core-practitionerrole)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Auteur de la decision de consentement (le patient, ou le membre du personnel qui l'a consignee)"
        }
      ]
    },
    {
      "code": "consent.consent-performer-display",
      "display": "Consent performer display",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de l'auteur de la décision"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent performer display"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.performer.display"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Comment le decideur est nomme pour le lecteur"
        }
      ]
    },
    {
      "code": "consent.consent-source",
      "display": "Consent source",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Pièce justificative du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent source"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.source[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-documentreference)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Source dont provient ce consentement"
        }
      ]
    },
    {
      "code": "consent.consent-policy-rule",
      "display": "Consent policy rule",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Règle de politique du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent policy rule"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.policyRule"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "cric - consentement eclaire selon la Common Rule"
        }
      ]
    },
    {
      "code": "appointments.slot-identifier",
      "display": "Slot identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiant(s) metier de la plage horaire"
        }
      ]
    },
    {
      "code": "appointments.slot-service-category",
      "display": "Slot service category",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Catégorie de service de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot service category"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.serviceCategory"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Categorie de service, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "appointments.slot-service-type",
      "display": "Slot service type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de service de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot service type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.serviceType"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type de service, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "appointments.slot-appointment-type",
      "display": "Slot appointment type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de rendez-vous de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot appointment type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.appointmentType"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type de rendez-vous compatible avec cette plage"
        }
      ]
    },
    {
      "code": "appointments.slot-schedule",
      "display": "Slot schedule",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Horaire de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot schedule"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.schedule"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-schedule)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'horaire auquel appartient cette plage"
        }
      ]
    },
    {
      "code": "appointments.slot-status",
      "display": "Slot status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "busy | free | busy-unavailable | busy-tentative | entered-in-error"
        }
      ]
    },
    {
      "code": "appointments.slot-start",
      "display": "Slot start",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Début de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot start"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.start"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "instant"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Instant de debut de la plage (UTC avec decalage)"
        }
      ]
    },
    {
      "code": "appointments.slot-end",
      "display": "Slot end",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Fin de la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot end"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.end"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "instant"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Instant de fin de la plage (UTC avec decalage)"
        }
      ]
    },
    {
      "code": "appointments.slot-overbooked",
      "display": "Slot overbooked",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Plage en surréservation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot overbooked"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.overbooked"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si la plage est volontairement surreservee"
        }
      ]
    },
    {
      "code": "appointments.slot-comment",
      "display": "Slot comment",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note sur la plage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "slot comment"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.slots"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Slot.comment"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-slot"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Notes en texte libre sur la plage (p. ex. motif de blocage)"
        }
      ]
    },
    {
      "code": "appointments.schedule-identifier",
      "display": "Schedule identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant de l'horaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiant(s) metier de l'horaire"
        }
      ]
    },
    {
      "code": "appointments.schedule-active",
      "display": "Schedule active",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Horaire actif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule active"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.active"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si l'horaire est en usage actif"
        }
      ]
    },
    {
      "code": "appointments.schedule-service-category",
      "display": "Schedule service category",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Catégorie de service de l'horaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule service category"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.serviceCategory"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Categorie de service, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "appointments.schedule-service-type",
      "display": "Schedule service type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de service de l'horaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule service type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.serviceType"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type de service, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "appointments.schedule-actor",
      "display": "Schedule actor",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Titulaire de l'horaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule actor"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.actor"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Patient|Practitioner|PractitionerRole|RelatedPerson|Device|HealthcareService|Location)"
        },
        {
          "code": "cardinality",
          "valueString": "1..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "A qui ou a quoi appartient l'horaire"
        }
      ]
    },
    {
      "code": "appointments.schedule-planning-horizon",
      "display": "Schedule planning horizon",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Fenêtre de réservation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule planning horizon"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.planningHorizon"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "Period"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Fenetre de reservation glissante prise en charge par cet horaire"
        }
      ]
    },
    {
      "code": "appointments.schedule-comment",
      "display": "Schedule comment",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note sur l'horaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "schedule comment"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "appointments"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "appointments.schedules"
          }
        },
        {
          "code": "domain",
          "valueString": "6.12"
        },
        {
          "code": "fhirPath",
          "valueString": "Schedule.comment"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-schedule"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Notes de planification en texte libre"
        }
      ]
    },
    {
      "code": "directory.practitioner-identifier",
      "display": "Practitioner identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant du professionnel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiants du professionnel"
        }
      ]
    },
    {
      "code": "directory.practitioner-name",
      "display": "Practitioner name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom du professionnel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner name"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "HumanName"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nom(s) du professionnel"
        }
      ]
    },
    {
      "code": "directory.practitioner-name-family",
      "display": "Practitioner name family",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de famille du professionnel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner name family"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.name.family"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nom de famille"
        }
      ]
    },
    {
      "code": "directory.practitioner-name-given",
      "display": "Practitioner name given",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Prénom du professionnel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner name given"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.name.given"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Prenom(s)"
        }
      ]
    },
    {
      "code": "directory.practitioner-name-prefix",
      "display": "Practitioner name prefix",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Titre du professionnel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner name prefix"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.name.prefix"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Titre(s) de civilite (p. ex. Dr, Prof.)"
        }
      ]
    },
    {
      "code": "directory.practitioner-name-suffix",
      "display": "Practitioner name suffix",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Suffixe du nom du professionnel"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner name suffix"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.name.suffix"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Suffixe(s) de nom ou titres professionnels (p. ex. MD, RN, NP)"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-identifier",
      "display": "Practitioner role identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant du rôle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "identifiants, dont l'identifiant Nexus EMR et tout identifiant de role ou d'affectation d'origine"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-active",
      "display": "Practitioner role active",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rôle actif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role active"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.active"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si cette affectation de role est actuellement active"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-period",
      "display": "Practitioner role period",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Période du rôle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role period"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.period"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "Period"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Periode pendant laquelle le professionnel est autorise a exercer ce role"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-practitioner",
      "display": "Practitioner role practitioner",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Professionnel titulaire du rôle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role practitioner"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.practitioner"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Reference au professionnel"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-organization",
      "display": "Practitioner role organization",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Organisation du rôle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role organization"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.organization"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Organization)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Organisation ou le role est exerce"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-code",
      "display": "Practitioner role code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code du rôle"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Role(s) clinique(s) (medecin, infirmiere, adjointe medicale, ...) -- alimente la liste deroulante des roles cliniques"
        }
      ]
    },
    {
      "code": "directory.practitioner-role-specialty",
      "display": "Practitioner role specialty",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Spécialité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "practitioner role specialty"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.practitioner-role"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "PractitionerRole.specialty"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitionerrole"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Specialite du professionnel, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "directory.care-team-subject",
      "display": "Care team subject",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient de l'équipe de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care team subject"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.care-team"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "CareTeam.subject"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careteam"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Patient)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient dont l'equipe de soins s'occupe, lorsque l'equipe sert un seul patient"
        }
      ]
    },
    {
      "code": "directory.care-team-participant",
      "display": "Care team participant",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Membre de l'équipe de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care team participant"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.care-team"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "CareTeam.participant"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careteam"
        },
        {
          "code": "dataType",
          "valueString": "BackboneElement"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Membres de l'equipe de soins et leurs roles"
        }
      ]
    },
    {
      "code": "directory.care-team-participant-role",
      "display": "Care team participant role",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rôle du membre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care team participant role"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.care-team"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "CareTeam.participant.role"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careteam"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Role dans l'equipe de soins (medecin traitant, infirmiere, sage-femme, medecin referent)"
        }
      ]
    },
    {
      "code": "directory.care-team-participant-member",
      "display": "Care team participant member",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Personne membre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care team participant member"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.care-team"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "CareTeam.participant.member"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careteam"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Practitioner)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le professionnel qui occupe ce role"
        }
      ]
    },
    {
      "code": "directory.location-identifier",
      "display": "Location identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiant(s) metier du lieu"
        }
      ]
    },
    {
      "code": "directory.location-status",
      "display": "Location status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "active | suspended | inactive"
        }
      ]
    },
    {
      "code": "directory.location-name",
      "display": "Location name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location name"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nom du lieu tel qu'utilise par les humains"
        }
      ]
    },
    {
      "code": "directory.location-type",
      "display": "Location type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type de lieu, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "directory.location-telecom",
      "display": "Location telecom",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Coordonnées du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location telecom"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Coordonnees du lieu"
        }
      ]
    },
    {
      "code": "directory.location-telecom-system",
      "display": "Location telecom system",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de coordonnées du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location telecom system"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.telecom.system"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "phone | fax | email | pager | url | sms | other"
        }
      ]
    },
    {
      "code": "directory.location-telecom-value",
      "display": "Location telecom value",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Valeur des coordonnées du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location telecom value"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.telecom.value"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Les coordonnees proprement dites"
        }
      ]
    },
    {
      "code": "directory.location-address",
      "display": "Location address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location address"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Adresse physique du lieu"
        }
      ]
    },
    {
      "code": "directory.location-physical-type",
      "display": "Location physical type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type physique du lieu"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location physical type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.physicalType"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type physique, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "directory.location-managing-organization",
      "display": "Location managing organization",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Organisation gestionnaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location managing organization"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.managingOrganization"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-organization)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Organisation responsable de l'approvisionnement et de l'entretien"
        }
      ]
    },
    {
      "code": "directory.location-part-of",
      "display": "Location part of",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Lieu parent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "location part of"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.location"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Location.partOf"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-location"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-location)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Un autre lieu dont celui-ci fait physiquement partie"
        }
      ]
    },
    {
      "code": "directory.organization-identifier",
      "display": "Organization identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant de l'organisation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "organization identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.organization"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiants de l'organisation"
        }
      ]
    },
    {
      "code": "directory.organization-active",
      "display": "Organization active",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Organisation active"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "organization active"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.organization"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.active"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si la fiche de l'organisation est active"
        }
      ]
    },
    {
      "code": "directory.organization-name",
      "display": "Organization name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de l'organisation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "organization name"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.organization"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Nom utilise pour l'organisation"
        }
      ]
    },
    {
      "code": "directory.organization-telecom",
      "display": "Organization telecom",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Coordonnées de l'organisation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "organization telecom"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.organization"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Coordonnees de l'organisation"
        }
      ]
    },
    {
      "code": "directory.organization-address",
      "display": "Organization address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse de l'organisation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "organization address"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "directory"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "directory.organization"
          }
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Lieu(x) physique(s) de l'organisation"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-lifecycle-status",
      "display": "Goal lifecycle status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de l'objectif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal lifecycle status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.lifecycleStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-description",
      "display": "Goal description",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Description de l'objectif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal description"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.description"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'objectif, en langage courant ('HbA1c sous 7 %')"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-subject",
      "display": "Goal subject",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient visé par l'objectif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal subject"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.subject"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-patient)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-start",
      "display": "Goal start",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Début de l'objectif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal start"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.start[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "date"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date du debut de la poursuite de l'objectif"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-target",
      "display": "Goal target",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Cible de l'objectif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal target"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.target"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "BackboneElement"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "La cible mesurable a laquelle une ligne de feuille de suivi se compare"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-target-measure",
      "display": "Goal target measure",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Mesure de la cible"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal target measure"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.target.measure"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Ce qui est mesure (LOINC lorsque l'observation de la feuille de suivi en utilise un)"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-target-detail",
      "display": "Goal target detail",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Détail de la cible"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal target detail"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.target.detail[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "Quantity | Range | CodeableConcept | string | boolean | integer | Ratio"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "La valeur cible (Quantity ou Range)"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-target-due",
      "display": "Goal target due",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Échéance de la cible"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal target due"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.target.due[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "date | Duration"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'atteinte prevue ou de prochaine verification"
        }
      ]
    },
    {
      "code": "chronic-disease.goal-addresses",
      "display": "Goal addresses",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Problèmes visés par l'objectif"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "goal addresses"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.goals"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "Goal.addresses"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-goal"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-condition|nexus-emr-core-observation|nexus-emr-core-medicationstatement)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le ou les problemes que cet objectif prend en charge"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-identifier",
      "display": "Clinical impression identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant de l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiant(s) metier de l'impression clinique"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-status",
      "display": "Clinical impression status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-code",
      "display": "Clinical impression code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code de l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'evaluation, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-description",
      "display": "Clinical impression description",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Description de l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression description"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.description"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Texte de l'evaluation tire de la note SOAP"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-subject",
      "display": "Clinical impression subject",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient de l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression subject"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.subject"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-patient)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Patient evalue"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-encounter",
      "display": "Clinical impression encounter",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rencontre liée à l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression encounter"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.encounter"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-encounter)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Rencontre au cours de laquelle l'evaluation a ete faite"
        }
      ]
    },
    {
      "code": "encounters.clinical-impression-date",
      "display": "Clinical impression date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de l'impression clinique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "clinical impression date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.clinical-impression"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "ClinicalImpression.date"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinicalimpression"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'enregistrement de l'evaluation"
        }
      ]
    },
    {
      "code": "medications.safety-issue-status",
      "display": "Safety issue status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de l'alerte de sécurité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "registered | preliminary | final | amended | ... (observation-status)"
        }
      ]
    },
    {
      "code": "medications.safety-issue-code",
      "display": "Safety issue code",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code de l'alerte de sécurité"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue code"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le type de probleme detecte (interaction medicamenteuse, allergie medicamenteuse, etc.)"
        }
      ]
    },
    {
      "code": "medications.safety-issue-severity",
      "display": "Safety issue severity",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Gravité de l'alerte"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue severity"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.severity"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "high | moderate | low"
        }
      ]
    },
    {
      "code": "medications.safety-issue-patient",
      "display": "Safety issue patient",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient visé par l'alerte"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue patient"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.patient"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-patient)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient pour lequel le probleme a ete detecte"
        }
      ]
    },
    {
      "code": "medications.safety-issue-implicated",
      "display": "Safety issue implicated",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément en cause"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue implicated"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.implicated"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "Reference(Resource)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Les ressources de medicament ou d'allergie dont la combinaison a souleve ce probleme"
        }
      ]
    },
    {
      "code": "medications.safety-issue-mitigation",
      "display": "Safety issue mitigation",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Mesure d'atténuation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue mitigation"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.mitigation"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "BackboneElement"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "La decision consignee du prescripteur de poursuivre malgre le probleme"
        }
      ]
    },
    {
      "code": "medications.safety-issue-mitigation-action",
      "display": "Safety issue mitigation action",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Action d'atténuation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue mitigation action"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.mitigation.action"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Ce qui a ete fait -- porte la justification du passage outre dans .text"
        }
      ]
    },
    {
      "code": "medications.safety-issue-mitigation-date",
      "display": "Safety issue mitigation date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de l'atténuation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue mitigation date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.mitigation.date"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'enregistrement du passage outre"
        }
      ]
    },
    {
      "code": "medications.safety-issue-mitigation-author",
      "display": "Safety issue mitigation author",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Auteur de l'atténuation"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "safety issue mitigation author"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.mitigation.author"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-practitioner|nexus-emr-core-practitionerrole)"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le professionnel qui est passe outre"
        }
      ]
    },
    {
      "code": "medications.dispense-identifier",
      "display": "Dispense identifier",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant de la délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Identifiant(s) metier de la delivrance de medicament"
        }
      ]
    },
    {
      "code": "medications.dispense-status",
      "display": "Dispense status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped"
        }
      ]
    },
    {
      "code": "medications.dispense-category",
      "display": "Dispense category",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Catégorie de délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense category"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.category"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Categorie de delivrance, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "medications.dispense-medication",
      "display": "Dispense medication",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Médicament délivré"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense medication"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.medication[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Medicament, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "medications.dispense-medication-coding",
      "display": "Dispense medication coding",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Code du médicament délivré"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense medication coding"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.medication[x].coding"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Code defini par un systeme de terminologie"
        }
      ]
    },
    {
      "code": "medications.dispense-medication-text",
      "display": "Dispense medication text",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Libellé du médicament délivré"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense medication text"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.medication[x].text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le medicament tel qu'ecrit, en texte lisible"
        }
      ]
    },
    {
      "code": "medications.dispense-subject",
      "display": "Dispense subject",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Patient de la délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense subject"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.subject"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-patient)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Destinataire de la delivrance"
        }
      ]
    },
    {
      "code": "medications.dispense-performer",
      "display": "Dispense performer",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Exécutant de la délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense performer"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.performer"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "BackboneElement"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Auteur de la delivrance"
        }
      ]
    },
    {
      "code": "medications.dispense-performer-actor",
      "display": "Dispense performer actor",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Personne ayant délivré"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense performer actor"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.performer.actor"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-practitionerrole|nexus-emr-core-practitioner|nexus-emr-core-organization)"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Personne ou organisation ayant effectue la delivrance"
        }
      ]
    },
    {
      "code": "medications.dispense-authorizing-prescription",
      "display": "Dispense authorizing prescription",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Ordonnance autorisant la délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense authorizing prescription"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.authorizingPrescription"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "Reference(nexus-emr-core-medicationrequest)"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Ordonnance ayant autorise cette delivrance"
        }
      ]
    },
    {
      "code": "medications.dispense-type",
      "display": "Dispense type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de délivrance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type de delivrance, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "medications.dispense-when-handed-over",
      "display": "Dispense when handed over",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de remise"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "dispense when handed over"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dispense"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationDispense.whenHandedOver"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationdispense"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de remise du produit - correspond a CII N2 Medication_Dispensed_Date"
        }
      ]
    },
    {
      "code": "demographics.chart-identifier",
      "display": "Chart identifier",
      "definition": "The system-assigned identifier of the patient record. Never reused, and not editable.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Identifiant de dossier"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "unique chart identifier"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.id"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "id"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "chart number"
        },
        {
          "code": "searchAlias",
          "valueString": "patient id"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'identifiant du dossier attribue par le systeme. Jamais reutilise et non modifiable."
        }
      ]
    },
    {
      "code": "demographics.province-state",
      "display": "Province or territory",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Province ou territoire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "province or territory"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address.state"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "CDS-S CT-013 Province/State/Territory"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-province-state"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "province"
        },
        {
          "code": "searchAlias",
          "valueString": "state"
        },
        {
          "code": "descriptionFr",
          "valueString": "Province, territoire ou etat (code de subdivision a deux lettres)"
        }
      ]
    },
    {
      "code": "demographics.health-coverage-jurisdiction",
      "display": "Health coverage jurisdiction",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Territoire de couverture santé"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "province or territory of health coverage"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier:jurisdictional.system"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "uri"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "coverage province"
        },
        {
          "code": "searchAlias",
          "valueString": "PHN jurisdiction"
        },
        {
          "code": "descriptionFr",
          "valueString": "Systeme de numero d'assurance maladie, tire de la liste des systemes canadiens"
        }
      ]
    },
    {
      "code": "demographics.preferred-phone-rank",
      "display": "Preferred phone rank",
      "definition": "Which contact entry to reach first. Rank 1 is the preferred number.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rang du téléphone préféré"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preferred phone indicator"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.telecom.rank"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "positiveInt"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "preferred phone"
        },
        {
          "code": "descriptionFr",
          "valueString": "Quelle coordonnee joindre en premier. Le rang 1 est le numero prefere."
        }
      ]
    },
    {
      "code": "demographics.managing-organization",
      "display": "Owning clinic or site",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Clinique ou site propriétaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "owning clinic or site"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.managingOrganization"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Reference"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "searchAlias",
          "valueString": "owning clinic"
        },
        {
          "code": "searchAlias",
          "valueString": "managing organization"
        },
        {
          "code": "descriptionFr",
          "valueString": "Organisation qui tient le dossier du patient"
        }
      ]
    },
    {
      "code": "referrals.referring-provider",
      "display": "Referring provider",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-core-referral"
        },
        {
          "code": "dataType",
          "valueString": "Reference"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer"
        },
        {
          "code": "descriptionFr",
          "valueString": "Auteur de la demande de consultation"
        }
      ]
    },
    {
      "code": "risk-scores.risk-stratum",
      "display": "Risk stratum",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Strate de risque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "patient risk stratum"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.scores"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.prediction.qualitativeRisk"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "risk band"
        },
        {
          "code": "searchAlias",
          "valueString": "risk category"
        },
        {
          "code": "descriptionFr",
          "valueString": "faible | modere | eleve (la bande affichee)"
        }
      ]
    },
    {
      "code": "risk-scores.risk-tool",
      "display": "Risk tool",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Outil de risque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "risk tool or calculator name"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.provenance"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.method"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "calculator name"
        },
        {
          "code": "searchAlias",
          "valueString": "risk calculator"
        },
        {
          "code": "descriptionFr",
          "valueString": "Quel score a ete calcule (texte libre tant qu'un vocabulaire de methode n'est pas fixe)"
        }
      ]
    },
    {
      "code": "risk-scores.risk-score-value",
      "display": "Risk score value",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Valeur du score de risque"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "risk score or result value"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "risk-scores"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "risk-scores.scores"
          }
        },
        {
          "code": "domain",
          "valueString": "6.10"
        },
        {
          "code": "fhirPath",
          "valueString": "RiskAssessment.prediction.probability[x]:probabilityDecimal"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-riskassessment"
        },
        {
          "code": "dataType",
          "valueString": "decimal"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "score value"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le score numerique, sous forme de probabilite dans [0,1]"
        }
      ]
    },
    {
      "code": "vitals.measurement-type",
      "display": "Measurement type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type de mesure"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "measurement type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "vitals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "vitals.context"
          }
        },
        {
          "code": "domain",
          "valueString": "6.5"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "observation type"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "prevention.screening-item",
      "display": "Screening item",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Élément de dépistage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening or preventive-care item"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "LOINC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://loinc.org"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "preventive care item"
        },
        {
          "code": "descriptionFr",
          "valueString": "Type d'observation, avec prise en charge du code source"
        }
      ]
    },
    {
      "code": "prevention.screening-result",
      "display": "Screening result",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Résultat de dépistage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening result or outcome"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.screening"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.value[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "screening outcome"
        },
        {
          "code": "descriptionFr",
          "valueString": "Resultat reel de l'observation"
        }
      ]
    },
    {
      "code": "medications.therapeutic-class",
      "display": "Therapeutic class",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Classe thérapeutique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "therapeutic class"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.drug"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.medication[x].coding:atc"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "ATC"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://www.whocc.no/atc"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "ATC class"
        },
        {
          "code": "searchAlias",
          "valueString": "drug class"
        },
        {
          "code": "descriptionFr",
          "valueString": "Classification ATC -- regroupement plus large au niveau de l'ingredient"
        }
      ]
    },
    {
      "code": "encounters.encounter-diagnosis",
      "display": "Encounter diagnosis",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Diagnostic de la rencontre"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "encounter diagnosis"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.record"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Encounter.diagnosis.condition"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-encounter"
        },
        {
          "code": "dataType",
          "valueString": "Reference"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "searchAlias",
          "valueString": "visit diagnosis"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le diagnostic ou le probleme pertinent pour la rencontre"
        }
      ]
    },
    {
      "code": "encounters.note-status",
      "display": "Note status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "État de la note"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "note status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 composition-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/composition-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "draft or signed"
        },
        {
          "code": "descriptionFr",
          "valueString": "preliminary (brouillon) | final (signe) | amended (modifie apres signature) | entered-in-error"
        }
      ]
    },
    {
      "code": "orders-results.specimen-type",
      "display": "Specimen type",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Type d'échantillon"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "specimen type"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.specimen"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Specimen.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-specimen"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "sample type"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le type d'echantillon (sang, urine, ecouvillon, ...)"
        }
      ]
    },
    {
      "code": "referrals.referring-provider-billing-number",
      "display": "Referring provider billing number",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro de facturation du médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider billing number"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "via",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "Ontario OHIP billing number NamingSystem"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/NamingSystem/on-ohip-billing-number"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer billing number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de facturation porte par le professionnel qui a fait la demande de consultation"
        }
      ]
    },
    {
      "code": "referrals.referring-provider-cpso-number",
      "display": "Referring provider CPSO number",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro CPSO du médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider CPSO number"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "via",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "Ontario RMA / CPSO registration NamingSystem"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer CPSO number"
        },
        {
          "code": "searchAlias",
          "valueString": "college registration"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero d'inscription au college porte par le professionnel qui a fait la demande"
        }
      ]
    },
    {
      "code": "referrals.referring-provider-clinic-name",
      "display": "Referring provider clinic name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de la clinique du médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider clinic name"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "via",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer clinic"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le nom de la clinique ou de la pratique du professionnel qui a fait la demande"
        }
      ]
    },
    {
      "code": "referrals.referring-provider-address",
      "display": "Referring provider practice address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse de pratique du médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider practice address"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "via",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer address"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'adresse postale ou de pratique du professionnel qui a fait la demande"
        }
      ]
    },
    {
      "code": "referrals.referring-provider-phone",
      "display": "Referring provider phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone du médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider phone"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "via",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer phone"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telephone du professionnel qui a fait la demande"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        }
      ]
    },
    {
      "code": "referrals.referring-provider-fax",
      "display": "Referring provider fax",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Télécopieur du médecin référent"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "referring provider fax"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "referrals"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "referrals.referral"
          }
        },
        {
          "code": "domain",
          "valueString": "6.13"
        },
        {
          "code": "via",
          "valueString": "ServiceRequest.requester"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = fax"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "referrer fax"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telecopieur du professionnel qui a fait la demande, utilise comme destination d'envoi"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=fax"
        }
      ]
    },
    {
      "code": "demographics.family-provider-name",
      "display": "Family provider name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom du médecin de famille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family provider name"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "via",
          "valueString": "Patient.generalPractitioner"
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "HumanName"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "family doctor"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le nom du medecin de famille du patient"
        }
      ]
    },
    {
      "code": "demographics.family-provider-phone",
      "display": "Family provider phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone du médecin de famille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family provider phone"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "via",
          "valueString": "Patient.generalPractitioner"
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "family doctor phone"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telephone du medecin de famille"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        }
      ]
    },
    {
      "code": "demographics.family-provider-fax",
      "display": "Family provider fax",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Télécopieur du médecin de famille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family provider fax"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "via",
          "valueString": "Patient.generalPractitioner"
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = fax"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "family doctor fax"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telecopieur du medecin de famille"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=fax"
        }
      ]
    },
    {
      "code": "demographics.family-provider-address",
      "display": "Family provider address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse du médecin de famille"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "family provider address"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "via",
          "valueString": "Patient.generalPractitioner"
        },
        {
          "code": "fhirPath",
          "valueString": "Practitioner.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-practitioner"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "family doctor address"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'adresse de pratique du medecin de famille"
        }
      ]
    },
    {
      "code": "demographics.contact-name",
      "display": "Contact name",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Nom de la personne-ressource"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "alternative contact name"
        },
        {
          "code": "derivedFrom",
          "valueString": "multiple contacts / relationships"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.name"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "HumanName"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "alternative contact name"
        },
        {
          "code": "searchAlias",
          "valueString": "emergency contact name"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le nom d'une personne-ressource du patient"
        }
      ]
    },
    {
      "code": "demographics.contact-phone",
      "display": "Contact phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone de la personne-ressource"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "contact phone number"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "contact phone number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telephone d'une personne-ressource"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        }
      ]
    },
    {
      "code": "demographics.contact-email",
      "display": "Contact email",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Courriel de la personne-ressource"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "contact email address"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = email"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "contact email address"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'adresse courriel d'une personne-ressource"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=email"
        }
      ]
    },
    {
      "code": "demographics.contact-note",
      "display": "Contact note",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note sur la personne-ressource"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "contact note"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.extension:note"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "emergency contact note"
        },
        {
          "code": "descriptionFr",
          "valueString": "Note en texte libre conservee sur une personne-ressource"
        }
      ]
    },
    {
      "code": "demographics.contact-primary",
      "display": "Primary contact",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Personne-ressource principale"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "primary contact indicator"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.extension:primary"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "searchAlias",
          "valueString": "primary contact indicator"
        },
        {
          "code": "searchAlias",
          "valueString": "call first"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique la personne-ressource a joindre en premier"
        }
      ]
    },
    {
      "code": "medications.pharmacy-phone",
      "display": "Pharmacy phone",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Téléphone de la pharmacie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preferred pharmacy phone"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.parties"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "via",
          "valueString": "MedicationRequest.dispenseRequest.performer"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = phone"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "preferred pharmacy phone"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telephone de la pharmacie"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=phone"
        }
      ]
    },
    {
      "code": "medications.pharmacy-fax",
      "display": "Pharmacy fax",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Télécopieur de la pharmacie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preferred pharmacy fax"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.parties"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "via",
          "valueString": "MedicationRequest.dispenseRequest.performer"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.telecom"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "ContactPoint"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = fax"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "preferred pharmacy fax"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le numero de telecopieur de la pharmacie"
        },
        {
          "code": "selector",
          "valueString": "telecom.system=fax"
        }
      ]
    },
    {
      "code": "medications.pharmacy-address",
      "display": "Pharmacy address",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Adresse de la pharmacie"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "preferred pharmacy address"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.parties"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "via",
          "valueString": "MedicationRequest.dispenseRequest.performer"
        },
        {
          "code": "fhirPath",
          "valueString": "Organization.address"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-organization"
        },
        {
          "code": "dataType",
          "valueString": "Address"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "preferred pharmacy address"
        },
        {
          "code": "descriptionFr",
          "valueString": "L'adresse de la pharmacie"
        }
      ]
    },
    {
      "code": "demographics.enrolment-start-date",
      "display": "Enrolment start date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de début d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment start date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:effectivePeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "Period.start"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de prise d'effet du rattachement, soit le debut de la periode de validite."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "demographics.enrolment-termination-date",
      "display": "Enrolment termination date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de fin d'inscription"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "enrolment termination date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:primaryCareAttachment.extension:effectivePeriod"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "Period.end"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "derivedFrom",
          "valueString": "enrolment/roster/panel"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de fin du rattachement, soit la fin de la periode de validite."
        },
        {
          "code": "requirementText",
          "valueString": "enrolment/roster/panel"
        }
      ]
    },
    {
      "code": "chronic-disease.care-plan-status",
      "display": "Care-plan status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du plan de soins"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "care plan status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "chronic-disease"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "chronic-disease.care-plans"
          }
        },
        {
          "code": "domain",
          "valueString": "6.9"
        },
        {
          "code": "fhirPath",
          "valueString": "CarePlan.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-careplan"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "care plan"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat du plan de soins: brouillon, actif, suspendu, termine ou revoque."
        }
      ]
    },
    {
      "code": "demographics.indian-registration-number",
      "display": "Indian registration number",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Numéro d'inscription au registre des Indiens"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "status registration number"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "Identifier"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "system = https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "Canadian URI Registry ca-indigenous-northern-affairs-number"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "status registration number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Numero d'inscription en vertu de la Loi sur les Indiens, porte comme identifiant du patient sous l'URI du Registre canadien. Aucune tranche ne le distingue; le systeme est le discriminant."
        },
        {
          "code": "selector",
          "valueString": "identifier.system=https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number"
        }
      ]
    },
    {
      "code": "demographics.contact-purpose",
      "display": "Contact purpose",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Raison du contact"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "contact purpose"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.care-relationships"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "RelatedPerson.relationship"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-relatedperson"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "coding.system = nexus-emr-contact-purpose"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-contact-purpose"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-contact-purpose"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Role administratif du contact (urgence, mandataire special, aidant, procuration), code sous le systeme local des raisons de contact. Meme element que le lien personnel; le systeme du codage les distingue."
        },
        {
          "code": "selector",
          "valueString": "relationship.coding.system=https://fhir.apps.health/CodeSystem/nexus-emr-contact-purpose"
        }
      ]
    },
    {
      "code": "demographics.street-address-line",
      "display": "Street address line",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Ligne d'adresse"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "street address line"
        },
        {
          "code": "identifierClass",
          "valueString": "direct"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.contact"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.address.line"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Ligne d'adresse municipale: numero civique, rue, appartement ou case postale."
        }
      ]
    },
    {
      "code": "encounters.note-origin-label",
      "display": "Note origin label",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Étiquette d'origine de la note"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "note origin marker"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.meta.security"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "Coding"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "AIAST"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 v3 ActCode security labels"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "note origin marker"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etiquette de securite AIAST indiquant qu'une machine a produit le contenu de la note. Le profil Composition designe cette etiquette comme la reponse arretee a la question grossiere de l'origine machine."
        }
      ]
    },
    {
      "code": "medications.discontinuation-reason",
      "display": "Discontinuation reason",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Motif d'arrêt"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "discontinuation record"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.statusReason"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "discontinuation record"
        },
        {
          "code": "descriptionFr",
          "valueString": "Motif pour lequel la prescription a ete arretee, suspendue ou annulee."
        }
      ]
    },
    {
      "code": "prevention.immunization-status",
      "display": "Immunization status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la vaccination"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "immunization status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.immunization"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Immunization.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-immunization"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 immunization-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/event-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat de l'acte vaccinal: effectue, saisi par erreur, ou non effectue."
        }
      ]
    },
    {
      "code": "medications.signed-date",
      "display": "Prescription signed date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de signature de l'ordonnance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "signed date and time"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "MedicationRequest.authoredOn"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-medicationrequest"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "searchAlias",
          "valueString": "signed date and time"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date et heure ou l'ordonnance a ete redigee et signee par le prescripteur."
        }
      ]
    },
    {
      "code": "demographics.patient-note",
      "display": "Patient note",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note au dossier du patient"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "patient note"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Flag.code.text"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-flag"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "code = patient-note"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-patient-flag-type"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-patient-flag-type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Texte libre d'une note au dossier, porte par un indicateur dont le code est patient-note."
        }
      ]
    },
    {
      "code": "prevention.screening-source",
      "display": "Screening source",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Provenance du dépistage"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "screening source"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "prevention"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "prevention.status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.8"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.extension:preventionStatus"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Extension"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "completed | completed-externally"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-prevention-status-cs"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-prevention-status-cs"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si le depistage a ete realise dans la clinique ou a l'exterieur."
        }
      ]
    },
    {
      "code": "demographics.patient-status",
      "display": "Patient status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut du dossier patient"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "patient status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.active"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "boolean"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "boolean"
        },
        {
          "code": "descriptionFr",
          "valueString": "Indique si le dossier du patient est actif dans la clinique; le motif d'inactivation vit sur une extension distincte."
        }
      ]
    },
    {
      "code": "history.past-medical-history-onset",
      "display": "Past medical history onset",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Début de l'antécédent médical"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "past medical history date or age of onset"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "history"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "history.past-medical"
          }
        },
        {
          "code": "domain",
          "valueString": "6.4"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.onset[x]"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the R4 choice also admits onsetAge, which is the age-of-onset half of this field"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "searchAlias",
          "valueString": "date or age of onset"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date, age ou periode de debut d'un antecedent medical."
        }
      ]
    },
    {
      "code": "forms.instrument-administered-date",
      "display": "Instrument administered date",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'administration du questionnaire"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "instrument administered date"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "forms"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "forms.intake"
          }
        },
        {
          "code": "domain",
          "valueString": "6.16"
        },
        {
          "code": "fhirPath",
          "valueString": "QuestionnaireResponse.authored"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-questionnaireresponse"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date a laquelle le questionnaire ou l'outil de mesure a ete rempli."
        }
      ]
    },
    {
      "code": "consent.consent-withdrawal",
      "display": "Consent withdrawal",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Retrait du consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent withdrawal event"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.item-consent"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.provision.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-item-consent"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "provision.type = deny"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 consent-provision-type"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/consent-provision-type"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "consent withdrawal event"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le patient a refuse un consentement ou retire un consentement deja donne; la ressource passe a l'etat rejected et le motif vit sur l'extension statusReason."
        },
        {
          "code": "selector",
          "valueString": "$none"
        }
      ]
    },
    {
      "code": "consent.consent-source-attachment",
      "display": "Consent document attachment",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Pièce jointe du formulaire de consentement"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "consent document upload"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "consent"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "consent.directives"
          }
        },
        {
          "code": "domain",
          "valueString": "6.18"
        },
        {
          "code": "fhirPath",
          "valueString": "Consent.source[x]:sourceAttachment"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-app-consent"
        },
        {
          "code": "dataType",
          "valueString": "Attachment"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "attachment"
        },
        {
          "code": "searchAlias",
          "valueString": "consent document upload"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le formulaire de consentement signe, conserve comme piece jointe sur la ressource elle-meme."
        }
      ]
    },
    {
      "code": "documents.redacted-page",
      "display": "Redacted page",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Page caviardée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "redacted page"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "documents"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "documents.filing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.15"
        },
        {
          "code": "fhirPath",
          "valueString": "List.entry.extension:excludedPage"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-attachment-packet"
        },
        {
          "code": "dataType",
          "valueString": "integer"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "descriptionFr",
          "valueString": "Numero d'une page retiree d'un document avant l'envoi du dossier joint."
        }
      ]
    },
    {
      "code": "inbox-tasks.cds-prompt",
      "display": "CDS prompt",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rappel d'aide à la décision"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "cds prompt"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.requester"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "Reference"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "requester is a logical Device under NamingSystem/nexus-cds-rule"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "https://fhir.apps.health/NamingSystem/nexus-cds-rule"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/NamingSystem/nexus-cds-rule"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "reference"
        },
        {
          "code": "descriptionFr",
          "valueString": "Tache creee par une regle d'aide a la decision, reconnue au demandeur de type Device inscrit au registre des regles."
        }
      ]
    },
    {
      "code": "inbox-tasks.cds-prompt-disposition",
      "display": "CDS prompt disposition",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Suite donnée au rappel d'aide à la décision"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "cds prompt disposition"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "on a Task whose requester is a nexus-cds-rule Device"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-task-statuses"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat final d'un rappel d'aide a la decision: accepte, en cours, termine, suspendu ou annule. Le motif vit sur statusReason."
        }
      ]
    },
    {
      "code": "encounters.ai-generated-summary",
      "display": "AI-generated summary",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Résumé généré par l'IA"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "ai generated summary"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.type"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "LOINC 34133-9 Summary of episode note"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-composition-classification"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Document dont la classe est un resume genere par la machine. Le genre precis de resume vit sur category; l'origine machine est confirmee par l'etiquette AIAST."
        }
      ]
    },
    {
      "code": "medications.inappropriate-prescription-flag",
      "display": "Potentially inappropriate prescription flag",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Signal d'ordonnance potentiellement inappropriée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "potentially inappropriate prescription flag"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "DetectedIssue.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-detectedissue"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "written as text only; the IG has not settled a coding, so readers must not index into code.coding"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "descriptionFr",
          "valueString": "Signal de securite designant une ordonnance potentiellement inappropriee pour ce patient. Le libelle est du texte libre tant que la codification n'est pas arretee."
        }
      ]
    },
    {
      "code": "medications.missing-prescription-flag",
      "display": "Likely-missing prescription flag",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Signal d'ordonnance probablement manquante"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "likely-missing prescription flag"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.safety"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "medication, on a Task with intent = proposal carrying an input:suggestion"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-task-code"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-task-code"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Proposition signalant qu'une ordonnance attendue semble absente du dossier."
        }
      ]
    },
    {
      "code": "medications.titration-reminder",
      "display": "Titration reminder",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Rappel d'ajustement posologique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "titration reminder"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "medications"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "medications.dosing"
          }
        },
        {
          "code": "domain",
          "valueString": "6.6"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "reminder, with Task.focus on the MedicationRequest and the due date on executionPeriod"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-task-code"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-task-code"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "descriptionFr",
          "valueString": "Rappel planifie pour ajuster la dose d'un medicament en cours de titration."
        }
      ]
    },
    {
      "code": "orders-results.outstanding-order",
      "display": "Outstanding order",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Demande en attente"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "outstanding order flag"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.requisition"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "ServiceRequest.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-servicerequest"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "active | on-hold, with no result filed; the no-result half joins on basedOn"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 request-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/request-status"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "outstanding order flag"
        },
        {
          "code": "descriptionFr",
          "valueString": "Demande d'analyse ou d'examen encore ouverte, sans resultat verse au dossier."
        }
      ]
    },
    {
      "code": "demographics.coverage-status",
      "display": "Health coverage status",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Statut de la couverture d'assurance"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "ohip billing eligibility status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.health-card"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Coverage.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-coverage"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 fm-status"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://hl7.org/fhir/fm-status"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "searchAlias",
          "valueString": "OHIP billing eligibility status"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat de la couverture d'assurance maladie du patient, par exemple active, annulee ou en projet."
        }
      ]
    },
    {
      "code": "conditions.frailty-status",
      "display": "Frailty or limited life expectancy",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Fragilité ou espérance de vie limitée"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "frailty or limited life expectancy status"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "conditions"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "conditions.problems"
          }
        },
        {
          "code": "domain",
          "valueString": "6.2"
        },
        {
          "code": "fhirPath",
          "valueString": "Condition.code"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-condition"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "a frailty or limited-life-expectancy concept on the problem list"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "SNOMED CT"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://snomed.info/sct"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "frailty status"
        },
        {
          "code": "descriptionFr",
          "valueString": "Probleme actif indiquant une fragilite ou une esperance de vie limitee. Aucune liste de codes n'est publiee; le choix des concepts reste a la clinique."
        }
      ]
    },
    {
      "code": "demographics.merged-record",
      "display": "Merged record",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Dossier fusionné"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "merge source and target record"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.extension:recordInactiveReason"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "CodeableConcept"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "duplicate"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-emr-patient-record-inactive-reason"
        },
        {
          "code": "codeSystemUri",
          "valueString": "https://fhir.apps.health/CodeSystem/nexus-emr-patient-record-inactive-reason"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "coded"
        },
        {
          "code": "searchAlias",
          "valueString": "merge source and target record"
        },
        {
          "code": "descriptionFr",
          "valueString": "Dossier rendu inactif parce qu'il faisait double emploi et a ete fusionne avec un autre. La cible de la fusion vit sur Patient.link, que le profil ne contraint pas."
        }
      ]
    },
    {
      "code": "orders-results.therapeutic-range",
      "display": "Therapeutic range",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Plage thérapeutique"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "therapeutic range flag"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "orders-results"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "orders-results.results"
          }
        },
        {
          "code": "domain",
          "valueString": "6.7"
        },
        {
          "code": "fhirPath",
          "valueString": "Observation.referenceRange"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-observation"
        },
        {
          "code": "dataType",
          "valueString": "Range"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "referenceRange.type = treatment, which R4 defines as the therapeutic desired level"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "HL7 referencerange-meaning"
        },
        {
          "code": "codeSystemUri",
          "valueString": "http://terminology.hl7.org/CodeSystem/referencerange-meaning"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "number"
        },
        {
          "code": "searchAlias",
          "valueString": "therapeutic range flag"
        },
        {
          "code": "descriptionFr",
          "valueString": "Plage cible visee par un traitement, distincte de l'intervalle de reference normal. Le profil ne contraint pas referenceRange.type, qui porte la distinction."
        },
        {
          "code": "selector",
          "valueString": "referenceRange.type.coding.code=treatment"
        }
      ]
    },
    {
      "code": "inbox-tasks.ai-suggestion-disposition",
      "display": "AI suggestion disposition",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Suite donnée à la suggestion de l'IA"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "ai suggestion disposition"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "inbox-tasks"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "inbox-tasks.task"
          }
        },
        {
          "code": "domain",
          "valueString": "6.19"
        },
        {
          "code": "fhirPath",
          "valueString": "Task.status"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-clinical-task"
        },
        {
          "code": "dataType",
          "valueString": "code"
        },
        {
          "code": "cardinality",
          "valueString": "1..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "on a Task with intent = proposal carrying the AIAST security label"
        },
        {
          "code": "clinicalCodeSystem",
          "valueString": "nexus-task-statuses"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "enum"
        },
        {
          "code": "descriptionFr",
          "valueString": "Etat final d'une suggestion produite par l'IA: acceptee, en cours, terminee ou annulee. Le motif vit sur statusReason."
        }
      ]
    },
    {
      "code": "demographics.status-card-issue-date",
      "display": "Status card issue date",
      "definition": "The date the Indian status document was issued, carried as the start of the registration-number identifier's validity period.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date de délivrance du certificat de statut"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "status card issue date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier.period.start"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the identifier whose system is https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number; the profile does not slice it, so the system URI is the discriminator"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "searchAlias",
          "valueString": "date of issue"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date de delivrance du document de statut, portee par le debut de la periode de validite de l'identifiant du numero d'inscription."
        },
        {
          "code": "selector",
          "valueString": "identifier.system=https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number"
        }
      ]
    },
    {
      "code": "demographics.status-card-expiry-date",
      "display": "Status card expiry date",
      "definition": "The date the Indian status document expires, carried as the end of the registration-number identifier's validity period. An expired card never implies a change of registration status.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Date d'expiration du certificat de statut"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "status card expiry date"
        },
        {
          "code": "identifierClass",
          "valueString": "quasi"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.indigenous"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.identifier.period.end"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "dateTime"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "clinicalCode",
          "valueString": "the identifier whose system is https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number; the profile does not slice it, so the system URI is the discriminator"
        },
        {
          "code": "permission",
          "valueString": "administrative"
        },
        {
          "code": "pickerType",
          "valueString": "date"
        },
        {
          "code": "searchAlias",
          "valueString": "card expiry"
        },
        {
          "code": "descriptionFr",
          "valueString": "Date d'expiration du document de statut, portee par la fin de la periode de validite de l'identifiant du numero d'inscription. Une carte expiree n'implique jamais un changement de statut d'inscription."
        },
        {
          "code": "selector",
          "valueString": "identifier.system=https://fhir.infoway-inforoute.ca/NamingSystem/ca-indigenous-northern-affairs-number"
        }
      ]
    },
    {
      "code": "demographics.record-source",
      "display": "Record source",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Source du dossier"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "generator provenance"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "demographics"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "demographics.record-status"
          }
        },
        {
          "code": "domain",
          "valueString": "6.1"
        },
        {
          "code": "fhirPath",
          "valueString": "Patient.meta.source"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-patient"
        },
        {
          "code": "dataType",
          "valueString": "uri"
        },
        {
          "code": "cardinality",
          "valueString": "0..1"
        },
        {
          "code": "repeats",
          "valueBoolean": false
        },
        {
          "code": "permission",
          "valueString": "operational"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "generator provenance"
        },
        {
          "code": "descriptionFr",
          "valueString": "URI identifiant l'instance de DME et la version du pipeline d'ou provient la ressource. Sur un dossier produit par un generateur, c'est le generateur qui y est nomme."
        }
      ]
    },
    {
      "code": "encounters.note-shared-with",
      "display": "Note shared with",
      "definition": "The EHR outside the practice a signed note was shared with, one entry per completed share. A share still in flight is not recorded. The time the share completed is the sibling sharedAt on the same extension. READERS SHOULD EXPECT TWO CANONICALS: notes already filed carry this extension under an older base, and matching on the URL suffix composition-ehr-share reads both.",
      "designation": [
        {
          "language": "fr-CA",
          "value": "Note partagée avec"
        }
      ],
      "property": [
        {
          "code": "catalogName",
          "valueString": "record of disclosure"
        },
        {
          "code": "identifierClass",
          "valueString": "none"
        },
        {
          "code": "category",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-category",
            "code": "encounters"
          }
        },
        {
          "code": "subcategory",
          "valueCoding": {
            "system": "https://fhir.apps.health/CodeSystem/nexus-field-subcategory",
            "code": "encounters.note-lifecycle"
          }
        },
        {
          "code": "domain",
          "valueString": "6.11"
        },
        {
          "code": "fhirPath",
          "valueString": "Composition.extension[https://fhir.apps.health/StructureDefinition/composition-ehr-share].extension:sharedWith"
        },
        {
          "code": "profile",
          "valueString": "https://fhir.apps.health/StructureDefinition/nexus-emr-core-composition"
        },
        {
          "code": "dataType",
          "valueString": "string"
        },
        {
          "code": "cardinality",
          "valueString": "0..*"
        },
        {
          "code": "repeats",
          "valueBoolean": true
        },
        {
          "code": "clinicalCode",
          "valueString": "sharedWith; the destination is a name rather than a Reference, because it is routinely outside this practice's directory"
        },
        {
          "code": "permission",
          "valueString": "clinical"
        },
        {
          "code": "pickerType",
          "valueString": "string"
        },
        {
          "code": "searchAlias",
          "valueString": "record of disclosure"
        },
        {
          "code": "descriptionFr",
          "valueString": "Le DME hors de la clinique avec lequel une note signee a ete partagee, une entree par partage acheve. Un partage en cours n'est pas consigne. L'instant d'achevement vit sur sharedAt, dans la meme extension. Les lecteurs doivent s'attendre a deux adresses canoniques: les notes deja versees portent cette extension sous une base plus ancienne, et un filtrage sur le suffixe composition-ehr-share lit les deux."
        }
      ]
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "property": [
    {
      "code": "catalogName",
      "type": "string",
      "description": "The chart-data catalogue's own words for this field, verbatim. Provenance; the display is the label."
    },
    {
      "code": "category",
      "type": "Coding",
      "description": "The first-level reporting category, as a coding into the Nexus Field Category code system. TYPED `Coding` AND NOT `code`: R4 defines a `code` property as a reference to a concept IN THIS code system, and these concepts are fields, not categories. The category lives in its own published sibling system, which is what `Coding` is for."
    },
    {
      "code": "subcategory",
      "type": "Coding",
      "description": "The second-level grouping within the category, as a coding into the Nexus Field Subcategory code system. Typed `Coding` for the same reason as `category`: a `code` property means a concept in THIS system, and a subcategory is a concept in a published sibling."
    },
    {
      "code": "domain",
      "type": "string",
      "description": "The chart-data domain this field was catalogued under, e.g. 6.1."
    },
    {
      "code": "fhirPath",
      "type": "string",
      "description": "The FHIR element this field is realised at. Absent where the IG models no home for it yet."
    },
    {
      "code": "profile",
      "type": "string",
      "description": "The canonical of the profile a CQL retrieve carries for this field. Absent where the resource type has no single profile."
    },
    {
      "code": "dataType",
      "type": "string",
      "description": "The FHIR data type of the field's value."
    },
    {
      "code": "cardinality",
      "type": "string",
      "description": "The field's cardinality on its profile, e.g. 0..1."
    },
    {
      "code": "repeats",
      "type": "boolean",
      "description": "Whether a patient can have more than one of this field. Drives latest / count / highest in a report builder."
    },
    {
      "code": "clinicalCode",
      "type": "string",
      "description": "The code identifying this field within its resource, where the path alone does not: every vital and every lab lands on Observation.value[x]."
    },
    {
      "code": "clinicalCodeSystem",
      "type": "string",
      "description": "The code system clinicalCode is drawn from."
    },
    {
      "code": "codeSystemUri",
      "type": "string",
      "description": "The canonical URI of the system clinicalCode is drawn from, where exactly one system is named and its canonical is known. clinicalCodeSystem is the human name for the same thing; this is the string a query has to match. Absent where the field names more than one system, or where no canonical has been established. Absence concepts (v3-NullFlavor, data-absent-reason) are recorded as values on some coded fields and are not drawn from this system."
    },
    {
      "code": "expectedUnit",
      "type": "string",
      "description": "The expected UCUM unit for a quantity field. A threshold in another unit is refused rather than converted."
    },
    {
      "code": "permission",
      "type": "string",
      "description": "The coarse permission class required to read this field: clinical, administrative or operational."
    },
    {
      "code": "pickerType",
      "type": "string",
      "description": "The comparison family a report builder should offer for this field."
    },
    {
      "code": "identifierClass",
      "type": "string",
      "description": "How strongly this field identifies a person: direct (identifies on its own), quasi (narrows a population, and re-identifies in combination), or none. What a de-identified export and a masking rule key on."
    },
    {
      "code": "derived",
      "type": "boolean",
      "description": "True where the value is computed rather than stored, so a report reads a derivation whose freshness depends on when it last ran."
    },
    {
      "code": "status",
      "type": "code",
      "description": "active (the default, and absent) or deprecated. A code is never deleted, because a stored report may carry it; deprecation plus replacedBy is the retirement path."
    },
    {
      "code": "replacedBy",
      "type": "code",
      "description": "The code that supersedes this one, where status is deprecated. Lets a consumer migrate a stored report rather than fail to resolve it."
    },
    {
      "code": "derivedFrom",
      "type": "string",
      "description": "The chart-data catalogue field this concept was split out of, where one catalogued entry names several reportable fields. Present only on split concepts; catalogName then carries this concept's own words."
    },
    {
      "code": "searchAlias",
      "type": "string",
      "description": "Another name this field is known by, so a search box finds it. Repeats. Seeded from the chart-data catalogue's own wording, which is often what a user types even where the label has been improved -- somebody searching DOB should find Date of birth. NAMED `searchAlias` AND NOT `synonym`, DELIBERATELY: `synonym` is a STANDARD concept property (http://hl7.org/fhir/concept-properties#synonym) meaning 'an alternative CODE that may be used to identify this concept instead of the primary code', typed `code`. These values are search words, not codes -- a terminology tool honouring the standard property would try to resolve `DOB` as a field code and fail. This property was called `synonym` until 1.26.0, which produced one warning per value on every publisher run."
    },
    {
      "code": "descriptionFr",
      "type": "string",
      "description": "The fr-CA description of the field. The English description is the profile element's short text, so it is not repeated here; this property is the only place the French lives."
    },
    {
      "code": "via",
      "type": "string",
      "description": "The reference the value is reached THROUGH, where it lives on a referenced resource rather than on the subject. `fhirPath` then names the element on the TARGET. A criterion carrying this is a join: the engine has to include the referenced resource, and a flat criterion chip cannot express it on its own. Both halves are checked against the IG independently."
    },
    {
      "code": "requirementText",
      "type": "string",
      "description": "The words the chart-data requirement uses for this field, quoted VERBATIM and byte-exact, so the concept can be deep-linked to the sentence it came from with a URL text fragment and the traceability `domain` asserts becomes checkable rather than claimed. Chosen to be unique in the whole requirement, and widened to the surrounding phrase where the field's own words are not. ABSENT where section 6 never named the field -- it was catalogued from the IG or the legacy picker instead -- and absent where no unique quote is expressible in 7-bit ASCII."
    },
    {
      "code": "selector",
      "type": "string",
      "description": "Which entry of a repeating element this field means, stated as data: `<element>.<discriminator>=<value>`, where `<element>` is a prefix of fhirPath and `<discriminator>` is a path within one of its entries. Alternatives are separated by `|`, and at most one conjunct may list them. Repeats, and repeats are conjunctive over the same element -- `telecom.system=phone` with `telecom.use=mobile` names one entry satisfying both. Values are matched by containment at the depth the discriminator names, so a discriminator must land on an element whose JSON value is a string. The single value `$none` states that clinicalCode describes this field rather than discriminating it, so the path alone realises it. Absent where no discriminator is needed, and absent where this CodeSystem does not yet state one for a field that needs it: in that second case a consumer must not infer that the first entry is the right one, and should read the field as unavailable rather than guess."
    },
    {
      "code": "gate",
      "type": "string",
      "description": "A condition on the RESOURCE under which this field is the one meant, stated as `<path>=<value>` with `|` for alternatives, the path rooted at the resource. What distinguishes a laboratory requisition from an imaging one when both carry the same element of the same type. Repeats, and repeats are conjunctive. Distinct from selector, which chooses within a repeating element rather than qualifying the resource."
    }
  ],
  "count": 458
}
