{
  "resourceType": "StructureDefinition",
  "id": "6f5755ea-61fc-4b1e-90b6-43378e614054",
  "meta": {
    "lastUpdated": "2019-01-16T14:48:04.557+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/Communication",
  "name": "Communication",
  "status": "draft",
  "date": "2019-01-16T14:48:26.7294672+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Communication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Communication.identifier",
        "path": "Communication.identifier",
        "max": "1"
      },
      {
        "id": "Communication.identifier.id",
        "path": "Communication.identifier.id",
        "max": "0"
      },
      {
        "id": "Communication.identifier.use",
        "path": "Communication.identifier.use",
        "max": "0"
      },
      {
        "id": "Communication.identifier.type",
        "path": "Communication.identifier.type",
        "max": "0"
      },
      {
        "id": "Communication.identifier.system",
        "path": "Communication.identifier.system",
        "max": "0"
      },
      {
        "id": "Communication.basedOn.identifier.system",
        "path": "Communication.basedOn.identifier.system",
        "type": [
          {
            "code": "uri",
            "profile": "http://spms.min-saude.pt/rnu/identifiers/sico-obitos-id"
          }
        ]
      },
      {
        "id": "Communication.basedOn.identifier.value",
        "path": "Communication.basedOn.identifier.value",
        "type": [
          {
            "code": "string",
            "profile": "<NumeroCertificadoObito>"
          }
        ]
      },
      {
        "id": "Communication.status",
        "path": "Communication.status",
        "fixedCode": "completed"
      },
      {
        "id": "Communication.subject",
        "path": "Communication.subject",
        "min": 1
      }
    ]
  }
}