Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - 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 R4 R3 R2

Valueset-postal-address-use.json

Example ValueSet/transport-code (Turtle)

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

Raw Turtle (+ also see JSON Turtle/RDF Format Specification )

Definition for Value SetPostalAddressUse SetTransport Codes

{ "resourceType" : "ValueSet", "id" : "postal-address-use", "meta" : { "lastUpdated" : "2019-11-01T09:29:23.356+11:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"] }, "text" : { "status" : "extensions", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "fhir" }], "url" : "http://hl7.org/fhir/ValueSet/postal-address-use", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.3.908" }], "version" : "4.0.1", "name" : "PostalAddressUse", "title" : "PostalAddressUse", "status" : "draft", "experimental" : false, "date" : "2019-11-01T09:29:23+11:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org/fhir" }, { "system" : "email", "value" : "fhir@lists.hl7.org" }] }], "description" : "Uses of an address not included in Address.use.", "compose" : { "include" : [{ "system" : "http://terminology.hl7.org/CodeSystem/v3-AddressUse", "concept" : [{ "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "A flag indicating that the address is bad, in fact, useless." }], "code" : "BAD", "display" : "bad address" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "Indicates that the address is considered sensitive and should only be shared or published in accordance with organizational controls governing patient demographic information with increased sensitivity. Uses of Addresses. Lloyd to supply more complete description." }], "code" : "CONF", "display" : "confidential address" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "The primary home, to reach a person after business hours." }], "code" : "HP", "display" : "primary home" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "A vacation home, to reach a person while on vacation." }], "code" : "HV", "display" : "vacation home" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. For phones, often referred to as a 'private line'." }], "code" : "DIR", "display" : "direct" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity." }], "code" : "PUB", "display" : "public" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "Used primarily to visit an address." }], "code" : "PHYS", "display" : "physical visit address" }, { "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", "valueString" : "Used to send mail." }], "code" : "PST", "display" : "postal address" }] }] } }
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ValueSet ;
  fhir:id [ fhir:v "transport-code"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2023-03-01T23:03:57.298+11:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "oo" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "draft" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:value [ fhir:v "1" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/transport-code"], [ fhir:v "http://hl7.org/fhir/ValueSet/transport-code"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3038" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3038" ]
  ] ) ;
  fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
  fhir:name [ fhir:v "TransportCode"], [ fhir:v "TransportCode"] ;
  fhir:title [ fhir:v "Transport Codes"], [ fhir:v "Transport Codes"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
  fhir:publisher [ fhir:v "FHIR Project team"], [ fhir:v "FHIR Project team"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "Codes indicating the type of action that is expected to be performed"], [ fhir:v "Codes indicating the type of action that is expected to be performed"] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/transport-code" ]
     ] )
  ] .

# -------------------------------------------------------------------------------------



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.