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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeAppointment
IdAppointment-FRCoreAppointmentExample.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

Narratif généré : RendezVous FRCoreAppointmentExample

FR Core Appointment Operator Extension: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))

identifier: http://appointment-identifier-system.org/123

status: Proposed

serviceType: Adoption/Permanent Care Info/Support

specialty: Médecine générale (SM)

priority: 5

minutesDuration: 15

slot: Slot : identifier = http://slot-identifier-system.org#451 (use: usual, ); serviceType = Friendly Visiting; specialty = Médecine générale (SM); status = free; start = 2019-01-04 09:15:00+0000; end = 2019-01-04 09:30:00+0000

created: 2019-01-02

participant

actor: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))

required: Required

status: Accepted

participant

actor: PractitionerRole Soignant

required: Required

status: Needs Action

participant

actor: Practitioner Leclerc Sophie

required: Required

status: Needs Action

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


Source1

{
  "resourceType": "Appointment",
  "id": "FRCoreAppointmentExample",
  "meta": {
    "profile": [
      "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": "Patient/FRCorePatientExample"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://appointment-identifier-system.org",
      "value": "123"
    }
  ],
  "status": "proposed",
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "1",
          "display": "Adoption/Permanent Care Info/Support"
        }
      ]
    }
  ],
  "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": "Slot/FRCoreSlotExample"
    }
  ],
  "created": "2019-01-02",
  "participant": [
    {
      "actor": {
        "reference": "Patient/FRCorePatientExample"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "PractitionerRole/FRCorePractitionerRoleExample"
      },
      "required": "required",
      "status": "needs-action"
    },
    {
      "actor": {
        "reference": "Practitioner/FRCorePractitionerExample"
      },
      "required": "required",
      "status": "needs-action"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2019-01-04T09:15:00Z"
    }
  ]
}