Guide d'implémentation Fr Core
2.1.0 - ci-build France flag

Guide d'implémentation Fr Core - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FRCoreScheduleExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Schedule",
  "id" : "FRCoreScheduleExample",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Schedule FRCoreScheduleExample</b></p><a name=\"FRCoreScheduleExample\"> </a><a name=\"hcFRCoreScheduleExample\"> </a><a name=\"FRCoreScheduleExample-fr-FR\"> </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-fr-core-schedule.html\">FR Core Schedule Profile</a></p></div><blockquote><p><b>FR Core Schedule availability time Extension</b></p><ul><li>identifier: dispo09112020</li><li>type: <a href=\"CodeSystem-fr-core-cs-schedule-type.html#fr-core-cs-schedule-type-free\">FR Core CodeSystem Schedule Type free</a>: Disponibilité</li><li>start: 2020-11-09 08:00:00+0100</li><li>end: 2020-11-09 20:00:00+0100</li></ul></blockquote><blockquote><p><b>FR Core Service Type Duration Extension</b></p><ul><li>serviceType: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 22}\">Hypnotherapy</span></li><li>duration: No display for Duration  (value : 15; unit : minute; system : http://unitsofmeasure.org; code : min)</li></ul></blockquote><p><b>identifier</b>: <code>http://schedule-identifier-system.org</code>/45\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>specialty</b>: <span title=\"Codes:{https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale SM54}\">Médecine générale (SM)</span></p><p><b>actor</b>: </p><ul><li><a href=\"PractitionerRole-FRCorePractitionerRoleExample.html\">PractitionerRole Activité de soin et de pharmacie</a></li><li><a href=\"Practitioner-FRCorePractitionerExample.html\">Practitioner Leclerc Sophie</a></li></ul><p><b>planningHorizon</b>: 2019-01-01 00:00:00+0000 --&gt; 2020-01-01 00:00:00+0000</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "identifier",
          "valueIdentifier" : {
            "value" : "dispo09112020"
          }
        },
        {
          "url" : "type",
          "valueCoding" : {
            "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type",
            "code" : "free",
            "display" : "Disponibilité"
          }
        },
        {
          "url" : "start",
          "valueDateTime" : "2020-11-09T08:00:00+01:00"
        },
        {
          "url" : "end",
          "valueDateTime" : "2020-11-09T20:00:00+01:00"
        }
      ],
      "url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule-availability-time"
    },
    {
      "extension" : [
        {
          "url" : "serviceType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/service-type",
                "code" : "22",
                "display" : "Hypnotherapy"
              }
            ]
          }
        },
        {
          "url" : "duration",
          "valueDuration" : {
            "value" : 15,
            "unit" : "minute",
            "system" : "http://unitsofmeasure.org",
            "code" : "min"
          }
        }
      ],
      "url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-service-type-duration"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://schedule-identifier-system.org",
      "value" : "45"
    }
  ],
  "active" : true,
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
          "code" : "SM54",
          "display" : "Médecine générale (SM)"
        }
      ]
    }
  ],
  "actor" : [
    {
      🔗 "reference" : "PractitionerRole/FRCorePractitionerRoleExample"
    },
    {
      🔗 "reference" : "Practitioner/FRCorePractitionerExample"
    }
  ],
  "planningHorizon" : {
    "start" : "2019-01-01T00:00:00Z",
    "end" : "2020-01-01T00:00:00Z"
  }
}