This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemFHIRFormatType
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/CodeSystem/fhir-format-type> a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fhir-format-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-03-18T13:49:06.036+00:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fhir-format-type</b></p><a name=\"fhir-format-type\"> </a><a name=\"hcfhir-format-type\"> </a><a name=\"fhir-format-type-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/fhir-format-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">xml<a name=\"fhir-format-type-xml\"> </a></td><td>XML</td><td>XML content-type corresponding to the application/fhir+xml mime-type.</td></tr><tr><td style=\"white-space:nowrap\">json<a name=\"fhir-format-type-json\"> </a></td><td>JSON</td><td>JSON content-type corresponding to the application/fhir+json mime-type.</td></tr><tr><td style=\"white-space:nowrap\">ttl<a name=\"fhir-format-type-ttl\"> </a></td><td>TTL</td><td>RDF content-type corresponding to the text/turtle mime-type.</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 5 ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "normative" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "4.0.0" ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/fhir-format-type"^^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.4.1911" ] ] ) ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "FHIRFormatType"] ; # fhir:title [ fhir:v "FHIR Format Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2022-08-17"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7"] ; # fhir:description [ fhir:v "FHIR Format types"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/fhir-content-type"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/fhir-content-type> ] ; # fhir:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "xml" ] ; fhir:display [ fhir:v "XML" ] ; fhir:definition [ fhir:v "XML content-type corresponding to the application/fhir+xml mime-type." ] ] [ fhir:code [ fhir:v "json" ] ; fhir:display [ fhir:v "JSON" ] ; fhir:definition [ fhir:v "JSON content-type corresponding to the application/fhir+json mime-type." ] ] [ fhir:code [ fhir:v "ttl" ] ; fhir:display [ fhir:v "TTL" ] ; fhir:definition [ fhir:v "RDF content-type corresponding to the text/turtle mime-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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Tue, Mar 18, 2025 13:55+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change