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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-attachment.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-attachment
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-attachment
Statusactive
NameAttachment
TypeAttachment
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-cardiologyreportCardiologyReport
profile-cr-diagnosticreportDiagnosticReport
profile-documentreferenceDocumentReference
profile-labresultLabResult
profile-medicalcertificateMedicalCertificate
profile-ot-diagnosticreportDiagnosticReport
profile-radiologyreportRadiologyReport
profile-relatedartifactRelatedArtifact

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-attachment",
  "name": "Attachment",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment.id",
        "path": "Attachment.id",
        "max": "0"
      },
      {
        "id": "Attachment.extension",
        "path": "Attachment.extension",
        "max": "0"
      },
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "min": 1
      },
      {
        "id": "Attachment.language",
        "path": "Attachment.language",
        "min": 1
      },
      {
        "id": "Attachment.data",
        "path": "Attachment.data",
        "min": 1
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "max": "0"
      },
      {
        "id": "Attachment.size",
        "path": "Attachment.size",
        "min": 1
      },
      {
        "id": "Attachment.hash",
        "path": "Attachment.hash",
        "max": "0"
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "min": 1
      },
      {
        "id": "Attachment.creation",
        "path": "Attachment.creation",
        "max": "0"
      },
      {
        "id": "Attachment.height",
        "path": "Attachment.height",
        "max": "0"
      },
      {
        "id": "Attachment.width",
        "path": "Attachment.width",
        "max": "0"
      },
      {
        "id": "Attachment.frames",
        "path": "Attachment.frames",
        "max": "0"
      },
      {
        "id": "Attachment.duration",
        "path": "Attachment.duration",
        "max": "0"
      },
      {
        "id": "Attachment.pages",
        "path": "Attachment.pages",
        "max": "0"
      }
    ]
  }
}