FHIR IG Statistics: StructureDefinition/corhealth-procedure
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "corhealth-procedure",
"url": "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure",
"name": "CorHealthProcedure",
"title": "CorHealth Procedure",
"status": "active",
"description": "CorHealth Procedure",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Procedure",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Procedure.identifier",
"path": "Procedure.identifier",
"min": 1
},
{
"id": "Procedure.identifier.system",
"path": "Procedure.identifier.system",
"min": 1,
"patternUri": "https://corhealth-ontario.ca/fhir/NamingSystem/procedure-order-id"
},
{
"id": "Procedure.identifier.value",
"path": "Procedure.identifier.value",
"min": 1
},
{
"id": "Procedure.basedOn",
"path": "Procedure.basedOn",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest"
]
}
],
"mustSupport": true
},
{
"id": "Procedure.status",
"path": "Procedure.status",
"short": "Field ID: 115. Procedure Status: not-done | completed",
"mustSupport": true
},
{
"id": "Procedure.code",
"path": "Procedure.code",
"short": "Field ID: 114. Procedure",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth114ProcedureVS"
}
},
{
"id": "Procedure.subject",
"path": "Procedure.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient"
]
}
],
"mustSupport": true
},
{
"id": "Procedure.performer",
"path": "Procedure.performer",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "function"
}
],
"rules": "open",
"description": "Slice based on function pattern"
},
"mustSupport": true
},
{
"id": "Procedure.performer.function",
"path": "Procedure.performer.function",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthPerformerRoleVS"
}
},
{
"id": "Procedure.performer.actor",
"path": "Procedure.performer.actor",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner"
]
}
],
"mustSupport": true
},
{
"id": "Procedure.performer:treating",
"path": "Procedure.performer",
"sliceName": "treating",
"short": "Field ID: 157. Treating Health Care Professional",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Procedure.performer:treating.function",
"path": "Procedure.performer.function",
"patternCodeableConcept": {
"coding": [
{
"code": "T1",
"system": "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealthPerformerRoleCS",
"display": "Treating Health Care Professional"
}
]
}
},
{
"id": "Procedure.performer:secondTreating",
"path": "Procedure.performer",
"sliceName": "secondTreating",
"short": "Field ID: 158. Second Treating Health Care Professional",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Procedure.performer:secondTreating.function",
"path": "Procedure.performer.function",
"patternCodeableConcept": {
"coding": [
{
"code": "T2",
"system": "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealthPerformerRoleCS",
"display": "Second Treating Health Care Professional"
}
]
}
},
{
"id": "Procedure.bodySite",
"path": "Procedure.bodySite",
"short": "Field ID: 116. Access Site",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth116AccessSiteVS"
}
},
{
"id": "Procedure.report",
"path": "Procedure.report",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure"
]
}
],
"mustSupport": true
}
]
}
}