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

FHIR IG analytics

Packageans.fhir.fr.gap
Resource TypeAppointment
IdAppointment-example-req-appointment.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: Appointment

Resource Appointment "example-req-appointment"

Profiles: GAP-FrAppointment, FR Core Appointment Profile

FR Core Appointment Operator Extension: https://exampleserver.org/fhir/Patient/1

identifier: http://example.org/sampleappointment-identifier/123

status: proposed

serviceType: suivi (ServiceType#1)

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

priority: 5

minutesDuration: 15

slot: https://exampleserver.org/fhir/Slot/example

created: 2019-01-02

participant

actor: https://exampleserver.org/fhir/Patient/1: M Martin

required: required

status: accepted

participant

actor: https://exampleserver.org/fhir/PractitionerRole/1: Dr Langdon, cabinet Paris

required: required

status: needs-action

participant

actor: https://exampleserver.org/fhir/Practitioner/1: Dr Langdon

required: required

status: needs-action

requestedPeriod: 2019-01-04 09:15:00+0000 --> (ongoing)


Source1

{
  "resourceType": "Appointment",
  "id": "example-req-appointment",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/gap/StructureDefinition/gap-fr-appointment",
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment-operator",
      "valueReference": {
        "reference": "https://exampleserver.org/fhir/Patient/1"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/sampleappointment-identifier",
      "value": "123"
    }
  ],
  "status": "proposed",
  "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)"
        }
      ]
    }
  ],
  "priority": 5,
  "minutesDuration": 15,
  "slot": [
    {
      "reference": "https://exampleserver.org/fhir/Slot/example"
    }
  ],
  "created": "2019-01-02",
  "participant": [
    {
      "actor": {
        "reference": "https://exampleserver.org/fhir/Patient/1",
        "display": "M Martin"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "https://exampleserver.org/fhir/PractitionerRole/1",
        "display": "Dr Langdon, cabinet Paris"
      },
      "required": "required",
      "status": "needs-action"
    },
    {
      "actor": {
        "reference": "https://exampleserver.org/fhir/Practitioner/1",
        "display": "Dr Langdon"
      },
      "required": "required",
      "status": "needs-action"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2019-01-04T09:15:00Z"
    }
  ]
}