Release 5 R6 Ballot (1st Draft)

This page is part of the FHIR Specification (v5.0.0: R5 - STU v6.0.0-ballot1: Release 6 Ballot (1st Draft) (see Ballot Notes ). This is the The current published version in it's permanent home (it will always be available at this URL). is 5.0.0 . For a full list of available versions, see the Directory of published versions

Example ValueSet/location-form (JSON)

Terminology Infrastructure Work Group Maturity Level : N/A Standards Status : Informative

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

Definition for Value SetLocation Form

{
  "resourceType" : "ValueSet",
  "id" : "location-form",
  "meta" : {
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00",

    "lastUpdated" : "2023-12-18T15:12:07.602+11:00",

    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-location-physical-type.html\"><code>http://terminology.hl7.org/CodeSystem/location-physical-type</code></a></li></ul></div>"

    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-location-physical-type.html\"><code>http://terminology.hl7.org/CodeSystem/location-physical-type</code></a></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/location-form",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.328"
  }],
  "version" : "5.0.0",

  "version" : "6.0.0-ballot1",

  "name" : "LocationForm",
  "title" : "Location Form",
  "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 physical form of the Location.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type"
    }]
  }
}

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.