FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "https://fhir.synapxe.sg/StructureDefinition/profile-ed-procedure",
"name": "Procedure",
"status": "active",
"fhirVersion": "5.0.0",
"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,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
]
}
]
},
{
"id": "Procedure.identifier.system",
"path": "Procedure.identifier.system",
"fixedUri": "https://fhir.synapxe.sg/NamingSystem/procedure-id"
},
{
"id": "Procedure.instantiatesCanonical",
"path": "Procedure.instantiatesCanonical",
"max": "0"
},
{
"id": "Procedure.instantiatesUri",
"path": "Procedure.instantiatesUri",
"max": "0"
},
{
"id": "Procedure.basedOn",
"path": "Procedure.basedOn",
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
]
}
]
},
{
"id": "Procedure.partOf",
"path": "Procedure.partOf",
"max": "0"
},
{
"id": "Procedure.status",
"path": "Procedure.status",
"fixedCode": "completed"
},
{
"id": "Procedure.statusReason",
"path": "Procedure.statusReason",
"max": "0"
},
{
"id": "Procedure.category",
"path": "Procedure.category",
"max": "0"
},
{
"id": "Procedure.code",
"path": "Procedure.code",
"min": 1,
"type": [
{
"code": "CodeableConcept",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
]
}
]
},
{
"id": "Procedure.subject",
"path": "Procedure.subject",
"type": [
{
"code": "Reference",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
],
"targetProfile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patient"
]
}
]
},
{
"id": "Procedure.focus",
"path": "Procedure.focus",
"max": "0"
},
{
"id": "Procedure.encounter",
"path": "Procedure.encounter",
"max": "0"
},
{
"id": "Procedure.occurrence[x]",
"path": "Procedure.occurrence[x]",
"max": "0"
},
{
"id": "Procedure.recorded",
"path": "Procedure.recorded",
"max": "0"
},
{
"id": "Procedure.recorder",
"path": "Procedure.recorder",
"max": "0"
},
{
"id": "Procedure.reported[x]",
"path": "Procedure.reported[x]",
"max": "0"
},
{
"id": "Procedure.performer",
"path": "Procedure.performer",
"max": "0"
},
{
"id": "Procedure.location",
"path": "Procedure.location",
"max": "0"
},
{
"id": "Procedure.reason",
"path": "Procedure.reason",
"max": "0"
},
{
"id": "Procedure.bodySite",
"path": "Procedure.bodySite",
"max": "0"
},
{
"id": "Procedure.outcome",
"path": "Procedure.outcome",
"max": "0"
},
{
"id": "Procedure.report",
"path": "Procedure.report",
"max": "0"
},
{
"id": "Procedure.complication",
"path": "Procedure.complication",
"max": "0"
},
{
"id": "Procedure.followUp",
"path": "Procedure.followUp",
"max": "0"
},
{
"id": "Procedure.note",
"path": "Procedure.note",
"max": "0"
},
{
"id": "Procedure.focalDevice",
"path": "Procedure.focalDevice",
"max": "0"
},
{
"id": "Procedure.used",
"path": "Procedure.used",
"max": "0"
},
{
"id": "Procedure.supportingInfo",
"path": "Procedure.supportingInfo",
"max": "0"
}
]
}
}