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

FHIR IG Statistics: StructureDefinition/Attachment-HealthApp

Packagefhir.trustedhealthapps.org
Resource TypeStructureDefinition
IdAttachment-HealthApp
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.trustedhealthapps.org@1.1.6&canonical=https://fhir.trustedhealthapps.org/StructureDefinition/AttachmentHealthApp
URLhttps://fhir.trustedhealthapps.org/StructureDefinition/AttachmentHealthApp
Version1.1.6
Statusactive
NameAttachmentHealthApp
TitleAttachment for HealthApp
Realmus
Authorityhl7
TypeAttachment
Kindcomplex-type

Resources that use this resource

StructureDefinition
HealthAppHandbookHandbook on HealthApp
HealthAppMediaMedia on HealthApp
HealthAppQuestionnaireResponseHealthAppQuestionnaireResponse

Resources that this resource uses

ValueSet
HealthAppAttachmentValueSet for HealthAppAttachment

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.trustedhealthapps.org/StructureDefinition/AttachmentHealthApp",
  "version": "1.1.6",
  "name": "AttachmentHealthApp",
  "title": "Attachment for HealthApp",
  "status": "active",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment",
        "path": "Attachment",
        "mustSupport": true
      },
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.trustedhealthapps.org/ValueSet/HealthAppAttachment"
        }
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "mustSupport": true
      }
    ]
  }
}