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

FHIR IG analytics

Packagehl7.fhir.fi.scheduling
Resource TypeAppointment
IdAppointment-605790.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 605790

Notification Information: +3581234567

Appointment Mutability

  • Cancellable: true
  • Reschedulable: false

status: Booked

serviceCategory: Isyyden selvittäminen

serviceType: Isyyden selvittämispalvelu

appointmentType: Kertakäynti toimipaikassa

start: 2020-01-01 12:00:00+0200

end: 2020-01-01 12:30:00+0200

slot: Slot: identifier = 123456789; serviceCategory = Perheoikeudelliset palvelut; serviceType = Isyyden selvittämispalvelu; appointmentType = Kertakäynti toimipaikassa; status = free; start = 2020-01-01 12:00:00+0200; end = 2020-01-01 12:30:00+0200

created: 2019-12-01

comment: Äidillä ei ole virallista henkilöllisyystodistusta

patientInstruction: Vanhemmilla tulee olla mukana voimassa olevat henkilöllisyystodistukset sekä äidillä neuvolan äitiyskortti (todistus raskaudesta). Käynnin yhteydessä tehdään oikeusgeneettinen DNA-tutkimus. Ennen näytteen ottamista täyttyy olla syömättä, juomatta ja tupakoimatta vähintään 30 minuuttia

participant

type: subject

actor: Pentti Potilas (Identifier: urn:oid:1.2.246.21/010101-123N)

status: Accepted

participant

type: location

actor: Vastaanotto (Identifier: 1.2.246.10.10303777.10.777)

status: Accepted

participant

actor: Lastenvalvojan vastaanotto

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "605790",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/notification-info",
      "valueContactPoint": {
        "system": "sms",
        "value": "+3581234567"
      }
    },
    {
      "extension": [
        {
          "url": "Cancellable",
          "valueBoolean": true
        },
        {
          "url": "Reschedulable",
          "valueBoolean": false
        }
      ],
      "url": "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/mutable"
    }
  ],
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.50.201801",
          "code": "SOTE19.2",
          "display": "Isyyden selvittäminen"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.49.201501",
          "code": "NC",
          "display": "Isyyden selvittämispalvelu"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.884.2015",
        "code": "10",
        "display": "Kertakäynti toimipaikassa"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "ROUTINE",
        "display": "Routine appointment - default if not valued"
      }
    ],
    "text": "Kertakäynti toimipaikassa"
  },
  "start": "2020-01-01T12:00:00+02:00",
  "end": "2020-01-01T12:30:00+02:00",
  "slot": [
    {
      "reference": "Slot/123456789"
    }
  ],
  "created": "2019-12-01",
  "comment": "Äidillä ei ole virallista henkilöllisyystodistusta",
  "patientInstruction": "Vanhemmilla tulee olla mukana voimassa olevat henkilöllisyystodistukset sekä äidillä neuvolan äitiyskortti (todistus raskaudesta). Käynnin yhteydessä tehdään oikeusgeneettinen DNA-tutkimus. Ennen näytteen ottamista täyttyy olla syömättä, juomatta ja tupakoimatta vähintään 30 minuuttia",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "SBJ",
              "display": "subject"
            }
          ]
        }
      ],
      "actor": {
        "identifier": {
          "system": "urn:oid:1.2.246.21",
          "value": "010101-123N"
        },
        "display": "Pentti Potilas"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "LOC",
              "display": "location"
            }
          ]
        }
      ],
      "actor": {
        "identifier": {
          "value": "1.2.246.10.10303777.10.777"
        },
        "display": "Vastaanotto"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "HealthcareService/example-service-2",
        "display": "Lastenvalvojan vastaanotto"
      },
      "status": "accepted"
    }
  ]
}