Extension: Procedure Pertaining to Event ID
URL for this extension:
- Production
- Preview
https://fhir.netsmartcloud.com/v4/StructureDefinition/procedure-pertainingToEventID
https://fhirtest.netsmartcloud.com/v4/StructureDefinition/procedure-pertainingToEventID
Status: draft
The Event ID that is Procedure pertains to.
Supported CareRecords
This extension is supported by the following CareRecords:
- T.B.D.
Formal Views of Extension Content
Differential Table
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
| Extension | 0..1 | Extension | Procedure Pertaining to Event ID | |
| - url | 1..1 | uri | "[base]/StructureDefinition/procedure-pertainingToEventID" | |
| - value[x] | 1..1 | string | Procedure Pertaining to Event ID |
Examples
{
"resourceType": "Procedure",
"id": "123654",
"extension": [
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/procedure-pertainingToEventID",
"valueString": "ABC123"
}
// additional extensions
],
// other Procedure content
}