FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | Procedure |
| Id | Procedure-StrokeSwallowingExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure StrokeSwallowingExample
Swallowing Screening Timing Category: Within 4 hours
Procedure Timing Context Extension: Acute Phase (<24h)
status: Completed
code: Assessment using Gugging Swallowing Screen (procedure)
subject: Anonymous Patient (no stated gender), DoB Unknown
occurrence: 2025-03-01 10:00:00+0000
| Concept |
| Assessment using Gugging Swallowing Screen (procedure) |
{
"resourceType": "Procedure",
"id": "StrokeSwallowingExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/stroke-swallow-procedure-profile"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://testSK.org/StructureDefinition/swallowing-screening-timing-category-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "http://testSK.org/CodeSystem/swallow-screen-time-cs",
"code": "T4H",
"display": "Within 4 hours"
}
]
}
},
{
"url": "http://testSK.org/StructureDefinition/procedure-timing-context-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "http://testSK.org/CodeSystem/procedure-timing-context-cs",
"code": "acute",
"display": "Acute Phase (<24h)"
}
]
}
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1290000005",
"display": "Assessment using Gugging Swallowing Screen (procedure)"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"occurrenceDateTime": "2025-03-01T10:00:00Z",
"used": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1290000005",
"display": "Assessment using Gugging Swallowing Screen (procedure)"
}
]
}
}
]
}