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

FHIR IG analytics

Packageans.fhir.fr.gap
Resource TypeSlot
IdSlot-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: Slot

Resource Slot "example"

Profile: GAP-FrSlot

identifier: http://example.org/slots/451 (use: usual)

serviceType: suivi (ServiceType#1)

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

schedule: https://exampleserver.org/fhir/Schedule/example

status: free

start: Jan 4, 2019, 9:15:00 AM

end: Jan 4, 2019, 9:30:00 AM


Source1

{
  "resourceType": "Slot",
  "id": "example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/gap/StructureDefinition/gap-fr-slot"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/slots",
      "value": "451"
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://example.org/ValueSet/ServiceType",
          "code": "1",
          "display": "suivi"
        }
      ]
    }
  ],
  "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)"
        }
      ]
    }
  ],
  "schedule": {
    "reference": "https://exampleserver.org/fhir/Schedule/example"
  },
  "status": "free",
  "start": "2019-01-04T09:15:00Z",
  "end": "2019-01-04T09:30:00Z"
}