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

FHIR IG Statistics: StructureDefinition/images-recipient

Packagenictiz.fhir.nl.stu3.images
Resource TypeStructureDefinition
Idimages-recipient
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.images@1.0.3&canonical=http://nictiz.nl/fhir/StructureDefinition/images-recipient
URLhttp://nictiz.nl/fhir/StructureDefinition/images-recipient
Version1.0.1
Statusactive
Nameimages-recipient
TitleImages Recipient
Realmnl
DescriptionIntended recipient of the images sent by a patient.
PurposeTo indicate the intended recipient. This can be both a Practitioner as well as an Organization
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
images-ListImages List

Resources that this resource uses

StructureDefinition
nl-core-practitionernl-core-practitioner
nl-core-practitionerrolenl-core-practitionerrole

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "images-recipient",
  "url": "http://nictiz.nl/fhir/StructureDefinition/images-recipient",
  "version": "1.0.1",
  "name": "images-recipient",
  "title": "Images Recipient",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Intended recipient of the images sent by a patient.",
  "purpose": "To indicate the intended recipient. This can be both a Practitioner as well as an Organization",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "List"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/images-recipient"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.valueReference",
        "sliceName": "valueReference",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
          }
        ]
      }
    ]
  }
}