{
  "resourceType": "Procedure",
  "id": "ma-ma-schema-1-Procedure-6002-data-absent",
  "meta": {
    "lastUpdated": "2024-01-20T10:00:00Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwProcedure"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Procedure documented in patient chart but specific code and date not available in source system.</div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:procedure",
      "value": "6002"
    }
  ],
  "status": "unknown",
  "category": {
    "text": "Surgical History"
  },
  "code": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ],
    "text": "Procedure code not documented in source system"
  },
  "subject": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient"
  },
  "_performedDateTime": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
        "type": "Practitioner",
        "display": "Dr. Smith"
      }
    }
  ],
  "location": {
    "reference": "Location/ma-ma-schema-1-Location-101",
    "display": "Main Clinic"
  },
  "note": [
    {
      "text": "Procedure documented in patient's surgical history but specific procedure code and date were not captured in the original documentation. Patient reports having the procedure approximately 5 years ago."
    }
  ]
}