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

FHIR IG analytics

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

Resources that use this resource

StructureDefinition
profile-summarynotesComposition
profile-dischargesummaryDischargeSummary
profile-ednotesEDNotes
profile-otnotesOTNotes

Resources that this resource uses

StructureDefinition
profile-attachmentAttachment

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-relatedartifact",
  "name": "RelatedArtifact",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "RelatedArtifact",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedArtifact",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedArtifact.id",
        "path": "RelatedArtifact.id",
        "max": "0"
      },
      {
        "id": "RelatedArtifact.classifier",
        "path": "RelatedArtifact.classifier",
        "max": "0"
      },
      {
        "id": "RelatedArtifact.label",
        "path": "RelatedArtifact.label",
        "max": "0"
      },
      {
        "id": "RelatedArtifact.document",
        "path": "RelatedArtifact.document",
        "min": 1,
        "type": [
          {
            "code": "Attachment",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-attachment"
            ]
          }
        ]
      },
      {
        "id": "RelatedArtifact.resource",
        "path": "RelatedArtifact.resource",
        "max": "0"
      },
      {
        "id": "RelatedArtifact.resourceReference",
        "path": "RelatedArtifact.resourceReference",
        "max": "0"
      },
      {
        "id": "RelatedArtifact.publicationStatus",
        "path": "RelatedArtifact.publicationStatus",
        "max": "0"
      },
      {
        "id": "RelatedArtifact.publicationDate",
        "path": "RelatedArtifact.publicationDate",
        "max": "0"
      }
    ]
  }
}