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

FHIR IG analytics

Packageans.fhir.fr.gap
Resource TypeSchedule
IdSchedule-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

Generated Narrative: Schedule

Resource Schedule "example"

Profile: GAP-FrSchedule

FR Core Schedule availability time Extension

url

identifier

value: dispo09112020

url

type

value: Disponibilité (Details: https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-schedule-type code free = 'Disponibilité', stated as 'Disponibilité')

url

start

value: 2020-11-09 08:00:00+0100

url

end

value: 2020-11-09 20:00:00+0100

FR Core Service Type Duration Extension

url

serviceType

value: suivi (ServiceType#1)

url

duration

value: 15 minute (Details: UCUM code min = 'min')

identifier: http://example.org/scheduleid/45 (use: usual)

active: true

specialty: Médecine générale (SM) (TRE_R38-SpecialiteOrdinale#SM54)

actor:

planningHorizon: 2019-01-01 00:00:00+0000 --> 2020-01-01 00:00:00+0000


Source1

{
  "resourceType": "Schedule",
  "id": "example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/gap/StructureDefinition/gap-fr-schedule"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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://example.org/ValueSet/ServiceType",
                "code": "1",
                "display": "suivi"
              }
            ]
          }
        },
        {
          "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://example.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"
  }
}