FHIR IG analytics| Package | ans.fhir.fr.tdmi |
| Resource Type | Procedure |
| Id | Procedure-dmi-procedure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Procédure dmi-procedure-example
Profil: DMI Procedure
identifier: id Intervention/identifier-idIntervention-example
status: Preparation
subject: Patient Anonyme (sexe non précisé), Date de Naissance inconnue ( identifier-dmi-patient-example)
performed: 2026-02-24
bodySite: région d'une cheville
| Manipulated |
| Device : extension = IPIdLogiciel example, |
{
"resourceType": "Procedure",
"id": "dmi-procedure-example",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/tdmi/StructureDefinition/dmi-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "https://interop.esante.gouv.fr/ig/fhir/tdmi/CodeSystem/dmi-discriminator",
"code": "idIntervention"
}
]
},
"value": "identifier-idIntervention-example"
}
],
"status": "preparation",
"subject": {
"reference": "Patient/dmi-patient-example"
},
"performedDateTime": "2026-02-24",
"performer": [
{
"actor": {
"reference": "Practitioner/dmi-practitioner-example"
},
"onBehalfOf": {
"reference": "Organization/dmi-organization-ej-example"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "344001",
"display": "région d'une cheville"
}
]
}
],
"focalDevice": [
{
"manipulated": {
"reference": "Device/dmi-device-example"
}
}
]
}