{
  "resourceType": "StructureDefinition",
  "id": "IHE.VRDR.Examiner-Contacted",
  "url": "http://ihe.net/fhir/vrdr/StructureDefinition/Examiner-Contacted",
  "name": "IHE VRDR Examiner Contacted",
  "status": "draft",
  "description": "A medical examiner is typically contacted when the situation involving death is sudden and unexpected or when there is cause to believed that the cause of death was other than natural.",
  "purpose": "It is used to convey an indication as to whether the medical examiner (or coroner) was contacted to conduct a death investigation.",
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation"
  ],
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation"
      },
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "short": "id",
        "definition": "SHOULD contain zero or one [0..1] id (CONF:4393-112).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Observation.meta",
        "path": "Observation.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-110).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Observation.meta.profile",
        "path": "Observation.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Examiner-Contacted\" (CONF:4393-113).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Examiner-Contacted"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "status",
        "definition": "SHALL contain exactly one [1..1] status=\"final\" FINAL (CONF:4393-114).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "patternString": "final"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "code",
        "definition": "SHALL contain exactly one [1..1] code=\"74497-9\" Medical examiner or coroner was contacted  (CodeSystem: LOINC urn:oid:2.16.840.1.113883.6.1) (CONF:4393-115).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:2.16.840.1.113883.6.1",
              "code": "74497-9",
              "display": "Medical examiner or coroner was contacted"
            }
          ]
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "subject",
        "definition": "SHALL contain exactly one [1..1] subject=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent\" (CONF:4393-116).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ],
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "value[x]",
        "definition": "SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4393-111)",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.value[x]:valueBoolean",
        "path": "Observation.valueBoolean",
        "sliceName": "valueBoolean",
        "short": "valueBoolean",
        "definition": "valueBoolean (CONF:4393-117)"
      }
    ]
  }
}