Release 4 5 Ballot

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-ballot: R5 Ballot - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R5 R4 R3 R2

Content Detailed Descriptions Mappings XML JSON

Example ValueSet/practitioner-role (JSON)

Extension: author URL for this extension: http://hl7.org/fhir/StructureDefinition/valueset-author Status: draft. Extension maintained by: HL7 The entity or set of entities that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details. Comment : This can be any combination of groups or individuals. When known and actively maintained, this should be populated. The information included about the Author may include contact information. Context of Use: Use on Element ID ValueSet Extension Content
Vocabulary Work Group   Maturity Level : 1 N/A Standards Status : Informative Use Context : Any

Summary Name Flags Card. Type Description & Constraints author Raw JSON 0..* ContactDetail ( canonical form URL = http://hl7.org/fhir/StructureDefinition/valueset-author author: The entity or set of entities that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details. Use on Element ID ValueSet Documentation for this format + also see JSON Format Specification Full Structure )

Name Flags Card. Type Description & Constraints extension 0..* Extension URL = http://hl7.org/fhir/StructureDefinition/valueset-author author: The entity or set of entities that create and may modify the Value Set

Definition content. The name of a group or an individual, along with contact details. Use on Element ID ValueSet extension I 0..0 url 1..1 uri "http://hl7.org/fhir/StructureDefinition/valueset-author" value[x] I 1..1 ContactDetail Value of extension Documentation for this format XML Template <!-- author --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: <</valueContactDetail> </extension> JSON Template Value SetPractitionerRole

{ // // from Element: " ] " "
{
  "resourceType" : "ValueSet",
  "id" : "practitioner-role",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-practitioner-role.html\"><code>http://terminology.hl7.org/CodeSystem/practitioner-role</code></a></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  223366009 (Healthcare professional)</li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "draft"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/ValueSet/practitioner-role",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.439"
  }],
  "version" : "5.0.0-ballot",
  "name" : "PractitionerRole",
  "status" : "draft",
  "experimental" : true,
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "This example value set defines a set of codes that can be used to indicate the role of a Practitioner.",
  "copyright" : "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org",
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role"
    },
    {
      "system" : "http://snomed.info/sct",
      "filter" : [{
        "property" : "concept",
        "op" : "is-a",
        "value" : "223366009"
      }]
    }]

  }
}

Summary Name Flags Card. Type Description & Constraints author 0..* ContactDetail URL = http://hl7.org/fhir/StructureDefinition/valueset-author author: The entity or set of entities Usage note: every effort has been made to ensure that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details. Use on Element ID ValueSet Documentation for this format Full Structure Name Flags Card. Type Description & Constraints extension 0..* Extension URL = http://hl7.org/fhir/StructureDefinition/valueset-author author: The entity or set of entities that create examples are correct and may modify the Value Set Definition content. The name of useful, but they are not a group or an individual, along with contact details. Use on Element ID ValueSet extension I 0..0 url 1..1 uri "http://hl7.org/fhir/StructureDefinition/valueset-author" value[x] I 1..1 ContactDetail Value normative part of extension Documentation for this format XML Template the specification.

<!-- author --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: <</valueContactDetail> </extension>
JSON Template { // // from Element: " ] " " }   Constraints ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) ) ele-1 : On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: @value|f:*|h:div ) ext-1 : On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")]) ) ele-1 : On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: @value|f:*|h:div )