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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeProcedure
IdProcedure-procedure-example.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

Generated Narrative: Procedure procedure-example

status: Completed

code: PRG X-RAY SWALLOW FUNCTION CONTRAST STUDY

subject: abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example)

performed: 2023-05-10 00:00:00+0000

reasonCode: Abnormal weight loss


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-procedure-2.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://www.ama-assn.org/go/cpt",
        "code": "74230",
        "display": "PRG X-RAY SWALLOW FUNCTION CONTRAST STUDY"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "performedDateTime": "2023-05-10T00:00:00+00:00",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10",
          "code": "R63.4"
        },
        {
          "system": "http://hl7.org/fhir/sid/icd-10",
          "code": "D64.9"
        }
      ]
    }
  ]
}