{
  "resourceType": "Condition",
  "id": "condition-notSupported-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-notsupported-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"condition-notSupported-example\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-condition-notsupported-ca-ps.html\">Condition Content Not Supported (PS-CA)</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>code</b>: No information about problems <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/ips/STU1/CodeSystem-absent-unknown-uv-ips.html\">Absent and Unknown Data - IPS</a>#no-problem-info; <a href=\"CodeSystem-ContentNotSupported.html\">CodeSystem Content Not Supported (PS-CA)</a>#not-supported \"The content is not currently supported by the producing system due to technical limitations and/or policy constraints\")</span></p><p><b>subject</b>: <a href=\"Patient-patient1-example.html\">Patient/patient1-example: Donald Duck</a> \" DONALD\"</p><p><b>onset</b>: 2021-08-05</p></div>"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code": "confirmed"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/condition-category",
          "code": "problem-list-item",
          "display": "Problem List Item"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
        "code": "no-problem-info",
        "display": "No information about problems"
      },
      {
        "system": "http://fhir.infoway-inforoute.ca/io/psca/CodeSystem/ContentNotSupported",
        "code": "not-supported",
        "display": "The content is not currently supported by the producing system due to technical limitations and/or policy constraints"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "onsetDateTime": "2021-08-05"
}