FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). 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: R5 R4B R4 R3 R2

Extension-valueset-effectivedate.xml

Example List/example-empty (XML)

Vocabulary FHIR Infrastructure Work Group Maturity Level : N/A Ballot Standards Status : Informative Compartments : Device , Patient , Practitioner

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

Jump past Narrative

effectiveDate Empty List Example (id = "example-empty")

This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date. This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date. unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list). This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.
<?xml version="1.0" encoding="UTF-8"?>

<List xmlns="http://hl7.org/fhir">
  <id value="example-empty"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> The patient is not on any medications</p> 
    </div> 
  </text> 
  <status value="current"/> 
  <mode value="snapshot"/> 
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="182836005"/> 
      <display value="Review of medication"/> 
    </coding> 
    <text value="Medication Review"/> 
  </code> 
  <date value="2012-11-26T07:30:23+11:00"/> 
  <source> 
    <reference value="Patient/example"/> 
  </source> 


  <emptyReason> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> 
      <code value="nilknown"/> 
      <display value="Nil Known"/> 
    </coding> 
    <text value="The patient is not on any medications"/> 
  </emptyReason> 


</
StructureDefinition


List


>



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.