FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Procedure |
| Id | Procedure-example-procedure.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure example-procedure
Profile: Deep 6 AI Procedure Profile
status: Completed
code: PRG X-RAY SWALLOW FUNCTION CONTRAST STUDY
subject: Amy V. Baxter Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
performed: 2023-05-10 00:00:00+0000
reasonCode: Abnormal weight loss
{
"resourceType": "Procedure",
"id": "example-procedure",
"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/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"
}
]
}
]
}