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

FHIR IG analytics

Packageportuguese.core.guide
Resource TypeStructureDefinition
IdAttachmentPTCore.StructureDefinition.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=portuguese.core.guide@1.0.0&canonical=https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AttachmentPTCore
URLhttps://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AttachmentPTCore
Version1.0.0
Statusdraft
Date2024-02-02T11:26:35.2912244+00:00
NameAttachmentPTCore
TitleAttachment PT Core
TypeAttachment
Kindcomplex-type

Resources that use this resource

StructureDefinition
PatientPTCorePatient PT Core
PractitionerPTCorePractitioner PT Core

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "AttachmentPTCore",
  "url": "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/AttachmentPTCore",
  "version": "1.0.0",
  "name": "AttachmentPTCore",
  "title": "Attachment PT Core",
  "status": "draft",
  "date": "2024-02-02T11:26:35.2912244+00:00",
  "publisher": "SPMS",
  "contact": [
    {
      "name": "Interoperabilidade Semântica",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.spms.min-saude.pt"
        }
      ]
    }
  ],
  "fhirVersion": "4.3.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment",
        "path": "Attachment",
        "definition": "Identificar ficheiros anexos"
      },
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "definition": "Indica o tipo de dado no anexo e permite que um método seja escolhido para interpretar ou renderizar os dados.\r\nÉ de preenchimento obrigatório, caso seja identificado o elemento Attachment.data."
      },
      {
        "id": "Attachment.language",
        "path": "Attachment.language",
        "definition": "Identifica o idioma do conteúdo."
      },
      {
        "id": "Attachment.data",
        "path": "Attachment.data",
        "definition": "Dados - uma sequência de bytes, codificados em base64"
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "definition": "url de acesso directo ao ficheiro"
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "definition": "Título do ficheiro"
      },
      {
        "id": "Attachment.creation",
        "path": "Attachment.creation",
        "definition": "Data da criação do ficheiro.\r\nUma data ou data parcial ou data e hora, sendo o formato definido pela ISO8601. Se a hora e minutos forem especificados, descrição da time zone (UTC) DEVE ser preenchida. Os segundos devem ser fornecidos devido a restrições de tipo de esquema, mas podem ser preenchidos com zero. O horário \"24:00\" não é permitido. Formatos possíveis:\r\n\r\nano\r\nano e mês\r\nano, mês e dia\r\nYYYY-MM-DDThh:mm:ss+zz:zz - ano, mês, dia , hora, minutos , segundos e time zone."
      }
    ]
  }
}