FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.tdmi
Resource TypeProcedure
IdProcedure-dmi-procedure-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : Procédure dmi-procedure-example

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

Performers

-ActorOnBehalfOf
*Practitioner : identifier = http://www.acme.com/identifiers#identifier-dmi-practitioner-example; telecom = dmi-practitioner-example@example.comOrganization DMI Organization EJ Example Name

bodySite: région d'une cheville

FocalDevices

-Manipulated
*Device : extension = IPIdLogiciel example,

Source1

{
  "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"
      }
    }
  ]
}