FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/AppointmentPTCore

Packagepackage.teste
Resource TypeStructureDefinition
IdAppointmentPTCore
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=package.teste@1.0.7-draft&canonical=https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AppointmentPTCore
URLhttps://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AppointmentPTCore
Version1.0.0
Statusdraft
Date2024-04-17T16:50:52.2743996+00:00
NameAppointmentPTCore
TitleAppointment PT Core
TypeAppointment
Kindresource

Resources that use this resource

StructureDefinition
CarePlanPTCoreCare Plan PT Core
EncounterPTCoreEncounter PT Core
ImagingStudyPTCoreImaging Study PT Core

Resources that this resource uses

StructureDefinition
CodeableConceptPTCoreCodeableConcept PT Core
ServiceTypePTExtensionService Type PT Extension

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "AppointmentPTCore",
  "url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AppointmentPTCore",
  "version": "1.0.0",
  "name": "AppointmentPTCore",
  "title": "Appointment PT Core",
  "status": "draft",
  "date": "2024-04-17T16:50:52.2743996+00:00",
  "publisher": "SPMS",
  "contact": [
    {
      "name": "Interoperabilidade Semântica",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.spms.min-saude.pt"
        }
      ]
    }
  ],
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Appointment.id",
        "path": "Appointment.id",
        "min": 1
      },
      {
        "id": "Appointment.extension:serviceTypePTExtension",
        "path": "Appointment.extension",
        "sliceName": "serviceTypePTExtension",
        "definition": "Referencia para o HealthcareService para identificar o serviço de saúde.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/ServiceTypePTExtension"
            ]
          }
        ]
      },
      {
        "id": "Appointment.identifier.type.coding.id",
        "path": "Appointment.identifier.type.coding.id",
        "comment": "."
      },
      {
        "id": "Appointment.cancelationReason",
        "path": "Appointment.cancelationReason",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CodeableConceptPTCore"
            ]
          }
        ]
      },
      {
        "id": "Appointment.serviceCategory",
        "path": "Appointment.serviceCategory",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CodeableConceptPTCore"
            ]
          }
        ]
      },
      {
        "id": "Appointment.serviceType",
        "path": "Appointment.serviceType",
        "max": "0"
      },
      {
        "id": "Appointment.specialty",
        "path": "Appointment.specialty",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CodeableConceptPTCore"
            ]
          }
        ]
      },
      {
        "id": "Appointment.appointmentType",
        "path": "Appointment.appointmentType",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CodeableConceptPTCore"
            ]
          }
        ]
      },
      {
        "id": "Appointment.reasonCode",
        "path": "Appointment.reasonCode",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CodeableConceptPTCore"
            ]
          }
        ]
      },
      {
        "id": "Appointment.participant.type",
        "path": "Appointment.participant.type",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/CodeableConceptPTCore"
            ]
          }
        ]
      }
    ]
  }
}