FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeProcedure
IdProcedure-ma-ma-schema-1-Procedure-6002-data-absent.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Synthetic no-procedure-info stub; entered-in-error because the patient has other active Surgical Hx procedures.

Source1

{
  "resourceType": "Procedure",
  "id": "ma-ma-schema-1-Procedure-6002-data-absent",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwProcedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:procedure",
      "value": "12345.0"
    }
  ],
  "status": "entered-in-error",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387713003",
        "display": "Surgical procedure",
        "userSelected": false
      }
    ],
    "text": "Surgical Hx"
  },
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
        "code": "no-procedure-info",
        "display": "No information about past history of procedures",
        "userSelected": false
      }
    ]
  },
  "subject": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient"
  },
  "_performedDateTime": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  },
  "note": [
    {
      "text": "Synthetic stub generated for every patient by the MA pipeline; this occurrence should be disregarded by consumers since the patient has genuine Surgical Hx records."
    }
  ]
}