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

FHIR IG analytics

Packagefi.kela.kanta.pta.ajanvaraus.r4
Resource TypeAppointment
IdAppointment_1.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

Asiakkaan sukunimi: Koski
Asiakkaan etunimet: Iida Maria
Asiakkaan henkilötunnus: 300111A9001

Ajanvarauksen tila: Varattu
Ajanvarauksen alkamishetki: 10.6.2023 09:00
Ajanvarauksen päättymishetki: 10.6.2023 11:00

Ajanvarauksen vastuuyksikön nimi: Hämeen hyvinvointialue
Palvelun toteuttavan yksikön nimi: Diabeteshoitajan vastaanotto, Kirkonkylän sosiaali- ja terveystoimi

Palvelun otsikko: Ajanvaraus terveydenhoitajalle
Palvelun luokka: Terveysneuvonta


Source1

{
  "resourceType": "Appointment",
  "meta": {
    "profile": [
      "https://pta.kanta.fi/fhir/StructureDefinition/AppointmentAppointment"
    ],
    "security": [
      {
        "system": "https://pta.kanta.fi/fhir/CodeSystem/fipta-cs-visibletocustodian",
        "code": "1",
        "display": "Huoltaja saa käsitellä ajanvaraustietoja"
      }
    ]
  },
  "language": "fi",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "PAT1",
      "meta": {
        "profile": [
          "https://pta.kanta.fi/fhir/StructureDefinition/AppointmentPatient"
        ]
      },
      "identifier": [
        {
          "use": "official",
          "system": "urn:oid:1.2.246.21",
          "value": "300111A9001"
        },
        {
          "use": "old",
          "system": "urn:oid:1.2.246.10.12345678.22.2023",
          "value": "1122"
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Koski",
          "given": [
            "Iida",
            "Maria"
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "ORG-UNIT1",
      "meta": {
        "profile": [
          "https://pta.kanta.fi/fhir/StructureDefinition/AppointmentOrganization"
        ]
      },
      "identifier": [
        {
          "system": "urn:ietf:rfc:3986",
          "value": "urn:oid:1.2.246.10.99999773.10.20.1010"
        }
      ],
      "name": "Diabeteshoitajan vastaanotto, Kirkonkylän sosiaali- ja terveystoimi",
      "partOf": {
        "identifier": {
          "system": "urn:ietf:rfc:3986",
          "value": "urn:oid:1.2.246.10.99999773.10.0"
        },
        "display": "Hämeen hyvinvointialue"
      }
    },
    {
      "resourceType": "HealthcareService",
      "id": "HEALTHCARESERVICE1",
      "meta": {
        "profile": [
          "https://pta.kanta.fi/fhir/StructureDefinition/AppointmentHealthcareService"
        ]
      },
      "providedBy": {
        "reference": "#ORG-UNIT1"
      },
      "category": [
        {
          "coding": [
            {
              "system": "urn:oid:1.2.246.537.6.50.202401",
              "code": "SOTE2.1",
              "display": "Terveysneuvonta"
            }
          ]
        }
      ],
      "name": "Ajanvaraus terveydenhoitajalle"
    }
  ],
  "identifier": [
    {
      "system": "http://organisaationmaarittelemanimiavaruus.fi",
      "value": "12345"
    }
  ],
  "status": "booked",
  "start": "2023-06-10T09:00:00+00:00",
  "end": "2023-06-10T11:00:00+00:00",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://pta.kanta.fi/fhir/CodeSystem/fipta-cs-appointmenttypecategory",
              "code": "1",
              "display": "Asiakas tai potilas, jota resurssi koskee"
            }
          ]
        }
      ],
      "actor": {
        "reference": "#PAT1"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://pta.kanta.fi/fhir/CodeSystem/fipta-cs-appointmenttypecategory",
              "code": "2",
              "display": "Terveydenhuollon palvelu, johon ajanvaraus kohdistuu"
            }
          ]
        }
      ],
      "actor": {
        "reference": "#HEALTHCARESERVICE1"
      },
      "status": "accepted"
    }
  ]
}