Guide d'implémentation Fr Core
2.1.0 - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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>Generated Narrative: Schedule FRCoreScheduleExample</b></p><a name=\"FRCoreScheduleExample\"> </a><a name=\"hcFRCoreScheduleExample\"> </a><a name=\"FRCoreScheduleExample-fr-FR\"> </a><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</a> free: 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://frcore.org/scheduleid</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=\"https://exampleserver.org/fhir/PractitionerRole/1\">Dr Langdon, cabinet Paris</a></li><li><a href=\"https://exampleserver.org/fhir/Practitioner/1\">Dr Langdon</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://frcore.org/scheduleid",
      "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" : "https://exampleserver.org/fhir/PractitionerRole/1",
      "display" : "Dr Langdon, cabinet Paris"
    },
    {
      "reference" : "https://exampleserver.org/fhir/Practitioner/1",
      "display" : "Dr Langdon"
    }
  ],
  "planningHorizon" : {
    "start" : "2019-01-01T00:00:00Z",
    "end" : "2020-01-01T00:00:00Z"
  }
}