0.2 - ci-build
SHINNYIG - Local Development build (v0.2). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "us-core-usps-state"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>https://www.usps.com/</code></li></ul></div>" ] ; # fhir:url [ fhir:v "http://shinny.org/ValueSet/us-core-usps-state"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.40" ] ] ) ; # fhir:version [ fhir:v "0.2"] ; # fhir:name [ fhir:v "UspsTwoLetterAlphabeticCodes"] ; # fhir:title [ fhir:v "USPS Two Letter Alphabetic Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2019-05-21"^^xsd:date] ; # fhir:publisher [ fhir:v "Example Publisher"] ; # fhir:contact ( [ fhir:name [ fhir:v "Example Publisher" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://shinny.org/publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set defines two letter USPS alphabetic codes."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:copyright [ fhir:v "On July 1, 1963, the Post Office Department implemented the five-digit ZIP Code, which was placed after the state name in the last line of an address. To provide room for the ZIP Code, the Department issued two-letter abbreviations for all states and territories. Publication 59, Abbreviations for Use with ZIP Code, issued by the Department in October 1963. There is no copyright restriction on this value set."] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://www.usps.com/"^^xsd:anyURI ] ] ) ] . #