FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | Procedure |
| Id | Procedure-StrokeCarotidImagingExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure StrokeCarotidImagingExample
Procedure Timing Context Extension: Post-Acute Phase (>=24h)
status: Not Done
statusReason: Reason Unknown
code: Angiography of carotid artery (procedure)
subject: Anonymous Patient (no stated gender), DoB Unknown
occurrence: 2025-03-01 10:00:00+0000 --> 2025-03-01 10:30:00+0000
{
"resourceType": "Procedure",
"id": "StrokeCarotidImagingExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/stroke-carotid-imaging-procedure-profile"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://testSK.org/StructureDefinition/procedure-timing-context-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "http://testSK.org/CodeSystem/procedure-timing-context-cs",
"code": "post-acute",
"display": "Post-Acute Phase (>=24h)"
}
]
}
}
],
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://testSK.org/CodeSystem/stroke-proc-not-done-reason-cs",
"code": "unknown",
"display": "Reason Unknown"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58920005",
"display": "Angiography of carotid artery (procedure)"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"occurrencePeriod": {
"start": "2025-03-01T10:00:00Z",
"end": "2025-03-01T10:30:00Z"
}
}