{
  "resourceType": "StructureDefinition",
  "id": "ncdhc-observation-bi-other",
  "url": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-bi-other",
  "version": "dv1.0.0",
  "name": "NCDHCBriefInterventionOtherObservationProfile",
  "title": "NCDHC Brief Intervention Other Observation",
  "status": "draft",
  "date": "2020-02-21",
  "publisher": "National Children's Digital Health Collaborative (NCDHC)",
  "description": "Brief Intervention - Other",
  "purpose": "To record Other Counselling offered",
  "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": "Observation",
  "baseDefinition": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "NCDHC Brief Intervention Other Observation"
      },
      
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Other Brief  interventions",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "code"
            },
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "closed"
        },
        "min": 1
      },
      {
        "id": "Observation.code.coding:BriefInterventionOtherSNOMED-CT",
        "path": "Observation.code.coding",
        "sliceName": "BriefInterventionOtherSNOMED-CT",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "http://snomed.info/sct",
          "code": "409063005"
        }
      },
      {
        "id": "Observation.code.coding:BriefInterventionOtherSNOMED-CT.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Reference to the Mother Patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-expectant-mother"
          }
        ]
      },
      {
        "id": "Observation.effectiveDateTime:effectiveDateTime",
        "path": "Observation.effectiveDateTime",
        "sliceName": "effectiveDateTime",
        "short": "Date when other Counselling was done",
        "min": 1
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "short": "Person who is clinically responsible for the undetaking of the assessment"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.valueCodeableConcept",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org.au/fhir/ch/v1/ValueSet/ncdhc-observation-completion-status-1"
          }
        }
      },
      {
        "id": "Observation.comment",
        "path": "Observation.comment",
        "short": "Comment on the intervention",
        "mustSupport": true
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "short": "Intervention type",
        "max": "1"
      },
      {
        "id": "Observation.component.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "225334002"
            }
          ]
        }
      },
      {
        "id": "Observation.component.value[x]:valueString",
        "path": "Observation.component.valueString",
        "sliceName": "valueString",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}