Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne
0.1.0 - ci-build FRANCE

Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Prise de rendez-vous IRM cérébrale - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "appt-irm-001",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-appointment-fr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : RendezVous appt-irm-001</b></p><a name=\"appt-irm-001\"> </a><a name=\"hcappt-irm-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-preadmission-appointment-fr.html\">Fr Preadmission Appointment Profile</a></p></div><p><b>status</b>: Booked</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 241541005}\">IRM cérébrale (procédure)</span></p><p><b>start</b>: 2025-05-15 10:30:00+0100</p><p><b>end</b>: 2025-05-15 11:00:00+0100</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-practitioner-irm.html\">Practitioner Sophie Martin </a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "booked",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "241541005",
          "display" : "IRM cérébrale (procédure)"
        }
      ]
    }
  ],
  "start" : "2025-05-15T10:30:00+01:00",
  "end" : "2025-05-15T11:00:00+01:00",
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "Patient/patient-001",
        "display" : "Jean Dupont"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-irm"
      },
      "status" : "accepted"
    }
  ]
}