{
  "resourceType": "StructureDefinition",
  "id": "8f2e7116-b1d7-4621-af81-130843e5a168",
  "meta": {
    "lastUpdated": "2019-05-13T16:48:43.5836646+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyCondition",
  "name": "MyCondition",
  "status": "draft",
  "date": "2019-05-13T16:48:43.8825257+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.identifier.use",
        "path": "Condition.identifier.use",
        "fixedCode": "temp"
      },
      {
        "id": "Condition.identifier.type",
        "path": "Condition.identifier.type",
        "max": "0"
      },
      {
        "id": "Condition.identifier.system",
        "path": "Condition.identifier.system",
        "max": "0"
      },
      {
        "id": "Condition.identifier.value",
        "path": "Condition.identifier.value",
        "max": "0"
      },
      {
        "id": "Condition.identifier.period",
        "path": "Condition.identifier.period",
        "max": "0"
      },
      {
        "id": "Condition.identifier.assigner",
        "path": "Condition.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Condition.clinicalStatus",
        "path": "Condition.clinicalStatus",
        "fixedCode": "recurrence"
      },
      {
        "id": "Condition.verificationStatus",
        "path": "Condition.verificationStatus",
        "fixedCode": "confirmed"
      },
      {
        "id": "Condition.category",
        "path": "Condition.category",
        "short": "encounter-diagnosis"
      },
      {
        "id": "Condition.category.coding",
        "path": "Condition.category.coding",
        "max": "0"
      },
      {
        "id": "Condition.category.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Condition.category.text",
        "max": "0"
      },
      {
        "id": "Condition.severity.coding",
        "path": "Condition.severity.coding",
        "max": "0"
      },
      {
        "id": "Condition.severity.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Condition.severity.text",
        "fixedString": "Use la codificación del HEP para definir la condición del paciente"
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "max": "0"
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "max": "0"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "¿Cual es la condición del paciente? Ej: A1",
        "definition": "Categorización;\r\nLetra A \r\nnivel de dependencia 1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CodeSystem"
          }
        ]
      },
      {
        "id": "Condition.context",
        "path": "Condition.context",
        "max": "0"
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "max": "0"
      },
      {
        "id": "Condition.abatement[x]",
        "path": "Condition.abatement[x]",
        "max": "0"
      },
      {
        "id": "Condition.assertedDate",
        "path": "Condition.assertedDate",
        "max": "0"
      },
      {
        "id": "Condition.asserter",
        "path": "Condition.asserter",
        "max": "0"
      },
      {
        "id": "Condition.stage",
        "path": "Condition.stage",
        "max": "0"
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "max": "0"
      },
      {
        "id": "Condition.note",
        "path": "Condition.note",
        "max": "0"
      }
    ]
  }
}