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 SystemSimpleFormatCodes
@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/simple-format-codes> a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "simple-format-codes"] ; # 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 simple-format-codes</b></p><a name=\"simple-format-codes\"> </a><a name=\"hcsimple-format-codes\"> </a><a name=\"simple-format-codes-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/simple-format-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">xml<a name=\"simple-format-codes-xml\"> </a></td><td>The XML format described by the FHIR specification. The formal Mime Type is application/fhir+xml</td></tr><tr><td style=\"white-space:nowrap\">json<a name=\"simple-format-codes-json\"> </a></td><td>The JSON format described by the FHIR specification. The formal Mime Type is application/fhir+json</td></tr><tr><td style=\"white-space:nowrap\">ttl<a name=\"simple-format-codes-ttl\"> </a></td><td>The RDF format described by the FHIR specification. The formal Mime Type is application/fhir+turtle</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ 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/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 5 ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/simple-format-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "SimpleFormatCodes"] ; # fhir:title [ fhir:v "Simple Format Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set includes simple codes for format defined for CapabilityStatement.format."] ; # 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:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "xml" ] ; fhir:display [ fhir:v "xml" ] ; fhir:definition [ fhir:v "The XML format described by the FHIR specification. The formal Mime Type is application/fhir+xml" ] ] [ fhir:code [ fhir:v "json" ] ; fhir:display [ fhir:v "json" ] ; fhir:definition [ fhir:v "The JSON format described by the FHIR specification. The formal Mime Type is application/fhir+json" ] ] [ fhir:code [ fhir:v "ttl" ] ; fhir:display [ fhir:v "ttl" ] ; fhir:definition [ fhir:v "The RDF format described by the FHIR specification. The formal Mime Type is application/fhir+turtle" ] ] ) . # # -------------------------------------------------------------------------------------
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