{
  "resourceType": "StructureDefinition",
  "id": "ncdhc-dphr-encounter",
  "url": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-dphr-encounter",
  "version": "dv0.0.1",
  "name": "NCDHCDPHREncounterProfile",
  "title": "NCDHC DPHR Encounter",
  "status": "draft",
  "date": "2020-01-31",
  "publisher": "National Children's Digital Health Collaborative (NCDHC)",
  "copyright": "Copyright © 2019 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-expectant-mother"
          }
        ]
      },
      {
        "id": "Encounter.participant.type",
        "path": "Encounter.participant.type",
        "definition": "Use  code='translator' display='Translator' to record if a registered interpreter was present during the examination/consultation"
      },
      {
        "id": "Encounter.appointment",
        "path": "Encounter.appointment",
        "short": "Next Visit Date and Time",
        "mustSupport": true
      },
      {
        "id": "Encounter.period",
        "path": "Encounter.period",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "mustSupport": true
      }
    ]
  }
}