FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example StructureDefinition/ParticipantContactable (JSON)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Logical Model ParticipantContactable

{
  "resourceType" : "StructureDefinition",
  "id" : "ParticipantContactable",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">to do</div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }],
  "url" : "http://hl7.org/fhir/StructureDefinition/ParticipantContactable",
  "version" : "6.0.0-cibuild",
  "name" : "ParticipantContactable",
  "title" : "participantcontactable",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-04-22T14:44:42+00:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "Logical Model: A pattern followed by resources that represent a participant that can be contacted.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "fhirVersion" : "6.0.0-cibuild",
  "mapping" : [{
    "identity" : "rim",
    "uri" : "http://hl7.org/v3",
    "name" : "RIM Mapping"
  }],
  "kind" : "logical",
  "abstract" : false,
  "type" : "ParticipantContactable",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
  "snapshot" : {
    "element" : [{
      "id" : "ParticipantContactable",
      "path" : "ParticipantContactable",
      "short" : "Contactable Participant Pattern",
      "definition" : "A pattern followed by resources that represent a participant that can be contacted.",
      "min" : 0,
      "max" : "*",
      "base" : {
        "path" : "ParticipantContactable",
        "min" : 0,
        "max" : "*"
      },
      "constraint" : [{
        "key" : "ele-1",
        "severity" : "error",
        "human" : "All FHIR elements must have a @value or children",
        "expression" : "hasValue() or (children().count() > id.count())",
        "source" : "http://hl7.org/fhir/StructureDefinition/Element"
      }],
      "isModifier" : false,
      "isSummary" : false,
      "mapping" : [{
        "identity" : "rim",
        "map" : "Role"
      }]
    },
    {
      "id" : "ParticipantContactable.telecom",
      "path" : "ParticipantContactable.telecom",
      "short" : "A contact detail for the {{title}}",
      "definition" : "A contact detail (e.g. a telephone number or an email address) by which the {{title}} may be contacted.",
      "requirements" : "Participants have (primary) ways to contact them in some way such as phone, email.",
      "min" : 0,
      "max" : "*",
      "base" : {
        "path" : "ParticipantContactable.telecom",
        "min" : 0,
        "max" : "*"
      },
      "type" : [{
        "code" : "ContactPoint"
      }],
      "constraint" : [{
        "key" : "ele-1",
        "severity" : "error",
        "human" : "All FHIR elements must have a @value or children",
        "expression" : "hasValue() or (children().count() > id.count())",
        "source" : "http://hl7.org/fhir/StructureDefinition/Element"
      }],
      "isModifier" : false,
      "isSummary" : true,
      "mapping" : [{
        "identity" : "rim",
        "map" : ".identifier"
      }]
    },
    {
      "id" : "ParticipantContactable.address",
      "path" : "ParticipantContactable.address",
      "short" : "An address for the {{title}}",
      "definition" : "An address where the {{title}} can be reached.",
      "requirements" : "May need to keep track of {{title}} addresses for contacting, billing or reporting requirements and also to help with identification.",
      "min" : 0,
      "max" : "*",
      "base" : {
        "path" : "ParticipantContactable.address",
        "min" : 0,
        "max" : "*"
      },
      "type" : [{
        "code" : "Address"
      }],
      "constraint" : [{
        "key" : "ele-1",
        "severity" : "error",
        "human" : "All FHIR elements must have a @value or children",
        "expression" : "hasValue() or (children().count() > id.count())",
        "source" : "http://hl7.org/fhir/StructureDefinition/Element"
      }],
      "isModifier" : false,
      "isSummary" : true,
      "mapping" : [{
        "identity" : "rim",
        "map" : ".status"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.